From 91d6dc6048d3d6830d3575398279945270c4f2be Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 1 Dec 2022 20:47:53 +0000 Subject: [PATCH 1/3] docs: Corrected typos and spellings docs: Clarified the object can be deleted via DeleteObject docs: Clarified relative resource names in gRPC IAM RPCs feat: Added object_checksums for compose/rewrite/startResumableWrite request docs: Updated the document link for `Naming Guidelines` fix: Removed WriteObject routing annotations feat: Added a new retention_duration field of Duration type PiperOrigin-RevId: 492231039 Source-Link: https://github.com/googleapis/googleapis/commit/82a7568a886973f7f0b6a47c35e3b73b03a87fb7 Source-Link: https://github.com/googleapis/googleapis-gen/commit/2ecf909ca662ba304842ce6d041e92920be1e9b8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmVjZjkwOWNhNjYyYmEzMDQ4NDJjZTZkMDQxZTkyOTIwYmUxZTliOCJ9 --- .../com/google/storage/v2/StorageGrpc.java | 3781 ------ .../com/google/storage/v2/StorageClient.java | 60 +- .../google/storage/v2/StorageSettings.java | 1 + .../com/google/storage/v2/gapic_metadata.json | 0 .../com/google/storage/v2/package-info.java | 0 .../v2/stub/GrpcStorageCallableFactory.java | 0 .../storage/v2/stub/GrpcStorageStub.java | 18 +- .../google/storage/v2/stub/StorageStub.java | 0 .../storage/v2/stub/StorageStubSettings.java | 0 .../com/google/storage/v2/gapic_metadata.json | 108 + .../com/google/storage/v2/MockStorage.java | 0 .../google/storage/v2/MockStorageImpl.java | 0 .../google/storage/v2/StorageClientTest.java | 9 + .../com/google/storage/v2/StorageGrpc.java | 3060 +++++ .../java/com/google/storage/v2/Bucket.java | 10314 +++++++--------- .../storage/v2/BucketAccessControl.java | 992 +- .../v2/BucketAccessControlOrBuilder.java | 106 +- .../com/google/storage/v2/BucketName.java | 0 .../google/storage/v2/BucketOrBuilder.java | 372 +- .../v2/CancelResumableWriteRequest.java | 355 +- .../CancelResumableWriteRequestOrBuilder.java | 31 + .../v2/CancelResumableWriteResponse.java | 251 +- ...CancelResumableWriteResponseOrBuilder.java | 9 + .../google/storage/v2/ChecksummedData.java | 312 +- .../storage/v2/ChecksummedDataOrBuilder.java | 27 +- .../storage/v2/CommonObjectRequestParams.java | 403 +- .../CommonObjectRequestParamsOrBuilder.java | 33 +- .../storage/v2/ComposeObjectRequest.java | 2129 ++-- .../v2/ComposeObjectRequestOrBuilder.java | 118 +- .../com/google/storage/v2/ContentRange.java | 351 +- .../storage/v2/ContentRangeOrBuilder.java | 27 +- .../storage/v2/CreateBucketRequest.java | 700 +- .../v2/CreateBucketRequestOrBuilder.java | 82 +- .../storage/v2/CreateHmacKeyRequest.java | 469 +- .../v2/CreateHmacKeyRequestOrBuilder.java | 53 + .../storage/v2/CreateHmacKeyResponse.java | 367 +- .../v2/CreateHmacKeyResponseOrBuilder.java | 29 +- .../storage/v2/CreateNotificationRequest.java | 488 +- .../CreateNotificationRequestOrBuilder.java | 56 + .../com/google/storage/v2/CryptoKeyName.java | 0 .../google/storage/v2/CustomerEncryption.java | 354 +- .../v2/CustomerEncryptionOrBuilder.java | 30 +- .../storage/v2/DeleteBucketRequest.java | 429 +- .../v2/DeleteBucketRequestOrBuilder.java | 47 +- .../storage/v2/DeleteHmacKeyRequest.java | 427 +- .../v2/DeleteHmacKeyRequestOrBuilder.java | 44 +- .../storage/v2/DeleteNotificationRequest.java | 351 +- .../DeleteNotificationRequestOrBuilder.java | 29 + .../storage/v2/DeleteObjectRequest.java | 731 +- .../v2/DeleteObjectRequestOrBuilder.java | 79 +- .../google/storage/v2/GetBucketRequest.java | 500 +- .../storage/v2/GetBucketRequestOrBuilder.java | 55 +- .../google/storage/v2/GetHmacKeyRequest.java | 424 +- .../v2/GetHmacKeyRequestOrBuilder.java | 44 +- .../storage/v2/GetNotificationRequest.java | 348 +- .../v2/GetNotificationRequestOrBuilder.java | 33 + .../google/storage/v2/GetObjectRequest.java | 776 +- .../storage/v2/GetObjectRequestOrBuilder.java | 79 +- .../storage/v2/GetServiceAccountRequest.java | 348 +- .../v2/GetServiceAccountRequestOrBuilder.java | 31 + .../google/storage/v2/HmacKeyMetadata.java | 1037 +- .../storage/v2/HmacKeyMetadataOrBuilder.java | 126 +- .../google/storage/v2/ListBucketsRequest.java | 611 +- .../v2/ListBucketsRequestOrBuilder.java | 64 +- .../storage/v2/ListBucketsResponse.java | 480 +- .../v2/ListBucketsResponseOrBuilder.java | 46 +- .../storage/v2/ListHmacKeysRequest.java | 571 +- .../v2/ListHmacKeysRequestOrBuilder.java | 59 +- .../storage/v2/ListHmacKeysResponse.java | 475 +- .../v2/ListHmacKeysResponseOrBuilder.java | 45 +- .../storage/v2/ListNotificationsRequest.java | 462 +- .../v2/ListNotificationsRequestOrBuilder.java | 47 +- .../storage/v2/ListNotificationsResponse.java | 477 +- .../ListNotificationsResponseOrBuilder.java | 45 +- .../google/storage/v2/ListObjectsRequest.java | 1058 +- .../v2/ListObjectsRequestOrBuilder.java | 133 +- .../storage/v2/ListObjectsResponse.java | 586 +- .../v2/ListObjectsResponseOrBuilder.java | 64 +- .../v2/LockBucketRetentionPolicyRequest.java | 415 +- ...BucketRetentionPolicyRequestOrBuilder.java | 40 + .../com/google/storage/v2/Notification.java | 998 +- .../google/storage/v2/NotificationName.java | 0 .../storage/v2/NotificationOrBuilder.java | 118 +- .../java/com/google/storage/v2/Object.java | 3102 ++--- .../storage/v2/ObjectAccessControl.java | 992 +- .../v2/ObjectAccessControlOrBuilder.java | 106 +- .../google/storage/v2/ObjectChecksums.java | 312 +- .../storage/v2/ObjectChecksumsOrBuilder.java | 27 +- .../google/storage/v2/ObjectOrBuilder.java | 403 +- .../java/com/google/storage/v2/Owner.java | 377 +- .../com/google/storage/v2/OwnerOrBuilder.java | 36 +- .../com/google/storage/v2/ProjectName.java | 0 .../com/google/storage/v2/ProjectTeam.java | 392 +- .../storage/v2/ProjectTeamOrBuilder.java | 36 +- .../storage/v2/QueryWriteStatusRequest.java | 453 +- .../v2/QueryWriteStatusRequestOrBuilder.java | 43 +- .../storage/v2/QueryWriteStatusResponse.java | 435 +- .../v2/QueryWriteStatusResponseOrBuilder.java | 32 +- .../google/storage/v2/ReadObjectRequest.java | 856 +- .../v2/ReadObjectRequestOrBuilder.java | 85 +- .../google/storage/v2/ReadObjectResponse.java | 579 +- .../v2/ReadObjectResponseOrBuilder.java | 50 +- .../storage/v2/RewriteObjectRequest.java | 1869 ++- .../v2/RewriteObjectRequestOrBuilder.java | 222 +- .../google/storage/v2/RewriteResponse.java | 497 +- .../storage/v2/RewriteResponseOrBuilder.java | 44 +- .../com/google/storage/v2/ServiceAccount.java | 313 +- .../storage/v2/ServiceAccountOrBuilder.java | 29 + .../google/storage/v2/ServiceConstants.java | 421 +- .../storage/v2/ServiceConstantsOrBuilder.java | 9 + .../v2/StartResumableWriteRequest.java | 790 +- .../StartResumableWriteRequestOrBuilder.java | 102 + .../v2/StartResumableWriteResponse.java | 327 +- .../StartResumableWriteResponseOrBuilder.java | 27 +- .../com/google/storage/v2/StorageProto.java | 1419 +++ .../storage/v2/UpdateBucketRequest.java | 680 +- .../v2/UpdateBucketRequestOrBuilder.java | 73 +- .../storage/v2/UpdateHmacKeyRequest.java | 456 +- .../v2/UpdateHmacKeyRequestOrBuilder.java | 46 +- .../storage/v2/UpdateObjectRequest.java | 782 +- .../v2/UpdateObjectRequestOrBuilder.java | 84 +- .../google/storage/v2/WriteObjectRequest.java | 882 +- .../v2/WriteObjectRequestOrBuilder.java | 72 +- .../storage/v2/WriteObjectResponse.java | 435 +- .../v2/WriteObjectResponseOrBuilder.java | 32 +- .../google/storage/v2/WriteObjectSpec.java | 617 +- .../storage/v2/WriteObjectSpecOrBuilder.java | 65 +- .../proto/google/storage/v2/storage.proto | 416 +- .../CancelResumableWriteRequestOrBuilder.java | 52 - ...CancelResumableWriteResponseOrBuilder.java | 24 - .../v2/CreateHmacKeyRequestOrBuilder.java | 83 - .../CreateNotificationRequestOrBuilder.java | 95 - .../DeleteNotificationRequestOrBuilder.java | 54 - .../v2/GetNotificationRequestOrBuilder.java | 58 - .../v2/GetServiceAccountRequestOrBuilder.java | 56 - ...BucketRetentionPolicyRequestOrBuilder.java | 68 - .../storage/v2/ServiceAccountOrBuilder.java | 50 - .../storage/v2/ServiceConstantsOrBuilder.java | 24 - .../StartResumableWriteRequestOrBuilder.java | 101 - .../com/google/storage/v2/StorageProto.java | 1726 --- 140 files changed, 24110 insertions(+), 35533 deletions(-) delete mode 100644 grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StorageClient.java (98%) rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StorageSettings.java (99%) rename {gapic-google-cloud-storage-v2/src/main/resources => owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java}/com/google/storage/v2/gapic_metadata.json (100%) rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/package-info.java (100%) rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java (100%) rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java (98%) rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/stub/StorageStub.java (100%) rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java (100%) create mode 100644 owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/test/java/com/google/storage/v2/MockStorage.java (100%) rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/test/java/com/google/storage/v2/MockStorageImpl.java (100%) rename {gapic-google-cloud-storage-v2 => owl-bot-staging/v2/gapic-google-cloud-storage-v2}/src/test/java/com/google/storage/v2/StorageClientTest.java (99%) create mode 100644 owl-bot-staging/v2/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/Bucket.java (75%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/BucketAccessControl.java (73%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java (78%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/BucketName.java (100%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/BucketOrBuilder.java (84%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java (63%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java (62%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ChecksummedData.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java (54%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java (70%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java (63%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ComposeObjectRequest.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java (82%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ContentRange.java (65%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java (52%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateBucketRequest.java (70%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java (62%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java (67%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java (61%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateNotificationRequest.java (61%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CryptoKeyName.java (100%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CustomerEncryption.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java (54%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteBucketRequest.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java (60%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java (65%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java (53%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java (61%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteObjectRequest.java (74%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java (81%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetBucketRequest.java (72%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java (71%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java (65%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java (53%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetNotificationRequest.java (62%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetObjectRequest.java (76%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java (86%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java (63%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/HmacKeyMetadata.java (67%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java (67%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListBucketsRequest.java (71%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java (71%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListBucketsResponse.java (71%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java (63%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java (63%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java (71%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java (67%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListNotificationsRequest.java (67%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java (59%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListNotificationsResponse.java (72%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java (66%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListObjectsRequest.java (70%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java (67%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListObjectsResponse.java (72%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java (71%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java (61%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/Notification.java (70%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/NotificationName.java (100%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/NotificationOrBuilder.java (76%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/Object.java (71%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectAccessControl.java (73%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java (78%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectChecksums.java (72%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectOrBuilder.java (77%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/Owner.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/OwnerOrBuilder.java (53%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ProjectName.java (100%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ProjectTeam.java (66%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java (51%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java (67%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java (66%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java (70%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java (73%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ReadObjectRequest.java (78%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java (88%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ReadObjectResponse.java (75%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java (85%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/RewriteObjectRequest.java (75%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java (85%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/RewriteResponse.java (73%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java (76%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ServiceAccount.java (65%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ServiceConstants.java (71%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java (51%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java (66%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java (52%) create mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateBucketRequest.java (76%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java (83%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java (68%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java (67%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateObjectRequest.java (78%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java (88%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectRequest.java (76%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java (87%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectResponse.java (69%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java (71%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectSpec.java (78%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java (86%) rename {proto-google-cloud-storage-v2 => owl-bot-staging/v2/proto-google-cloud-storage-v2}/src/main/proto/google/storage/v2/storage.proto (90%) delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java delete mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java diff --git a/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java b/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java deleted file mode 100644 index 74422ea150..0000000000 --- a/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java +++ /dev/null @@ -1,3781 +0,0 @@ -/* - * Copyright 2020 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.storage.v2; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - * - * - *
- * ## API Overview and Naming Syntax
- * The Cloud Storage gRPC API allows applications to read and write data through
- * the abstractions of buckets and objects. For a description of these
- * abstractions please see https://cloud.google.com/storage/docs.
- * Resources are named as follows:
- *   - Projects are referred to as they are defined by the Resource Manager API,
- *     using strings like `projects/123456` or `projects/my-string-id`.
- *   - Buckets are named using string names of the form:
- *     `projects/{project}/buckets/{bucket}`
- *     For globally unique buckets, `_` may be substituted for the project.
- *   - Objects are uniquely identified by their name along with the name of the
- *     bucket they belong to, as separate strings in this API. For example:
- *       ReadObjectRequest {
- *         bucket: 'projects/_/buckets/my-bucket'
- *         object: 'my-object'
- *       }
- *     Note that object names can contain `/` characters, which are treated as
- *     any other character (no special directory semantics).
- * 
- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/storage/v2/storage.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class StorageGrpc { - - private StorageGrpc() {} - - public static final String SERVICE_NAME = "google.storage.v2.Storage"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteBucketRequest, com.google.protobuf.Empty> - getDeleteBucketMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteBucket", - requestType = com.google.storage.v2.DeleteBucketRequest.class, - responseType = com.google.protobuf.Empty.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteBucketRequest, com.google.protobuf.Empty> - getDeleteBucketMethod() { - io.grpc.MethodDescriptor - getDeleteBucketMethod; - if ((getDeleteBucketMethod = StorageGrpc.getDeleteBucketMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getDeleteBucketMethod = StorageGrpc.getDeleteBucketMethod) == null) { - StorageGrpc.getDeleteBucketMethod = - getDeleteBucketMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBucket")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.DeleteBucketRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.protobuf.Empty.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteBucket")) - .build(); - } - } - } - return getDeleteBucketMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.GetBucketRequest, com.google.storage.v2.Bucket> - getGetBucketMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetBucket", - requestType = com.google.storage.v2.GetBucketRequest.class, - responseType = com.google.storage.v2.Bucket.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.GetBucketRequest, com.google.storage.v2.Bucket> - getGetBucketMethod() { - io.grpc.MethodDescriptor - getGetBucketMethod; - if ((getGetBucketMethod = StorageGrpc.getGetBucketMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getGetBucketMethod = StorageGrpc.getGetBucketMethod) == null) { - StorageGrpc.getGetBucketMethod = - getGetBucketMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBucket")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.GetBucketRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Bucket.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetBucket")) - .build(); - } - } - } - return getGetBucketMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.CreateBucketRequest, com.google.storage.v2.Bucket> - getCreateBucketMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "CreateBucket", - requestType = com.google.storage.v2.CreateBucketRequest.class, - responseType = com.google.storage.v2.Bucket.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.CreateBucketRequest, com.google.storage.v2.Bucket> - getCreateBucketMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.CreateBucketRequest, com.google.storage.v2.Bucket> - getCreateBucketMethod; - if ((getCreateBucketMethod = StorageGrpc.getCreateBucketMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getCreateBucketMethod = StorageGrpc.getCreateBucketMethod) == null) { - StorageGrpc.getCreateBucketMethod = - getCreateBucketMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateBucket")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.CreateBucketRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Bucket.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateBucket")) - .build(); - } - } - } - return getCreateBucketMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.ListBucketsRequest, com.google.storage.v2.ListBucketsResponse> - getListBucketsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListBuckets", - requestType = com.google.storage.v2.ListBucketsRequest.class, - responseType = com.google.storage.v2.ListBucketsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.ListBucketsRequest, com.google.storage.v2.ListBucketsResponse> - getListBucketsMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.ListBucketsRequest, com.google.storage.v2.ListBucketsResponse> - getListBucketsMethod; - if ((getListBucketsMethod = StorageGrpc.getListBucketsMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getListBucketsMethod = StorageGrpc.getListBucketsMethod) == null) { - StorageGrpc.getListBucketsMethod = - getListBucketsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBuckets")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ListBucketsRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ListBucketsResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListBuckets")) - .build(); - } - } - } - return getListBucketsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.LockBucketRetentionPolicyRequest, com.google.storage.v2.Bucket> - getLockBucketRetentionPolicyMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "LockBucketRetentionPolicy", - requestType = com.google.storage.v2.LockBucketRetentionPolicyRequest.class, - responseType = com.google.storage.v2.Bucket.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.LockBucketRetentionPolicyRequest, com.google.storage.v2.Bucket> - getLockBucketRetentionPolicyMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.LockBucketRetentionPolicyRequest, com.google.storage.v2.Bucket> - getLockBucketRetentionPolicyMethod; - if ((getLockBucketRetentionPolicyMethod = StorageGrpc.getLockBucketRetentionPolicyMethod) - == null) { - synchronized (StorageGrpc.class) { - if ((getLockBucketRetentionPolicyMethod = StorageGrpc.getLockBucketRetentionPolicyMethod) - == null) { - StorageGrpc.getLockBucketRetentionPolicyMethod = - getLockBucketRetentionPolicyMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "LockBucketRetentionPolicy")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.LockBucketRetentionPolicyRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Bucket.getDefaultInstance())) - .setSchemaDescriptor( - new StorageMethodDescriptorSupplier("LockBucketRetentionPolicy")) - .build(); - } - } - } - return getLockBucketRetentionPolicyMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.iam.v1.GetIamPolicyRequest, com.google.iam.v1.Policy> - getGetIamPolicyMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetIamPolicy", - requestType = com.google.iam.v1.GetIamPolicyRequest.class, - responseType = com.google.iam.v1.Policy.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.iam.v1.GetIamPolicyRequest, com.google.iam.v1.Policy> - getGetIamPolicyMethod() { - io.grpc.MethodDescriptor - getGetIamPolicyMethod; - if ((getGetIamPolicyMethod = StorageGrpc.getGetIamPolicyMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getGetIamPolicyMethod = StorageGrpc.getGetIamPolicyMethod) == null) { - StorageGrpc.getGetIamPolicyMethod = - getGetIamPolicyMethod = - io.grpc.MethodDescriptor - .newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIamPolicy")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.iam.v1.GetIamPolicyRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.iam.v1.Policy.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetIamPolicy")) - .build(); - } - } - } - return getGetIamPolicyMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.iam.v1.SetIamPolicyRequest, com.google.iam.v1.Policy> - getSetIamPolicyMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "SetIamPolicy", - requestType = com.google.iam.v1.SetIamPolicyRequest.class, - responseType = com.google.iam.v1.Policy.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.iam.v1.SetIamPolicyRequest, com.google.iam.v1.Policy> - getSetIamPolicyMethod() { - io.grpc.MethodDescriptor - getSetIamPolicyMethod; - if ((getSetIamPolicyMethod = StorageGrpc.getSetIamPolicyMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getSetIamPolicyMethod = StorageGrpc.getSetIamPolicyMethod) == null) { - StorageGrpc.getSetIamPolicyMethod = - getSetIamPolicyMethod = - io.grpc.MethodDescriptor - .newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetIamPolicy")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.iam.v1.SetIamPolicyRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.iam.v1.Policy.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("SetIamPolicy")) - .build(); - } - } - } - return getSetIamPolicyMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.iam.v1.TestIamPermissionsRequest, com.google.iam.v1.TestIamPermissionsResponse> - getTestIamPermissionsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "TestIamPermissions", - requestType = com.google.iam.v1.TestIamPermissionsRequest.class, - responseType = com.google.iam.v1.TestIamPermissionsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.iam.v1.TestIamPermissionsRequest, com.google.iam.v1.TestIamPermissionsResponse> - getTestIamPermissionsMethod() { - io.grpc.MethodDescriptor< - com.google.iam.v1.TestIamPermissionsRequest, - com.google.iam.v1.TestIamPermissionsResponse> - getTestIamPermissionsMethod; - if ((getTestIamPermissionsMethod = StorageGrpc.getTestIamPermissionsMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getTestIamPermissionsMethod = StorageGrpc.getTestIamPermissionsMethod) == null) { - StorageGrpc.getTestIamPermissionsMethod = - getTestIamPermissionsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TestIamPermissions")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.iam.v1.TestIamPermissionsRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.iam.v1.TestIamPermissionsResponse.getDefaultInstance())) - .setSchemaDescriptor( - new StorageMethodDescriptorSupplier("TestIamPermissions")) - .build(); - } - } - } - return getTestIamPermissionsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateBucketRequest, com.google.storage.v2.Bucket> - getUpdateBucketMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "UpdateBucket", - requestType = com.google.storage.v2.UpdateBucketRequest.class, - responseType = com.google.storage.v2.Bucket.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateBucketRequest, com.google.storage.v2.Bucket> - getUpdateBucketMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateBucketRequest, com.google.storage.v2.Bucket> - getUpdateBucketMethod; - if ((getUpdateBucketMethod = StorageGrpc.getUpdateBucketMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getUpdateBucketMethod = StorageGrpc.getUpdateBucketMethod) == null) { - StorageGrpc.getUpdateBucketMethod = - getUpdateBucketMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateBucket")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.UpdateBucketRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Bucket.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateBucket")) - .build(); - } - } - } - return getUpdateBucketMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteNotificationRequest, com.google.protobuf.Empty> - getDeleteNotificationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteNotification", - requestType = com.google.storage.v2.DeleteNotificationRequest.class, - responseType = com.google.protobuf.Empty.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteNotificationRequest, com.google.protobuf.Empty> - getDeleteNotificationMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteNotificationRequest, com.google.protobuf.Empty> - getDeleteNotificationMethod; - if ((getDeleteNotificationMethod = StorageGrpc.getDeleteNotificationMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getDeleteNotificationMethod = StorageGrpc.getDeleteNotificationMethod) == null) { - StorageGrpc.getDeleteNotificationMethod = - getDeleteNotificationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteNotification")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.DeleteNotificationRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.protobuf.Empty.getDefaultInstance())) - .setSchemaDescriptor( - new StorageMethodDescriptorSupplier("DeleteNotification")) - .build(); - } - } - } - return getDeleteNotificationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.GetNotificationRequest, com.google.storage.v2.Notification> - getGetNotificationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetNotification", - requestType = com.google.storage.v2.GetNotificationRequest.class, - responseType = com.google.storage.v2.Notification.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.GetNotificationRequest, com.google.storage.v2.Notification> - getGetNotificationMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.GetNotificationRequest, com.google.storage.v2.Notification> - getGetNotificationMethod; - if ((getGetNotificationMethod = StorageGrpc.getGetNotificationMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getGetNotificationMethod = StorageGrpc.getGetNotificationMethod) == null) { - StorageGrpc.getGetNotificationMethod = - getGetNotificationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetNotification")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.GetNotificationRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Notification.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetNotification")) - .build(); - } - } - } - return getGetNotificationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.CreateNotificationRequest, com.google.storage.v2.Notification> - getCreateNotificationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "CreateNotification", - requestType = com.google.storage.v2.CreateNotificationRequest.class, - responseType = com.google.storage.v2.Notification.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.CreateNotificationRequest, com.google.storage.v2.Notification> - getCreateNotificationMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.CreateNotificationRequest, com.google.storage.v2.Notification> - getCreateNotificationMethod; - if ((getCreateNotificationMethod = StorageGrpc.getCreateNotificationMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getCreateNotificationMethod = StorageGrpc.getCreateNotificationMethod) == null) { - StorageGrpc.getCreateNotificationMethod = - getCreateNotificationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateNotification")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.CreateNotificationRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Notification.getDefaultInstance())) - .setSchemaDescriptor( - new StorageMethodDescriptorSupplier("CreateNotification")) - .build(); - } - } - } - return getCreateNotificationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.ListNotificationsRequest, - com.google.storage.v2.ListNotificationsResponse> - getListNotificationsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListNotifications", - requestType = com.google.storage.v2.ListNotificationsRequest.class, - responseType = com.google.storage.v2.ListNotificationsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.ListNotificationsRequest, - com.google.storage.v2.ListNotificationsResponse> - getListNotificationsMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.ListNotificationsRequest, - com.google.storage.v2.ListNotificationsResponse> - getListNotificationsMethod; - if ((getListNotificationsMethod = StorageGrpc.getListNotificationsMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getListNotificationsMethod = StorageGrpc.getListNotificationsMethod) == null) { - StorageGrpc.getListNotificationsMethod = - getListNotificationsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListNotifications")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ListNotificationsRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ListNotificationsResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListNotifications")) - .build(); - } - } - } - return getListNotificationsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.ComposeObjectRequest, com.google.storage.v2.Object> - getComposeObjectMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ComposeObject", - requestType = com.google.storage.v2.ComposeObjectRequest.class, - responseType = com.google.storage.v2.Object.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.ComposeObjectRequest, com.google.storage.v2.Object> - getComposeObjectMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.ComposeObjectRequest, com.google.storage.v2.Object> - getComposeObjectMethod; - if ((getComposeObjectMethod = StorageGrpc.getComposeObjectMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getComposeObjectMethod = StorageGrpc.getComposeObjectMethod) == null) { - StorageGrpc.getComposeObjectMethod = - getComposeObjectMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ComposeObject")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ComposeObjectRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Object.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ComposeObject")) - .build(); - } - } - } - return getComposeObjectMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteObjectRequest, com.google.protobuf.Empty> - getDeleteObjectMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteObject", - requestType = com.google.storage.v2.DeleteObjectRequest.class, - responseType = com.google.protobuf.Empty.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteObjectRequest, com.google.protobuf.Empty> - getDeleteObjectMethod() { - io.grpc.MethodDescriptor - getDeleteObjectMethod; - if ((getDeleteObjectMethod = StorageGrpc.getDeleteObjectMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getDeleteObjectMethod = StorageGrpc.getDeleteObjectMethod) == null) { - StorageGrpc.getDeleteObjectMethod = - getDeleteObjectMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteObject")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.DeleteObjectRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.protobuf.Empty.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteObject")) - .build(); - } - } - } - return getDeleteObjectMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.CancelResumableWriteRequest, - com.google.storage.v2.CancelResumableWriteResponse> - getCancelResumableWriteMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "CancelResumableWrite", - requestType = com.google.storage.v2.CancelResumableWriteRequest.class, - responseType = com.google.storage.v2.CancelResumableWriteResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.CancelResumableWriteRequest, - com.google.storage.v2.CancelResumableWriteResponse> - getCancelResumableWriteMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.CancelResumableWriteRequest, - com.google.storage.v2.CancelResumableWriteResponse> - getCancelResumableWriteMethod; - if ((getCancelResumableWriteMethod = StorageGrpc.getCancelResumableWriteMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getCancelResumableWriteMethod = StorageGrpc.getCancelResumableWriteMethod) == null) { - StorageGrpc.getCancelResumableWriteMethod = - getCancelResumableWriteMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "CancelResumableWrite")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.CancelResumableWriteRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.CancelResumableWriteResponse - .getDefaultInstance())) - .setSchemaDescriptor( - new StorageMethodDescriptorSupplier("CancelResumableWrite")) - .build(); - } - } - } - return getCancelResumableWriteMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.GetObjectRequest, com.google.storage.v2.Object> - getGetObjectMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetObject", - requestType = com.google.storage.v2.GetObjectRequest.class, - responseType = com.google.storage.v2.Object.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.GetObjectRequest, com.google.storage.v2.Object> - getGetObjectMethod() { - io.grpc.MethodDescriptor - getGetObjectMethod; - if ((getGetObjectMethod = StorageGrpc.getGetObjectMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getGetObjectMethod = StorageGrpc.getGetObjectMethod) == null) { - StorageGrpc.getGetObjectMethod = - getGetObjectMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetObject")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.GetObjectRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Object.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetObject")) - .build(); - } - } - } - return getGetObjectMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.ReadObjectRequest, com.google.storage.v2.ReadObjectResponse> - getReadObjectMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ReadObject", - requestType = com.google.storage.v2.ReadObjectRequest.class, - responseType = com.google.storage.v2.ReadObjectResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.ReadObjectRequest, com.google.storage.v2.ReadObjectResponse> - getReadObjectMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.ReadObjectRequest, com.google.storage.v2.ReadObjectResponse> - getReadObjectMethod; - if ((getReadObjectMethod = StorageGrpc.getReadObjectMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getReadObjectMethod = StorageGrpc.getReadObjectMethod) == null) { - StorageGrpc.getReadObjectMethod = - getReadObjectMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ReadObject")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ReadObjectRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ReadObjectResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ReadObject")) - .build(); - } - } - } - return getReadObjectMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateObjectRequest, com.google.storage.v2.Object> - getUpdateObjectMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "UpdateObject", - requestType = com.google.storage.v2.UpdateObjectRequest.class, - responseType = com.google.storage.v2.Object.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateObjectRequest, com.google.storage.v2.Object> - getUpdateObjectMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateObjectRequest, com.google.storage.v2.Object> - getUpdateObjectMethod; - if ((getUpdateObjectMethod = StorageGrpc.getUpdateObjectMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getUpdateObjectMethod = StorageGrpc.getUpdateObjectMethod) == null) { - StorageGrpc.getUpdateObjectMethod = - getUpdateObjectMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateObject")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.UpdateObjectRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.Object.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateObject")) - .build(); - } - } - } - return getUpdateObjectMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.WriteObjectRequest, com.google.storage.v2.WriteObjectResponse> - getWriteObjectMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "WriteObject", - requestType = com.google.storage.v2.WriteObjectRequest.class, - responseType = com.google.storage.v2.WriteObjectResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.WriteObjectRequest, com.google.storage.v2.WriteObjectResponse> - getWriteObjectMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.WriteObjectRequest, com.google.storage.v2.WriteObjectResponse> - getWriteObjectMethod; - if ((getWriteObjectMethod = StorageGrpc.getWriteObjectMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getWriteObjectMethod = StorageGrpc.getWriteObjectMethod) == null) { - StorageGrpc.getWriteObjectMethod = - getWriteObjectMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "WriteObject")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.WriteObjectRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.WriteObjectResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("WriteObject")) - .build(); - } - } - } - return getWriteObjectMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.ListObjectsRequest, com.google.storage.v2.ListObjectsResponse> - getListObjectsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListObjects", - requestType = com.google.storage.v2.ListObjectsRequest.class, - responseType = com.google.storage.v2.ListObjectsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.ListObjectsRequest, com.google.storage.v2.ListObjectsResponse> - getListObjectsMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.ListObjectsRequest, com.google.storage.v2.ListObjectsResponse> - getListObjectsMethod; - if ((getListObjectsMethod = StorageGrpc.getListObjectsMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getListObjectsMethod = StorageGrpc.getListObjectsMethod) == null) { - StorageGrpc.getListObjectsMethod = - getListObjectsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListObjects")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ListObjectsRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ListObjectsResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListObjects")) - .build(); - } - } - } - return getListObjectsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.RewriteObjectRequest, com.google.storage.v2.RewriteResponse> - getRewriteObjectMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RewriteObject", - requestType = com.google.storage.v2.RewriteObjectRequest.class, - responseType = com.google.storage.v2.RewriteResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.RewriteObjectRequest, com.google.storage.v2.RewriteResponse> - getRewriteObjectMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.RewriteObjectRequest, com.google.storage.v2.RewriteResponse> - getRewriteObjectMethod; - if ((getRewriteObjectMethod = StorageGrpc.getRewriteObjectMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getRewriteObjectMethod = StorageGrpc.getRewriteObjectMethod) == null) { - StorageGrpc.getRewriteObjectMethod = - getRewriteObjectMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RewriteObject")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.RewriteObjectRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.RewriteResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("RewriteObject")) - .build(); - } - } - } - return getRewriteObjectMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.StartResumableWriteRequest, - com.google.storage.v2.StartResumableWriteResponse> - getStartResumableWriteMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "StartResumableWrite", - requestType = com.google.storage.v2.StartResumableWriteRequest.class, - responseType = com.google.storage.v2.StartResumableWriteResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.StartResumableWriteRequest, - com.google.storage.v2.StartResumableWriteResponse> - getStartResumableWriteMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.StartResumableWriteRequest, - com.google.storage.v2.StartResumableWriteResponse> - getStartResumableWriteMethod; - if ((getStartResumableWriteMethod = StorageGrpc.getStartResumableWriteMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getStartResumableWriteMethod = StorageGrpc.getStartResumableWriteMethod) == null) { - StorageGrpc.getStartResumableWriteMethod = - getStartResumableWriteMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "StartResumableWrite")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.StartResumableWriteRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.StartResumableWriteResponse - .getDefaultInstance())) - .setSchemaDescriptor( - new StorageMethodDescriptorSupplier("StartResumableWrite")) - .build(); - } - } - } - return getStartResumableWriteMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.QueryWriteStatusRequest, - com.google.storage.v2.QueryWriteStatusResponse> - getQueryWriteStatusMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "QueryWriteStatus", - requestType = com.google.storage.v2.QueryWriteStatusRequest.class, - responseType = com.google.storage.v2.QueryWriteStatusResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.QueryWriteStatusRequest, - com.google.storage.v2.QueryWriteStatusResponse> - getQueryWriteStatusMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.QueryWriteStatusRequest, - com.google.storage.v2.QueryWriteStatusResponse> - getQueryWriteStatusMethod; - if ((getQueryWriteStatusMethod = StorageGrpc.getQueryWriteStatusMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getQueryWriteStatusMethod = StorageGrpc.getQueryWriteStatusMethod) == null) { - StorageGrpc.getQueryWriteStatusMethod = - getQueryWriteStatusMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "QueryWriteStatus")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.QueryWriteStatusRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.QueryWriteStatusResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("QueryWriteStatus")) - .build(); - } - } - } - return getQueryWriteStatusMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.GetServiceAccountRequest, com.google.storage.v2.ServiceAccount> - getGetServiceAccountMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetServiceAccount", - requestType = com.google.storage.v2.GetServiceAccountRequest.class, - responseType = com.google.storage.v2.ServiceAccount.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.GetServiceAccountRequest, com.google.storage.v2.ServiceAccount> - getGetServiceAccountMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.GetServiceAccountRequest, com.google.storage.v2.ServiceAccount> - getGetServiceAccountMethod; - if ((getGetServiceAccountMethod = StorageGrpc.getGetServiceAccountMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getGetServiceAccountMethod = StorageGrpc.getGetServiceAccountMethod) == null) { - StorageGrpc.getGetServiceAccountMethod = - getGetServiceAccountMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetServiceAccount")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.GetServiceAccountRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ServiceAccount.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetServiceAccount")) - .build(); - } - } - } - return getGetServiceAccountMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.CreateHmacKeyRequest, com.google.storage.v2.CreateHmacKeyResponse> - getCreateHmacKeyMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "CreateHmacKey", - requestType = com.google.storage.v2.CreateHmacKeyRequest.class, - responseType = com.google.storage.v2.CreateHmacKeyResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.CreateHmacKeyRequest, com.google.storage.v2.CreateHmacKeyResponse> - getCreateHmacKeyMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.CreateHmacKeyRequest, com.google.storage.v2.CreateHmacKeyResponse> - getCreateHmacKeyMethod; - if ((getCreateHmacKeyMethod = StorageGrpc.getCreateHmacKeyMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getCreateHmacKeyMethod = StorageGrpc.getCreateHmacKeyMethod) == null) { - StorageGrpc.getCreateHmacKeyMethod = - getCreateHmacKeyMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateHmacKey")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.CreateHmacKeyRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.CreateHmacKeyResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateHmacKey")) - .build(); - } - } - } - return getCreateHmacKeyMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteHmacKeyRequest, com.google.protobuf.Empty> - getDeleteHmacKeyMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteHmacKey", - requestType = com.google.storage.v2.DeleteHmacKeyRequest.class, - responseType = com.google.protobuf.Empty.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.DeleteHmacKeyRequest, com.google.protobuf.Empty> - getDeleteHmacKeyMethod() { - io.grpc.MethodDescriptor - getDeleteHmacKeyMethod; - if ((getDeleteHmacKeyMethod = StorageGrpc.getDeleteHmacKeyMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getDeleteHmacKeyMethod = StorageGrpc.getDeleteHmacKeyMethod) == null) { - StorageGrpc.getDeleteHmacKeyMethod = - getDeleteHmacKeyMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteHmacKey")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.DeleteHmacKeyRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.protobuf.Empty.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteHmacKey")) - .build(); - } - } - } - return getDeleteHmacKeyMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.GetHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata> - getGetHmacKeyMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetHmacKey", - requestType = com.google.storage.v2.GetHmacKeyRequest.class, - responseType = com.google.storage.v2.HmacKeyMetadata.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.GetHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata> - getGetHmacKeyMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.GetHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata> - getGetHmacKeyMethod; - if ((getGetHmacKeyMethod = StorageGrpc.getGetHmacKeyMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getGetHmacKeyMethod = StorageGrpc.getGetHmacKeyMethod) == null) { - StorageGrpc.getGetHmacKeyMethod = - getGetHmacKeyMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetHmacKey")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.GetHmacKeyRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.HmacKeyMetadata.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetHmacKey")) - .build(); - } - } - } - return getGetHmacKeyMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.ListHmacKeysRequest, com.google.storage.v2.ListHmacKeysResponse> - getListHmacKeysMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListHmacKeys", - requestType = com.google.storage.v2.ListHmacKeysRequest.class, - responseType = com.google.storage.v2.ListHmacKeysResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.ListHmacKeysRequest, com.google.storage.v2.ListHmacKeysResponse> - getListHmacKeysMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.ListHmacKeysRequest, com.google.storage.v2.ListHmacKeysResponse> - getListHmacKeysMethod; - if ((getListHmacKeysMethod = StorageGrpc.getListHmacKeysMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getListHmacKeysMethod = StorageGrpc.getListHmacKeysMethod) == null) { - StorageGrpc.getListHmacKeysMethod = - getListHmacKeysMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListHmacKeys")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ListHmacKeysRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.ListHmacKeysResponse.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListHmacKeys")) - .build(); - } - } - } - return getListHmacKeysMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata> - getUpdateHmacKeyMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "UpdateHmacKey", - requestType = com.google.storage.v2.UpdateHmacKeyRequest.class, - responseType = com.google.storage.v2.HmacKeyMetadata.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata> - getUpdateHmacKeyMethod() { - io.grpc.MethodDescriptor< - com.google.storage.v2.UpdateHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata> - getUpdateHmacKeyMethod; - if ((getUpdateHmacKeyMethod = StorageGrpc.getUpdateHmacKeyMethod) == null) { - synchronized (StorageGrpc.class) { - if ((getUpdateHmacKeyMethod = StorageGrpc.getUpdateHmacKeyMethod) == null) { - StorageGrpc.getUpdateHmacKeyMethod = - getUpdateHmacKeyMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateHmacKey")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.UpdateHmacKeyRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.storage.v2.HmacKeyMetadata.getDefaultInstance())) - .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateHmacKey")) - .build(); - } - } - } - return getUpdateHmacKeyMethod; - } - - /** Creates a new async stub that supports all call types for the service */ - public static StorageStub newStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public StorageStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new StorageStub(channel, callOptions); - } - }; - return StorageStub.newStub(factory, channel); - } - - /** - * Creates a new blocking-style stub that supports unary and streaming output calls on the service - */ - public static StorageBlockingStub newBlockingStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public StorageBlockingStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new StorageBlockingStub(channel, callOptions); - } - }; - return StorageBlockingStub.newStub(factory, channel); - } - - /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ - public static StorageFutureStub newFutureStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public StorageFutureStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new StorageFutureStub(channel, callOptions); - } - }; - return StorageFutureStub.newStub(factory, channel); - } - - /** - * - * - *
-   * ## API Overview and Naming Syntax
-   * The Cloud Storage gRPC API allows applications to read and write data through
-   * the abstractions of buckets and objects. For a description of these
-   * abstractions please see https://cloud.google.com/storage/docs.
-   * Resources are named as follows:
-   *   - Projects are referred to as they are defined by the Resource Manager API,
-   *     using strings like `projects/123456` or `projects/my-string-id`.
-   *   - Buckets are named using string names of the form:
-   *     `projects/{project}/buckets/{bucket}`
-   *     For globally unique buckets, `_` may be substituted for the project.
-   *   - Objects are uniquely identified by their name along with the name of the
-   *     bucket they belong to, as separate strings in this API. For example:
-   *       ReadObjectRequest {
-   *         bucket: 'projects/_/buckets/my-bucket'
-   *         object: 'my-object'
-   *       }
-   *     Note that object names can contain `/` characters, which are treated as
-   *     any other character (no special directory semantics).
-   * 
- */ - public abstract static class StorageImplBase implements io.grpc.BindableService { - - /** - * - * - *
-     * Permanently deletes an empty bucket.
-     * 
- */ - public void deleteBucket( - com.google.storage.v2.DeleteBucketRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteBucketMethod(), responseObserver); - } - - /** - * - * - *
-     * Returns metadata for the specified bucket.
-     * 
- */ - public void getBucket( - com.google.storage.v2.GetBucketRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBucketMethod(), responseObserver); - } - - /** - * - * - *
-     * Creates a new bucket.
-     * 
- */ - public void createBucket( - com.google.storage.v2.CreateBucketRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCreateBucketMethod(), responseObserver); - } - - /** - * - * - *
-     * Retrieves a list of buckets for a given project.
-     * 
- */ - public void listBuckets( - com.google.storage.v2.ListBucketsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListBucketsMethod(), responseObserver); - } - - /** - * - * - *
-     * Locks retention policy on a bucket.
-     * 
- */ - public void lockBucketRetentionPolicy( - com.google.storage.v2.LockBucketRetentionPolicyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getLockBucketRetentionPolicyMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets the IAM policy for a specified bucket or object.
-     * 
- */ - public void getIamPolicy( - com.google.iam.v1.GetIamPolicyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetIamPolicyMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates an IAM policy for the specified bucket or object.
-     * 
- */ - public void setIamPolicy( - com.google.iam.v1.SetIamPolicyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getSetIamPolicyMethod(), responseObserver); - } - - /** - * - * - *
-     * Tests a set of permissions on the given bucket or object to see which, if
-     * any, are held by the caller.
-     * 
- */ - public void testIamPermissions( - com.google.iam.v1.TestIamPermissionsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getTestIamPermissionsMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
-     * 
- */ - public void updateBucket( - com.google.storage.v2.UpdateBucketRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateBucketMethod(), responseObserver); - } - - /** - * - * - *
-     * Permanently deletes a notification subscription.
-     * 
- */ - public void deleteNotification( - com.google.storage.v2.DeleteNotificationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteNotificationMethod(), responseObserver); - } - - /** - * - * - *
-     * View a notification config.
-     * 
- */ - public void getNotification( - com.google.storage.v2.GetNotificationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetNotificationMethod(), responseObserver); - } - - /** - * - * - *
-     * Creates a notification subscription for a given bucket.
-     * These notifications, when triggered, publish messages to the specified
-     * Pub/Sub topics.
-     * See https://cloud.google.com/storage/docs/pubsub-notifications.
-     * 
- */ - public void createNotification( - com.google.storage.v2.CreateNotificationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCreateNotificationMethod(), responseObserver); - } - - /** - * - * - *
-     * Retrieves a list of notification subscriptions for a given bucket.
-     * 
- */ - public void listNotifications( - com.google.storage.v2.ListNotificationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListNotificationsMethod(), responseObserver); - } - - /** - * - * - *
-     * Concatenates a list of existing objects into a new object in the same
-     * bucket.
-     * 
- */ - public void composeObject( - com.google.storage.v2.ComposeObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getComposeObjectMethod(), responseObserver); - } - - /** - * - * - *
-     * Deletes an object and its metadata. Deletions are permanent if versioning
-     * is not enabled for the bucket, or if the `generation` parameter is used.
-     * 
- */ - public void deleteObject( - com.google.storage.v2.DeleteObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteObjectMethod(), responseObserver); - } - - /** - * - * - *
-     * Cancels an in-progress resumable upload.
-     * 
- */ - public void cancelResumableWrite( - com.google.storage.v2.CancelResumableWriteRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCancelResumableWriteMethod(), responseObserver); - } - - /** - * - * - *
-     * Retrieves an object's metadata.
-     * 
- */ - public void getObject( - com.google.storage.v2.GetObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetObjectMethod(), responseObserver); - } - - /** - * - * - *
-     * Reads an object's data.
-     * 
- */ - public void readObject( - com.google.storage.v2.ReadObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getReadObjectMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates an object's metadata.
-     * Equivalent to JSON API's storage.objects.patch.
-     * 
- */ - public void updateObject( - com.google.storage.v2.UpdateObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateObjectMethod(), responseObserver); - } - - /** - * - * - *
-     * Stores a new object and metadata.
-     * An object can be written either in a single message stream or in a
-     * resumable sequence of message streams. To write using a single stream,
-     * the client should include in the first message of the stream an
-     * `WriteObjectSpec` describing the destination bucket, object, and any
-     * preconditions. Additionally, the final message must set 'finish_write' to
-     * true, or else it is an error.
-     * For a resumable write, the client should instead call
-     * `StartResumableWrite()`, populating a `WriteObjectSpec` into that request.
-     * They should then attach the returned `upload_id` to the first message of
-     * each following call to `WriteObject`. If the stream is closed before
-     * finishing the upload (either explicitly by the client or due to a network
-     * error or an error response from the server), the client should do as
-     * follows:
-     *   - Check the result Status of the stream, to determine if writing can be
-     *     resumed on this stream or must be restarted from scratch (by calling
-     *     `StartResumableWrite()`). The resumable errors are DEADLINE_EXCEEDED,
-     *     INTERNAL, and UNAVAILABLE. For each case, the client should use binary
-     *     exponential backoff before retrying.  Additionally, writes can be
-     *     resumed after RESOURCE_EXHAUSTED errors, but only after taking
-     *     appropriate measures, which may include reducing aggregate send rate
-     *     across clients and/or requesting a quota increase for your project.
-     *   - If the call to `WriteObject` returns `ABORTED`, that indicates
-     *     concurrent attempts to update the resumable write, caused either by
-     *     multiple racing clients or by a single client where the previous
-     *     request was timed out on the client side but nonetheless reached the
-     *     server. In this case the client should take steps to prevent further
-     *     concurrent writes (e.g., increase the timeouts, stop using more than
-     *     one process to perform the upload, etc.), and then should follow the
-     *     steps below for resuming the upload.
-     *   - For resumable errors, the client should call `QueryWriteStatus()` and
-     *     then continue writing from the returned `persisted_size`. This may be
-     *     less than the amount of data the client previously sent. Note also that
-     *     it is acceptable to send data starting at an offset earlier than the
-     *     returned `persisted_size`; in this case, the service will skip data at
-     *     offsets that were already persisted (without checking that it matches
-     *     the previously written data), and write only the data starting from the
-     *     persisted offset. This behavior can make client-side handling simpler
-     *     in some cases.
-     * The service will not view the object as complete until the client has
-     * sent a `WriteObjectRequest` with `finish_write` set to `true`. Sending any
-     * requests on a stream after sending a request with `finish_write` set to
-     * `true` will cause an error. The client **should** check the response it
-     * receives to determine how much data the service was able to commit and
-     * whether the service views the object as complete.
-     * Attempting to resume an already finalized object will result in an OK
-     * status, with a WriteObjectResponse containing the finalized object's
-     * metadata.
-     * 
- */ - public io.grpc.stub.StreamObserver writeObject( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall( - getWriteObjectMethod(), responseObserver); - } - - /** - * - * - *
-     * Retrieves a list of objects matching the criteria.
-     * 
- */ - public void listObjects( - com.google.storage.v2.ListObjectsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListObjectsMethod(), responseObserver); - } - - /** - * - * - *
-     * Rewrites a source object to a destination object. Optionally overrides
-     * metadata.
-     * 
- */ - public void rewriteObject( - com.google.storage.v2.RewriteObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRewriteObjectMethod(), responseObserver); - } - - /** - * - * - *
-     * Starts a resumable write. How long the write operation remains valid, and
-     * what happens when the write operation becomes invalid, are
-     * service-dependent.
-     * 
- */ - public void startResumableWrite( - com.google.storage.v2.StartResumableWriteRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getStartResumableWriteMethod(), responseObserver); - } - - /** - * - * - *
-     * Determines the `persisted_size` for an object that is being written, which
-     * can then be used as the `write_offset` for the next `Write()` call.
-     * If the object does not exist (i.e., the object has been deleted, or the
-     * first `Write()` has not yet reached the service), this method returns the
-     * error `NOT_FOUND`.
-     * The client **may** call `QueryWriteStatus()` at any time to determine how
-     * much data has been processed for this object. This is useful if the
-     * client is buffering data and needs to know which data can be safely
-     * evicted. For any sequence of `QueryWriteStatus()` calls for a given
-     * object name, the sequence of returned `persisted_size` values will be
-     * non-decreasing.
-     * 
- */ - public void queryWriteStatus( - com.google.storage.v2.QueryWriteStatusRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getQueryWriteStatusMethod(), responseObserver); - } - - /** - * - * - *
-     * Retrieves the name of a project's Google Cloud Storage service account.
-     * 
- */ - public void getServiceAccount( - com.google.storage.v2.GetServiceAccountRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetServiceAccountMethod(), responseObserver); - } - - /** - * - * - *
-     * Creates a new HMAC key for the given service account.
-     * 
- */ - public void createHmacKey( - com.google.storage.v2.CreateHmacKeyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCreateHmacKeyMethod(), responseObserver); - } - - /** - * - * - *
-     * Deletes a given HMAC key.  Key must be in an INACTIVE state.
-     * 
- */ - public void deleteHmacKey( - com.google.storage.v2.DeleteHmacKeyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteHmacKeyMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets an existing HMAC key metadata for the given id.
-     * 
- */ - public void getHmacKey( - com.google.storage.v2.GetHmacKeyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetHmacKeyMethod(), responseObserver); - } - - /** - * - * - *
-     * Lists HMAC keys under a given project with the additional filters provided.
-     * 
- */ - public void listHmacKeys( - com.google.storage.v2.ListHmacKeysRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListHmacKeysMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates a given HMAC key state between ACTIVE and INACTIVE.
-     * 
- */ - public void updateHmacKey( - com.google.storage.v2.UpdateHmacKeyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateHmacKeyMethod(), responseObserver); - } - - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { - return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) - .addMethod( - getDeleteBucketMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.DeleteBucketRequest, com.google.protobuf.Empty>( - this, METHODID_DELETE_BUCKET))) - .addMethod( - getGetBucketMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetBucketRequest, com.google.storage.v2.Bucket>( - this, METHODID_GET_BUCKET))) - .addMethod( - getCreateBucketMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.CreateBucketRequest, com.google.storage.v2.Bucket>( - this, METHODID_CREATE_BUCKET))) - .addMethod( - getListBucketsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ListBucketsRequest, - com.google.storage.v2.ListBucketsResponse>(this, METHODID_LIST_BUCKETS))) - .addMethod( - getLockBucketRetentionPolicyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.LockBucketRetentionPolicyRequest, - com.google.storage.v2.Bucket>(this, METHODID_LOCK_BUCKET_RETENTION_POLICY))) - .addMethod( - getGetIamPolicyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.iam.v1.GetIamPolicyRequest, com.google.iam.v1.Policy>( - this, METHODID_GET_IAM_POLICY))) - .addMethod( - getSetIamPolicyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.iam.v1.SetIamPolicyRequest, com.google.iam.v1.Policy>( - this, METHODID_SET_IAM_POLICY))) - .addMethod( - getTestIamPermissionsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.iam.v1.TestIamPermissionsRequest, - com.google.iam.v1.TestIamPermissionsResponse>( - this, METHODID_TEST_IAM_PERMISSIONS))) - .addMethod( - getUpdateBucketMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.UpdateBucketRequest, com.google.storage.v2.Bucket>( - this, METHODID_UPDATE_BUCKET))) - .addMethod( - getDeleteNotificationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.DeleteNotificationRequest, com.google.protobuf.Empty>( - this, METHODID_DELETE_NOTIFICATION))) - .addMethod( - getGetNotificationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetNotificationRequest, - com.google.storage.v2.Notification>(this, METHODID_GET_NOTIFICATION))) - .addMethod( - getCreateNotificationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.CreateNotificationRequest, - com.google.storage.v2.Notification>(this, METHODID_CREATE_NOTIFICATION))) - .addMethod( - getListNotificationsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ListNotificationsRequest, - com.google.storage.v2.ListNotificationsResponse>( - this, METHODID_LIST_NOTIFICATIONS))) - .addMethod( - getComposeObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ComposeObjectRequest, com.google.storage.v2.Object>( - this, METHODID_COMPOSE_OBJECT))) - .addMethod( - getDeleteObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.DeleteObjectRequest, com.google.protobuf.Empty>( - this, METHODID_DELETE_OBJECT))) - .addMethod( - getCancelResumableWriteMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.CancelResumableWriteRequest, - com.google.storage.v2.CancelResumableWriteResponse>( - this, METHODID_CANCEL_RESUMABLE_WRITE))) - .addMethod( - getGetObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetObjectRequest, com.google.storage.v2.Object>( - this, METHODID_GET_OBJECT))) - .addMethod( - getReadObjectMethod(), - io.grpc.stub.ServerCalls.asyncServerStreamingCall( - new MethodHandlers< - com.google.storage.v2.ReadObjectRequest, - com.google.storage.v2.ReadObjectResponse>(this, METHODID_READ_OBJECT))) - .addMethod( - getUpdateObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.UpdateObjectRequest, com.google.storage.v2.Object>( - this, METHODID_UPDATE_OBJECT))) - .addMethod( - getWriteObjectMethod(), - io.grpc.stub.ServerCalls.asyncClientStreamingCall( - new MethodHandlers< - com.google.storage.v2.WriteObjectRequest, - com.google.storage.v2.WriteObjectResponse>(this, METHODID_WRITE_OBJECT))) - .addMethod( - getListObjectsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ListObjectsRequest, - com.google.storage.v2.ListObjectsResponse>(this, METHODID_LIST_OBJECTS))) - .addMethod( - getRewriteObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.RewriteObjectRequest, - com.google.storage.v2.RewriteResponse>(this, METHODID_REWRITE_OBJECT))) - .addMethod( - getStartResumableWriteMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.StartResumableWriteRequest, - com.google.storage.v2.StartResumableWriteResponse>( - this, METHODID_START_RESUMABLE_WRITE))) - .addMethod( - getQueryWriteStatusMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.QueryWriteStatusRequest, - com.google.storage.v2.QueryWriteStatusResponse>( - this, METHODID_QUERY_WRITE_STATUS))) - .addMethod( - getGetServiceAccountMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetServiceAccountRequest, - com.google.storage.v2.ServiceAccount>(this, METHODID_GET_SERVICE_ACCOUNT))) - .addMethod( - getCreateHmacKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.CreateHmacKeyRequest, - com.google.storage.v2.CreateHmacKeyResponse>(this, METHODID_CREATE_HMAC_KEY))) - .addMethod( - getDeleteHmacKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.DeleteHmacKeyRequest, com.google.protobuf.Empty>( - this, METHODID_DELETE_HMAC_KEY))) - .addMethod( - getGetHmacKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetHmacKeyRequest, - com.google.storage.v2.HmacKeyMetadata>(this, METHODID_GET_HMAC_KEY))) - .addMethod( - getListHmacKeysMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ListHmacKeysRequest, - com.google.storage.v2.ListHmacKeysResponse>(this, METHODID_LIST_HMAC_KEYS))) - .addMethod( - getUpdateHmacKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.UpdateHmacKeyRequest, - com.google.storage.v2.HmacKeyMetadata>(this, METHODID_UPDATE_HMAC_KEY))) - .build(); - } - } - - /** - * - * - *
-   * ## API Overview and Naming Syntax
-   * The Cloud Storage gRPC API allows applications to read and write data through
-   * the abstractions of buckets and objects. For a description of these
-   * abstractions please see https://cloud.google.com/storage/docs.
-   * Resources are named as follows:
-   *   - Projects are referred to as they are defined by the Resource Manager API,
-   *     using strings like `projects/123456` or `projects/my-string-id`.
-   *   - Buckets are named using string names of the form:
-   *     `projects/{project}/buckets/{bucket}`
-   *     For globally unique buckets, `_` may be substituted for the project.
-   *   - Objects are uniquely identified by their name along with the name of the
-   *     bucket they belong to, as separate strings in this API. For example:
-   *       ReadObjectRequest {
-   *         bucket: 'projects/_/buckets/my-bucket'
-   *         object: 'my-object'
-   *       }
-   *     Note that object names can contain `/` characters, which are treated as
-   *     any other character (no special directory semantics).
-   * 
- */ - public static final class StorageStub extends io.grpc.stub.AbstractAsyncStub { - private StorageStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected StorageStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new StorageStub(channel, callOptions); - } - - /** - * - * - *
-     * Permanently deletes an empty bucket.
-     * 
- */ - public void deleteBucket( - com.google.storage.v2.DeleteBucketRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteBucketMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Returns metadata for the specified bucket.
-     * 
- */ - public void getBucket( - com.google.storage.v2.GetBucketRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetBucketMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Creates a new bucket.
-     * 
- */ - public void createBucket( - com.google.storage.v2.CreateBucketRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateBucketMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Retrieves a list of buckets for a given project.
-     * 
- */ - public void listBuckets( - com.google.storage.v2.ListBucketsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListBucketsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Locks retention policy on a bucket.
-     * 
- */ - public void lockBucketRetentionPolicy( - com.google.storage.v2.LockBucketRetentionPolicyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getLockBucketRetentionPolicyMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets the IAM policy for a specified bucket or object.
-     * 
- */ - public void getIamPolicy( - com.google.iam.v1.GetIamPolicyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates an IAM policy for the specified bucket or object.
-     * 
- */ - public void setIamPolicy( - com.google.iam.v1.SetIamPolicyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Tests a set of permissions on the given bucket or object to see which, if
-     * any, are held by the caller.
-     * 
- */ - public void testIamPermissions( - com.google.iam.v1.TestIamPermissionsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
-     * 
- */ - public void updateBucket( - com.google.storage.v2.UpdateBucketRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateBucketMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Permanently deletes a notification subscription.
-     * 
- */ - public void deleteNotification( - com.google.storage.v2.DeleteNotificationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteNotificationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * View a notification config.
-     * 
- */ - public void getNotification( - com.google.storage.v2.GetNotificationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetNotificationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Creates a notification subscription for a given bucket.
-     * These notifications, when triggered, publish messages to the specified
-     * Pub/Sub topics.
-     * See https://cloud.google.com/storage/docs/pubsub-notifications.
-     * 
- */ - public void createNotification( - com.google.storage.v2.CreateNotificationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateNotificationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Retrieves a list of notification subscriptions for a given bucket.
-     * 
- */ - public void listNotifications( - com.google.storage.v2.ListNotificationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListNotificationsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Concatenates a list of existing objects into a new object in the same
-     * bucket.
-     * 
- */ - public void composeObject( - com.google.storage.v2.ComposeObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getComposeObjectMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Deletes an object and its metadata. Deletions are permanent if versioning
-     * is not enabled for the bucket, or if the `generation` parameter is used.
-     * 
- */ - public void deleteObject( - com.google.storage.v2.DeleteObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteObjectMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Cancels an in-progress resumable upload.
-     * 
- */ - public void cancelResumableWrite( - com.google.storage.v2.CancelResumableWriteRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCancelResumableWriteMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Retrieves an object's metadata.
-     * 
- */ - public void getObject( - com.google.storage.v2.GetObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetObjectMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Reads an object's data.
-     * 
- */ - public void readObject( - com.google.storage.v2.ReadObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncServerStreamingCall( - getChannel().newCall(getReadObjectMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Updates an object's metadata.
-     * Equivalent to JSON API's storage.objects.patch.
-     * 
- */ - public void updateObject( - com.google.storage.v2.UpdateObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateObjectMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Stores a new object and metadata.
-     * An object can be written either in a single message stream or in a
-     * resumable sequence of message streams. To write using a single stream,
-     * the client should include in the first message of the stream an
-     * `WriteObjectSpec` describing the destination bucket, object, and any
-     * preconditions. Additionally, the final message must set 'finish_write' to
-     * true, or else it is an error.
-     * For a resumable write, the client should instead call
-     * `StartResumableWrite()`, populating a `WriteObjectSpec` into that request.
-     * They should then attach the returned `upload_id` to the first message of
-     * each following call to `WriteObject`. If the stream is closed before
-     * finishing the upload (either explicitly by the client or due to a network
-     * error or an error response from the server), the client should do as
-     * follows:
-     *   - Check the result Status of the stream, to determine if writing can be
-     *     resumed on this stream or must be restarted from scratch (by calling
-     *     `StartResumableWrite()`). The resumable errors are DEADLINE_EXCEEDED,
-     *     INTERNAL, and UNAVAILABLE. For each case, the client should use binary
-     *     exponential backoff before retrying.  Additionally, writes can be
-     *     resumed after RESOURCE_EXHAUSTED errors, but only after taking
-     *     appropriate measures, which may include reducing aggregate send rate
-     *     across clients and/or requesting a quota increase for your project.
-     *   - If the call to `WriteObject` returns `ABORTED`, that indicates
-     *     concurrent attempts to update the resumable write, caused either by
-     *     multiple racing clients or by a single client where the previous
-     *     request was timed out on the client side but nonetheless reached the
-     *     server. In this case the client should take steps to prevent further
-     *     concurrent writes (e.g., increase the timeouts, stop using more than
-     *     one process to perform the upload, etc.), and then should follow the
-     *     steps below for resuming the upload.
-     *   - For resumable errors, the client should call `QueryWriteStatus()` and
-     *     then continue writing from the returned `persisted_size`. This may be
-     *     less than the amount of data the client previously sent. Note also that
-     *     it is acceptable to send data starting at an offset earlier than the
-     *     returned `persisted_size`; in this case, the service will skip data at
-     *     offsets that were already persisted (without checking that it matches
-     *     the previously written data), and write only the data starting from the
-     *     persisted offset. This behavior can make client-side handling simpler
-     *     in some cases.
-     * The service will not view the object as complete until the client has
-     * sent a `WriteObjectRequest` with `finish_write` set to `true`. Sending any
-     * requests on a stream after sending a request with `finish_write` set to
-     * `true` will cause an error. The client **should** check the response it
-     * receives to determine how much data the service was able to commit and
-     * whether the service views the object as complete.
-     * Attempting to resume an already finalized object will result in an OK
-     * status, with a WriteObjectResponse containing the finalized object's
-     * metadata.
-     * 
- */ - public io.grpc.stub.StreamObserver writeObject( - io.grpc.stub.StreamObserver responseObserver) { - return io.grpc.stub.ClientCalls.asyncClientStreamingCall( - getChannel().newCall(getWriteObjectMethod(), getCallOptions()), responseObserver); - } - - /** - * - * - *
-     * Retrieves a list of objects matching the criteria.
-     * 
- */ - public void listObjects( - com.google.storage.v2.ListObjectsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListObjectsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Rewrites a source object to a destination object. Optionally overrides
-     * metadata.
-     * 
- */ - public void rewriteObject( - com.google.storage.v2.RewriteObjectRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRewriteObjectMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Starts a resumable write. How long the write operation remains valid, and
-     * what happens when the write operation becomes invalid, are
-     * service-dependent.
-     * 
- */ - public void startResumableWrite( - com.google.storage.v2.StartResumableWriteRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getStartResumableWriteMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Determines the `persisted_size` for an object that is being written, which
-     * can then be used as the `write_offset` for the next `Write()` call.
-     * If the object does not exist (i.e., the object has been deleted, or the
-     * first `Write()` has not yet reached the service), this method returns the
-     * error `NOT_FOUND`.
-     * The client **may** call `QueryWriteStatus()` at any time to determine how
-     * much data has been processed for this object. This is useful if the
-     * client is buffering data and needs to know which data can be safely
-     * evicted. For any sequence of `QueryWriteStatus()` calls for a given
-     * object name, the sequence of returned `persisted_size` values will be
-     * non-decreasing.
-     * 
- */ - public void queryWriteStatus( - com.google.storage.v2.QueryWriteStatusRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getQueryWriteStatusMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Retrieves the name of a project's Google Cloud Storage service account.
-     * 
- */ - public void getServiceAccount( - com.google.storage.v2.GetServiceAccountRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetServiceAccountMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Creates a new HMAC key for the given service account.
-     * 
- */ - public void createHmacKey( - com.google.storage.v2.CreateHmacKeyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateHmacKeyMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Deletes a given HMAC key.  Key must be in an INACTIVE state.
-     * 
- */ - public void deleteHmacKey( - com.google.storage.v2.DeleteHmacKeyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteHmacKeyMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets an existing HMAC key metadata for the given id.
-     * 
- */ - public void getHmacKey( - com.google.storage.v2.GetHmacKeyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetHmacKeyMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Lists HMAC keys under a given project with the additional filters provided.
-     * 
- */ - public void listHmacKeys( - com.google.storage.v2.ListHmacKeysRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListHmacKeysMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates a given HMAC key state between ACTIVE and INACTIVE.
-     * 
- */ - public void updateHmacKey( - com.google.storage.v2.UpdateHmacKeyRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateHmacKeyMethod(), getCallOptions()), - request, - responseObserver); - } - } - - /** - * - * - *
-   * ## API Overview and Naming Syntax
-   * The Cloud Storage gRPC API allows applications to read and write data through
-   * the abstractions of buckets and objects. For a description of these
-   * abstractions please see https://cloud.google.com/storage/docs.
-   * Resources are named as follows:
-   *   - Projects are referred to as they are defined by the Resource Manager API,
-   *     using strings like `projects/123456` or `projects/my-string-id`.
-   *   - Buckets are named using string names of the form:
-   *     `projects/{project}/buckets/{bucket}`
-   *     For globally unique buckets, `_` may be substituted for the project.
-   *   - Objects are uniquely identified by their name along with the name of the
-   *     bucket they belong to, as separate strings in this API. For example:
-   *       ReadObjectRequest {
-   *         bucket: 'projects/_/buckets/my-bucket'
-   *         object: 'my-object'
-   *       }
-   *     Note that object names can contain `/` characters, which are treated as
-   *     any other character (no special directory semantics).
-   * 
- */ - public static final class StorageBlockingStub - extends io.grpc.stub.AbstractBlockingStub { - private StorageBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected StorageBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new StorageBlockingStub(channel, callOptions); - } - - /** - * - * - *
-     * Permanently deletes an empty bucket.
-     * 
- */ - public com.google.protobuf.Empty deleteBucket( - com.google.storage.v2.DeleteBucketRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteBucketMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Returns metadata for the specified bucket.
-     * 
- */ - public com.google.storage.v2.Bucket getBucket(com.google.storage.v2.GetBucketRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetBucketMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Creates a new bucket.
-     * 
- */ - public com.google.storage.v2.Bucket createBucket( - com.google.storage.v2.CreateBucketRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateBucketMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Retrieves a list of buckets for a given project.
-     * 
- */ - public com.google.storage.v2.ListBucketsResponse listBuckets( - com.google.storage.v2.ListBucketsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListBucketsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Locks retention policy on a bucket.
-     * 
- */ - public com.google.storage.v2.Bucket lockBucketRetentionPolicy( - com.google.storage.v2.LockBucketRetentionPolicyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getLockBucketRetentionPolicyMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets the IAM policy for a specified bucket or object.
-     * 
- */ - public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetIamPolicyMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates an IAM policy for the specified bucket or object.
-     * 
- */ - public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getSetIamPolicyMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Tests a set of permissions on the given bucket or object to see which, if
-     * any, are held by the caller.
-     * 
- */ - public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions( - com.google.iam.v1.TestIamPermissionsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
-     * 
- */ - public com.google.storage.v2.Bucket updateBucket( - com.google.storage.v2.UpdateBucketRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateBucketMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Permanently deletes a notification subscription.
-     * 
- */ - public com.google.protobuf.Empty deleteNotification( - com.google.storage.v2.DeleteNotificationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteNotificationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * View a notification config.
-     * 
- */ - public com.google.storage.v2.Notification getNotification( - com.google.storage.v2.GetNotificationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetNotificationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Creates a notification subscription for a given bucket.
-     * These notifications, when triggered, publish messages to the specified
-     * Pub/Sub topics.
-     * See https://cloud.google.com/storage/docs/pubsub-notifications.
-     * 
- */ - public com.google.storage.v2.Notification createNotification( - com.google.storage.v2.CreateNotificationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateNotificationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Retrieves a list of notification subscriptions for a given bucket.
-     * 
- */ - public com.google.storage.v2.ListNotificationsResponse listNotifications( - com.google.storage.v2.ListNotificationsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListNotificationsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Concatenates a list of existing objects into a new object in the same
-     * bucket.
-     * 
- */ - public com.google.storage.v2.Object composeObject( - com.google.storage.v2.ComposeObjectRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getComposeObjectMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Deletes an object and its metadata. Deletions are permanent if versioning
-     * is not enabled for the bucket, or if the `generation` parameter is used.
-     * 
- */ - public com.google.protobuf.Empty deleteObject( - com.google.storage.v2.DeleteObjectRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteObjectMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Cancels an in-progress resumable upload.
-     * 
- */ - public com.google.storage.v2.CancelResumableWriteResponse cancelResumableWrite( - com.google.storage.v2.CancelResumableWriteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCancelResumableWriteMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Retrieves an object's metadata.
-     * 
- */ - public com.google.storage.v2.Object getObject(com.google.storage.v2.GetObjectRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetObjectMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Reads an object's data.
-     * 
- */ - public java.util.Iterator readObject( - com.google.storage.v2.ReadObjectRequest request) { - return io.grpc.stub.ClientCalls.blockingServerStreamingCall( - getChannel(), getReadObjectMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates an object's metadata.
-     * Equivalent to JSON API's storage.objects.patch.
-     * 
- */ - public com.google.storage.v2.Object updateObject( - com.google.storage.v2.UpdateObjectRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateObjectMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Retrieves a list of objects matching the criteria.
-     * 
- */ - public com.google.storage.v2.ListObjectsResponse listObjects( - com.google.storage.v2.ListObjectsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListObjectsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Rewrites a source object to a destination object. Optionally overrides
-     * metadata.
-     * 
- */ - public com.google.storage.v2.RewriteResponse rewriteObject( - com.google.storage.v2.RewriteObjectRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRewriteObjectMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Starts a resumable write. How long the write operation remains valid, and
-     * what happens when the write operation becomes invalid, are
-     * service-dependent.
-     * 
- */ - public com.google.storage.v2.StartResumableWriteResponse startResumableWrite( - com.google.storage.v2.StartResumableWriteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getStartResumableWriteMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Determines the `persisted_size` for an object that is being written, which
-     * can then be used as the `write_offset` for the next `Write()` call.
-     * If the object does not exist (i.e., the object has been deleted, or the
-     * first `Write()` has not yet reached the service), this method returns the
-     * error `NOT_FOUND`.
-     * The client **may** call `QueryWriteStatus()` at any time to determine how
-     * much data has been processed for this object. This is useful if the
-     * client is buffering data and needs to know which data can be safely
-     * evicted. For any sequence of `QueryWriteStatus()` calls for a given
-     * object name, the sequence of returned `persisted_size` values will be
-     * non-decreasing.
-     * 
- */ - public com.google.storage.v2.QueryWriteStatusResponse queryWriteStatus( - com.google.storage.v2.QueryWriteStatusRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getQueryWriteStatusMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Retrieves the name of a project's Google Cloud Storage service account.
-     * 
- */ - public com.google.storage.v2.ServiceAccount getServiceAccount( - com.google.storage.v2.GetServiceAccountRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetServiceAccountMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Creates a new HMAC key for the given service account.
-     * 
- */ - public com.google.storage.v2.CreateHmacKeyResponse createHmacKey( - com.google.storage.v2.CreateHmacKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateHmacKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Deletes a given HMAC key.  Key must be in an INACTIVE state.
-     * 
- */ - public com.google.protobuf.Empty deleteHmacKey( - com.google.storage.v2.DeleteHmacKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteHmacKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets an existing HMAC key metadata for the given id.
-     * 
- */ - public com.google.storage.v2.HmacKeyMetadata getHmacKey( - com.google.storage.v2.GetHmacKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetHmacKeyMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Lists HMAC keys under a given project with the additional filters provided.
-     * 
- */ - public com.google.storage.v2.ListHmacKeysResponse listHmacKeys( - com.google.storage.v2.ListHmacKeysRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListHmacKeysMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates a given HMAC key state between ACTIVE and INACTIVE.
-     * 
- */ - public com.google.storage.v2.HmacKeyMetadata updateHmacKey( - com.google.storage.v2.UpdateHmacKeyRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateHmacKeyMethod(), getCallOptions(), request); - } - } - - /** - * - * - *
-   * ## API Overview and Naming Syntax
-   * The Cloud Storage gRPC API allows applications to read and write data through
-   * the abstractions of buckets and objects. For a description of these
-   * abstractions please see https://cloud.google.com/storage/docs.
-   * Resources are named as follows:
-   *   - Projects are referred to as they are defined by the Resource Manager API,
-   *     using strings like `projects/123456` or `projects/my-string-id`.
-   *   - Buckets are named using string names of the form:
-   *     `projects/{project}/buckets/{bucket}`
-   *     For globally unique buckets, `_` may be substituted for the project.
-   *   - Objects are uniquely identified by their name along with the name of the
-   *     bucket they belong to, as separate strings in this API. For example:
-   *       ReadObjectRequest {
-   *         bucket: 'projects/_/buckets/my-bucket'
-   *         object: 'my-object'
-   *       }
-   *     Note that object names can contain `/` characters, which are treated as
-   *     any other character (no special directory semantics).
-   * 
- */ - public static final class StorageFutureStub - extends io.grpc.stub.AbstractFutureStub { - private StorageFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected StorageFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new StorageFutureStub(channel, callOptions); - } - - /** - * - * - *
-     * Permanently deletes an empty bucket.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - deleteBucket(com.google.storage.v2.DeleteBucketRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteBucketMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Returns metadata for the specified bucket.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getBucket(com.google.storage.v2.GetBucketRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetBucketMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Creates a new bucket.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - createBucket(com.google.storage.v2.CreateBucketRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateBucketMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Retrieves a list of buckets for a given project.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.storage.v2.ListBucketsResponse> - listBuckets(com.google.storage.v2.ListBucketsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListBucketsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Locks retention policy on a bucket.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionPolicyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getLockBucketRetentionPolicyMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Gets the IAM policy for a specified bucket or object.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates an IAM policy for the specified bucket or object.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Tests a set of permissions on the given bucket or object to see which, if
-     * any, are held by the caller.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.iam.v1.TestIamPermissionsResponse> - testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - updateBucket(com.google.storage.v2.UpdateBucketRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateBucketMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Permanently deletes a notification subscription.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - deleteNotification(com.google.storage.v2.DeleteNotificationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteNotificationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * View a notification config.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getNotification(com.google.storage.v2.GetNotificationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetNotificationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Creates a notification subscription for a given bucket.
-     * These notifications, when triggered, publish messages to the specified
-     * Pub/Sub topics.
-     * See https://cloud.google.com/storage/docs/pubsub-notifications.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - createNotification(com.google.storage.v2.CreateNotificationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateNotificationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Retrieves a list of notification subscriptions for a given bucket.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.storage.v2.ListNotificationsResponse> - listNotifications(com.google.storage.v2.ListNotificationsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListNotificationsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Concatenates a list of existing objects into a new object in the same
-     * bucket.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - composeObject(com.google.storage.v2.ComposeObjectRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getComposeObjectMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Deletes an object and its metadata. Deletions are permanent if versioning
-     * is not enabled for the bucket, or if the `generation` parameter is used.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - deleteObject(com.google.storage.v2.DeleteObjectRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteObjectMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Cancels an in-progress resumable upload.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.storage.v2.CancelResumableWriteResponse> - cancelResumableWrite(com.google.storage.v2.CancelResumableWriteRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCancelResumableWriteMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Retrieves an object's metadata.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getObject(com.google.storage.v2.GetObjectRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetObjectMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates an object's metadata.
-     * Equivalent to JSON API's storage.objects.patch.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - updateObject(com.google.storage.v2.UpdateObjectRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateObjectMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Retrieves a list of objects matching the criteria.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.storage.v2.ListObjectsResponse> - listObjects(com.google.storage.v2.ListObjectsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListObjectsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Rewrites a source object to a destination object. Optionally overrides
-     * metadata.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - rewriteObject(com.google.storage.v2.RewriteObjectRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRewriteObjectMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Starts a resumable write. How long the write operation remains valid, and
-     * what happens when the write operation becomes invalid, are
-     * service-dependent.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.storage.v2.StartResumableWriteResponse> - startResumableWrite(com.google.storage.v2.StartResumableWriteRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getStartResumableWriteMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Determines the `persisted_size` for an object that is being written, which
-     * can then be used as the `write_offset` for the next `Write()` call.
-     * If the object does not exist (i.e., the object has been deleted, or the
-     * first `Write()` has not yet reached the service), this method returns the
-     * error `NOT_FOUND`.
-     * The client **may** call `QueryWriteStatus()` at any time to determine how
-     * much data has been processed for this object. This is useful if the
-     * client is buffering data and needs to know which data can be safely
-     * evicted. For any sequence of `QueryWriteStatus()` calls for a given
-     * object name, the sequence of returned `persisted_size` values will be
-     * non-decreasing.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.storage.v2.QueryWriteStatusResponse> - queryWriteStatus(com.google.storage.v2.QueryWriteStatusRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getQueryWriteStatusMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Retrieves the name of a project's Google Cloud Storage service account.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getServiceAccount(com.google.storage.v2.GetServiceAccountRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetServiceAccountMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Creates a new HMAC key for the given service account.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.storage.v2.CreateHmacKeyResponse> - createHmacKey(com.google.storage.v2.CreateHmacKeyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateHmacKeyMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Deletes a given HMAC key.  Key must be in an INACTIVE state.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - deleteHmacKey(com.google.storage.v2.DeleteHmacKeyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteHmacKeyMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Gets an existing HMAC key metadata for the given id.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getHmacKey(com.google.storage.v2.GetHmacKeyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetHmacKeyMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Lists HMAC keys under a given project with the additional filters provided.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.storage.v2.ListHmacKeysResponse> - listHmacKeys(com.google.storage.v2.ListHmacKeysRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListHmacKeysMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates a given HMAC key state between ACTIVE and INACTIVE.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateHmacKeyMethod(), getCallOptions()), request); - } - } - - private static final int METHODID_DELETE_BUCKET = 0; - private static final int METHODID_GET_BUCKET = 1; - private static final int METHODID_CREATE_BUCKET = 2; - private static final int METHODID_LIST_BUCKETS = 3; - private static final int METHODID_LOCK_BUCKET_RETENTION_POLICY = 4; - private static final int METHODID_GET_IAM_POLICY = 5; - private static final int METHODID_SET_IAM_POLICY = 6; - private static final int METHODID_TEST_IAM_PERMISSIONS = 7; - private static final int METHODID_UPDATE_BUCKET = 8; - private static final int METHODID_DELETE_NOTIFICATION = 9; - private static final int METHODID_GET_NOTIFICATION = 10; - private static final int METHODID_CREATE_NOTIFICATION = 11; - private static final int METHODID_LIST_NOTIFICATIONS = 12; - private static final int METHODID_COMPOSE_OBJECT = 13; - private static final int METHODID_DELETE_OBJECT = 14; - private static final int METHODID_CANCEL_RESUMABLE_WRITE = 15; - private static final int METHODID_GET_OBJECT = 16; - private static final int METHODID_READ_OBJECT = 17; - private static final int METHODID_UPDATE_OBJECT = 18; - private static final int METHODID_LIST_OBJECTS = 19; - private static final int METHODID_REWRITE_OBJECT = 20; - private static final int METHODID_START_RESUMABLE_WRITE = 21; - private static final int METHODID_QUERY_WRITE_STATUS = 22; - private static final int METHODID_GET_SERVICE_ACCOUNT = 23; - private static final int METHODID_CREATE_HMAC_KEY = 24; - private static final int METHODID_DELETE_HMAC_KEY = 25; - private static final int METHODID_GET_HMAC_KEY = 26; - private static final int METHODID_LIST_HMAC_KEYS = 27; - private static final int METHODID_UPDATE_HMAC_KEY = 28; - private static final int METHODID_WRITE_OBJECT = 29; - - 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 StorageImplBase serviceImpl; - private final int methodId; - - MethodHandlers(StorageImplBase 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_DELETE_BUCKET: - serviceImpl.deleteBucket( - (com.google.storage.v2.DeleteBucketRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_GET_BUCKET: - serviceImpl.getBucket( - (com.google.storage.v2.GetBucketRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CREATE_BUCKET: - serviceImpl.createBucket( - (com.google.storage.v2.CreateBucketRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_BUCKETS: - serviceImpl.listBuckets( - (com.google.storage.v2.ListBucketsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_LOCK_BUCKET_RETENTION_POLICY: - serviceImpl.lockBucketRetentionPolicy( - (com.google.storage.v2.LockBucketRetentionPolicyRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_GET_IAM_POLICY: - serviceImpl.getIamPolicy( - (com.google.iam.v1.GetIamPolicyRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_SET_IAM_POLICY: - serviceImpl.setIamPolicy( - (com.google.iam.v1.SetIamPolicyRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_TEST_IAM_PERMISSIONS: - serviceImpl.testIamPermissions( - (com.google.iam.v1.TestIamPermissionsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_UPDATE_BUCKET: - serviceImpl.updateBucket( - (com.google.storage.v2.UpdateBucketRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_DELETE_NOTIFICATION: - serviceImpl.deleteNotification( - (com.google.storage.v2.DeleteNotificationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_GET_NOTIFICATION: - serviceImpl.getNotification( - (com.google.storage.v2.GetNotificationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CREATE_NOTIFICATION: - serviceImpl.createNotification( - (com.google.storage.v2.CreateNotificationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_NOTIFICATIONS: - serviceImpl.listNotifications( - (com.google.storage.v2.ListNotificationsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_COMPOSE_OBJECT: - serviceImpl.composeObject( - (com.google.storage.v2.ComposeObjectRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_DELETE_OBJECT: - serviceImpl.deleteObject( - (com.google.storage.v2.DeleteObjectRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CANCEL_RESUMABLE_WRITE: - serviceImpl.cancelResumableWrite( - (com.google.storage.v2.CancelResumableWriteRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_GET_OBJECT: - serviceImpl.getObject( - (com.google.storage.v2.GetObjectRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_READ_OBJECT: - serviceImpl.readObject( - (com.google.storage.v2.ReadObjectRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_UPDATE_OBJECT: - serviceImpl.updateObject( - (com.google.storage.v2.UpdateObjectRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_OBJECTS: - serviceImpl.listObjects( - (com.google.storage.v2.ListObjectsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_REWRITE_OBJECT: - serviceImpl.rewriteObject( - (com.google.storage.v2.RewriteObjectRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_START_RESUMABLE_WRITE: - serviceImpl.startResumableWrite( - (com.google.storage.v2.StartResumableWriteRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_QUERY_WRITE_STATUS: - serviceImpl.queryWriteStatus( - (com.google.storage.v2.QueryWriteStatusRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_GET_SERVICE_ACCOUNT: - serviceImpl.getServiceAccount( - (com.google.storage.v2.GetServiceAccountRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CREATE_HMAC_KEY: - serviceImpl.createHmacKey( - (com.google.storage.v2.CreateHmacKeyRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_DELETE_HMAC_KEY: - serviceImpl.deleteHmacKey( - (com.google.storage.v2.DeleteHmacKeyRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_GET_HMAC_KEY: - serviceImpl.getHmacKey( - (com.google.storage.v2.GetHmacKeyRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_LIST_HMAC_KEYS: - serviceImpl.listHmacKeys( - (com.google.storage.v2.ListHmacKeysRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_UPDATE_HMAC_KEY: - serviceImpl.updateHmacKey( - (com.google.storage.v2.UpdateHmacKeyRequest) 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) { - case METHODID_WRITE_OBJECT: - return (io.grpc.stub.StreamObserver) - serviceImpl.writeObject( - (io.grpc.stub.StreamObserver) - responseObserver); - default: - throw new AssertionError(); - } - } - } - - private abstract static class StorageBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { - StorageBaseDescriptorSupplier() {} - - @java.lang.Override - public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { - return com.google.storage.v2.StorageProto.getDescriptor(); - } - - @java.lang.Override - public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { - return getFileDescriptor().findServiceByName("Storage"); - } - } - - private static final class StorageFileDescriptorSupplier extends StorageBaseDescriptorSupplier { - StorageFileDescriptorSupplier() {} - } - - private static final class StorageMethodDescriptorSupplier extends StorageBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { - private final String methodName; - - StorageMethodDescriptorSupplier(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 (StorageGrpc.class) { - result = serviceDescriptor; - if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new StorageFileDescriptorSupplier()) - .addMethod(getDeleteBucketMethod()) - .addMethod(getGetBucketMethod()) - .addMethod(getCreateBucketMethod()) - .addMethod(getListBucketsMethod()) - .addMethod(getLockBucketRetentionPolicyMethod()) - .addMethod(getGetIamPolicyMethod()) - .addMethod(getSetIamPolicyMethod()) - .addMethod(getTestIamPermissionsMethod()) - .addMethod(getUpdateBucketMethod()) - .addMethod(getDeleteNotificationMethod()) - .addMethod(getGetNotificationMethod()) - .addMethod(getCreateNotificationMethod()) - .addMethod(getListNotificationsMethod()) - .addMethod(getComposeObjectMethod()) - .addMethod(getDeleteObjectMethod()) - .addMethod(getCancelResumableWriteMethod()) - .addMethod(getGetObjectMethod()) - .addMethod(getReadObjectMethod()) - .addMethod(getUpdateObjectMethod()) - .addMethod(getWriteObjectMethod()) - .addMethod(getListObjectsMethod()) - .addMethod(getRewriteObjectMethod()) - .addMethod(getStartResumableWriteMethod()) - .addMethod(getQueryWriteStatusMethod()) - .addMethod(getGetServiceAccountMethod()) - .addMethod(getCreateHmacKeyMethod()) - .addMethod(getDeleteHmacKeyMethod()) - .addMethod(getGetHmacKeyMethod()) - .addMethod(getListHmacKeysMethod()) - .addMethod(getUpdateHmacKeyMethod()) - .build(); - } - } - } - return result; - } -} diff --git a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java similarity index 98% rename from gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java index 636c1ce827..51b7167e12 100644 --- a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java +++ b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java @@ -829,7 +829,9 @@ public final Bucket lockBucketRetentionPolicy(LockBucketRetentionPolicyRequest r // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Gets the IAM policy for a specified bucket or object. + * Gets the IAM policy for a specified bucket or object. The `resource` field in the request + * should be projects/_/buckets/<bucket_name> for a bucket or + * projects/_/buckets/<bucket_name>/objects/<object_name> for an object. * *

Sample code: * @@ -860,7 +862,9 @@ public final Policy getIamPolicy(ResourceName resource) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Gets the IAM policy for a specified bucket or object. + * Gets the IAM policy for a specified bucket or object. The `resource` field in the request + * should be projects/_/buckets/<bucket_name> for a bucket or + * projects/_/buckets/<bucket_name>/objects/<object_name> for an object. * *

Sample code: * @@ -888,7 +892,9 @@ public final Policy getIamPolicy(String resource) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Gets the IAM policy for a specified bucket or object. + * Gets the IAM policy for a specified bucket or object. The `resource` field in the request + * should be projects/_/buckets/<bucket_name> for a bucket or + * projects/_/buckets/<bucket_name>/objects/<object_name> for an object. * *

Sample code: * @@ -919,7 +925,9 @@ public final Policy getIamPolicy(GetIamPolicyRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Gets the IAM policy for a specified bucket or object. + * Gets the IAM policy for a specified bucket or object. The `resource` field in the request + * should be projects/_/buckets/<bucket_name> for a bucket or + * projects/_/buckets/<bucket_name>/objects/<object_name> for an object. * *

Sample code: * @@ -949,7 +957,9 @@ public final UnaryCallable getIamPolicyCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Updates an IAM policy for the specified bucket or object. + * Updates an IAM policy for the specified bucket or object. The `resource` field in the request + * should be projects/_/buckets/<bucket_name> for a bucket or + * projects/_/buckets/<bucket_name>/objects/<object_name> for an object. * *

Sample code: * @@ -985,7 +995,9 @@ public final Policy setIamPolicy(ResourceName resource, Policy policy) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Updates an IAM policy for the specified bucket or object. + * Updates an IAM policy for the specified bucket or object. The `resource` field in the request + * should be projects/_/buckets/<bucket_name> for a bucket or + * projects/_/buckets/<bucket_name>/objects/<object_name> for an object. * *

Sample code: * @@ -1018,7 +1030,9 @@ public final Policy setIamPolicy(String resource, Policy policy) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Updates an IAM policy for the specified bucket or object. + * Updates an IAM policy for the specified bucket or object. The `resource` field in the request + * should be projects/_/buckets/<bucket_name> for a bucket or + * projects/_/buckets/<bucket_name>/objects/<object_name> for an object. * *

Sample code: * @@ -1050,7 +1064,9 @@ public final Policy setIamPolicy(SetIamPolicyRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Updates an IAM policy for the specified bucket or object. + * Updates an IAM policy for the specified bucket or object. The `resource` field in the request + * should be projects/_/buckets/<bucket_name> for a bucket or + * projects/_/buckets/<bucket_name>/objects/<object_name> for an object. * *

Sample code: * @@ -1082,7 +1098,9 @@ public final UnaryCallable setIamPolicyCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Tests a set of permissions on the given bucket or object to see which, if any, are held by the - * caller. + * caller. The `resource` field in the request should be projects/_/buckets/<bucket_name> + * for a bucket or projects/_/buckets/<bucket_name>/objects/<object_name> for an + * object. * *

Sample code: * @@ -1120,7 +1138,9 @@ public final TestIamPermissionsResponse testIamPermissions( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Tests a set of permissions on the given bucket or object to see which, if any, are held by the - * caller. + * caller. The `resource` field in the request should be projects/_/buckets/<bucket_name> + * for a bucket or projects/_/buckets/<bucket_name>/objects/<object_name> for an + * object. * *

Sample code: * @@ -1158,7 +1178,9 @@ public final TestIamPermissionsResponse testIamPermissions( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Tests a set of permissions on the given bucket or object to see which, if any, are held by the - * caller. + * caller. The `resource` field in the request should be projects/_/buckets/<bucket_name> + * for a bucket or projects/_/buckets/<bucket_name>/objects/<object_name> for an + * object. * *

Sample code: * @@ -1190,7 +1212,9 @@ public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsReq // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Tests a set of permissions on the given bucket or object to see which, if any, are held by the - * caller. + * caller. The `resource` field in the request should be projects/_/buckets/<bucket_name> + * for a bucket or projects/_/buckets/<bucket_name>/objects/<object_name> for an + * object. * *

Sample code: * @@ -1861,6 +1885,7 @@ public final ListNotificationsPagedResponse listNotifications(ListNotificationsR * CryptoKeyName.of("[PROJECT]", "[LOCATION]", "[KEY_RING]", "[CRYPTO_KEY]") * .toString()) * .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + * .setObjectChecksums(ObjectChecksums.newBuilder().build()) * .build(); * Object response = storageClient.composeObject(request); * } @@ -1897,6 +1922,7 @@ public final Object composeObject(ComposeObjectRequest request) { * CryptoKeyName.of("[PROJECT]", "[LOCATION]", "[KEY_RING]", "[CRYPTO_KEY]") * .toString()) * .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + * .setObjectChecksums(ObjectChecksums.newBuilder().build()) * .build(); * ApiFuture future = storageClient.composeObjectCallable().futureCall(request); * // Do something. @@ -1929,7 +1955,8 @@ public final UnaryCallable composeObjectCallable() * } * * @param bucket Required. Name of the bucket in which the object resides. - * @param object Required. The name of the object to delete (when not using a resumable write). + * @param object Required. The name of the finalized object to delete. Note: If you want to delete + * an unfinalized resumable upload please use `CancelResumableWrite`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteObject(String bucket, String object) { @@ -1960,7 +1987,8 @@ public final void deleteObject(String bucket, String object) { * } * * @param bucket Required. Name of the bucket in which the object resides. - * @param object Required. The name of the object to delete (when not using a resumable write). + * @param object Required. The name of the finalized object to delete. Note: If you want to delete + * an unfinalized resumable upload please use `CancelResumableWrite`. * @param generation If present, permanently deletes a specific revision of this object (as * opposed to the latest version, the default). * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -2717,6 +2745,7 @@ public final UnaryCallable listObjectsC * .setCopySourceEncryptionKeyBytes(ByteString.EMPTY) * .setCopySourceEncryptionKeySha256Bytes(ByteString.EMPTY) * .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + * .setObjectChecksums(ObjectChecksums.newBuilder().build()) * .build(); * RewriteResponse response = storageClient.rewriteObject(request); * } @@ -2768,6 +2797,7 @@ public final RewriteResponse rewriteObject(RewriteObjectRequest request) { * .setCopySourceEncryptionKeyBytes(ByteString.EMPTY) * .setCopySourceEncryptionKeySha256Bytes(ByteString.EMPTY) * .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + * .setObjectChecksums(ObjectChecksums.newBuilder().build()) * .build(); * ApiFuture future = storageClient.rewriteObjectCallable().futureCall(request); * // Do something. @@ -2797,6 +2827,7 @@ public final UnaryCallable rewriteObjectC * StartResumableWriteRequest.newBuilder() * .setWriteObjectSpec(WriteObjectSpec.newBuilder().build()) * .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + * .setObjectChecksums(ObjectChecksums.newBuilder().build()) * .build(); * StartResumableWriteResponse response = storageClient.startResumableWrite(request); * } @@ -2827,6 +2858,7 @@ public final StartResumableWriteResponse startResumableWrite(StartResumableWrite * StartResumableWriteRequest.newBuilder() * .setWriteObjectSpec(WriteObjectSpec.newBuilder().build()) * .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + * .setObjectChecksums(ObjectChecksums.newBuilder().build()) * .build(); * ApiFuture future = * storageClient.startResumableWriteCallable().futureCall(request); diff --git a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java similarity index 99% rename from gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java index 8c693857c7..e2f36a5753 100644 --- a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java +++ b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java @@ -32,6 +32,7 @@ import com.google.api.gax.rpc.PagedCallSettings; import com.google.api.gax.rpc.ServerStreamingCallSettings; import com.google.api.gax.rpc.StreamingCallSettings; +import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.iam.v1.GetIamPolicyRequest; diff --git a/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/gapic_metadata.json similarity index 100% rename from gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/gapic_metadata.json diff --git a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java similarity index 100% rename from gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java diff --git a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java similarity index 100% rename from gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java diff --git a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java similarity index 98% rename from gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java index cd33ebcaf1..1986a8a440 100644 --- a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java +++ b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java @@ -84,6 +84,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; @@ -471,10 +472,6 @@ public class GrpcStorageStub extends StorageStub { PathTemplate.create("{bucket=**}"); private static final PathTemplate UPDATE_OBJECT_0_PATH_TEMPLATE = PathTemplate.create("{bucket=**}"); - private static final PathTemplate WRITE_OBJECT_0_PATH_TEMPLATE = - PathTemplate.create("{bucket=**}"); - private static final PathTemplate WRITE_OBJECT_1_PATH_TEMPLATE = - PathTemplate.create("{bucket=projects/*/buckets/*}/**"); private static final PathTemplate LIST_OBJECTS_0_PATH_TEMPLATE = PathTemplate.create("{bucket=**}"); private static final PathTemplate REWRITE_OBJECT_0_PATH_TEMPLATE = @@ -751,19 +748,6 @@ protected GrpcStorageStub( GrpcCallSettings writeObjectTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(writeObjectMethodDescriptor) - .setParamsExtractor( - request -> { - RequestParamsBuilder builder = RequestParamsBuilder.create(); - if (request.getWriteObjectSpec() != null - && request.getWriteObjectSpec().getResource() != null) { - builder.add( - request.getWriteObjectSpec().getResource().getBucket(), - "bucket", - WRITE_OBJECT_0_PATH_TEMPLATE); - } - builder.add(request.getUploadId(), "bucket", WRITE_OBJECT_1_PATH_TEMPLATE); - return builder.build(); - }) .build(); GrpcCallSettings listObjectsTransportSettings = GrpcCallSettings.newBuilder() diff --git a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStub.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStub.java similarity index 100% rename from gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStub.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStub.java diff --git a/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java similarity index 100% rename from gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json new file mode 100644 index 0000000000..9442f71159 --- /dev/null +++ b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json @@ -0,0 +1,108 @@ +{ + "schema": "1.0", + "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", + "language": "java", + "protoPackage": "google.storage.v2", + "libraryPackage": "com.google.storage.v2", + "services": { + "Storage": { + "clients": { + "grpc": { + "libraryClient": "StorageClient", + "rpcs": { + "CancelResumableWrite": { + "methods": ["cancelResumableWrite", "cancelResumableWrite", "cancelResumableWriteCallable"] + }, + "ComposeObject": { + "methods": ["composeObject", "composeObjectCallable"] + }, + "CreateBucket": { + "methods": ["createBucket", "createBucket", "createBucket", "createBucketCallable"] + }, + "CreateHmacKey": { + "methods": ["createHmacKey", "createHmacKey", "createHmacKey", "createHmacKeyCallable"] + }, + "CreateNotification": { + "methods": ["createNotification", "createNotification", "createNotification", "createNotificationCallable"] + }, + "DeleteBucket": { + "methods": ["deleteBucket", "deleteBucket", "deleteBucket", "deleteBucketCallable"] + }, + "DeleteHmacKey": { + "methods": ["deleteHmacKey", "deleteHmacKey", "deleteHmacKey", "deleteHmacKeyCallable"] + }, + "DeleteNotification": { + "methods": ["deleteNotification", "deleteNotification", "deleteNotification", "deleteNotificationCallable"] + }, + "DeleteObject": { + "methods": ["deleteObject", "deleteObject", "deleteObject", "deleteObjectCallable"] + }, + "GetBucket": { + "methods": ["getBucket", "getBucket", "getBucket", "getBucketCallable"] + }, + "GetHmacKey": { + "methods": ["getHmacKey", "getHmacKey", "getHmacKey", "getHmacKeyCallable"] + }, + "GetIamPolicy": { + "methods": ["getIamPolicy", "getIamPolicy", "getIamPolicy", "getIamPolicyCallable"] + }, + "GetNotification": { + "methods": ["getNotification", "getNotification", "getNotification", "getNotificationCallable"] + }, + "GetObject": { + "methods": ["getObject", "getObject", "getObject", "getObjectCallable"] + }, + "GetServiceAccount": { + "methods": ["getServiceAccount", "getServiceAccount", "getServiceAccount", "getServiceAccountCallable"] + }, + "ListBuckets": { + "methods": ["listBuckets", "listBuckets", "listBuckets", "listBucketsPagedCallable", "listBucketsCallable"] + }, + "ListHmacKeys": { + "methods": ["listHmacKeys", "listHmacKeys", "listHmacKeys", "listHmacKeysPagedCallable", "listHmacKeysCallable"] + }, + "ListNotifications": { + "methods": ["listNotifications", "listNotifications", "listNotifications", "listNotificationsPagedCallable", "listNotificationsCallable"] + }, + "ListObjects": { + "methods": ["listObjects", "listObjects", "listObjects", "listObjectsPagedCallable", "listObjectsCallable"] + }, + "LockBucketRetentionPolicy": { + "methods": ["lockBucketRetentionPolicy", "lockBucketRetentionPolicy", "lockBucketRetentionPolicy", "lockBucketRetentionPolicyCallable"] + }, + "QueryWriteStatus": { + "methods": ["queryWriteStatus", "queryWriteStatus", "queryWriteStatusCallable"] + }, + "ReadObject": { + "methods": ["readObjectCallable"] + }, + "RewriteObject": { + "methods": ["rewriteObject", "rewriteObjectCallable"] + }, + "SetIamPolicy": { + "methods": ["setIamPolicy", "setIamPolicy", "setIamPolicy", "setIamPolicyCallable"] + }, + "StartResumableWrite": { + "methods": ["startResumableWrite", "startResumableWriteCallable"] + }, + "TestIamPermissions": { + "methods": ["testIamPermissions", "testIamPermissions", "testIamPermissions", "testIamPermissionsCallable"] + }, + "UpdateBucket": { + "methods": ["updateBucket", "updateBucket", "updateBucketCallable"] + }, + "UpdateHmacKey": { + "methods": ["updateHmacKey", "updateHmacKey", "updateHmacKeyCallable"] + }, + "UpdateObject": { + "methods": ["updateObject", "updateObject", "updateObjectCallable"] + }, + "WriteObject": { + "methods": ["writeObjectCallable"] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorage.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorage.java similarity index 100% rename from gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorage.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorage.java diff --git a/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorageImpl.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorageImpl.java similarity index 100% rename from gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorageImpl.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorageImpl.java diff --git a/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java similarity index 99% rename from gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java rename to owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java index b4a7c6ddfe..9f1c7c9aa6 100644 --- a/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java +++ b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java @@ -1368,6 +1368,7 @@ public void composeObjectTest() throws Exception { CryptoKeyName.of("[PROJECT]", "[LOCATION]", "[KEY_RING]", "[CRYPTO_KEY]") .toString()) .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + .setObjectChecksums(ObjectChecksums.newBuilder().build()) .build(); Object actualResponse = client.composeObject(request); @@ -1387,6 +1388,7 @@ public void composeObjectTest() throws Exception { Assert.assertEquals(request.getKmsKey(), actualRequest.getKmsKey()); Assert.assertEquals( request.getCommonObjectRequestParams(), actualRequest.getCommonObjectRequestParams()); + Assert.assertEquals(request.getObjectChecksums(), actualRequest.getObjectChecksums()); Assert.assertTrue( channelProvider.isHeaderSent( ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), @@ -1410,6 +1412,7 @@ public void composeObjectExceptionTest() throws Exception { CryptoKeyName.of("[PROJECT]", "[LOCATION]", "[KEY_RING]", "[CRYPTO_KEY]") .toString()) .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + .setObjectChecksums(ObjectChecksums.newBuilder().build()) .build(); client.composeObject(request); Assert.fail("No exception raised"); @@ -1997,6 +2000,7 @@ public void rewriteObjectTest() throws Exception { .setCopySourceEncryptionKeyBytes(ByteString.EMPTY) .setCopySourceEncryptionKeySha256Bytes(ByteString.EMPTY) .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + .setObjectChecksums(ObjectChecksums.newBuilder().build()) .build(); RewriteResponse actualResponse = client.rewriteObject(request); @@ -2043,6 +2047,7 @@ public void rewriteObjectTest() throws Exception { actualRequest.getCopySourceEncryptionKeySha256Bytes()); Assert.assertEquals( request.getCommonObjectRequestParams(), actualRequest.getCommonObjectRequestParams()); + Assert.assertEquals(request.getObjectChecksums(), actualRequest.getObjectChecksums()); Assert.assertTrue( channelProvider.isHeaderSent( ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), @@ -2081,6 +2086,7 @@ public void rewriteObjectExceptionTest() throws Exception { .setCopySourceEncryptionKeyBytes(ByteString.EMPTY) .setCopySourceEncryptionKeySha256Bytes(ByteString.EMPTY) .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + .setObjectChecksums(ObjectChecksums.newBuilder().build()) .build(); client.rewriteObject(request); Assert.fail("No exception raised"); @@ -2099,6 +2105,7 @@ public void startResumableWriteTest() throws Exception { StartResumableWriteRequest.newBuilder() .setWriteObjectSpec(WriteObjectSpec.newBuilder().build()) .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + .setObjectChecksums(ObjectChecksums.newBuilder().build()) .build(); StartResumableWriteResponse actualResponse = client.startResumableWrite(request); @@ -2111,6 +2118,7 @@ public void startResumableWriteTest() throws Exception { Assert.assertEquals(request.getWriteObjectSpec(), actualRequest.getWriteObjectSpec()); Assert.assertEquals( request.getCommonObjectRequestParams(), actualRequest.getCommonObjectRequestParams()); + Assert.assertEquals(request.getObjectChecksums(), actualRequest.getObjectChecksums()); Assert.assertTrue( channelProvider.isHeaderSent( ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), @@ -2127,6 +2135,7 @@ public void startResumableWriteExceptionTest() throws Exception { StartResumableWriteRequest.newBuilder() .setWriteObjectSpec(WriteObjectSpec.newBuilder().build()) .setCommonObjectRequestParams(CommonObjectRequestParams.newBuilder().build()) + .setObjectChecksums(ObjectChecksums.newBuilder().build()) .build(); client.startResumableWrite(request); Assert.fail("No exception raised"); diff --git a/owl-bot-staging/v2/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java b/owl-bot-staging/v2/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java new file mode 100644 index 0000000000..9867ac5c4c --- /dev/null +++ b/owl-bot-staging/v2/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java @@ -0,0 +1,3060 @@ +package com.google.storage.v2; + +import static io.grpc.MethodDescriptor.generateFullMethodName; + +/** + *
+ * ## API Overview and Naming Syntax
+ * The Cloud Storage gRPC API allows applications to read and write data through
+ * the abstractions of buckets and objects. For a description of these
+ * abstractions please see https://cloud.google.com/storage/docs.
+ * Resources are named as follows:
+ *   - Projects are referred to as they are defined by the Resource Manager API,
+ *     using strings like `projects/123456` or `projects/my-string-id`.
+ *   - Buckets are named using string names of the form:
+ *     `projects/{project}/buckets/{bucket}`
+ *     For globally unique buckets, `_` may be substituted for the project.
+ *   - Objects are uniquely identified by their name along with the name of the
+ *     bucket they belong to, as separate strings in this API. For example:
+ *       ReadObjectRequest {
+ *         bucket: 'projects/_/buckets/my-bucket'
+ *         object: 'my-object'
+ *       }
+ *     Note that object names can contain `/` characters, which are treated as
+ *     any other character (no special directory semantics).
+ * 
+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/storage/v2/storage.proto") +@io.grpc.stub.annotations.GrpcGenerated +public final class StorageGrpc { + + private StorageGrpc() {} + + public static final String SERVICE_NAME = "google.storage.v2.Storage"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor getDeleteBucketMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteBucket", + requestType = com.google.storage.v2.DeleteBucketRequest.class, + responseType = com.google.protobuf.Empty.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getDeleteBucketMethod() { + io.grpc.MethodDescriptor getDeleteBucketMethod; + if ((getDeleteBucketMethod = StorageGrpc.getDeleteBucketMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getDeleteBucketMethod = StorageGrpc.getDeleteBucketMethod) == null) { + StorageGrpc.getDeleteBucketMethod = getDeleteBucketMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBucket")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.DeleteBucketRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.protobuf.Empty.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteBucket")) + .build(); + } + } + } + return getDeleteBucketMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetBucketMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetBucket", + requestType = com.google.storage.v2.GetBucketRequest.class, + responseType = com.google.storage.v2.Bucket.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetBucketMethod() { + io.grpc.MethodDescriptor getGetBucketMethod; + if ((getGetBucketMethod = StorageGrpc.getGetBucketMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getGetBucketMethod = StorageGrpc.getGetBucketMethod) == null) { + StorageGrpc.getGetBucketMethod = getGetBucketMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBucket")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.GetBucketRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Bucket.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetBucket")) + .build(); + } + } + } + return getGetBucketMethod; + } + + private static volatile io.grpc.MethodDescriptor getCreateBucketMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "CreateBucket", + requestType = com.google.storage.v2.CreateBucketRequest.class, + responseType = com.google.storage.v2.Bucket.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getCreateBucketMethod() { + io.grpc.MethodDescriptor getCreateBucketMethod; + if ((getCreateBucketMethod = StorageGrpc.getCreateBucketMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getCreateBucketMethod = StorageGrpc.getCreateBucketMethod) == null) { + StorageGrpc.getCreateBucketMethod = getCreateBucketMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateBucket")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.CreateBucketRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Bucket.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateBucket")) + .build(); + } + } + } + return getCreateBucketMethod; + } + + private static volatile io.grpc.MethodDescriptor getListBucketsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListBuckets", + requestType = com.google.storage.v2.ListBucketsRequest.class, + responseType = com.google.storage.v2.ListBucketsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListBucketsMethod() { + io.grpc.MethodDescriptor getListBucketsMethod; + if ((getListBucketsMethod = StorageGrpc.getListBucketsMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getListBucketsMethod = StorageGrpc.getListBucketsMethod) == null) { + StorageGrpc.getListBucketsMethod = getListBucketsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBuckets")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ListBucketsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ListBucketsResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListBuckets")) + .build(); + } + } + } + return getListBucketsMethod; + } + + private static volatile io.grpc.MethodDescriptor getLockBucketRetentionPolicyMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "LockBucketRetentionPolicy", + requestType = com.google.storage.v2.LockBucketRetentionPolicyRequest.class, + responseType = com.google.storage.v2.Bucket.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getLockBucketRetentionPolicyMethod() { + io.grpc.MethodDescriptor getLockBucketRetentionPolicyMethod; + if ((getLockBucketRetentionPolicyMethod = StorageGrpc.getLockBucketRetentionPolicyMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getLockBucketRetentionPolicyMethod = StorageGrpc.getLockBucketRetentionPolicyMethod) == null) { + StorageGrpc.getLockBucketRetentionPolicyMethod = getLockBucketRetentionPolicyMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "LockBucketRetentionPolicy")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.LockBucketRetentionPolicyRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Bucket.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("LockBucketRetentionPolicy")) + .build(); + } + } + } + return getLockBucketRetentionPolicyMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetIamPolicyMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetIamPolicy", + requestType = com.google.iam.v1.GetIamPolicyRequest.class, + responseType = com.google.iam.v1.Policy.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetIamPolicyMethod() { + io.grpc.MethodDescriptor getGetIamPolicyMethod; + if ((getGetIamPolicyMethod = StorageGrpc.getGetIamPolicyMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getGetIamPolicyMethod = StorageGrpc.getGetIamPolicyMethod) == null) { + StorageGrpc.getGetIamPolicyMethod = getGetIamPolicyMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIamPolicy")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.iam.v1.GetIamPolicyRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.iam.v1.Policy.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetIamPolicy")) + .build(); + } + } + } + return getGetIamPolicyMethod; + } + + private static volatile io.grpc.MethodDescriptor getSetIamPolicyMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "SetIamPolicy", + requestType = com.google.iam.v1.SetIamPolicyRequest.class, + responseType = com.google.iam.v1.Policy.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getSetIamPolicyMethod() { + io.grpc.MethodDescriptor getSetIamPolicyMethod; + if ((getSetIamPolicyMethod = StorageGrpc.getSetIamPolicyMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getSetIamPolicyMethod = StorageGrpc.getSetIamPolicyMethod) == null) { + StorageGrpc.getSetIamPolicyMethod = getSetIamPolicyMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetIamPolicy")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.iam.v1.SetIamPolicyRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.iam.v1.Policy.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("SetIamPolicy")) + .build(); + } + } + } + return getSetIamPolicyMethod; + } + + private static volatile io.grpc.MethodDescriptor getTestIamPermissionsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "TestIamPermissions", + requestType = com.google.iam.v1.TestIamPermissionsRequest.class, + responseType = com.google.iam.v1.TestIamPermissionsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getTestIamPermissionsMethod() { + io.grpc.MethodDescriptor getTestIamPermissionsMethod; + if ((getTestIamPermissionsMethod = StorageGrpc.getTestIamPermissionsMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getTestIamPermissionsMethod = StorageGrpc.getTestIamPermissionsMethod) == null) { + StorageGrpc.getTestIamPermissionsMethod = getTestIamPermissionsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TestIamPermissions")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.iam.v1.TestIamPermissionsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.iam.v1.TestIamPermissionsResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("TestIamPermissions")) + .build(); + } + } + } + return getTestIamPermissionsMethod; + } + + private static volatile io.grpc.MethodDescriptor getUpdateBucketMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "UpdateBucket", + requestType = com.google.storage.v2.UpdateBucketRequest.class, + responseType = com.google.storage.v2.Bucket.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getUpdateBucketMethod() { + io.grpc.MethodDescriptor getUpdateBucketMethod; + if ((getUpdateBucketMethod = StorageGrpc.getUpdateBucketMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getUpdateBucketMethod = StorageGrpc.getUpdateBucketMethod) == null) { + StorageGrpc.getUpdateBucketMethod = getUpdateBucketMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateBucket")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.UpdateBucketRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Bucket.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateBucket")) + .build(); + } + } + } + return getUpdateBucketMethod; + } + + private static volatile io.grpc.MethodDescriptor getDeleteNotificationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteNotification", + requestType = com.google.storage.v2.DeleteNotificationRequest.class, + responseType = com.google.protobuf.Empty.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getDeleteNotificationMethod() { + io.grpc.MethodDescriptor getDeleteNotificationMethod; + if ((getDeleteNotificationMethod = StorageGrpc.getDeleteNotificationMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getDeleteNotificationMethod = StorageGrpc.getDeleteNotificationMethod) == null) { + StorageGrpc.getDeleteNotificationMethod = getDeleteNotificationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteNotification")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.DeleteNotificationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.protobuf.Empty.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteNotification")) + .build(); + } + } + } + return getDeleteNotificationMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetNotificationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetNotification", + requestType = com.google.storage.v2.GetNotificationRequest.class, + responseType = com.google.storage.v2.Notification.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetNotificationMethod() { + io.grpc.MethodDescriptor getGetNotificationMethod; + if ((getGetNotificationMethod = StorageGrpc.getGetNotificationMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getGetNotificationMethod = StorageGrpc.getGetNotificationMethod) == null) { + StorageGrpc.getGetNotificationMethod = getGetNotificationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetNotification")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.GetNotificationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Notification.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetNotification")) + .build(); + } + } + } + return getGetNotificationMethod; + } + + private static volatile io.grpc.MethodDescriptor getCreateNotificationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "CreateNotification", + requestType = com.google.storage.v2.CreateNotificationRequest.class, + responseType = com.google.storage.v2.Notification.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getCreateNotificationMethod() { + io.grpc.MethodDescriptor getCreateNotificationMethod; + if ((getCreateNotificationMethod = StorageGrpc.getCreateNotificationMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getCreateNotificationMethod = StorageGrpc.getCreateNotificationMethod) == null) { + StorageGrpc.getCreateNotificationMethod = getCreateNotificationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateNotification")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.CreateNotificationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Notification.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateNotification")) + .build(); + } + } + } + return getCreateNotificationMethod; + } + + private static volatile io.grpc.MethodDescriptor getListNotificationsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListNotifications", + requestType = com.google.storage.v2.ListNotificationsRequest.class, + responseType = com.google.storage.v2.ListNotificationsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListNotificationsMethod() { + io.grpc.MethodDescriptor getListNotificationsMethod; + if ((getListNotificationsMethod = StorageGrpc.getListNotificationsMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getListNotificationsMethod = StorageGrpc.getListNotificationsMethod) == null) { + StorageGrpc.getListNotificationsMethod = getListNotificationsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListNotifications")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ListNotificationsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ListNotificationsResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListNotifications")) + .build(); + } + } + } + return getListNotificationsMethod; + } + + private static volatile io.grpc.MethodDescriptor getComposeObjectMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ComposeObject", + requestType = com.google.storage.v2.ComposeObjectRequest.class, + responseType = com.google.storage.v2.Object.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getComposeObjectMethod() { + io.grpc.MethodDescriptor getComposeObjectMethod; + if ((getComposeObjectMethod = StorageGrpc.getComposeObjectMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getComposeObjectMethod = StorageGrpc.getComposeObjectMethod) == null) { + StorageGrpc.getComposeObjectMethod = getComposeObjectMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ComposeObject")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ComposeObjectRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Object.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ComposeObject")) + .build(); + } + } + } + return getComposeObjectMethod; + } + + private static volatile io.grpc.MethodDescriptor getDeleteObjectMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteObject", + requestType = com.google.storage.v2.DeleteObjectRequest.class, + responseType = com.google.protobuf.Empty.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getDeleteObjectMethod() { + io.grpc.MethodDescriptor getDeleteObjectMethod; + if ((getDeleteObjectMethod = StorageGrpc.getDeleteObjectMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getDeleteObjectMethod = StorageGrpc.getDeleteObjectMethod) == null) { + StorageGrpc.getDeleteObjectMethod = getDeleteObjectMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteObject")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.DeleteObjectRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.protobuf.Empty.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteObject")) + .build(); + } + } + } + return getDeleteObjectMethod; + } + + private static volatile io.grpc.MethodDescriptor getCancelResumableWriteMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "CancelResumableWrite", + requestType = com.google.storage.v2.CancelResumableWriteRequest.class, + responseType = com.google.storage.v2.CancelResumableWriteResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getCancelResumableWriteMethod() { + io.grpc.MethodDescriptor getCancelResumableWriteMethod; + if ((getCancelResumableWriteMethod = StorageGrpc.getCancelResumableWriteMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getCancelResumableWriteMethod = StorageGrpc.getCancelResumableWriteMethod) == null) { + StorageGrpc.getCancelResumableWriteMethod = getCancelResumableWriteMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CancelResumableWrite")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.CancelResumableWriteRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.CancelResumableWriteResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CancelResumableWrite")) + .build(); + } + } + } + return getCancelResumableWriteMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetObjectMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetObject", + requestType = com.google.storage.v2.GetObjectRequest.class, + responseType = com.google.storage.v2.Object.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetObjectMethod() { + io.grpc.MethodDescriptor getGetObjectMethod; + if ((getGetObjectMethod = StorageGrpc.getGetObjectMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getGetObjectMethod = StorageGrpc.getGetObjectMethod) == null) { + StorageGrpc.getGetObjectMethod = getGetObjectMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetObject")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.GetObjectRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Object.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetObject")) + .build(); + } + } + } + return getGetObjectMethod; + } + + private static volatile io.grpc.MethodDescriptor getReadObjectMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ReadObject", + requestType = com.google.storage.v2.ReadObjectRequest.class, + responseType = com.google.storage.v2.ReadObjectResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + public static io.grpc.MethodDescriptor getReadObjectMethod() { + io.grpc.MethodDescriptor getReadObjectMethod; + if ((getReadObjectMethod = StorageGrpc.getReadObjectMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getReadObjectMethod = StorageGrpc.getReadObjectMethod) == null) { + StorageGrpc.getReadObjectMethod = getReadObjectMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ReadObject")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ReadObjectRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ReadObjectResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ReadObject")) + .build(); + } + } + } + return getReadObjectMethod; + } + + private static volatile io.grpc.MethodDescriptor getUpdateObjectMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "UpdateObject", + requestType = com.google.storage.v2.UpdateObjectRequest.class, + responseType = com.google.storage.v2.Object.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getUpdateObjectMethod() { + io.grpc.MethodDescriptor getUpdateObjectMethod; + if ((getUpdateObjectMethod = StorageGrpc.getUpdateObjectMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getUpdateObjectMethod = StorageGrpc.getUpdateObjectMethod) == null) { + StorageGrpc.getUpdateObjectMethod = getUpdateObjectMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateObject")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.UpdateObjectRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.Object.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateObject")) + .build(); + } + } + } + return getUpdateObjectMethod; + } + + private static volatile io.grpc.MethodDescriptor getWriteObjectMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "WriteObject", + requestType = com.google.storage.v2.WriteObjectRequest.class, + responseType = com.google.storage.v2.WriteObjectResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) + public static io.grpc.MethodDescriptor getWriteObjectMethod() { + io.grpc.MethodDescriptor getWriteObjectMethod; + if ((getWriteObjectMethod = StorageGrpc.getWriteObjectMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getWriteObjectMethod = StorageGrpc.getWriteObjectMethod) == null) { + StorageGrpc.getWriteObjectMethod = getWriteObjectMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "WriteObject")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.WriteObjectRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.WriteObjectResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("WriteObject")) + .build(); + } + } + } + return getWriteObjectMethod; + } + + private static volatile io.grpc.MethodDescriptor getListObjectsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListObjects", + requestType = com.google.storage.v2.ListObjectsRequest.class, + responseType = com.google.storage.v2.ListObjectsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListObjectsMethod() { + io.grpc.MethodDescriptor getListObjectsMethod; + if ((getListObjectsMethod = StorageGrpc.getListObjectsMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getListObjectsMethod = StorageGrpc.getListObjectsMethod) == null) { + StorageGrpc.getListObjectsMethod = getListObjectsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListObjects")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ListObjectsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ListObjectsResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListObjects")) + .build(); + } + } + } + return getListObjectsMethod; + } + + private static volatile io.grpc.MethodDescriptor getRewriteObjectMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RewriteObject", + requestType = com.google.storage.v2.RewriteObjectRequest.class, + responseType = com.google.storage.v2.RewriteResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRewriteObjectMethod() { + io.grpc.MethodDescriptor getRewriteObjectMethod; + if ((getRewriteObjectMethod = StorageGrpc.getRewriteObjectMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getRewriteObjectMethod = StorageGrpc.getRewriteObjectMethod) == null) { + StorageGrpc.getRewriteObjectMethod = getRewriteObjectMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RewriteObject")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.RewriteObjectRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.RewriteResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("RewriteObject")) + .build(); + } + } + } + return getRewriteObjectMethod; + } + + private static volatile io.grpc.MethodDescriptor getStartResumableWriteMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "StartResumableWrite", + requestType = com.google.storage.v2.StartResumableWriteRequest.class, + responseType = com.google.storage.v2.StartResumableWriteResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getStartResumableWriteMethod() { + io.grpc.MethodDescriptor getStartResumableWriteMethod; + if ((getStartResumableWriteMethod = StorageGrpc.getStartResumableWriteMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getStartResumableWriteMethod = StorageGrpc.getStartResumableWriteMethod) == null) { + StorageGrpc.getStartResumableWriteMethod = getStartResumableWriteMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartResumableWrite")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.StartResumableWriteRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.StartResumableWriteResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("StartResumableWrite")) + .build(); + } + } + } + return getStartResumableWriteMethod; + } + + private static volatile io.grpc.MethodDescriptor getQueryWriteStatusMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "QueryWriteStatus", + requestType = com.google.storage.v2.QueryWriteStatusRequest.class, + responseType = com.google.storage.v2.QueryWriteStatusResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getQueryWriteStatusMethod() { + io.grpc.MethodDescriptor getQueryWriteStatusMethod; + if ((getQueryWriteStatusMethod = StorageGrpc.getQueryWriteStatusMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getQueryWriteStatusMethod = StorageGrpc.getQueryWriteStatusMethod) == null) { + StorageGrpc.getQueryWriteStatusMethod = getQueryWriteStatusMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "QueryWriteStatus")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.QueryWriteStatusRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.QueryWriteStatusResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("QueryWriteStatus")) + .build(); + } + } + } + return getQueryWriteStatusMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetServiceAccountMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetServiceAccount", + requestType = com.google.storage.v2.GetServiceAccountRequest.class, + responseType = com.google.storage.v2.ServiceAccount.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetServiceAccountMethod() { + io.grpc.MethodDescriptor getGetServiceAccountMethod; + if ((getGetServiceAccountMethod = StorageGrpc.getGetServiceAccountMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getGetServiceAccountMethod = StorageGrpc.getGetServiceAccountMethod) == null) { + StorageGrpc.getGetServiceAccountMethod = getGetServiceAccountMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetServiceAccount")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.GetServiceAccountRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ServiceAccount.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetServiceAccount")) + .build(); + } + } + } + return getGetServiceAccountMethod; + } + + private static volatile io.grpc.MethodDescriptor getCreateHmacKeyMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "CreateHmacKey", + requestType = com.google.storage.v2.CreateHmacKeyRequest.class, + responseType = com.google.storage.v2.CreateHmacKeyResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getCreateHmacKeyMethod() { + io.grpc.MethodDescriptor getCreateHmacKeyMethod; + if ((getCreateHmacKeyMethod = StorageGrpc.getCreateHmacKeyMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getCreateHmacKeyMethod = StorageGrpc.getCreateHmacKeyMethod) == null) { + StorageGrpc.getCreateHmacKeyMethod = getCreateHmacKeyMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateHmacKey")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.CreateHmacKeyRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.CreateHmacKeyResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateHmacKey")) + .build(); + } + } + } + return getCreateHmacKeyMethod; + } + + private static volatile io.grpc.MethodDescriptor getDeleteHmacKeyMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteHmacKey", + requestType = com.google.storage.v2.DeleteHmacKeyRequest.class, + responseType = com.google.protobuf.Empty.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getDeleteHmacKeyMethod() { + io.grpc.MethodDescriptor getDeleteHmacKeyMethod; + if ((getDeleteHmacKeyMethod = StorageGrpc.getDeleteHmacKeyMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getDeleteHmacKeyMethod = StorageGrpc.getDeleteHmacKeyMethod) == null) { + StorageGrpc.getDeleteHmacKeyMethod = getDeleteHmacKeyMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteHmacKey")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.DeleteHmacKeyRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.protobuf.Empty.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteHmacKey")) + .build(); + } + } + } + return getDeleteHmacKeyMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetHmacKeyMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetHmacKey", + requestType = com.google.storage.v2.GetHmacKeyRequest.class, + responseType = com.google.storage.v2.HmacKeyMetadata.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetHmacKeyMethod() { + io.grpc.MethodDescriptor getGetHmacKeyMethod; + if ((getGetHmacKeyMethod = StorageGrpc.getGetHmacKeyMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getGetHmacKeyMethod = StorageGrpc.getGetHmacKeyMethod) == null) { + StorageGrpc.getGetHmacKeyMethod = getGetHmacKeyMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetHmacKey")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.GetHmacKeyRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.HmacKeyMetadata.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetHmacKey")) + .build(); + } + } + } + return getGetHmacKeyMethod; + } + + private static volatile io.grpc.MethodDescriptor getListHmacKeysMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListHmacKeys", + requestType = com.google.storage.v2.ListHmacKeysRequest.class, + responseType = com.google.storage.v2.ListHmacKeysResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListHmacKeysMethod() { + io.grpc.MethodDescriptor getListHmacKeysMethod; + if ((getListHmacKeysMethod = StorageGrpc.getListHmacKeysMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getListHmacKeysMethod = StorageGrpc.getListHmacKeysMethod) == null) { + StorageGrpc.getListHmacKeysMethod = getListHmacKeysMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListHmacKeys")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ListHmacKeysRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.ListHmacKeysResponse.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListHmacKeys")) + .build(); + } + } + } + return getListHmacKeysMethod; + } + + private static volatile io.grpc.MethodDescriptor getUpdateHmacKeyMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "UpdateHmacKey", + requestType = com.google.storage.v2.UpdateHmacKeyRequest.class, + responseType = com.google.storage.v2.HmacKeyMetadata.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getUpdateHmacKeyMethod() { + io.grpc.MethodDescriptor getUpdateHmacKeyMethod; + if ((getUpdateHmacKeyMethod = StorageGrpc.getUpdateHmacKeyMethod) == null) { + synchronized (StorageGrpc.class) { + if ((getUpdateHmacKeyMethod = StorageGrpc.getUpdateHmacKeyMethod) == null) { + StorageGrpc.getUpdateHmacKeyMethod = getUpdateHmacKeyMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateHmacKey")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.UpdateHmacKeyRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.storage.v2.HmacKeyMetadata.getDefaultInstance())) + .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateHmacKey")) + .build(); + } + } + } + return getUpdateHmacKeyMethod; + } + + /** + * Creates a new async stub that supports all call types for the service + */ + public static StorageStub newStub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public StorageStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new StorageStub(channel, callOptions); + } + }; + return StorageStub.newStub(factory, channel); + } + + /** + * Creates a new blocking-style stub that supports unary and streaming output calls on the service + */ + public static StorageBlockingStub newBlockingStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public StorageBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new StorageBlockingStub(channel, callOptions); + } + }; + return StorageBlockingStub.newStub(factory, channel); + } + + /** + * Creates a new ListenableFuture-style stub that supports unary calls on the service + */ + public static StorageFutureStub newFutureStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public StorageFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new StorageFutureStub(channel, callOptions); + } + }; + return StorageFutureStub.newStub(factory, channel); + } + + /** + *
+   * ## API Overview and Naming Syntax
+   * The Cloud Storage gRPC API allows applications to read and write data through
+   * the abstractions of buckets and objects. For a description of these
+   * abstractions please see https://cloud.google.com/storage/docs.
+   * Resources are named as follows:
+   *   - Projects are referred to as they are defined by the Resource Manager API,
+   *     using strings like `projects/123456` or `projects/my-string-id`.
+   *   - Buckets are named using string names of the form:
+   *     `projects/{project}/buckets/{bucket}`
+   *     For globally unique buckets, `_` may be substituted for the project.
+   *   - Objects are uniquely identified by their name along with the name of the
+   *     bucket they belong to, as separate strings in this API. For example:
+   *       ReadObjectRequest {
+   *         bucket: 'projects/_/buckets/my-bucket'
+   *         object: 'my-object'
+   *       }
+   *     Note that object names can contain `/` characters, which are treated as
+   *     any other character (no special directory semantics).
+   * 
+ */ + public static abstract class StorageImplBase implements io.grpc.BindableService { + + /** + *
+     * Permanently deletes an empty bucket.
+     * 
+ */ + public void deleteBucket(com.google.storage.v2.DeleteBucketRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteBucketMethod(), responseObserver); + } + + /** + *
+     * Returns metadata for the specified bucket.
+     * 
+ */ + public void getBucket(com.google.storage.v2.GetBucketRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBucketMethod(), responseObserver); + } + + /** + *
+     * Creates a new bucket.
+     * 
+ */ + public void createBucket(com.google.storage.v2.CreateBucketRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateBucketMethod(), responseObserver); + } + + /** + *
+     * Retrieves a list of buckets for a given project.
+     * 
+ */ + public void listBuckets(com.google.storage.v2.ListBucketsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListBucketsMethod(), responseObserver); + } + + /** + *
+     * Locks retention policy on a bucket.
+     * 
+ */ + public void lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionPolicyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getLockBucketRetentionPolicyMethod(), responseObserver); + } + + /** + *
+     * Gets the IAM policy for a specified bucket or object.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetIamPolicyMethod(), responseObserver); + } + + /** + *
+     * Updates an IAM policy for the specified bucket or object.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetIamPolicyMethod(), responseObserver); + } + + /** + *
+     * Tests a set of permissions on the given bucket or object to see which, if
+     * any, are held by the caller.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getTestIamPermissionsMethod(), responseObserver); + } + + /** + *
+     * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
+     * 
+ */ + public void updateBucket(com.google.storage.v2.UpdateBucketRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateBucketMethod(), responseObserver); + } + + /** + *
+     * Permanently deletes a notification subscription.
+     * 
+ */ + public void deleteNotification(com.google.storage.v2.DeleteNotificationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteNotificationMethod(), responseObserver); + } + + /** + *
+     * View a notification config.
+     * 
+ */ + public void getNotification(com.google.storage.v2.GetNotificationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetNotificationMethod(), responseObserver); + } + + /** + *
+     * Creates a notification subscription for a given bucket.
+     * These notifications, when triggered, publish messages to the specified
+     * Pub/Sub topics.
+     * See https://cloud.google.com/storage/docs/pubsub-notifications.
+     * 
+ */ + public void createNotification(com.google.storage.v2.CreateNotificationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateNotificationMethod(), responseObserver); + } + + /** + *
+     * Retrieves a list of notification subscriptions for a given bucket.
+     * 
+ */ + public void listNotifications(com.google.storage.v2.ListNotificationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListNotificationsMethod(), responseObserver); + } + + /** + *
+     * Concatenates a list of existing objects into a new object in the same
+     * bucket.
+     * 
+ */ + public void composeObject(com.google.storage.v2.ComposeObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getComposeObjectMethod(), responseObserver); + } + + /** + *
+     * Deletes an object and its metadata. Deletions are permanent if versioning
+     * is not enabled for the bucket, or if the `generation` parameter is used.
+     * 
+ */ + public void deleteObject(com.google.storage.v2.DeleteObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteObjectMethod(), responseObserver); + } + + /** + *
+     * Cancels an in-progress resumable upload.
+     * 
+ */ + public void cancelResumableWrite(com.google.storage.v2.CancelResumableWriteRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCancelResumableWriteMethod(), responseObserver); + } + + /** + *
+     * Retrieves an object's metadata.
+     * 
+ */ + public void getObject(com.google.storage.v2.GetObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetObjectMethod(), responseObserver); + } + + /** + *
+     * Reads an object's data.
+     * 
+ */ + public void readObject(com.google.storage.v2.ReadObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getReadObjectMethod(), responseObserver); + } + + /** + *
+     * Updates an object's metadata.
+     * Equivalent to JSON API's storage.objects.patch.
+     * 
+ */ + public void updateObject(com.google.storage.v2.UpdateObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateObjectMethod(), responseObserver); + } + + /** + *
+     * Stores a new object and metadata.
+     * An object can be written either in a single message stream or in a
+     * resumable sequence of message streams. To write using a single stream,
+     * the client should include in the first message of the stream an
+     * `WriteObjectSpec` describing the destination bucket, object, and any
+     * preconditions. Additionally, the final message must set 'finish_write' to
+     * true, or else it is an error.
+     * For a resumable write, the client should instead call
+     * `StartResumableWrite()`, populating a `WriteObjectSpec` into that request.
+     * They should then attach the returned `upload_id` to the first message of
+     * each following call to `WriteObject`. If the stream is closed before
+     * finishing the upload (either explicitly by the client or due to a network
+     * error or an error response from the server), the client should do as
+     * follows:
+     *   - Check the result Status of the stream, to determine if writing can be
+     *     resumed on this stream or must be restarted from scratch (by calling
+     *     `StartResumableWrite()`). The resumable errors are DEADLINE_EXCEEDED,
+     *     INTERNAL, and UNAVAILABLE. For each case, the client should use binary
+     *     exponential backoff before retrying.  Additionally, writes can be
+     *     resumed after RESOURCE_EXHAUSTED errors, but only after taking
+     *     appropriate measures, which may include reducing aggregate send rate
+     *     across clients and/or requesting a quota increase for your project.
+     *   - If the call to `WriteObject` returns `ABORTED`, that indicates
+     *     concurrent attempts to update the resumable write, caused either by
+     *     multiple racing clients or by a single client where the previous
+     *     request was timed out on the client side but nonetheless reached the
+     *     server. In this case the client should take steps to prevent further
+     *     concurrent writes (e.g., increase the timeouts, stop using more than
+     *     one process to perform the upload, etc.), and then should follow the
+     *     steps below for resuming the upload.
+     *   - For resumable errors, the client should call `QueryWriteStatus()` and
+     *     then continue writing from the returned `persisted_size`. This may be
+     *     less than the amount of data the client previously sent. Note also that
+     *     it is acceptable to send data starting at an offset earlier than the
+     *     returned `persisted_size`; in this case, the service will skip data at
+     *     offsets that were already persisted (without checking that it matches
+     *     the previously written data), and write only the data starting from the
+     *     persisted offset. This behavior can make client-side handling simpler
+     *     in some cases.
+     * The service will not view the object as complete until the client has
+     * sent a `WriteObjectRequest` with `finish_write` set to `true`. Sending any
+     * requests on a stream after sending a request with `finish_write` set to
+     * `true` will cause an error. The client **should** check the response it
+     * receives to determine how much data the service was able to commit and
+     * whether the service views the object as complete.
+     * Attempting to resume an already finalized object will result in an OK
+     * status, with a WriteObjectResponse containing the finalized object's
+     * metadata.
+     * 
+ */ + public io.grpc.stub.StreamObserver writeObject( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getWriteObjectMethod(), responseObserver); + } + + /** + *
+     * Retrieves a list of objects matching the criteria.
+     * 
+ */ + public void listObjects(com.google.storage.v2.ListObjectsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListObjectsMethod(), responseObserver); + } + + /** + *
+     * Rewrites a source object to a destination object. Optionally overrides
+     * metadata.
+     * 
+ */ + public void rewriteObject(com.google.storage.v2.RewriteObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRewriteObjectMethod(), responseObserver); + } + + /** + *
+     * Starts a resumable write. How long the write operation remains valid, and
+     * what happens when the write operation becomes invalid, are
+     * service-dependent.
+     * 
+ */ + public void startResumableWrite(com.google.storage.v2.StartResumableWriteRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartResumableWriteMethod(), responseObserver); + } + + /** + *
+     * Determines the `persisted_size` for an object that is being written, which
+     * can then be used as the `write_offset` for the next `Write()` call.
+     * If the object does not exist (i.e., the object has been deleted, or the
+     * first `Write()` has not yet reached the service), this method returns the
+     * error `NOT_FOUND`.
+     * The client **may** call `QueryWriteStatus()` at any time to determine how
+     * much data has been processed for this object. This is useful if the
+     * client is buffering data and needs to know which data can be safely
+     * evicted. For any sequence of `QueryWriteStatus()` calls for a given
+     * object name, the sequence of returned `persisted_size` values will be
+     * non-decreasing.
+     * 
+ */ + public void queryWriteStatus(com.google.storage.v2.QueryWriteStatusRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getQueryWriteStatusMethod(), responseObserver); + } + + /** + *
+     * Retrieves the name of a project's Google Cloud Storage service account.
+     * 
+ */ + public void getServiceAccount(com.google.storage.v2.GetServiceAccountRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetServiceAccountMethod(), responseObserver); + } + + /** + *
+     * Creates a new HMAC key for the given service account.
+     * 
+ */ + public void createHmacKey(com.google.storage.v2.CreateHmacKeyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateHmacKeyMethod(), responseObserver); + } + + /** + *
+     * Deletes a given HMAC key.  Key must be in an INACTIVE state.
+     * 
+ */ + public void deleteHmacKey(com.google.storage.v2.DeleteHmacKeyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteHmacKeyMethod(), responseObserver); + } + + /** + *
+     * Gets an existing HMAC key metadata for the given id.
+     * 
+ */ + public void getHmacKey(com.google.storage.v2.GetHmacKeyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetHmacKeyMethod(), responseObserver); + } + + /** + *
+     * Lists HMAC keys under a given project with the additional filters provided.
+     * 
+ */ + public void listHmacKeys(com.google.storage.v2.ListHmacKeysRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListHmacKeysMethod(), responseObserver); + } + + /** + *
+     * Updates a given HMAC key state between ACTIVE and INACTIVE.
+     * 
+ */ + public void updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateHmacKeyMethod(), responseObserver); + } + + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) + .addMethod( + getDeleteBucketMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.DeleteBucketRequest, + com.google.protobuf.Empty>( + this, METHODID_DELETE_BUCKET))) + .addMethod( + getGetBucketMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetBucketRequest, + com.google.storage.v2.Bucket>( + this, METHODID_GET_BUCKET))) + .addMethod( + getCreateBucketMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.CreateBucketRequest, + com.google.storage.v2.Bucket>( + this, METHODID_CREATE_BUCKET))) + .addMethod( + getListBucketsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ListBucketsRequest, + com.google.storage.v2.ListBucketsResponse>( + this, METHODID_LIST_BUCKETS))) + .addMethod( + getLockBucketRetentionPolicyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.LockBucketRetentionPolicyRequest, + com.google.storage.v2.Bucket>( + this, METHODID_LOCK_BUCKET_RETENTION_POLICY))) + .addMethod( + getGetIamPolicyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.iam.v1.GetIamPolicyRequest, + com.google.iam.v1.Policy>( + this, METHODID_GET_IAM_POLICY))) + .addMethod( + getSetIamPolicyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.iam.v1.SetIamPolicyRequest, + com.google.iam.v1.Policy>( + this, METHODID_SET_IAM_POLICY))) + .addMethod( + getTestIamPermissionsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.iam.v1.TestIamPermissionsRequest, + com.google.iam.v1.TestIamPermissionsResponse>( + this, METHODID_TEST_IAM_PERMISSIONS))) + .addMethod( + getUpdateBucketMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.UpdateBucketRequest, + com.google.storage.v2.Bucket>( + this, METHODID_UPDATE_BUCKET))) + .addMethod( + getDeleteNotificationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.DeleteNotificationRequest, + com.google.protobuf.Empty>( + this, METHODID_DELETE_NOTIFICATION))) + .addMethod( + getGetNotificationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetNotificationRequest, + com.google.storage.v2.Notification>( + this, METHODID_GET_NOTIFICATION))) + .addMethod( + getCreateNotificationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.CreateNotificationRequest, + com.google.storage.v2.Notification>( + this, METHODID_CREATE_NOTIFICATION))) + .addMethod( + getListNotificationsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ListNotificationsRequest, + com.google.storage.v2.ListNotificationsResponse>( + this, METHODID_LIST_NOTIFICATIONS))) + .addMethod( + getComposeObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ComposeObjectRequest, + com.google.storage.v2.Object>( + this, METHODID_COMPOSE_OBJECT))) + .addMethod( + getDeleteObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.DeleteObjectRequest, + com.google.protobuf.Empty>( + this, METHODID_DELETE_OBJECT))) + .addMethod( + getCancelResumableWriteMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.CancelResumableWriteRequest, + com.google.storage.v2.CancelResumableWriteResponse>( + this, METHODID_CANCEL_RESUMABLE_WRITE))) + .addMethod( + getGetObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetObjectRequest, + com.google.storage.v2.Object>( + this, METHODID_GET_OBJECT))) + .addMethod( + getReadObjectMethod(), + io.grpc.stub.ServerCalls.asyncServerStreamingCall( + new MethodHandlers< + com.google.storage.v2.ReadObjectRequest, + com.google.storage.v2.ReadObjectResponse>( + this, METHODID_READ_OBJECT))) + .addMethod( + getUpdateObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.UpdateObjectRequest, + com.google.storage.v2.Object>( + this, METHODID_UPDATE_OBJECT))) + .addMethod( + getWriteObjectMethod(), + io.grpc.stub.ServerCalls.asyncClientStreamingCall( + new MethodHandlers< + com.google.storage.v2.WriteObjectRequest, + com.google.storage.v2.WriteObjectResponse>( + this, METHODID_WRITE_OBJECT))) + .addMethod( + getListObjectsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ListObjectsRequest, + com.google.storage.v2.ListObjectsResponse>( + this, METHODID_LIST_OBJECTS))) + .addMethod( + getRewriteObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.RewriteObjectRequest, + com.google.storage.v2.RewriteResponse>( + this, METHODID_REWRITE_OBJECT))) + .addMethod( + getStartResumableWriteMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.StartResumableWriteRequest, + com.google.storage.v2.StartResumableWriteResponse>( + this, METHODID_START_RESUMABLE_WRITE))) + .addMethod( + getQueryWriteStatusMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.QueryWriteStatusRequest, + com.google.storage.v2.QueryWriteStatusResponse>( + this, METHODID_QUERY_WRITE_STATUS))) + .addMethod( + getGetServiceAccountMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetServiceAccountRequest, + com.google.storage.v2.ServiceAccount>( + this, METHODID_GET_SERVICE_ACCOUNT))) + .addMethod( + getCreateHmacKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.CreateHmacKeyRequest, + com.google.storage.v2.CreateHmacKeyResponse>( + this, METHODID_CREATE_HMAC_KEY))) + .addMethod( + getDeleteHmacKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.DeleteHmacKeyRequest, + com.google.protobuf.Empty>( + this, METHODID_DELETE_HMAC_KEY))) + .addMethod( + getGetHmacKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetHmacKeyRequest, + com.google.storage.v2.HmacKeyMetadata>( + this, METHODID_GET_HMAC_KEY))) + .addMethod( + getListHmacKeysMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ListHmacKeysRequest, + com.google.storage.v2.ListHmacKeysResponse>( + this, METHODID_LIST_HMAC_KEYS))) + .addMethod( + getUpdateHmacKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.UpdateHmacKeyRequest, + com.google.storage.v2.HmacKeyMetadata>( + this, METHODID_UPDATE_HMAC_KEY))) + .build(); + } + } + + /** + *
+   * ## API Overview and Naming Syntax
+   * The Cloud Storage gRPC API allows applications to read and write data through
+   * the abstractions of buckets and objects. For a description of these
+   * abstractions please see https://cloud.google.com/storage/docs.
+   * Resources are named as follows:
+   *   - Projects are referred to as they are defined by the Resource Manager API,
+   *     using strings like `projects/123456` or `projects/my-string-id`.
+   *   - Buckets are named using string names of the form:
+   *     `projects/{project}/buckets/{bucket}`
+   *     For globally unique buckets, `_` may be substituted for the project.
+   *   - Objects are uniquely identified by their name along with the name of the
+   *     bucket they belong to, as separate strings in this API. For example:
+   *       ReadObjectRequest {
+   *         bucket: 'projects/_/buckets/my-bucket'
+   *         object: 'my-object'
+   *       }
+   *     Note that object names can contain `/` characters, which are treated as
+   *     any other character (no special directory semantics).
+   * 
+ */ + public static final class StorageStub extends io.grpc.stub.AbstractAsyncStub { + private StorageStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected StorageStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new StorageStub(channel, callOptions); + } + + /** + *
+     * Permanently deletes an empty bucket.
+     * 
+ */ + public void deleteBucket(com.google.storage.v2.DeleteBucketRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteBucketMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Returns metadata for the specified bucket.
+     * 
+ */ + public void getBucket(com.google.storage.v2.GetBucketRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetBucketMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Creates a new bucket.
+     * 
+ */ + public void createBucket(com.google.storage.v2.CreateBucketRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getCreateBucketMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Retrieves a list of buckets for a given project.
+     * 
+ */ + public void listBuckets(com.google.storage.v2.ListBucketsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListBucketsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Locks retention policy on a bucket.
+     * 
+ */ + public void lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionPolicyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getLockBucketRetentionPolicyMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets the IAM policy for a specified bucket or object.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates an IAM policy for the specified bucket or object.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Tests a set of permissions on the given bucket or object to see which, if
+     * any, are held by the caller.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
+     * 
+ */ + public void updateBucket(com.google.storage.v2.UpdateBucketRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getUpdateBucketMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Permanently deletes a notification subscription.
+     * 
+ */ + public void deleteNotification(com.google.storage.v2.DeleteNotificationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteNotificationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * View a notification config.
+     * 
+ */ + public void getNotification(com.google.storage.v2.GetNotificationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetNotificationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Creates a notification subscription for a given bucket.
+     * These notifications, when triggered, publish messages to the specified
+     * Pub/Sub topics.
+     * See https://cloud.google.com/storage/docs/pubsub-notifications.
+     * 
+ */ + public void createNotification(com.google.storage.v2.CreateNotificationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getCreateNotificationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Retrieves a list of notification subscriptions for a given bucket.
+     * 
+ */ + public void listNotifications(com.google.storage.v2.ListNotificationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListNotificationsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Concatenates a list of existing objects into a new object in the same
+     * bucket.
+     * 
+ */ + public void composeObject(com.google.storage.v2.ComposeObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getComposeObjectMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Deletes an object and its metadata. Deletions are permanent if versioning
+     * is not enabled for the bucket, or if the `generation` parameter is used.
+     * 
+ */ + public void deleteObject(com.google.storage.v2.DeleteObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteObjectMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Cancels an in-progress resumable upload.
+     * 
+ */ + public void cancelResumableWrite(com.google.storage.v2.CancelResumableWriteRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getCancelResumableWriteMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Retrieves an object's metadata.
+     * 
+ */ + public void getObject(com.google.storage.v2.GetObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetObjectMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Reads an object's data.
+     * 
+ */ + public void readObject(com.google.storage.v2.ReadObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncServerStreamingCall( + getChannel().newCall(getReadObjectMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates an object's metadata.
+     * Equivalent to JSON API's storage.objects.patch.
+     * 
+ */ + public void updateObject(com.google.storage.v2.UpdateObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getUpdateObjectMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Stores a new object and metadata.
+     * An object can be written either in a single message stream or in a
+     * resumable sequence of message streams. To write using a single stream,
+     * the client should include in the first message of the stream an
+     * `WriteObjectSpec` describing the destination bucket, object, and any
+     * preconditions. Additionally, the final message must set 'finish_write' to
+     * true, or else it is an error.
+     * For a resumable write, the client should instead call
+     * `StartResumableWrite()`, populating a `WriteObjectSpec` into that request.
+     * They should then attach the returned `upload_id` to the first message of
+     * each following call to `WriteObject`. If the stream is closed before
+     * finishing the upload (either explicitly by the client or due to a network
+     * error or an error response from the server), the client should do as
+     * follows:
+     *   - Check the result Status of the stream, to determine if writing can be
+     *     resumed on this stream or must be restarted from scratch (by calling
+     *     `StartResumableWrite()`). The resumable errors are DEADLINE_EXCEEDED,
+     *     INTERNAL, and UNAVAILABLE. For each case, the client should use binary
+     *     exponential backoff before retrying.  Additionally, writes can be
+     *     resumed after RESOURCE_EXHAUSTED errors, but only after taking
+     *     appropriate measures, which may include reducing aggregate send rate
+     *     across clients and/or requesting a quota increase for your project.
+     *   - If the call to `WriteObject` returns `ABORTED`, that indicates
+     *     concurrent attempts to update the resumable write, caused either by
+     *     multiple racing clients or by a single client where the previous
+     *     request was timed out on the client side but nonetheless reached the
+     *     server. In this case the client should take steps to prevent further
+     *     concurrent writes (e.g., increase the timeouts, stop using more than
+     *     one process to perform the upload, etc.), and then should follow the
+     *     steps below for resuming the upload.
+     *   - For resumable errors, the client should call `QueryWriteStatus()` and
+     *     then continue writing from the returned `persisted_size`. This may be
+     *     less than the amount of data the client previously sent. Note also that
+     *     it is acceptable to send data starting at an offset earlier than the
+     *     returned `persisted_size`; in this case, the service will skip data at
+     *     offsets that were already persisted (without checking that it matches
+     *     the previously written data), and write only the data starting from the
+     *     persisted offset. This behavior can make client-side handling simpler
+     *     in some cases.
+     * The service will not view the object as complete until the client has
+     * sent a `WriteObjectRequest` with `finish_write` set to `true`. Sending any
+     * requests on a stream after sending a request with `finish_write` set to
+     * `true` will cause an error. The client **should** check the response it
+     * receives to determine how much data the service was able to commit and
+     * whether the service views the object as complete.
+     * Attempting to resume an already finalized object will result in an OK
+     * status, with a WriteObjectResponse containing the finalized object's
+     * metadata.
+     * 
+ */ + public io.grpc.stub.StreamObserver writeObject( + io.grpc.stub.StreamObserver responseObserver) { + return io.grpc.stub.ClientCalls.asyncClientStreamingCall( + getChannel().newCall(getWriteObjectMethod(), getCallOptions()), responseObserver); + } + + /** + *
+     * Retrieves a list of objects matching the criteria.
+     * 
+ */ + public void listObjects(com.google.storage.v2.ListObjectsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListObjectsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Rewrites a source object to a destination object. Optionally overrides
+     * metadata.
+     * 
+ */ + public void rewriteObject(com.google.storage.v2.RewriteObjectRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRewriteObjectMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Starts a resumable write. How long the write operation remains valid, and
+     * what happens when the write operation becomes invalid, are
+     * service-dependent.
+     * 
+ */ + public void startResumableWrite(com.google.storage.v2.StartResumableWriteRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getStartResumableWriteMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Determines the `persisted_size` for an object that is being written, which
+     * can then be used as the `write_offset` for the next `Write()` call.
+     * If the object does not exist (i.e., the object has been deleted, or the
+     * first `Write()` has not yet reached the service), this method returns the
+     * error `NOT_FOUND`.
+     * The client **may** call `QueryWriteStatus()` at any time to determine how
+     * much data has been processed for this object. This is useful if the
+     * client is buffering data and needs to know which data can be safely
+     * evicted. For any sequence of `QueryWriteStatus()` calls for a given
+     * object name, the sequence of returned `persisted_size` values will be
+     * non-decreasing.
+     * 
+ */ + public void queryWriteStatus(com.google.storage.v2.QueryWriteStatusRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getQueryWriteStatusMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Retrieves the name of a project's Google Cloud Storage service account.
+     * 
+ */ + public void getServiceAccount(com.google.storage.v2.GetServiceAccountRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetServiceAccountMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Creates a new HMAC key for the given service account.
+     * 
+ */ + public void createHmacKey(com.google.storage.v2.CreateHmacKeyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getCreateHmacKeyMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Deletes a given HMAC key.  Key must be in an INACTIVE state.
+     * 
+ */ + public void deleteHmacKey(com.google.storage.v2.DeleteHmacKeyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteHmacKeyMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets an existing HMAC key metadata for the given id.
+     * 
+ */ + public void getHmacKey(com.google.storage.v2.GetHmacKeyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetHmacKeyMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Lists HMAC keys under a given project with the additional filters provided.
+     * 
+ */ + public void listHmacKeys(com.google.storage.v2.ListHmacKeysRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListHmacKeysMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a given HMAC key state between ACTIVE and INACTIVE.
+     * 
+ */ + public void updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getUpdateHmacKeyMethod(), getCallOptions()), request, responseObserver); + } + } + + /** + *
+   * ## API Overview and Naming Syntax
+   * The Cloud Storage gRPC API allows applications to read and write data through
+   * the abstractions of buckets and objects. For a description of these
+   * abstractions please see https://cloud.google.com/storage/docs.
+   * Resources are named as follows:
+   *   - Projects are referred to as they are defined by the Resource Manager API,
+   *     using strings like `projects/123456` or `projects/my-string-id`.
+   *   - Buckets are named using string names of the form:
+   *     `projects/{project}/buckets/{bucket}`
+   *     For globally unique buckets, `_` may be substituted for the project.
+   *   - Objects are uniquely identified by their name along with the name of the
+   *     bucket they belong to, as separate strings in this API. For example:
+   *       ReadObjectRequest {
+   *         bucket: 'projects/_/buckets/my-bucket'
+   *         object: 'my-object'
+   *       }
+   *     Note that object names can contain `/` characters, which are treated as
+   *     any other character (no special directory semantics).
+   * 
+ */ + public static final class StorageBlockingStub extends io.grpc.stub.AbstractBlockingStub { + private StorageBlockingStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected StorageBlockingStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new StorageBlockingStub(channel, callOptions); + } + + /** + *
+     * Permanently deletes an empty bucket.
+     * 
+ */ + public com.google.protobuf.Empty deleteBucket(com.google.storage.v2.DeleteBucketRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteBucketMethod(), getCallOptions(), request); + } + + /** + *
+     * Returns metadata for the specified bucket.
+     * 
+ */ + public com.google.storage.v2.Bucket getBucket(com.google.storage.v2.GetBucketRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetBucketMethod(), getCallOptions(), request); + } + + /** + *
+     * Creates a new bucket.
+     * 
+ */ + public com.google.storage.v2.Bucket createBucket(com.google.storage.v2.CreateBucketRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateBucketMethod(), getCallOptions(), request); + } + + /** + *
+     * Retrieves a list of buckets for a given project.
+     * 
+ */ + public com.google.storage.v2.ListBucketsResponse listBuckets(com.google.storage.v2.ListBucketsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListBucketsMethod(), getCallOptions(), request); + } + + /** + *
+     * Locks retention policy on a bucket.
+     * 
+ */ + public com.google.storage.v2.Bucket lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getLockBucketRetentionPolicyMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets the IAM policy for a specified bucket or object.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetIamPolicyMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates an IAM policy for the specified bucket or object.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getSetIamPolicyMethod(), getCallOptions(), request); + } + + /** + *
+     * Tests a set of permissions on the given bucket or object to see which, if
+     * any, are held by the caller.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
+     * 
+ */ + public com.google.storage.v2.Bucket updateBucket(com.google.storage.v2.UpdateBucketRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateBucketMethod(), getCallOptions(), request); + } + + /** + *
+     * Permanently deletes a notification subscription.
+     * 
+ */ + public com.google.protobuf.Empty deleteNotification(com.google.storage.v2.DeleteNotificationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteNotificationMethod(), getCallOptions(), request); + } + + /** + *
+     * View a notification config.
+     * 
+ */ + public com.google.storage.v2.Notification getNotification(com.google.storage.v2.GetNotificationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetNotificationMethod(), getCallOptions(), request); + } + + /** + *
+     * Creates a notification subscription for a given bucket.
+     * These notifications, when triggered, publish messages to the specified
+     * Pub/Sub topics.
+     * See https://cloud.google.com/storage/docs/pubsub-notifications.
+     * 
+ */ + public com.google.storage.v2.Notification createNotification(com.google.storage.v2.CreateNotificationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateNotificationMethod(), getCallOptions(), request); + } + + /** + *
+     * Retrieves a list of notification subscriptions for a given bucket.
+     * 
+ */ + public com.google.storage.v2.ListNotificationsResponse listNotifications(com.google.storage.v2.ListNotificationsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListNotificationsMethod(), getCallOptions(), request); + } + + /** + *
+     * Concatenates a list of existing objects into a new object in the same
+     * bucket.
+     * 
+ */ + public com.google.storage.v2.Object composeObject(com.google.storage.v2.ComposeObjectRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getComposeObjectMethod(), getCallOptions(), request); + } + + /** + *
+     * Deletes an object and its metadata. Deletions are permanent if versioning
+     * is not enabled for the bucket, or if the `generation` parameter is used.
+     * 
+ */ + public com.google.protobuf.Empty deleteObject(com.google.storage.v2.DeleteObjectRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteObjectMethod(), getCallOptions(), request); + } + + /** + *
+     * Cancels an in-progress resumable upload.
+     * 
+ */ + public com.google.storage.v2.CancelResumableWriteResponse cancelResumableWrite(com.google.storage.v2.CancelResumableWriteRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCancelResumableWriteMethod(), getCallOptions(), request); + } + + /** + *
+     * Retrieves an object's metadata.
+     * 
+ */ + public com.google.storage.v2.Object getObject(com.google.storage.v2.GetObjectRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetObjectMethod(), getCallOptions(), request); + } + + /** + *
+     * Reads an object's data.
+     * 
+ */ + public java.util.Iterator readObject( + com.google.storage.v2.ReadObjectRequest request) { + return io.grpc.stub.ClientCalls.blockingServerStreamingCall( + getChannel(), getReadObjectMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates an object's metadata.
+     * Equivalent to JSON API's storage.objects.patch.
+     * 
+ */ + public com.google.storage.v2.Object updateObject(com.google.storage.v2.UpdateObjectRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateObjectMethod(), getCallOptions(), request); + } + + /** + *
+     * Retrieves a list of objects matching the criteria.
+     * 
+ */ + public com.google.storage.v2.ListObjectsResponse listObjects(com.google.storage.v2.ListObjectsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListObjectsMethod(), getCallOptions(), request); + } + + /** + *
+     * Rewrites a source object to a destination object. Optionally overrides
+     * metadata.
+     * 
+ */ + public com.google.storage.v2.RewriteResponse rewriteObject(com.google.storage.v2.RewriteObjectRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRewriteObjectMethod(), getCallOptions(), request); + } + + /** + *
+     * Starts a resumable write. How long the write operation remains valid, and
+     * what happens when the write operation becomes invalid, are
+     * service-dependent.
+     * 
+ */ + public com.google.storage.v2.StartResumableWriteResponse startResumableWrite(com.google.storage.v2.StartResumableWriteRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getStartResumableWriteMethod(), getCallOptions(), request); + } + + /** + *
+     * Determines the `persisted_size` for an object that is being written, which
+     * can then be used as the `write_offset` for the next `Write()` call.
+     * If the object does not exist (i.e., the object has been deleted, or the
+     * first `Write()` has not yet reached the service), this method returns the
+     * error `NOT_FOUND`.
+     * The client **may** call `QueryWriteStatus()` at any time to determine how
+     * much data has been processed for this object. This is useful if the
+     * client is buffering data and needs to know which data can be safely
+     * evicted. For any sequence of `QueryWriteStatus()` calls for a given
+     * object name, the sequence of returned `persisted_size` values will be
+     * non-decreasing.
+     * 
+ */ + public com.google.storage.v2.QueryWriteStatusResponse queryWriteStatus(com.google.storage.v2.QueryWriteStatusRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getQueryWriteStatusMethod(), getCallOptions(), request); + } + + /** + *
+     * Retrieves the name of a project's Google Cloud Storage service account.
+     * 
+ */ + public com.google.storage.v2.ServiceAccount getServiceAccount(com.google.storage.v2.GetServiceAccountRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetServiceAccountMethod(), getCallOptions(), request); + } + + /** + *
+     * Creates a new HMAC key for the given service account.
+     * 
+ */ + public com.google.storage.v2.CreateHmacKeyResponse createHmacKey(com.google.storage.v2.CreateHmacKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateHmacKeyMethod(), getCallOptions(), request); + } + + /** + *
+     * Deletes a given HMAC key.  Key must be in an INACTIVE state.
+     * 
+ */ + public com.google.protobuf.Empty deleteHmacKey(com.google.storage.v2.DeleteHmacKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteHmacKeyMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets an existing HMAC key metadata for the given id.
+     * 
+ */ + public com.google.storage.v2.HmacKeyMetadata getHmacKey(com.google.storage.v2.GetHmacKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetHmacKeyMethod(), getCallOptions(), request); + } + + /** + *
+     * Lists HMAC keys under a given project with the additional filters provided.
+     * 
+ */ + public com.google.storage.v2.ListHmacKeysResponse listHmacKeys(com.google.storage.v2.ListHmacKeysRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListHmacKeysMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a given HMAC key state between ACTIVE and INACTIVE.
+     * 
+ */ + public com.google.storage.v2.HmacKeyMetadata updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateHmacKeyMethod(), getCallOptions(), request); + } + } + + /** + *
+   * ## API Overview and Naming Syntax
+   * The Cloud Storage gRPC API allows applications to read and write data through
+   * the abstractions of buckets and objects. For a description of these
+   * abstractions please see https://cloud.google.com/storage/docs.
+   * Resources are named as follows:
+   *   - Projects are referred to as they are defined by the Resource Manager API,
+   *     using strings like `projects/123456` or `projects/my-string-id`.
+   *   - Buckets are named using string names of the form:
+   *     `projects/{project}/buckets/{bucket}`
+   *     For globally unique buckets, `_` may be substituted for the project.
+   *   - Objects are uniquely identified by their name along with the name of the
+   *     bucket they belong to, as separate strings in this API. For example:
+   *       ReadObjectRequest {
+   *         bucket: 'projects/_/buckets/my-bucket'
+   *         object: 'my-object'
+   *       }
+   *     Note that object names can contain `/` characters, which are treated as
+   *     any other character (no special directory semantics).
+   * 
+ */ + public static final class StorageFutureStub extends io.grpc.stub.AbstractFutureStub { + private StorageFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected StorageFutureStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new StorageFutureStub(channel, callOptions); + } + + /** + *
+     * Permanently deletes an empty bucket.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture deleteBucket( + com.google.storage.v2.DeleteBucketRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteBucketMethod(), getCallOptions()), request); + } + + /** + *
+     * Returns metadata for the specified bucket.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getBucket( + com.google.storage.v2.GetBucketRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetBucketMethod(), getCallOptions()), request); + } + + /** + *
+     * Creates a new bucket.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture createBucket( + com.google.storage.v2.CreateBucketRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getCreateBucketMethod(), getCallOptions()), request); + } + + /** + *
+     * Retrieves a list of buckets for a given project.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listBuckets( + com.google.storage.v2.ListBucketsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListBucketsMethod(), getCallOptions()), request); + } + + /** + *
+     * Locks retention policy on a bucket.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture lockBucketRetentionPolicy( + com.google.storage.v2.LockBucketRetentionPolicyRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getLockBucketRetentionPolicyMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets the IAM policy for a specified bucket or object.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getIamPolicy( + com.google.iam.v1.GetIamPolicyRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates an IAM policy for the specified bucket or object.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture setIamPolicy( + com.google.iam.v1.SetIamPolicyRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request); + } + + /** + *
+     * Tests a set of permissions on the given bucket or object to see which, if
+     * any, are held by the caller.
+     * The `resource` field in the request should be
+     * projects/_/buckets/<bucket_name> for a bucket or
+     * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture testIamPermissions( + com.google.iam.v1.TestIamPermissionsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture updateBucket( + com.google.storage.v2.UpdateBucketRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getUpdateBucketMethod(), getCallOptions()), request); + } + + /** + *
+     * Permanently deletes a notification subscription.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture deleteNotification( + com.google.storage.v2.DeleteNotificationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteNotificationMethod(), getCallOptions()), request); + } + + /** + *
+     * View a notification config.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getNotification( + com.google.storage.v2.GetNotificationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetNotificationMethod(), getCallOptions()), request); + } + + /** + *
+     * Creates a notification subscription for a given bucket.
+     * These notifications, when triggered, publish messages to the specified
+     * Pub/Sub topics.
+     * See https://cloud.google.com/storage/docs/pubsub-notifications.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture createNotification( + com.google.storage.v2.CreateNotificationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getCreateNotificationMethod(), getCallOptions()), request); + } + + /** + *
+     * Retrieves a list of notification subscriptions for a given bucket.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listNotifications( + com.google.storage.v2.ListNotificationsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListNotificationsMethod(), getCallOptions()), request); + } + + /** + *
+     * Concatenates a list of existing objects into a new object in the same
+     * bucket.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture composeObject( + com.google.storage.v2.ComposeObjectRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getComposeObjectMethod(), getCallOptions()), request); + } + + /** + *
+     * Deletes an object and its metadata. Deletions are permanent if versioning
+     * is not enabled for the bucket, or if the `generation` parameter is used.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture deleteObject( + com.google.storage.v2.DeleteObjectRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteObjectMethod(), getCallOptions()), request); + } + + /** + *
+     * Cancels an in-progress resumable upload.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture cancelResumableWrite( + com.google.storage.v2.CancelResumableWriteRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getCancelResumableWriteMethod(), getCallOptions()), request); + } + + /** + *
+     * Retrieves an object's metadata.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getObject( + com.google.storage.v2.GetObjectRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetObjectMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates an object's metadata.
+     * Equivalent to JSON API's storage.objects.patch.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture updateObject( + com.google.storage.v2.UpdateObjectRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getUpdateObjectMethod(), getCallOptions()), request); + } + + /** + *
+     * Retrieves a list of objects matching the criteria.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listObjects( + com.google.storage.v2.ListObjectsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListObjectsMethod(), getCallOptions()), request); + } + + /** + *
+     * Rewrites a source object to a destination object. Optionally overrides
+     * metadata.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture rewriteObject( + com.google.storage.v2.RewriteObjectRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRewriteObjectMethod(), getCallOptions()), request); + } + + /** + *
+     * Starts a resumable write. How long the write operation remains valid, and
+     * what happens when the write operation becomes invalid, are
+     * service-dependent.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture startResumableWrite( + com.google.storage.v2.StartResumableWriteRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getStartResumableWriteMethod(), getCallOptions()), request); + } + + /** + *
+     * Determines the `persisted_size` for an object that is being written, which
+     * can then be used as the `write_offset` for the next `Write()` call.
+     * If the object does not exist (i.e., the object has been deleted, or the
+     * first `Write()` has not yet reached the service), this method returns the
+     * error `NOT_FOUND`.
+     * The client **may** call `QueryWriteStatus()` at any time to determine how
+     * much data has been processed for this object. This is useful if the
+     * client is buffering data and needs to know which data can be safely
+     * evicted. For any sequence of `QueryWriteStatus()` calls for a given
+     * object name, the sequence of returned `persisted_size` values will be
+     * non-decreasing.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture queryWriteStatus( + com.google.storage.v2.QueryWriteStatusRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getQueryWriteStatusMethod(), getCallOptions()), request); + } + + /** + *
+     * Retrieves the name of a project's Google Cloud Storage service account.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getServiceAccount( + com.google.storage.v2.GetServiceAccountRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetServiceAccountMethod(), getCallOptions()), request); + } + + /** + *
+     * Creates a new HMAC key for the given service account.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture createHmacKey( + com.google.storage.v2.CreateHmacKeyRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getCreateHmacKeyMethod(), getCallOptions()), request); + } + + /** + *
+     * Deletes a given HMAC key.  Key must be in an INACTIVE state.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture deleteHmacKey( + com.google.storage.v2.DeleteHmacKeyRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteHmacKeyMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets an existing HMAC key metadata for the given id.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getHmacKey( + com.google.storage.v2.GetHmacKeyRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetHmacKeyMethod(), getCallOptions()), request); + } + + /** + *
+     * Lists HMAC keys under a given project with the additional filters provided.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listHmacKeys( + com.google.storage.v2.ListHmacKeysRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListHmacKeysMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a given HMAC key state between ACTIVE and INACTIVE.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture updateHmacKey( + com.google.storage.v2.UpdateHmacKeyRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getUpdateHmacKeyMethod(), getCallOptions()), request); + } + } + + private static final int METHODID_DELETE_BUCKET = 0; + private static final int METHODID_GET_BUCKET = 1; + private static final int METHODID_CREATE_BUCKET = 2; + private static final int METHODID_LIST_BUCKETS = 3; + private static final int METHODID_LOCK_BUCKET_RETENTION_POLICY = 4; + private static final int METHODID_GET_IAM_POLICY = 5; + private static final int METHODID_SET_IAM_POLICY = 6; + private static final int METHODID_TEST_IAM_PERMISSIONS = 7; + private static final int METHODID_UPDATE_BUCKET = 8; + private static final int METHODID_DELETE_NOTIFICATION = 9; + private static final int METHODID_GET_NOTIFICATION = 10; + private static final int METHODID_CREATE_NOTIFICATION = 11; + private static final int METHODID_LIST_NOTIFICATIONS = 12; + private static final int METHODID_COMPOSE_OBJECT = 13; + private static final int METHODID_DELETE_OBJECT = 14; + private static final int METHODID_CANCEL_RESUMABLE_WRITE = 15; + private static final int METHODID_GET_OBJECT = 16; + private static final int METHODID_READ_OBJECT = 17; + private static final int METHODID_UPDATE_OBJECT = 18; + private static final int METHODID_LIST_OBJECTS = 19; + private static final int METHODID_REWRITE_OBJECT = 20; + private static final int METHODID_START_RESUMABLE_WRITE = 21; + private static final int METHODID_QUERY_WRITE_STATUS = 22; + private static final int METHODID_GET_SERVICE_ACCOUNT = 23; + private static final int METHODID_CREATE_HMAC_KEY = 24; + private static final int METHODID_DELETE_HMAC_KEY = 25; + private static final int METHODID_GET_HMAC_KEY = 26; + private static final int METHODID_LIST_HMAC_KEYS = 27; + private static final int METHODID_UPDATE_HMAC_KEY = 28; + private static final int METHODID_WRITE_OBJECT = 29; + + 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 StorageImplBase serviceImpl; + private final int methodId; + + MethodHandlers(StorageImplBase 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_DELETE_BUCKET: + serviceImpl.deleteBucket((com.google.storage.v2.DeleteBucketRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_BUCKET: + serviceImpl.getBucket((com.google.storage.v2.GetBucketRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CREATE_BUCKET: + serviceImpl.createBucket((com.google.storage.v2.CreateBucketRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_BUCKETS: + serviceImpl.listBuckets((com.google.storage.v2.ListBucketsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LOCK_BUCKET_RETENTION_POLICY: + serviceImpl.lockBucketRetentionPolicy((com.google.storage.v2.LockBucketRetentionPolicyRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_IAM_POLICY: + serviceImpl.getIamPolicy((com.google.iam.v1.GetIamPolicyRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_SET_IAM_POLICY: + serviceImpl.setIamPolicy((com.google.iam.v1.SetIamPolicyRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_TEST_IAM_PERMISSIONS: + serviceImpl.testIamPermissions((com.google.iam.v1.TestIamPermissionsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_UPDATE_BUCKET: + serviceImpl.updateBucket((com.google.storage.v2.UpdateBucketRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_DELETE_NOTIFICATION: + serviceImpl.deleteNotification((com.google.storage.v2.DeleteNotificationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_NOTIFICATION: + serviceImpl.getNotification((com.google.storage.v2.GetNotificationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CREATE_NOTIFICATION: + serviceImpl.createNotification((com.google.storage.v2.CreateNotificationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_NOTIFICATIONS: + serviceImpl.listNotifications((com.google.storage.v2.ListNotificationsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_COMPOSE_OBJECT: + serviceImpl.composeObject((com.google.storage.v2.ComposeObjectRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_DELETE_OBJECT: + serviceImpl.deleteObject((com.google.storage.v2.DeleteObjectRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CANCEL_RESUMABLE_WRITE: + serviceImpl.cancelResumableWrite((com.google.storage.v2.CancelResumableWriteRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_OBJECT: + serviceImpl.getObject((com.google.storage.v2.GetObjectRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_READ_OBJECT: + serviceImpl.readObject((com.google.storage.v2.ReadObjectRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_UPDATE_OBJECT: + serviceImpl.updateObject((com.google.storage.v2.UpdateObjectRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_OBJECTS: + serviceImpl.listObjects((com.google.storage.v2.ListObjectsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_REWRITE_OBJECT: + serviceImpl.rewriteObject((com.google.storage.v2.RewriteObjectRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_START_RESUMABLE_WRITE: + serviceImpl.startResumableWrite((com.google.storage.v2.StartResumableWriteRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_QUERY_WRITE_STATUS: + serviceImpl.queryWriteStatus((com.google.storage.v2.QueryWriteStatusRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_SERVICE_ACCOUNT: + serviceImpl.getServiceAccount((com.google.storage.v2.GetServiceAccountRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CREATE_HMAC_KEY: + serviceImpl.createHmacKey((com.google.storage.v2.CreateHmacKeyRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_DELETE_HMAC_KEY: + serviceImpl.deleteHmacKey((com.google.storage.v2.DeleteHmacKeyRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_HMAC_KEY: + serviceImpl.getHmacKey((com.google.storage.v2.GetHmacKeyRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_HMAC_KEYS: + serviceImpl.listHmacKeys((com.google.storage.v2.ListHmacKeysRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_UPDATE_HMAC_KEY: + serviceImpl.updateHmacKey((com.google.storage.v2.UpdateHmacKeyRequest) 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) { + case METHODID_WRITE_OBJECT: + return (io.grpc.stub.StreamObserver) serviceImpl.writeObject( + (io.grpc.stub.StreamObserver) responseObserver); + default: + throw new AssertionError(); + } + } + } + + private static abstract class StorageBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { + StorageBaseDescriptorSupplier() {} + + @java.lang.Override + public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { + return com.google.storage.v2.StorageProto.getDescriptor(); + } + + @java.lang.Override + public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { + return getFileDescriptor().findServiceByName("Storage"); + } + } + + private static final class StorageFileDescriptorSupplier + extends StorageBaseDescriptorSupplier { + StorageFileDescriptorSupplier() {} + } + + private static final class StorageMethodDescriptorSupplier + extends StorageBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { + private final String methodName; + + StorageMethodDescriptorSupplier(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 (StorageGrpc.class) { + result = serviceDescriptor; + if (result == null) { + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new StorageFileDescriptorSupplier()) + .addMethod(getDeleteBucketMethod()) + .addMethod(getGetBucketMethod()) + .addMethod(getCreateBucketMethod()) + .addMethod(getListBucketsMethod()) + .addMethod(getLockBucketRetentionPolicyMethod()) + .addMethod(getGetIamPolicyMethod()) + .addMethod(getSetIamPolicyMethod()) + .addMethod(getTestIamPermissionsMethod()) + .addMethod(getUpdateBucketMethod()) + .addMethod(getDeleteNotificationMethod()) + .addMethod(getGetNotificationMethod()) + .addMethod(getCreateNotificationMethod()) + .addMethod(getListNotificationsMethod()) + .addMethod(getComposeObjectMethod()) + .addMethod(getDeleteObjectMethod()) + .addMethod(getCancelResumableWriteMethod()) + .addMethod(getGetObjectMethod()) + .addMethod(getReadObjectMethod()) + .addMethod(getUpdateObjectMethod()) + .addMethod(getWriteObjectMethod()) + .addMethod(getListObjectsMethod()) + .addMethod(getRewriteObjectMethod()) + .addMethod(getStartResumableWriteMethod()) + .addMethod(getQueryWriteStatusMethod()) + .addMethod(getGetServiceAccountMethod()) + .addMethod(getCreateHmacKeyMethod()) + .addMethod(getDeleteHmacKeyMethod()) + .addMethod(getGetHmacKeyMethod()) + .addMethod(getListHmacKeysMethod()) + .addMethod(getUpdateHmacKeyMethod()) + .build(); + } + } + } + return result; + } +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java similarity index 75% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java index 5ce2c90758..531a662dc8 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * A bucket.
  * 
* * Protobuf type {@code google.storage.v2.Bucket} */ -public final class Bucket extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Bucket extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket) BucketOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Bucket.newBuilder() to construct. private Bucket(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Bucket() { name_ = ""; bucketId_ = ""; @@ -53,115 +35,107 @@ private Bucket() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Bucket(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_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 15: 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.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Bucket.class, com.google.storage.v2.Bucket.Builder.class); } - public interface BillingOrBuilder - extends + public interface BillingOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Billing) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * When set to true, Requester Pays is enabled for this bucket.
      * 
* * bool requester_pays = 1; - * * @return The requesterPays. */ boolean getRequesterPays(); } /** - * - * *
    * Billing properties of a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.Billing} */ - public static final class Billing extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Billing extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Billing) BillingOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Billing.newBuilder() to construct. private Billing(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Billing() {} + private Billing() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Billing(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Billing_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Billing.class, - com.google.storage.v2.Bucket.Billing.Builder.class); + com.google.storage.v2.Bucket.Billing.class, com.google.storage.v2.Bucket.Billing.Builder.class); } public static final int REQUESTER_PAYS_FIELD_NUMBER = 1; private boolean requesterPays_; /** - * - * *
      * When set to true, Requester Pays is enabled for this bucket.
      * 
* * bool requester_pays = 1; - * * @return The requesterPays. */ @java.lang.Override @@ -170,7 +144,6 @@ public boolean getRequesterPays() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -182,7 +155,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 (requesterPays_ != false) { output.writeBool(1, requesterPays_); } @@ -196,7 +170,8 @@ public int getSerializedSize() { size = 0; if (requesterPays_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, requesterPays_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(1, requesterPays_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -206,14 +181,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.storage.v2.Bucket.Billing)) { return super.equals(obj); } com.google.storage.v2.Bucket.Billing other = (com.google.storage.v2.Bucket.Billing) obj; - if (getRequesterPays() != other.getRequesterPays()) return false; + if (getRequesterPays() + != other.getRequesterPays()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -226,100 +202,95 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + REQUESTER_PAYS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getRequesterPays()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getRequesterPays()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.Bucket.Billing parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Billing parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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 @@ -329,41 +300,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Billing properties of a bucket.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.Billing} */ - 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.storage.v2.Bucket.Billing) com.google.storage.v2.Bucket.BillingOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Billing_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Billing.class, - com.google.storage.v2.Bucket.Billing.Builder.class); + com.google.storage.v2.Bucket.Billing.class, com.google.storage.v2.Bucket.Billing.Builder.class); } // Construct using com.google.storage.v2.Bucket.Billing.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(); @@ -373,9 +342,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Billing_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_descriptor; } @java.lang.Override @@ -394,8 +363,7 @@ public com.google.storage.v2.Bucket.Billing build() { @java.lang.Override public com.google.storage.v2.Bucket.Billing buildPartial() { - com.google.storage.v2.Bucket.Billing result = - new com.google.storage.v2.Bucket.Billing(this); + com.google.storage.v2.Bucket.Billing result = new com.google.storage.v2.Bucket.Billing(this); result.requesterPays_ = requesterPays_; onBuilt(); return result; @@ -405,41 +373,38 @@ public com.google.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing) { - return mergeFrom((com.google.storage.v2.Bucket.Billing) other); + return mergeFrom((com.google.storage.v2.Bucket.Billing)other); } else { super.mergeFrom(other); return this; @@ -477,19 +442,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - requesterPays_ = input.readBool(); + case 8: { + requesterPays_ = input.readBool(); - break; - } // case 8 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 8 + 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) { @@ -500,16 +463,13 @@ public Builder mergeFrom( return this; } - private boolean requesterPays_; + private boolean requesterPays_ ; /** - * - * *
        * When set to true, Requester Pays is enabled for this bucket.
        * 
* * bool requester_pays = 1; - * * @return The requesterPays. */ @java.lang.Override @@ -517,41 +477,34 @@ public boolean getRequesterPays() { return requesterPays_; } /** - * - * *
        * When set to true, Requester Pays is enabled for this bucket.
        * 
* * bool requester_pays = 1; - * * @param value The requesterPays to set. * @return This builder for chaining. */ public Builder setRequesterPays(boolean value) { - + requesterPays_ = value; onChanged(); return this; } /** - * - * *
        * When set to true, Requester Pays is enabled for this bucket.
        * 
* * bool requester_pays = 1; - * * @return This builder for chaining. */ public Builder clearRequesterPays() { - + requesterPays_ = false; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -564,12 +517,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Billing) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Billing) private static final com.google.storage.v2.Bucket.Billing DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Billing(); } @@ -578,28 +531,27 @@ public static com.google.storage.v2.Bucket.Billing getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Billing 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 Billing 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; @@ -614,16 +566,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Billing getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface CorsOrBuilder - extends + public interface CorsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Cors) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -631,13 +581,11 @@ public interface CorsOrBuilder
      * 
* * repeated string origin = 1; - * * @return A list containing the origin. */ - java.util.List getOriginList(); + java.util.List + getOriginList(); /** - * - * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -645,13 +593,10 @@ public interface CorsOrBuilder
      * 
* * repeated string origin = 1; - * * @return The count of origin. */ int getOriginCount(); /** - * - * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -659,14 +604,11 @@ public interface CorsOrBuilder
      * 
* * repeated string origin = 1; - * * @param index The index of the element to return. * @return The origin at the given index. */ java.lang.String getOrigin(int index); /** - * - * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -674,15 +616,13 @@ public interface CorsOrBuilder
      * 
* * repeated string origin = 1; - * * @param index The index of the value to return. * @return The bytes of the origin at the given index. */ - com.google.protobuf.ByteString getOriginBytes(int index); + com.google.protobuf.ByteString + getOriginBytes(int index); /** - * - * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -690,13 +630,11 @@ public interface CorsOrBuilder
      * 
* * repeated string method = 2; - * * @return A list containing the method. */ - java.util.List getMethodList(); + java.util.List + getMethodList(); /** - * - * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -704,13 +642,10 @@ public interface CorsOrBuilder
      * 
* * repeated string method = 2; - * * @return The count of method. */ int getMethodCount(); /** - * - * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -718,14 +653,11 @@ public interface CorsOrBuilder
      * 
* * repeated string method = 2; - * * @param index The index of the element to return. * @return The method at the given index. */ java.lang.String getMethod(int index); /** - * - * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -733,15 +665,13 @@ public interface CorsOrBuilder
      * 
* * repeated string method = 2; - * * @param index The index of the value to return. * @return The bytes of the method at the given index. */ - com.google.protobuf.ByteString getMethodBytes(int index); + com.google.protobuf.ByteString + getMethodBytes(int index); /** - * - * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -749,13 +679,11 @@ public interface CorsOrBuilder
      * 
* * repeated string response_header = 3; - * * @return A list containing the responseHeader. */ - java.util.List getResponseHeaderList(); + java.util.List + getResponseHeaderList(); /** - * - * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -763,13 +691,10 @@ public interface CorsOrBuilder
      * 
* * repeated string response_header = 3; - * * @return The count of responseHeader. */ int getResponseHeaderCount(); /** - * - * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -777,14 +702,11 @@ public interface CorsOrBuilder
      * 
* * repeated string response_header = 3; - * * @param index The index of the element to return. * @return The responseHeader at the given index. */ java.lang.String getResponseHeader(int index); /** - * - * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -792,15 +714,13 @@ public interface CorsOrBuilder
      * 
* * repeated string response_header = 3; - * * @param index The index of the value to return. * @return The bytes of the responseHeader at the given index. */ - com.google.protobuf.ByteString getResponseHeaderBytes(int index); + com.google.protobuf.ByteString + getResponseHeaderBytes(int index); /** - * - * *
      * The value, in seconds, to return in the
      * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -808,14 +728,11 @@ public interface CorsOrBuilder
      * 
* * int32 max_age_seconds = 4; - * * @return The maxAgeSeconds. */ int getMaxAgeSeconds(); } /** - * - * *
    * Cross-Origin Response sharing (CORS) properties for a bucket.
    * For more on Cloud Storage and CORS, see
@@ -825,16 +742,15 @@ public interface CorsOrBuilder
    *
    * Protobuf type {@code google.storage.v2.Bucket.Cors}
    */
-  public static final class Cors extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class Cors extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Cors)
       CorsOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use Cors.newBuilder() to construct.
     private Cors(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private Cors() {
       origin_ = com.google.protobuf.LazyStringArrayList.EMPTY;
       method_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -843,35 +759,32 @@ private Cors() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new Cors();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_Cors_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.Cors.class,
-              com.google.storage.v2.Bucket.Cors.Builder.class);
+              com.google.storage.v2.Bucket.Cors.class, com.google.storage.v2.Bucket.Cors.Builder.class);
     }
 
     public static final int ORIGIN_FIELD_NUMBER = 1;
     private com.google.protobuf.LazyStringList origin_;
     /**
-     *
-     *
      * 
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -879,15 +792,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * repeated string origin = 1; - * * @return A list containing the origin. */ - public com.google.protobuf.ProtocolStringList getOriginList() { + public com.google.protobuf.ProtocolStringList + getOriginList() { return origin_; } /** - * - * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -895,15 +806,12 @@ public com.google.protobuf.ProtocolStringList getOriginList() {
      * 
* * repeated string origin = 1; - * * @return The count of origin. */ public int getOriginCount() { return origin_.size(); } /** - * - * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -911,7 +819,6 @@ public int getOriginCount() {
      * 
* * repeated string origin = 1; - * * @param index The index of the element to return. * @return The origin at the given index. */ @@ -919,8 +826,6 @@ public java.lang.String getOrigin(int index) { return origin_.get(index); } /** - * - * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -928,19 +833,17 @@ public java.lang.String getOrigin(int index) {
      * 
* * repeated string origin = 1; - * * @param index The index of the value to return. * @return The bytes of the origin at the given index. */ - public com.google.protobuf.ByteString getOriginBytes(int index) { + public com.google.protobuf.ByteString + getOriginBytes(int index) { return origin_.getByteString(index); } public static final int METHOD_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList method_; /** - * - * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -948,15 +851,13 @@ public com.google.protobuf.ByteString getOriginBytes(int index) {
      * 
* * repeated string method = 2; - * * @return A list containing the method. */ - public com.google.protobuf.ProtocolStringList getMethodList() { + public com.google.protobuf.ProtocolStringList + getMethodList() { return method_; } /** - * - * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -964,15 +865,12 @@ public com.google.protobuf.ProtocolStringList getMethodList() {
      * 
* * repeated string method = 2; - * * @return The count of method. */ public int getMethodCount() { return method_.size(); } /** - * - * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -980,7 +878,6 @@ public int getMethodCount() {
      * 
* * repeated string method = 2; - * * @param index The index of the element to return. * @return The method at the given index. */ @@ -988,8 +885,6 @@ public java.lang.String getMethod(int index) { return method_.get(index); } /** - * - * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -997,19 +892,17 @@ public java.lang.String getMethod(int index) {
      * 
* * repeated string method = 2; - * * @param index The index of the value to return. * @return The bytes of the method at the given index. */ - public com.google.protobuf.ByteString getMethodBytes(int index) { + public com.google.protobuf.ByteString + getMethodBytes(int index) { return method_.getByteString(index); } public static final int RESPONSE_HEADER_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList responseHeader_; /** - * - * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1017,15 +910,13 @@ public com.google.protobuf.ByteString getMethodBytes(int index) {
      * 
* * repeated string response_header = 3; - * * @return A list containing the responseHeader. */ - public com.google.protobuf.ProtocolStringList getResponseHeaderList() { + public com.google.protobuf.ProtocolStringList + getResponseHeaderList() { return responseHeader_; } /** - * - * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1033,15 +924,12 @@ public com.google.protobuf.ProtocolStringList getResponseHeaderList() {
      * 
* * repeated string response_header = 3; - * * @return The count of responseHeader. */ public int getResponseHeaderCount() { return responseHeader_.size(); } /** - * - * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1049,7 +937,6 @@ public int getResponseHeaderCount() {
      * 
* * repeated string response_header = 3; - * * @param index The index of the element to return. * @return The responseHeader at the given index. */ @@ -1057,8 +944,6 @@ public java.lang.String getResponseHeader(int index) { return responseHeader_.get(index); } /** - * - * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1066,19 +951,17 @@ public java.lang.String getResponseHeader(int index) {
      * 
* * repeated string response_header = 3; - * * @param index The index of the value to return. * @return The bytes of the responseHeader at the given index. */ - public com.google.protobuf.ByteString getResponseHeaderBytes(int index) { + public com.google.protobuf.ByteString + getResponseHeaderBytes(int index) { return responseHeader_.getByteString(index); } public static final int MAX_AGE_SECONDS_FIELD_NUMBER = 4; private int maxAgeSeconds_; /** - * - * *
      * The value, in seconds, to return in the
      * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -1086,7 +969,6 @@ public com.google.protobuf.ByteString getResponseHeaderBytes(int index) {
      * 
* * int32 max_age_seconds = 4; - * * @return The maxAgeSeconds. */ @java.lang.Override @@ -1095,7 +977,6 @@ public int getMaxAgeSeconds() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1107,7 +988,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 < origin_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, origin_.getRaw(i)); } @@ -1154,7 +1036,8 @@ public int getSerializedSize() { size += 1 * getResponseHeaderList().size(); } if (maxAgeSeconds_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(4, maxAgeSeconds_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(4, maxAgeSeconds_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1164,17 +1047,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.storage.v2.Bucket.Cors)) { return super.equals(obj); } com.google.storage.v2.Bucket.Cors other = (com.google.storage.v2.Bucket.Cors) obj; - if (!getOriginList().equals(other.getOriginList())) return false; - if (!getMethodList().equals(other.getMethodList())) return false; - if (!getResponseHeaderList().equals(other.getResponseHeaderList())) return false; - if (getMaxAgeSeconds() != other.getMaxAgeSeconds()) return false; + if (!getOriginList() + .equals(other.getOriginList())) return false; + if (!getMethodList() + .equals(other.getMethodList())) return false; + if (!getResponseHeaderList() + .equals(other.getResponseHeaderList())) return false; + if (getMaxAgeSeconds() + != other.getMaxAgeSeconds()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -1205,93 +1092,88 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Cors parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Cors parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.Bucket.Cors parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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 @@ -1301,8 +1183,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Cross-Origin Response sharing (CORS) properties for a bucket.
      * For more on Cloud Storage and CORS, see
@@ -1312,33 +1192,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.Cors}
      */
-    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.storage.v2.Bucket.Cors)
         com.google.storage.v2.Bucket.CorsOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Cors_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Cors.class,
-                com.google.storage.v2.Bucket.Cors.Builder.class);
+                com.google.storage.v2.Bucket.Cors.class, com.google.storage.v2.Bucket.Cors.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.Cors.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();
@@ -1354,9 +1234,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Cors_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_descriptor;
       }
 
       @java.lang.Override
@@ -1401,41 +1281,38 @@ public com.google.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors) {
-          return mergeFrom((com.google.storage.v2.Bucket.Cors) other);
+          return mergeFrom((com.google.storage.v2.Bucket.Cors)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -1503,40 +1380,35 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  ensureOriginIsMutable();
-                  origin_.add(s);
-                  break;
-                } // case 10
-              case 18:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  ensureMethodIsMutable();
-                  method_.add(s);
-                  break;
-                } // case 18
-              case 26:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  ensureResponseHeaderIsMutable();
-                  responseHeader_.add(s);
-                  break;
-                } // case 26
-              case 32:
-                {
-                  maxAgeSeconds_ = input.readInt32();
+              case 10: {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureOriginIsMutable();
+                origin_.add(s);
+                break;
+              } // case 10
+              case 18: {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureMethodIsMutable();
+                method_.add(s);
+                break;
+              } // case 18
+              case 26: {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureResponseHeaderIsMutable();
+                responseHeader_.add(s);
+                break;
+              } // case 26
+              case 32: {
+                maxAgeSeconds_ = input.readInt32();
 
-                  break;
-                } // case 32
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                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) {
@@ -1546,21 +1418,16 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
-      private com.google.protobuf.LazyStringList origin_ =
-          com.google.protobuf.LazyStringArrayList.EMPTY;
-
+      private com.google.protobuf.LazyStringList origin_ = com.google.protobuf.LazyStringArrayList.EMPTY;
       private void ensureOriginIsMutable() {
         if (!((bitField0_ & 0x00000001) != 0)) {
           origin_ = new com.google.protobuf.LazyStringArrayList(origin_);
           bitField0_ |= 0x00000001;
-        }
+         }
       }
       /**
-       *
-       *
        * 
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1568,15 +1435,13 @@ private void ensureOriginIsMutable() {
        * 
* * repeated string origin = 1; - * * @return A list containing the origin. */ - public com.google.protobuf.ProtocolStringList getOriginList() { + public com.google.protobuf.ProtocolStringList + getOriginList() { return origin_.getUnmodifiableView(); } /** - * - * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1584,15 +1449,12 @@ public com.google.protobuf.ProtocolStringList getOriginList() {
        * 
* * repeated string origin = 1; - * * @return The count of origin. */ public int getOriginCount() { return origin_.size(); } /** - * - * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1600,7 +1462,6 @@ public int getOriginCount() {
        * 
* * repeated string origin = 1; - * * @param index The index of the element to return. * @return The origin at the given index. */ @@ -1608,8 +1469,6 @@ public java.lang.String getOrigin(int index) { return origin_.get(index); } /** - * - * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1617,16 +1476,14 @@ public java.lang.String getOrigin(int index) {
        * 
* * repeated string origin = 1; - * * @param index The index of the value to return. * @return The bytes of the origin at the given index. */ - public com.google.protobuf.ByteString getOriginBytes(int index) { + public com.google.protobuf.ByteString + getOriginBytes(int index) { return origin_.getByteString(index); } /** - * - * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1634,23 +1491,21 @@ public com.google.protobuf.ByteString getOriginBytes(int index) {
        * 
* * repeated string origin = 1; - * * @param index The index to set the value at. * @param value The origin to set. * @return This builder for chaining. */ - public Builder setOrigin(int index, java.lang.String value) { + public Builder setOrigin( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureOriginIsMutable(); + throw new NullPointerException(); + } + ensureOriginIsMutable(); origin_.set(index, value); onChanged(); return this; } /** - * - * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1658,22 +1513,20 @@ public Builder setOrigin(int index, java.lang.String value) {
        * 
* * repeated string origin = 1; - * * @param value The origin to add. * @return This builder for chaining. */ - public Builder addOrigin(java.lang.String value) { + public Builder addOrigin( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureOriginIsMutable(); + throw new NullPointerException(); + } + ensureOriginIsMutable(); origin_.add(value); onChanged(); return this; } /** - * - * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1681,19 +1534,18 @@ public Builder addOrigin(java.lang.String value) {
        * 
* * repeated string origin = 1; - * * @param values The origin to add. * @return This builder for chaining. */ - public Builder addAllOrigin(java.lang.Iterable values) { + public Builder addAllOrigin( + java.lang.Iterable values) { ensureOriginIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, origin_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, origin_); onChanged(); return this; } /** - * - * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1701,7 +1553,6 @@ public Builder addAllOrigin(java.lang.Iterable values) {
        * 
* * repeated string origin = 1; - * * @return This builder for chaining. */ public Builder clearOrigin() { @@ -1711,8 +1562,6 @@ public Builder clearOrigin() { return this; } /** - * - * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1720,33 +1569,29 @@ public Builder clearOrigin() {
        * 
* * repeated string origin = 1; - * * @param value The bytes of the origin to add. * @return This builder for chaining. */ - public Builder addOriginBytes(com.google.protobuf.ByteString value) { + public Builder addOriginBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureOriginIsMutable(); origin_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList method_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList method_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMethodIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { method_ = new com.google.protobuf.LazyStringArrayList(method_); bitField0_ |= 0x00000002; - } + } } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1754,15 +1599,13 @@ private void ensureMethodIsMutable() {
        * 
* * repeated string method = 2; - * * @return A list containing the method. */ - public com.google.protobuf.ProtocolStringList getMethodList() { + public com.google.protobuf.ProtocolStringList + getMethodList() { return method_.getUnmodifiableView(); } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1770,15 +1613,12 @@ public com.google.protobuf.ProtocolStringList getMethodList() {
        * 
* * repeated string method = 2; - * * @return The count of method. */ public int getMethodCount() { return method_.size(); } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1786,7 +1626,6 @@ public int getMethodCount() {
        * 
* * repeated string method = 2; - * * @param index The index of the element to return. * @return The method at the given index. */ @@ -1794,8 +1633,6 @@ public java.lang.String getMethod(int index) { return method_.get(index); } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1803,16 +1640,14 @@ public java.lang.String getMethod(int index) {
        * 
* * repeated string method = 2; - * * @param index The index of the value to return. * @return The bytes of the method at the given index. */ - public com.google.protobuf.ByteString getMethodBytes(int index) { + public com.google.protobuf.ByteString + getMethodBytes(int index) { return method_.getByteString(index); } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1820,23 +1655,21 @@ public com.google.protobuf.ByteString getMethodBytes(int index) {
        * 
* * repeated string method = 2; - * * @param index The index to set the value at. * @param value The method to set. * @return This builder for chaining. */ - public Builder setMethod(int index, java.lang.String value) { + public Builder setMethod( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMethodIsMutable(); + throw new NullPointerException(); + } + ensureMethodIsMutable(); method_.set(index, value); onChanged(); return this; } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1844,22 +1677,20 @@ public Builder setMethod(int index, java.lang.String value) {
        * 
* * repeated string method = 2; - * * @param value The method to add. * @return This builder for chaining. */ - public Builder addMethod(java.lang.String value) { + public Builder addMethod( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMethodIsMutable(); + throw new NullPointerException(); + } + ensureMethodIsMutable(); method_.add(value); onChanged(); return this; } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1867,19 +1698,18 @@ public Builder addMethod(java.lang.String value) {
        * 
* * repeated string method = 2; - * * @param values The method to add. * @return This builder for chaining. */ - public Builder addAllMethod(java.lang.Iterable values) { + public Builder addAllMethod( + java.lang.Iterable values) { ensureMethodIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, method_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, method_); onChanged(); return this; } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1887,7 +1717,6 @@ public Builder addAllMethod(java.lang.Iterable values) {
        * 
* * repeated string method = 2; - * * @return This builder for chaining. */ public Builder clearMethod() { @@ -1897,8 +1726,6 @@ public Builder clearMethod() { return this; } /** - * - * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1906,33 +1733,29 @@ public Builder clearMethod() {
        * 
* * repeated string method = 2; - * * @param value The bytes of the method to add. * @return This builder for chaining. */ - public Builder addMethodBytes(com.google.protobuf.ByteString value) { + public Builder addMethodBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMethodIsMutable(); method_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList responseHeader_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList responseHeader_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureResponseHeaderIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { responseHeader_ = new com.google.protobuf.LazyStringArrayList(responseHeader_); bitField0_ |= 0x00000004; - } + } } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1940,15 +1763,13 @@ private void ensureResponseHeaderIsMutable() {
        * 
* * repeated string response_header = 3; - * * @return A list containing the responseHeader. */ - public com.google.protobuf.ProtocolStringList getResponseHeaderList() { + public com.google.protobuf.ProtocolStringList + getResponseHeaderList() { return responseHeader_.getUnmodifiableView(); } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1956,15 +1777,12 @@ public com.google.protobuf.ProtocolStringList getResponseHeaderList() {
        * 
* * repeated string response_header = 3; - * * @return The count of responseHeader. */ public int getResponseHeaderCount() { return responseHeader_.size(); } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1972,7 +1790,6 @@ public int getResponseHeaderCount() {
        * 
* * repeated string response_header = 3; - * * @param index The index of the element to return. * @return The responseHeader at the given index. */ @@ -1980,8 +1797,6 @@ public java.lang.String getResponseHeader(int index) { return responseHeader_.get(index); } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1989,16 +1804,14 @@ public java.lang.String getResponseHeader(int index) {
        * 
* * repeated string response_header = 3; - * * @param index The index of the value to return. * @return The bytes of the responseHeader at the given index. */ - public com.google.protobuf.ByteString getResponseHeaderBytes(int index) { + public com.google.protobuf.ByteString + getResponseHeaderBytes(int index) { return responseHeader_.getByteString(index); } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -2006,23 +1819,21 @@ public com.google.protobuf.ByteString getResponseHeaderBytes(int index) {
        * 
* * repeated string response_header = 3; - * * @param index The index to set the value at. * @param value The responseHeader to set. * @return This builder for chaining. */ - public Builder setResponseHeader(int index, java.lang.String value) { + public Builder setResponseHeader( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureResponseHeaderIsMutable(); + throw new NullPointerException(); + } + ensureResponseHeaderIsMutable(); responseHeader_.set(index, value); onChanged(); return this; } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -2030,22 +1841,20 @@ public Builder setResponseHeader(int index, java.lang.String value) {
        * 
* * repeated string response_header = 3; - * * @param value The responseHeader to add. * @return This builder for chaining. */ - public Builder addResponseHeader(java.lang.String value) { + public Builder addResponseHeader( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureResponseHeaderIsMutable(); + throw new NullPointerException(); + } + ensureResponseHeaderIsMutable(); responseHeader_.add(value); onChanged(); return this; } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -2053,19 +1862,18 @@ public Builder addResponseHeader(java.lang.String value) {
        * 
* * repeated string response_header = 3; - * * @param values The responseHeader to add. * @return This builder for chaining. */ - public Builder addAllResponseHeader(java.lang.Iterable values) { + public Builder addAllResponseHeader( + java.lang.Iterable values) { ensureResponseHeaderIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, responseHeader_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, responseHeader_); onChanged(); return this; } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -2073,7 +1881,6 @@ public Builder addAllResponseHeader(java.lang.Iterable values)
        * 
* * repeated string response_header = 3; - * * @return This builder for chaining. */ public Builder clearResponseHeader() { @@ -2083,8 +1890,6 @@ public Builder clearResponseHeader() { return this; } /** - * - * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -2092,25 +1897,23 @@ public Builder clearResponseHeader() {
        * 
* * repeated string response_header = 3; - * * @param value The bytes of the responseHeader to add. * @return This builder for chaining. */ - public Builder addResponseHeaderBytes(com.google.protobuf.ByteString value) { + public Builder addResponseHeaderBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureResponseHeaderIsMutable(); responseHeader_.add(value); onChanged(); return this; } - private int maxAgeSeconds_; + private int maxAgeSeconds_ ; /** - * - * *
        * The value, in seconds, to return in the
        * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -2118,7 +1921,6 @@ public Builder addResponseHeaderBytes(com.google.protobuf.ByteString value) {
        * 
* * int32 max_age_seconds = 4; - * * @return The maxAgeSeconds. */ @java.lang.Override @@ -2126,8 +1928,6 @@ public int getMaxAgeSeconds() { return maxAgeSeconds_; } /** - * - * *
        * The value, in seconds, to return in the
        * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -2135,19 +1935,16 @@ public int getMaxAgeSeconds() {
        * 
* * int32 max_age_seconds = 4; - * * @param value The maxAgeSeconds to set. * @return This builder for chaining. */ public Builder setMaxAgeSeconds(int value) { - + maxAgeSeconds_ = value; onChanged(); return this; } /** - * - * *
        * The value, in seconds, to return in the
        * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -2155,16 +1952,14 @@ public Builder setMaxAgeSeconds(int value) {
        * 
* * int32 max_age_seconds = 4; - * * @return This builder for chaining. */ public Builder clearMaxAgeSeconds() { - + maxAgeSeconds_ = 0; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2177,12 +1972,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Cors) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Cors) private static final com.google.storage.v2.Bucket.Cors DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Cors(); } @@ -2191,28 +1986,27 @@ public static com.google.storage.v2.Bucket.Cors getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Cors 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 Cors 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; @@ -2227,101 +2021,89 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Cors getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface EncryptionOrBuilder - extends + public interface EncryptionOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Encryption) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt objects
      * inserted into this bucket, if no encryption method is specified.
      * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @return The defaultKmsKey. */ java.lang.String getDefaultKmsKey(); /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt objects
      * inserted into this bucket, if no encryption method is specified.
      * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @return The bytes for defaultKmsKey. */ - com.google.protobuf.ByteString getDefaultKmsKeyBytes(); + com.google.protobuf.ByteString + getDefaultKmsKeyBytes(); } /** - * - * *
    * Encryption properties of a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.Encryption} */ - public static final class Encryption extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Encryption extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Encryption) EncryptionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Encryption.newBuilder() to construct. private Encryption(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Encryption() { defaultKmsKey_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Encryption(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Encryption_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Encryption.class, - com.google.storage.v2.Bucket.Encryption.Builder.class); + com.google.storage.v2.Bucket.Encryption.class, com.google.storage.v2.Bucket.Encryption.Builder.class); } public static final int DEFAULT_KMS_KEY_FIELD_NUMBER = 1; private volatile java.lang.Object defaultKmsKey_; /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt objects
      * inserted into this bucket, if no encryption method is specified.
      * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @return The defaultKmsKey. */ @java.lang.Override @@ -2330,30 +2112,30 @@ public java.lang.String getDefaultKmsKey() { 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(); defaultKmsKey_ = s; return s; } } /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt objects
      * inserted into this bucket, if no encryption method is specified.
      * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @return The bytes for defaultKmsKey. */ @java.lang.Override - public com.google.protobuf.ByteString getDefaultKmsKeyBytes() { + public com.google.protobuf.ByteString + getDefaultKmsKeyBytes() { java.lang.Object ref = defaultKmsKey_; 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); defaultKmsKey_ = b; return b; } else { @@ -2362,7 +2144,6 @@ public com.google.protobuf.ByteString getDefaultKmsKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2374,7 +2155,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(defaultKmsKey_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, defaultKmsKey_); } @@ -2398,14 +2180,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.storage.v2.Bucket.Encryption)) { return super.equals(obj); } com.google.storage.v2.Bucket.Encryption other = (com.google.storage.v2.Bucket.Encryption) obj; - if (!getDefaultKmsKey().equals(other.getDefaultKmsKey())) return false; + if (!getDefaultKmsKey() + .equals(other.getDefaultKmsKey())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -2424,94 +2207,88 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Encryption parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Encryption parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.Encryption parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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 @@ -2521,41 +2298,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Encryption properties of a bucket.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.Encryption} */ - 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.storage.v2.Bucket.Encryption) com.google.storage.v2.Bucket.EncryptionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Encryption_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Encryption.class, - com.google.storage.v2.Bucket.Encryption.Builder.class); + com.google.storage.v2.Bucket.Encryption.class, com.google.storage.v2.Bucket.Encryption.Builder.class); } // Construct using com.google.storage.v2.Bucket.Encryption.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(); @@ -2565,9 +2340,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Encryption_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_descriptor; } @java.lang.Override @@ -2586,8 +2361,7 @@ public com.google.storage.v2.Bucket.Encryption build() { @java.lang.Override public com.google.storage.v2.Bucket.Encryption buildPartial() { - com.google.storage.v2.Bucket.Encryption result = - new com.google.storage.v2.Bucket.Encryption(this); + com.google.storage.v2.Bucket.Encryption result = new com.google.storage.v2.Bucket.Encryption(this); result.defaultKmsKey_ = defaultKmsKey_; onBuilt(); return result; @@ -2597,41 +2371,38 @@ public com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption) { - return mergeFrom((com.google.storage.v2.Bucket.Encryption) other); + return mergeFrom((com.google.storage.v2.Bucket.Encryption)other); } else { super.mergeFrom(other); return this; @@ -2670,19 +2441,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - defaultKmsKey_ = input.readStringRequireUtf8(); + case 10: { + defaultKmsKey_ = input.readStringRequireUtf8(); - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -2695,21 +2464,19 @@ public Builder mergeFrom( private java.lang.Object defaultKmsKey_ = ""; /** - * - * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @return The defaultKmsKey. */ public java.lang.String getDefaultKmsKey() { java.lang.Object ref = defaultKmsKey_; 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(); defaultKmsKey_ = s; return s; @@ -2718,22 +2485,21 @@ public java.lang.String getDefaultKmsKey() { } } /** - * - * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @return The bytes for defaultKmsKey. */ - public com.google.protobuf.ByteString getDefaultKmsKeyBytes() { + public com.google.protobuf.ByteString + getDefaultKmsKeyBytes() { java.lang.Object ref = defaultKmsKey_; 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); defaultKmsKey_ = b; return b; } else { @@ -2741,69 +2507,61 @@ public com.google.protobuf.ByteString getDefaultKmsKeyBytes() { } } /** - * - * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @param value The defaultKmsKey to set. * @return This builder for chaining. */ - public Builder setDefaultKmsKey(java.lang.String value) { + public Builder setDefaultKmsKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + defaultKmsKey_ = value; onChanged(); return this; } /** - * - * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @return This builder for chaining. */ public Builder clearDefaultKmsKey() { - + defaultKmsKey_ = getDefaultInstance().getDefaultKmsKey(); onChanged(); return this; } /** - * - * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } - * * @param value The bytes for defaultKmsKey to set. * @return This builder for chaining. */ - public Builder setDefaultKmsKeyBytes(com.google.protobuf.ByteString value) { + public Builder setDefaultKmsKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + defaultKmsKey_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2816,12 +2574,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Encryption) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Encryption) private static final com.google.storage.v2.Bucket.Encryption DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Encryption(); } @@ -2830,28 +2588,27 @@ public static com.google.storage.v2.Bucket.Encryption getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Encryption 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 Encryption 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; @@ -2866,184 +2623,151 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Encryption getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface IamConfigOrBuilder - extends + public interface IamConfigOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.IamConfig) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; * @return Whether the uniformBucketLevelAccess field is set. */ boolean hasUniformBucketLevelAccess(); /** - * - * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; * @return The uniformBucketLevelAccess. */ com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getUniformBucketLevelAccess(); /** - * - * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder - getUniformBucketLevelAccessOrBuilder(); + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder getUniformBucketLevelAccessOrBuilder(); /** - * - * *
      * Whether IAM will enforce public access prevention. Valid values are
      * "enforced" or "inherited".
      * 
* * string public_access_prevention = 3; - * * @return The publicAccessPrevention. */ java.lang.String getPublicAccessPrevention(); /** - * - * *
      * Whether IAM will enforce public access prevention. Valid values are
      * "enforced" or "inherited".
      * 
* * string public_access_prevention = 3; - * * @return The bytes for publicAccessPrevention. */ - com.google.protobuf.ByteString getPublicAccessPreventionBytes(); + com.google.protobuf.ByteString + getPublicAccessPreventionBytes(); } /** - * - * *
    * Bucket restriction options.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.IamConfig} */ - public static final class IamConfig extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class IamConfig extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.IamConfig) IamConfigOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use IamConfig.newBuilder() to construct. private IamConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private IamConfig() { publicAccessPrevention_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new IamConfig(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_IamConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.IamConfig.class, - com.google.storage.v2.Bucket.IamConfig.Builder.class); + com.google.storage.v2.Bucket.IamConfig.class, com.google.storage.v2.Bucket.IamConfig.Builder.class); } - public interface UniformBucketLevelAccessOrBuilder - extends + public interface UniformBucketLevelAccessOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) com.google.protobuf.MessageOrBuilder { /** - * - * *
        * If set, access checks only use bucket-level IAM policies or above.
        * 
* * bool enabled = 1; - * * @return The enabled. */ boolean getEnabled(); /** - * - * *
        * The deadline time for changing
-       * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-       * Mutable until the specified deadline is reached, but not afterward.
+       * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+       * `false`. Mutable until the specified deadline is reached, but not
+       * afterward.
        * 
* * .google.protobuf.Timestamp lock_time = 2; - * * @return Whether the lockTime field is set. */ boolean hasLockTime(); /** - * - * *
        * The deadline time for changing
-       * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-       * Mutable until the specified deadline is reached, but not afterward.
+       * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+       * `false`. Mutable until the specified deadline is reached, but not
+       * afterward.
        * 
* * .google.protobuf.Timestamp lock_time = 2; - * * @return The lockTime. */ com.google.protobuf.Timestamp getLockTime(); /** - * - * *
        * The deadline time for changing
-       * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-       * Mutable until the specified deadline is reached, but not afterward.
+       * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+       * `false`. Mutable until the specified deadline is reached, but not
+       * afterward.
        * 
* * .google.protobuf.Timestamp lock_time = 2; @@ -3051,8 +2775,6 @@ public interface UniformBucketLevelAccessOrBuilder com.google.protobuf.TimestampOrBuilder getLockTimeOrBuilder(); } /** - * - * *
      * Settings for Uniform Bucket level access.
      * See https://cloud.google.com/storage/docs/uniform-bucket-level-access.
@@ -3060,56 +2782,51 @@ public interface UniformBucketLevelAccessOrBuilder
      *
      * Protobuf type {@code google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess}
      */
-    public static final class UniformBucketLevelAccess
-        extends com.google.protobuf.GeneratedMessageV3
-        implements
+    public static final class UniformBucketLevelAccess extends
+        com.google.protobuf.GeneratedMessageV3 implements
         // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)
         UniformBucketLevelAccessOrBuilder {
-      private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
       // Use UniformBucketLevelAccess.newBuilder() to construct.
       private UniformBucketLevelAccess(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-
-      private UniformBucketLevelAccess() {}
+      private UniformBucketLevelAccess() {
+      }
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(
+          UnusedPrivateParameter unused) {
         return new UniformBucketLevelAccess();
       }
 
       @java.lang.Override
-      public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+      public final com.google.protobuf.UnknownFieldSet
+      getUnknownFields() {
         return this.unknownFields;
       }
-
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.class,
-                com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder.class);
+                com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.class, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder.class);
       }
 
       public static final int ENABLED_FIELD_NUMBER = 1;
       private boolean enabled_;
       /**
-       *
-       *
        * 
        * If set, access checks only use bucket-level IAM policies or above.
        * 
* * bool enabled = 1; - * * @return The enabled. */ @java.lang.Override @@ -3120,16 +2837,14 @@ public boolean getEnabled() { public static final int LOCK_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp lockTime_; /** - * - * *
        * The deadline time for changing
-       * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-       * Mutable until the specified deadline is reached, but not afterward.
+       * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+       * `false`. Mutable until the specified deadline is reached, but not
+       * afterward.
        * 
* * .google.protobuf.Timestamp lock_time = 2; - * * @return Whether the lockTime field is set. */ @java.lang.Override @@ -3137,16 +2852,14 @@ public boolean hasLockTime() { return lockTime_ != null; } /** - * - * *
        * The deadline time for changing
-       * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-       * Mutable until the specified deadline is reached, but not afterward.
+       * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+       * `false`. Mutable until the specified deadline is reached, but not
+       * afterward.
        * 
* * .google.protobuf.Timestamp lock_time = 2; - * * @return The lockTime. */ @java.lang.Override @@ -3154,12 +2867,11 @@ public com.google.protobuf.Timestamp getLockTime() { return lockTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lockTime_; } /** - * - * *
        * The deadline time for changing
-       * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-       * Mutable until the specified deadline is reached, but not afterward.
+       * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+       * `false`. Mutable until the specified deadline is reached, but not
+       * afterward.
        * 
* * .google.protobuf.Timestamp lock_time = 2; @@ -3170,7 +2882,6 @@ public com.google.protobuf.TimestampOrBuilder getLockTimeOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3182,7 +2893,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 (enabled_ != false) { output.writeBool(1, enabled_); } @@ -3199,10 +2911,12 @@ public int getSerializedSize() { size = 0; if (enabled_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, enabled_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(1, enabled_); } if (lockTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getLockTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getLockTime()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -3212,18 +2926,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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)) { return super.equals(obj); } - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess other = - (com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) obj; + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess other = (com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) obj; - if (getEnabled() != other.getEnabled()) return false; + if (getEnabled() + != other.getEnabled()) return false; if (hasLockTime() != other.hasLockTime()) return false; if (hasLockTime()) { - if (!getLockTime().equals(other.getLockTime())) return false; + if (!getLockTime() + .equals(other.getLockTime())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -3237,7 +2952,8 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ENABLED_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnabled()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getEnabled()); if (hasLockTime()) { hash = (37 * hash) + LOCK_TIME_FIELD_NUMBER; hash = (53 * hash) + getLockTime().hashCode(); @@ -3248,96 +2964,87 @@ public int hashCode() { } public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess prototype) { + public static Builder newBuilder(com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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 @@ -3347,8 +3054,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * Settings for Uniform Bucket level access.
        * See https://cloud.google.com/storage/docs/uniform-bucket-level-access.
@@ -3356,34 +3061,33 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess}
        */
-      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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)
           com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.storage.v2.StorageProto
-              .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.storage.v2.StorageProto
-              .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable
+          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.class,
-                  com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder.class);
+                  com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.class, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder.class);
         }
 
-        // Construct using
-        // com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.newBuilder()
-        private Builder() {}
+        // Construct using com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.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();
@@ -3399,16 +3103,14 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-          return com.google.storage.v2.StorageProto
-              .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor
+            getDescriptorForType() {
+          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
         }
 
         @java.lang.Override
-        public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
-            getDefaultInstanceForType() {
-          return com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
-              .getDefaultInstance();
+        public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getDefaultInstanceForType() {
+          return com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance();
         }
 
         @java.lang.Override
@@ -3422,8 +3124,7 @@ public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess build() {
 
         @java.lang.Override
         public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess buildPartial() {
-          com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess result =
-              new com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess(this);
+          com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess result = new com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess(this);
           result.enabled_ = enabled_;
           if (lockTimeBuilder_ == null) {
             result.lockTime_ = lockTime_;
@@ -3438,53 +3139,46 @@ public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess buildPart
         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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) {
-            return mergeFrom(
-                (com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) other);
+            return mergeFrom((com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)other);
           } else {
             super.mergeFrom(other);
             return this;
           }
         }
 
-        public Builder mergeFrom(
-            com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess other) {
-          if (other
-              == com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
-                  .getDefaultInstance()) return this;
+        public Builder mergeFrom(com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess other) {
+          if (other == com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance()) return this;
           if (other.getEnabled() != false) {
             setEnabled(other.getEnabled());
           }
@@ -3517,25 +3211,24 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 8:
-                  {
-                    enabled_ = input.readBool();
+                case 8: {
+                  enabled_ = input.readBool();
 
-                    break;
-                  } // case 8
-                case 18:
-                  {
-                    input.readMessage(getLockTimeFieldBuilder().getBuilder(), extensionRegistry);
+                  break;
+                } // case 8
+                case 18: {
+                  input.readMessage(
+                      getLockTimeFieldBuilder().getBuilder(),
+                      extensionRegistry);
 
-                    break;
-                  } // case 18
-                default:
-                  {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                  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) {
@@ -3546,16 +3239,13 @@ public Builder mergeFrom(
           return this;
         }
 
-        private boolean enabled_;
+        private boolean enabled_ ;
         /**
-         *
-         *
          * 
          * If set, access checks only use bucket-level IAM policies or above.
          * 
* * bool enabled = 1; - * * @return The enabled. */ @java.lang.Override @@ -3563,36 +3253,30 @@ public boolean getEnabled() { return enabled_; } /** - * - * *
          * If set, access checks only use bucket-level IAM policies or above.
          * 
* * bool enabled = 1; - * * @param value The enabled to set. * @return This builder for chaining. */ public Builder setEnabled(boolean value) { - + enabled_ = value; onChanged(); return this; } /** - * - * *
          * If set, access checks only use bucket-level IAM policies or above.
          * 
* * bool enabled = 1; - * * @return This builder for chaining. */ public Builder clearEnabled() { - + enabled_ = false; onChanged(); return this; @@ -3600,55 +3284,45 @@ public Builder clearEnabled() { private com.google.protobuf.Timestamp lockTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - lockTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> lockTimeBuilder_; /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; - * * @return Whether the lockTime field is set. */ public boolean hasLockTime() { return lockTimeBuilder_ != null || lockTime_ != null; } /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; - * * @return The lockTime. */ public com.google.protobuf.Timestamp getLockTime() { if (lockTimeBuilder_ == null) { - return lockTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : lockTime_; + return lockTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lockTime_; } else { return lockTimeBuilder_.getMessage(); } } /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; @@ -3667,17 +3341,17 @@ public Builder setLockTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; */ - public Builder setLockTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setLockTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (lockTimeBuilder_ == null) { lockTime_ = builderForValue.build(); onChanged(); @@ -3688,12 +3362,11 @@ public Builder setLockTime(com.google.protobuf.Timestamp.Builder builderForValue return this; } /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; @@ -3702,9 +3375,7 @@ public Builder mergeLockTime(com.google.protobuf.Timestamp value) { if (lockTimeBuilder_ == null) { if (lockTime_ != null) { lockTime_ = - com.google.protobuf.Timestamp.newBuilder(lockTime_) - .mergeFrom(value) - .buildPartial(); + com.google.protobuf.Timestamp.newBuilder(lockTime_).mergeFrom(value).buildPartial(); } else { lockTime_ = value; } @@ -3716,12 +3387,11 @@ public Builder mergeLockTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; @@ -3738,28 +3408,26 @@ public Builder clearLockTime() { return this; } /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; */ public com.google.protobuf.Timestamp.Builder getLockTimeBuilder() { - + onChanged(); return getLockTimeFieldBuilder().getBuilder(); } /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; @@ -3768,39 +3436,33 @@ public com.google.protobuf.TimestampOrBuilder getLockTimeOrBuilder() { if (lockTimeBuilder_ != null) { return lockTimeBuilder_.getMessageOrBuilder(); } else { - return lockTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : lockTime_; + return lockTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : lockTime_; } } /** - * - * *
          * The deadline time for changing
-         * `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`.
-         * Mutable until the specified deadline is reached, but not afterward.
+         * `iam_config.uniform_bucket_level_access.enabled` from `true` to
+         * `false`. Mutable until the specified deadline is reached, but not
+         * afterward.
          * 
* * .google.protobuf.Timestamp lock_time = 2; */ 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> getLockTimeFieldBuilder() { if (lockTimeBuilder_ == null) { - lockTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getLockTime(), getParentForChildren(), isClean()); + lockTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getLockTime(), + getParentForChildren(), + isClean()); lockTime_ = null; } return lockTimeBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -3813,44 +3475,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) - private static final com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - DEFAULT_INSTANCE; - + private static final com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess(); } - public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - getDefaultInstance() { + public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UniformBucketLevelAccess 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 UniformBucketLevelAccess 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; @@ -3862,26 +3521,20 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - getDefaultInstanceForType() { + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int UNIFORM_BUCKET_LEVEL_ACCESS_FIELD_NUMBER = 1; - private com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - uniformBucketLevelAccess_; + private com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniformBucketLevelAccess_; /** - * - * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; * @return Whether the uniformBucketLevelAccess field is set. */ @java.lang.Override @@ -3889,54 +3542,38 @@ public boolean hasUniformBucketLevelAccess() { return uniformBucketLevelAccess_ != null; } /** - * - * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; * @return The uniformBucketLevelAccess. */ @java.lang.Override - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - getUniformBucketLevelAccess() { - return uniformBucketLevelAccess_ == null - ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() - : uniformBucketLevelAccess_; + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getUniformBucketLevelAccess() { + return uniformBucketLevelAccess_ == null ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() : uniformBucketLevelAccess_; } /** - * - * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ @java.lang.Override - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder - getUniformBucketLevelAccessOrBuilder() { + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder getUniformBucketLevelAccessOrBuilder() { return getUniformBucketLevelAccess(); } public static final int PUBLIC_ACCESS_PREVENTION_FIELD_NUMBER = 3; private volatile java.lang.Object publicAccessPrevention_; /** - * - * *
      * Whether IAM will enforce public access prevention. Valid values are
      * "enforced" or "inherited".
      * 
* * string public_access_prevention = 3; - * * @return The publicAccessPrevention. */ @java.lang.Override @@ -3945,30 +3582,30 @@ public java.lang.String getPublicAccessPrevention() { 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(); publicAccessPrevention_ = s; return s; } } /** - * - * *
      * Whether IAM will enforce public access prevention. Valid values are
      * "enforced" or "inherited".
      * 
* * string public_access_prevention = 3; - * * @return The bytes for publicAccessPrevention. */ @java.lang.Override - public com.google.protobuf.ByteString getPublicAccessPreventionBytes() { + public com.google.protobuf.ByteString + getPublicAccessPreventionBytes() { java.lang.Object ref = publicAccessPrevention_; 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); publicAccessPrevention_ = b; return b; } else { @@ -3977,7 +3614,6 @@ public com.google.protobuf.ByteString getPublicAccessPreventionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3989,7 +3625,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 (uniformBucketLevelAccess_ != null) { output.writeMessage(1, getUniformBucketLevelAccess()); } @@ -4006,13 +3643,11 @@ public int getSerializedSize() { size = 0; if (uniformBucketLevelAccess_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, getUniformBucketLevelAccess()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getUniformBucketLevelAccess()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(publicAccessPrevention_)) { - size += - com.google.protobuf.GeneratedMessageV3.computeStringSize(3, publicAccessPrevention_); + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, publicAccessPrevention_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -4022,7 +3657,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.storage.v2.Bucket.IamConfig)) { return super.equals(obj); @@ -4031,10 +3666,11 @@ public boolean equals(final java.lang.Object obj) { if (hasUniformBucketLevelAccess() != other.hasUniformBucketLevelAccess()) return false; if (hasUniformBucketLevelAccess()) { - if (!getUniformBucketLevelAccess().equals(other.getUniformBucketLevelAccess())) - return false; + if (!getUniformBucketLevelAccess() + .equals(other.getUniformBucketLevelAccess())) return false; } - if (!getPublicAccessPrevention().equals(other.getPublicAccessPrevention())) return false; + if (!getPublicAccessPrevention() + .equals(other.getPublicAccessPrevention())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -4057,94 +3693,88 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.IamConfig parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.IamConfig parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.IamConfig parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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 @@ -4154,41 +3784,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Bucket restriction options.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.IamConfig} */ - 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.storage.v2.Bucket.IamConfig) com.google.storage.v2.Bucket.IamConfigOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_IamConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.IamConfig.class, - com.google.storage.v2.Bucket.IamConfig.Builder.class); + com.google.storage.v2.Bucket.IamConfig.class, com.google.storage.v2.Bucket.IamConfig.Builder.class); } // Construct using com.google.storage.v2.Bucket.IamConfig.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(); @@ -4204,9 +3832,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_IamConfig_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_descriptor; } @java.lang.Override @@ -4225,8 +3853,7 @@ public com.google.storage.v2.Bucket.IamConfig build() { @java.lang.Override public com.google.storage.v2.Bucket.IamConfig buildPartial() { - com.google.storage.v2.Bucket.IamConfig result = - new com.google.storage.v2.Bucket.IamConfig(this); + com.google.storage.v2.Bucket.IamConfig result = new com.google.storage.v2.Bucket.IamConfig(this); if (uniformBucketLevelAccessBuilder_ == null) { result.uniformBucketLevelAccess_ = uniformBucketLevelAccess_; } else { @@ -4241,41 +3868,38 @@ public com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig) { - return mergeFrom((com.google.storage.v2.Bucket.IamConfig) other); + return mergeFrom((com.google.storage.v2.Bucket.IamConfig)other); } else { super.mergeFrom(other); return this; @@ -4317,26 +3941,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage( - getUniformBucketLevelAccessFieldBuilder().getBuilder(), extensionRegistry); + case 10: { + input.readMessage( + getUniformBucketLevelAccessFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 10 - case 26: - { - publicAccessPrevention_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 26: { + publicAccessPrevention_ = input.readStringRequireUtf8(); - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -4347,65 +3969,43 @@ public Builder mergeFrom( return this; } - private com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - uniformBucketLevelAccess_; + private com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniformBucketLevelAccess_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder> - uniformBucketLevelAccessBuilder_; + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder> uniformBucketLevelAccessBuilder_; /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; * @return Whether the uniformBucketLevelAccess field is set. */ public boolean hasUniformBucketLevelAccess() { return uniformBucketLevelAccessBuilder_ != null || uniformBucketLevelAccess_ != null; } /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; * @return The uniformBucketLevelAccess. */ - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess - getUniformBucketLevelAccess() { + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getUniformBucketLevelAccess() { if (uniformBucketLevelAccessBuilder_ == null) { - return uniformBucketLevelAccess_ == null - ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() - : uniformBucketLevelAccess_; + return uniformBucketLevelAccess_ == null ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() : uniformBucketLevelAccess_; } else { return uniformBucketLevelAccessBuilder_.getMessage(); } } /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ - public Builder setUniformBucketLevelAccess( - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess value) { + public Builder setUniformBucketLevelAccess(com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess value) { if (uniformBucketLevelAccessBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4419,15 +4019,11 @@ public Builder setUniformBucketLevelAccess( return this; } /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ public Builder setUniformBucketLevelAccess( com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder builderForValue) { @@ -4441,25 +4037,17 @@ public Builder setUniformBucketLevelAccess( return this; } /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ - public Builder mergeUniformBucketLevelAccess( - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess value) { + public Builder mergeUniformBucketLevelAccess(com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess value) { if (uniformBucketLevelAccessBuilder_ == null) { if (uniformBucketLevelAccess_ != null) { uniformBucketLevelAccess_ = - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.newBuilder( - uniformBucketLevelAccess_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.newBuilder(uniformBucketLevelAccess_).mergeFrom(value).buildPartial(); } else { uniformBucketLevelAccess_ = value; } @@ -4471,15 +4059,11 @@ public Builder mergeUniformBucketLevelAccess( return this; } /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ public Builder clearUniformBucketLevelAccess() { if (uniformBucketLevelAccessBuilder_ == null) { @@ -4493,66 +4077,48 @@ public Builder clearUniformBucketLevelAccess() { return this; } /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder - getUniformBucketLevelAccessBuilder() { - + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder getUniformBucketLevelAccessBuilder() { + onChanged(); return getUniformBucketLevelAccessFieldBuilder().getBuilder(); } /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder - getUniformBucketLevelAccessOrBuilder() { + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder getUniformBucketLevelAccessOrBuilder() { if (uniformBucketLevelAccessBuilder_ != null) { return uniformBucketLevelAccessBuilder_.getMessageOrBuilder(); } else { - return uniformBucketLevelAccess_ == null - ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() - : uniformBucketLevelAccess_; + return uniformBucketLevelAccess_ == null ? + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() : uniformBucketLevelAccess_; } } /** - * - * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; - * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder> + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder> getUniformBucketLevelAccessFieldBuilder() { if (uniformBucketLevelAccessBuilder_ == null) { - uniformBucketLevelAccessBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder>( - getUniformBucketLevelAccess(), getParentForChildren(), isClean()); + uniformBucketLevelAccessBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder>( + getUniformBucketLevelAccess(), + getParentForChildren(), + isClean()); uniformBucketLevelAccess_ = null; } return uniformBucketLevelAccessBuilder_; @@ -4560,21 +4126,19 @@ public Builder clearUniformBucketLevelAccess() { private java.lang.Object publicAccessPrevention_ = ""; /** - * - * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; - * * @return The publicAccessPrevention. */ public java.lang.String getPublicAccessPrevention() { java.lang.Object ref = publicAccessPrevention_; 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(); publicAccessPrevention_ = s; return s; @@ -4583,22 +4147,21 @@ public java.lang.String getPublicAccessPrevention() { } } /** - * - * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; - * * @return The bytes for publicAccessPrevention. */ - public com.google.protobuf.ByteString getPublicAccessPreventionBytes() { + public com.google.protobuf.ByteString + getPublicAccessPreventionBytes() { java.lang.Object ref = publicAccessPrevention_; 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); publicAccessPrevention_ = b; return b; } else { @@ -4606,69 +4169,61 @@ public com.google.protobuf.ByteString getPublicAccessPreventionBytes() { } } /** - * - * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; - * * @param value The publicAccessPrevention to set. * @return This builder for chaining. */ - public Builder setPublicAccessPrevention(java.lang.String value) { + public Builder setPublicAccessPrevention( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + publicAccessPrevention_ = value; onChanged(); return this; } /** - * - * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; - * * @return This builder for chaining. */ public Builder clearPublicAccessPrevention() { - + publicAccessPrevention_ = getDefaultInstance().getPublicAccessPrevention(); onChanged(); return this; } /** - * - * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; - * * @param value The bytes for publicAccessPrevention to set. * @return This builder for chaining. */ - public Builder setPublicAccessPreventionBytes(com.google.protobuf.ByteString value) { + public Builder setPublicAccessPreventionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + publicAccessPrevention_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -4681,12 +4236,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.IamConfig) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.IamConfig) private static final com.google.storage.v2.Bucket.IamConfig DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.IamConfig(); } @@ -4695,28 +4250,27 @@ public static com.google.storage.v2.Bucket.IamConfig getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IamConfig 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 IamConfig 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; @@ -4731,16 +4285,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.IamConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface LifecycleOrBuilder - extends + public interface LifecycleOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Lifecycle) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4748,10 +4300,9 @@ public interface LifecycleOrBuilder
      *
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
-    java.util.List getRuleList();
+    java.util.List 
+        getRuleList();
     /**
-     *
-     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4761,8 +4312,6 @@ public interface LifecycleOrBuilder
      */
     com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index);
     /**
-     *
-     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4772,8 +4321,6 @@ public interface LifecycleOrBuilder
      */
     int getRuleCount();
     /**
-     *
-     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4781,11 +4328,9 @@ public interface LifecycleOrBuilder
      *
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
-    java.util.List
+    java.util.List 
         getRuleOrBuilderList();
     /**
-     *
-     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4793,11 +4338,10 @@ public interface LifecycleOrBuilder
      *
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
-    com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int index);
+    com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
+        int index);
   }
   /**
-   *
-   *
    * 
    * Lifecycle properties of a bucket.
    * For more information, see https://cloud.google.com/storage/docs/lifecycle.
@@ -4805,78 +4349,67 @@ public interface LifecycleOrBuilder
    *
    * Protobuf type {@code google.storage.v2.Bucket.Lifecycle}
    */
-  public static final class Lifecycle extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class Lifecycle extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Lifecycle)
       LifecycleOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use Lifecycle.newBuilder() to construct.
     private Lifecycle(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private Lifecycle() {
       rule_ = 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 Lifecycle();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.Lifecycle.class,
-              com.google.storage.v2.Bucket.Lifecycle.Builder.class);
+              com.google.storage.v2.Bucket.Lifecycle.class, com.google.storage.v2.Bucket.Lifecycle.Builder.class);
     }
 
-    public interface RuleOrBuilder
-        extends
+    public interface RuleOrBuilder extends
         // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Lifecycle.Rule)
         com.google.protobuf.MessageOrBuilder {
 
       /**
-       *
-       *
        * 
        * The action to take.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; - * * @return Whether the action field is set. */ boolean hasAction(); /** - * - * *
        * The action to take.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; - * * @return The action. */ com.google.storage.v2.Bucket.Lifecycle.Rule.Action getAction(); /** - * - * *
        * The action to take.
        * 
@@ -4886,32 +4419,24 @@ public interface RuleOrBuilder com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBuilder(); /** - * - * *
        * The condition(s) under which the action will be taken.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; - * * @return Whether the condition field is set. */ boolean hasCondition(); /** - * - * *
        * The condition(s) under which the action will be taken.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; - * * @return The condition. */ com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getCondition(); /** - * - * *
        * The condition(s) under which the action will be taken.
        * 
@@ -4921,8 +4446,6 @@ public interface RuleOrBuilder com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder getConditionOrBuilder(); } /** - * - * *
      * A lifecycle Rule, combining an action to take on an object and a
      * condition which will trigger that action.
@@ -4930,122 +4453,107 @@ public interface RuleOrBuilder
      *
      * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule}
      */
-    public static final class Rule extends com.google.protobuf.GeneratedMessageV3
-        implements
+    public static final class Rule extends
+        com.google.protobuf.GeneratedMessageV3 implements
         // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Lifecycle.Rule)
         RuleOrBuilder {
-      private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
       // Use Rule.newBuilder() to construct.
       private Rule(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-
-      private Rule() {}
+      private Rule() {
+      }
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(
+          UnusedPrivateParameter unused) {
         return new Rule();
       }
 
       @java.lang.Override
-      public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+      public final com.google.protobuf.UnknownFieldSet
+      getUnknownFields() {
         return this.unknownFields;
       }
-
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Lifecycle.Rule.class,
-                com.google.storage.v2.Bucket.Lifecycle.Rule.Builder.class);
+                com.google.storage.v2.Bucket.Lifecycle.Rule.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder.class);
       }
 
-      public interface ActionOrBuilder
-          extends
+      public interface ActionOrBuilder extends
           // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Lifecycle.Rule.Action)
           com.google.protobuf.MessageOrBuilder {
 
         /**
-         *
-         *
          * 
          * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
          * `AbortIncompleteMultipartUpload` are supported.
          * 
* * string type = 1; - * * @return The type. */ java.lang.String getType(); /** - * - * *
          * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
          * `AbortIncompleteMultipartUpload` are supported.
          * 
* * string type = 1; - * * @return The bytes for type. */ - com.google.protobuf.ByteString getTypeBytes(); + com.google.protobuf.ByteString + getTypeBytes(); /** - * - * *
          * Target storage class. Required iff the type of the action is
          * SetStorageClass.
          * 
* * string storage_class = 2; - * * @return The storageClass. */ java.lang.String getStorageClass(); /** - * - * *
          * Target storage class. Required iff the type of the action is
          * SetStorageClass.
          * 
* * string storage_class = 2; - * * @return The bytes for storageClass. */ - com.google.protobuf.ByteString getStorageClassBytes(); + com.google.protobuf.ByteString + getStorageClassBytes(); } /** - * - * *
        * An action to take on an object.
        * 
* * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule.Action} */ - public static final class Action extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Action extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Lifecycle.Rule.Action) ActionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Action.newBuilder() to construct. private Action(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Action() { type_ = ""; storageClass_ = ""; @@ -5053,42 +4561,38 @@ private Action() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Action(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.class, - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder.class); + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder.class); } public static final int TYPE_FIELD_NUMBER = 1; private volatile java.lang.Object type_; /** - * - * *
          * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
          * `AbortIncompleteMultipartUpload` are supported.
          * 
* * string type = 1; - * * @return The type. */ @java.lang.Override @@ -5097,30 +4601,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; } } /** - * - * *
          * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
          * `AbortIncompleteMultipartUpload` are supported.
          * 
* * 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 { @@ -5131,15 +4635,12 @@ public com.google.protobuf.ByteString getTypeBytes() { public static final int STORAGE_CLASS_FIELD_NUMBER = 2; private volatile java.lang.Object storageClass_; /** - * - * *
          * Target storage class. Required iff the type of the action is
          * SetStorageClass.
          * 
* * string storage_class = 2; - * * @return The storageClass. */ @java.lang.Override @@ -5148,30 +4649,30 @@ public java.lang.String getStorageClass() { 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(); storageClass_ = s; return s; } } /** - * - * *
          * Target storage class. Required iff the type of the action is
          * SetStorageClass.
          * 
* * string storage_class = 2; - * * @return The bytes for storageClass. */ @java.lang.Override - public com.google.protobuf.ByteString getStorageClassBytes() { + public com.google.protobuf.ByteString + getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -5180,7 +4681,6 @@ public com.google.protobuf.ByteString getStorageClassBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -5193,7 +4693,7 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_); } @@ -5223,16 +4723,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.storage.v2.Bucket.Lifecycle.Rule.Action)) { return super.equals(obj); } - com.google.storage.v2.Bucket.Lifecycle.Rule.Action other = - (com.google.storage.v2.Bucket.Lifecycle.Rule.Action) obj; + com.google.storage.v2.Bucket.Lifecycle.Rule.Action other = (com.google.storage.v2.Bucket.Lifecycle.Rule.Action) obj; - if (!getType().equals(other.getType())) return false; - if (!getStorageClass().equals(other.getStorageClass())) return false; + if (!getType() + .equals(other.getType())) return false; + if (!getStorageClass() + .equals(other.getStorageClass())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -5254,95 +4755,87 @@ public int hashCode() { } public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input); + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action prototype) { + public static Builder newBuilder(com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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 @@ -5352,41 +4845,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
          * An action to take on an object.
          * 
* * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule.Action} */ - 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.storage.v2.Bucket.Lifecycle.Rule.Action) com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.class, - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder.class); + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder.class); } // Construct using com.google.storage.v2.Bucket.Lifecycle.Rule.Action.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(); @@ -5398,9 +4889,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; } @java.lang.Override @@ -5419,8 +4910,7 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Action build() { @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle.Rule.Action buildPartial() { - com.google.storage.v2.Bucket.Lifecycle.Rule.Action result = - new com.google.storage.v2.Bucket.Lifecycle.Rule.Action(this); + com.google.storage.v2.Bucket.Lifecycle.Rule.Action result = new com.google.storage.v2.Bucket.Lifecycle.Rule.Action(this); result.type_ = type_; result.storageClass_ = storageClass_; onBuilt(); @@ -5431,41 +4921,38 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action) { - return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule.Action) other); + return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule.Action)other); } else { super.mergeFrom(other); return this; @@ -5473,8 +4960,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.Bucket.Lifecycle.Rule.Action other) { - if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance()) return this; if (!other.getType().isEmpty()) { type_ = other.type_; onChanged(); @@ -5509,25 +4995,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - type_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - storageClass_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + type_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + storageClass_ = input.readStringRequireUtf8(); + + 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) { @@ -5540,21 +5023,19 @@ public Builder mergeFrom( private java.lang.Object type_ = ""; /** - * - * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * 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; @@ -5563,22 +5044,21 @@ public java.lang.String getType() { } } /** - * - * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * 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 { @@ -5586,64 +5066,57 @@ public com.google.protobuf.ByteString getTypeBytes() { } } /** - * - * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * string type = 1; - * * @param value The type to set. * @return This builder for chaining. */ - public Builder setType(java.lang.String value) { + public Builder setType( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + type_ = value; onChanged(); return this; } /** - * - * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * string type = 1; - * * @return This builder for chaining. */ public Builder clearType() { - + type_ = getDefaultInstance().getType(); onChanged(); return this; } /** - * - * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * string type = 1; - * * @param value The bytes for type to set. * @return This builder for chaining. */ - public Builder setTypeBytes(com.google.protobuf.ByteString value) { + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + type_ = value; onChanged(); return this; @@ -5651,21 +5124,19 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { private java.lang.Object storageClass_ = ""; /** - * - * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; - * * @return The storageClass. */ public java.lang.String getStorageClass() { java.lang.Object ref = storageClass_; 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(); storageClass_ = s; return s; @@ -5674,22 +5145,21 @@ public java.lang.String getStorageClass() { } } /** - * - * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; - * * @return The bytes for storageClass. */ - public com.google.protobuf.ByteString getStorageClassBytes() { + public com.google.protobuf.ByteString + getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -5697,69 +5167,61 @@ public com.google.protobuf.ByteString getStorageClassBytes() { } } /** - * - * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; - * * @param value The storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClass(java.lang.String value) { + public Builder setStorageClass( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + storageClass_ = value; onChanged(); return this; } /** - * - * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; - * * @return This builder for chaining. */ public Builder clearStorageClass() { - + storageClass_ = getDefaultInstance().getStorageClass(); onChanged(); return this; } /** - * - * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; - * * @param value The bytes for storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClassBytes(com.google.protobuf.ByteString value) { + public Builder setStorageClassBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + storageClass_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -5772,12 +5234,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Lifecycle.Rule.Action) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Lifecycle.Rule.Action) private static final com.google.storage.v2.Bucket.Lifecycle.Rule.Action DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Lifecycle.Rule.Action(); } @@ -5786,28 +5248,27 @@ public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Action 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 Action 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; @@ -5822,16 +5283,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Lifecycle.Rule.Action getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface ConditionOrBuilder - extends + public interface ConditionOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Lifecycle.Rule.Condition) com.google.protobuf.MessageOrBuilder { /** - * - * *
          * Age of an object (in days). This condition is satisfied when an
          * object reaches the specified age.
@@ -5840,13 +5299,10 @@ public interface ConditionOrBuilder
          * 
* * optional int32 age_days = 1; - * * @return Whether the ageDays field is set. */ boolean hasAgeDays(); /** - * - * *
          * Age of an object (in days). This condition is satisfied when an
          * object reaches the specified age.
@@ -5855,40 +5311,31 @@ public interface ConditionOrBuilder
          * 
* * optional int32 age_days = 1; - * * @return The ageDays. */ int getAgeDays(); /** - * - * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
          * 
* * .google.type.Date created_before = 2; - * * @return Whether the createdBefore field is set. */ boolean hasCreatedBefore(); /** - * - * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
          * 
* * .google.type.Date created_before = 2; - * * @return The createdBefore. */ com.google.type.Date getCreatedBefore(); /** - * - * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
@@ -5899,8 +5346,6 @@ public interface ConditionOrBuilder
         com.google.type.DateOrBuilder getCreatedBeforeOrBuilder();
 
         /**
-         *
-         *
          * 
          * Relevant only for versioned objects. If the value is
          * `true`, this condition matches live objects; if the value
@@ -5908,13 +5353,10 @@ public interface ConditionOrBuilder
          * 
* * optional bool is_live = 3; - * * @return Whether the isLive field is set. */ boolean hasIsLive(); /** - * - * *
          * Relevant only for versioned objects. If the value is
          * `true`, this condition matches live objects; if the value
@@ -5922,14 +5364,11 @@ public interface ConditionOrBuilder
          * 
* * optional bool is_live = 3; - * * @return The isLive. */ boolean getIsLive(); /** - * - * *
          * Relevant only for versioned objects. If the value is N, this
          * condition is satisfied when there are at least N versions (including
@@ -5937,13 +5376,10 @@ public interface ConditionOrBuilder
          * 
* * optional int32 num_newer_versions = 4; - * * @return Whether the numNewerVersions field is set. */ boolean hasNumNewerVersions(); /** - * - * *
          * Relevant only for versioned objects. If the value is N, this
          * condition is satisfied when there are at least N versions (including
@@ -5951,14 +5387,11 @@ public interface ConditionOrBuilder
          * 
* * optional int32 num_newer_versions = 4; - * * @return The numNewerVersions. */ int getNumNewerVersions(); /** - * - * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5967,13 +5400,11 @@ public interface ConditionOrBuilder
          * 
* * repeated string matches_storage_class = 5; - * * @return A list containing the matchesStorageClass. */ - java.util.List getMatchesStorageClassList(); + java.util.List + getMatchesStorageClassList(); /** - * - * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5982,13 +5413,10 @@ public interface ConditionOrBuilder
          * 
* * repeated string matches_storage_class = 5; - * * @return The count of matchesStorageClass. */ int getMatchesStorageClassCount(); /** - * - * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5997,14 +5425,11 @@ public interface ConditionOrBuilder
          * 
* * repeated string matches_storage_class = 5; - * * @param index The index of the element to return. * @return The matchesStorageClass at the given index. */ java.lang.String getMatchesStorageClass(int index); /** - * - * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -6013,15 +5438,13 @@ public interface ConditionOrBuilder
          * 
* * repeated string matches_storage_class = 5; - * * @param index The index of the value to return. * @return The bytes of the matchesStorageClass at the given index. */ - com.google.protobuf.ByteString getMatchesStorageClassBytes(int index); + com.google.protobuf.ByteString + getMatchesStorageClassBytes(int index); /** - * - * *
          * Number of days that have elapsed since the custom timestamp set on an
          * object.
@@ -6029,13 +5452,10 @@ public interface ConditionOrBuilder
          * 
* * optional int32 days_since_custom_time = 7; - * * @return Whether the daysSinceCustomTime field is set. */ boolean hasDaysSinceCustomTime(); /** - * - * *
          * Number of days that have elapsed since the custom timestamp set on an
          * object.
@@ -6043,40 +5463,31 @@ public interface ConditionOrBuilder
          * 
* * optional int32 days_since_custom_time = 7; - * * @return The daysSinceCustomTime. */ int getDaysSinceCustomTime(); /** - * - * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
          * 
* * .google.type.Date custom_time_before = 8; - * * @return Whether the customTimeBefore field is set. */ boolean hasCustomTimeBefore(); /** - * - * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
          * 
* * .google.type.Date custom_time_before = 8; - * * @return The customTimeBefore. */ com.google.type.Date getCustomTimeBefore(); /** - * - * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
@@ -6087,8 +5498,6 @@ public interface ConditionOrBuilder
         com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder();
 
         /**
-         *
-         *
          * 
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if these many days have been
@@ -6098,13 +5507,10 @@ public interface ConditionOrBuilder
          * 
* * optional int32 days_since_noncurrent_time = 9; - * * @return Whether the daysSinceNoncurrentTime field is set. */ boolean hasDaysSinceNoncurrentTime(); /** - * - * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if these many days have been
@@ -6114,14 +5520,11 @@ public interface ConditionOrBuilder
          * 
* * optional int32 days_since_noncurrent_time = 9; - * * @return The daysSinceNoncurrentTime. */ int getDaysSinceNoncurrentTime(); /** - * - * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6129,13 +5532,10 @@ public interface ConditionOrBuilder
          * 
* * .google.type.Date noncurrent_time_before = 10; - * * @return Whether the noncurrentTimeBefore field is set. */ boolean hasNoncurrentTimeBefore(); /** - * - * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6143,13 +5543,10 @@ public interface ConditionOrBuilder
          * 
* * .google.type.Date noncurrent_time_before = 10; - * * @return The noncurrentTimeBefore. */ com.google.type.Date getNoncurrentTimeBefore(); /** - * - * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6161,134 +5558,111 @@ public interface ConditionOrBuilder
         com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder();
 
         /**
-         *
-         *
          * 
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; - * * @return A list containing the matchesPrefix. */ - java.util.List getMatchesPrefixList(); + java.util.List + getMatchesPrefixList(); /** - * - * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; - * * @return The count of matchesPrefix. */ int getMatchesPrefixCount(); /** - * - * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; - * * @param index The index of the element to return. * @return The matchesPrefix at the given index. */ java.lang.String getMatchesPrefix(int index); /** - * - * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; - * * @param index The index of the value to return. * @return The bytes of the matchesPrefix at the given index. */ - com.google.protobuf.ByteString getMatchesPrefixBytes(int index); + com.google.protobuf.ByteString + getMatchesPrefixBytes(int index); /** - * - * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; - * * @return A list containing the matchesSuffix. */ - java.util.List getMatchesSuffixList(); + java.util.List + getMatchesSuffixList(); /** - * - * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; - * * @return The count of matchesSuffix. */ int getMatchesSuffixCount(); /** - * - * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; - * * @param index The index of the element to return. * @return The matchesSuffix at the given index. */ java.lang.String getMatchesSuffix(int index); /** - * - * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; - * * @param index The index of the value to return. * @return The bytes of the matchesSuffix at the given index. */ - com.google.protobuf.ByteString getMatchesSuffixBytes(int index); + com.google.protobuf.ByteString + getMatchesSuffixBytes(int index); } /** - * - * *
        * A condition of an object which triggers some action.
        * 
* * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule.Condition} */ - public static final class Condition extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Condition extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Lifecycle.Rule.Condition) ConditionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Condition.newBuilder() to construct. private Condition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Condition() { matchesStorageClass_ = com.google.protobuf.LazyStringArrayList.EMPTY; matchesPrefix_ = com.google.protobuf.LazyStringArrayList.EMPTY; @@ -6297,36 +5671,33 @@ private Condition() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Condition(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.class, - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder.class); + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder.class); } private int bitField0_; public static final int AGE_DAYS_FIELD_NUMBER = 1; private int ageDays_; /** - * - * *
          * Age of an object (in days). This condition is satisfied when an
          * object reaches the specified age.
@@ -6335,7 +5706,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
          * 
* * optional int32 age_days = 1; - * * @return Whether the ageDays field is set. */ @java.lang.Override @@ -6343,8 +5713,6 @@ public boolean hasAgeDays() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
          * Age of an object (in days). This condition is satisfied when an
          * object reaches the specified age.
@@ -6353,7 +5721,6 @@ public boolean hasAgeDays() {
          * 
* * optional int32 age_days = 1; - * * @return The ageDays. */ @java.lang.Override @@ -6364,15 +5731,12 @@ public int getAgeDays() { public static final int CREATED_BEFORE_FIELD_NUMBER = 2; private com.google.type.Date createdBefore_; /** - * - * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
          * 
* * .google.type.Date created_before = 2; - * * @return Whether the createdBefore field is set. */ @java.lang.Override @@ -6380,26 +5744,19 @@ public boolean hasCreatedBefore() { return createdBefore_ != null; } /** - * - * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
          * 
* * .google.type.Date created_before = 2; - * * @return The createdBefore. */ @java.lang.Override public com.google.type.Date getCreatedBefore() { - return createdBefore_ == null - ? com.google.type.Date.getDefaultInstance() - : createdBefore_; + return createdBefore_ == null ? com.google.type.Date.getDefaultInstance() : createdBefore_; } /** - * - * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
@@ -6415,8 +5772,6 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
         public static final int IS_LIVE_FIELD_NUMBER = 3;
         private boolean isLive_;
         /**
-         *
-         *
          * 
          * Relevant only for versioned objects. If the value is
          * `true`, this condition matches live objects; if the value
@@ -6424,7 +5779,6 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
          * 
* * optional bool is_live = 3; - * * @return Whether the isLive field is set. */ @java.lang.Override @@ -6432,8 +5786,6 @@ public boolean hasIsLive() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
          * Relevant only for versioned objects. If the value is
          * `true`, this condition matches live objects; if the value
@@ -6441,7 +5793,6 @@ public boolean hasIsLive() {
          * 
* * optional bool is_live = 3; - * * @return The isLive. */ @java.lang.Override @@ -6452,8 +5803,6 @@ public boolean getIsLive() { public static final int NUM_NEWER_VERSIONS_FIELD_NUMBER = 4; private int numNewerVersions_; /** - * - * *
          * Relevant only for versioned objects. If the value is N, this
          * condition is satisfied when there are at least N versions (including
@@ -6461,7 +5810,6 @@ public boolean getIsLive() {
          * 
* * optional int32 num_newer_versions = 4; - * * @return Whether the numNewerVersions field is set. */ @java.lang.Override @@ -6469,8 +5817,6 @@ public boolean hasNumNewerVersions() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
          * Relevant only for versioned objects. If the value is N, this
          * condition is satisfied when there are at least N versions (including
@@ -6478,7 +5824,6 @@ public boolean hasNumNewerVersions() {
          * 
* * optional int32 num_newer_versions = 4; - * * @return The numNewerVersions. */ @java.lang.Override @@ -6489,8 +5834,6 @@ public int getNumNewerVersions() { public static final int MATCHES_STORAGE_CLASS_FIELD_NUMBER = 5; private com.google.protobuf.LazyStringList matchesStorageClass_; /** - * - * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -6499,15 +5842,13 @@ public int getNumNewerVersions() {
          * 
* * repeated string matches_storage_class = 5; - * * @return A list containing the matchesStorageClass. */ - public com.google.protobuf.ProtocolStringList getMatchesStorageClassList() { + public com.google.protobuf.ProtocolStringList + getMatchesStorageClassList() { return matchesStorageClass_; } /** - * - * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -6516,15 +5857,12 @@ public com.google.protobuf.ProtocolStringList getMatchesStorageClassList() {
          * 
* * repeated string matches_storage_class = 5; - * * @return The count of matchesStorageClass. */ public int getMatchesStorageClassCount() { return matchesStorageClass_.size(); } /** - * - * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -6533,7 +5871,6 @@ public int getMatchesStorageClassCount() {
          * 
* * repeated string matches_storage_class = 5; - * * @param index The index of the element to return. * @return The matchesStorageClass at the given index. */ @@ -6541,8 +5878,6 @@ public java.lang.String getMatchesStorageClass(int index) { return matchesStorageClass_.get(index); } /** - * - * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -6551,19 +5886,17 @@ public java.lang.String getMatchesStorageClass(int index) {
          * 
* * repeated string matches_storage_class = 5; - * * @param index The index of the value to return. * @return The bytes of the matchesStorageClass at the given index. */ - public com.google.protobuf.ByteString getMatchesStorageClassBytes(int index) { + public com.google.protobuf.ByteString + getMatchesStorageClassBytes(int index) { return matchesStorageClass_.getByteString(index); } public static final int DAYS_SINCE_CUSTOM_TIME_FIELD_NUMBER = 7; private int daysSinceCustomTime_; /** - * - * *
          * Number of days that have elapsed since the custom timestamp set on an
          * object.
@@ -6571,7 +5904,6 @@ public com.google.protobuf.ByteString getMatchesStorageClassBytes(int index) {
          * 
* * optional int32 days_since_custom_time = 7; - * * @return Whether the daysSinceCustomTime field is set. */ @java.lang.Override @@ -6579,8 +5911,6 @@ public boolean hasDaysSinceCustomTime() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
          * Number of days that have elapsed since the custom timestamp set on an
          * object.
@@ -6588,7 +5918,6 @@ public boolean hasDaysSinceCustomTime() {
          * 
* * optional int32 days_since_custom_time = 7; - * * @return The daysSinceCustomTime. */ @java.lang.Override @@ -6599,15 +5928,12 @@ public int getDaysSinceCustomTime() { public static final int CUSTOM_TIME_BEFORE_FIELD_NUMBER = 8; private com.google.type.Date customTimeBefore_; /** - * - * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
          * 
* * .google.type.Date custom_time_before = 8; - * * @return Whether the customTimeBefore field is set. */ @java.lang.Override @@ -6615,26 +5941,19 @@ public boolean hasCustomTimeBefore() { return customTimeBefore_ != null; } /** - * - * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
          * 
* * .google.type.Date custom_time_before = 8; - * * @return The customTimeBefore. */ @java.lang.Override public com.google.type.Date getCustomTimeBefore() { - return customTimeBefore_ == null - ? com.google.type.Date.getDefaultInstance() - : customTimeBefore_; + return customTimeBefore_ == null ? com.google.type.Date.getDefaultInstance() : customTimeBefore_; } /** - * - * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
@@ -6650,8 +5969,6 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
         public static final int DAYS_SINCE_NONCURRENT_TIME_FIELD_NUMBER = 9;
         private int daysSinceNoncurrentTime_;
         /**
-         *
-         *
          * 
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if these many days have been
@@ -6661,7 +5978,6 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
          * 
* * optional int32 days_since_noncurrent_time = 9; - * * @return Whether the daysSinceNoncurrentTime field is set. */ @java.lang.Override @@ -6669,8 +5985,6 @@ public boolean hasDaysSinceNoncurrentTime() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if these many days have been
@@ -6680,7 +5994,6 @@ public boolean hasDaysSinceNoncurrentTime() {
          * 
* * optional int32 days_since_noncurrent_time = 9; - * * @return The daysSinceNoncurrentTime. */ @java.lang.Override @@ -6691,8 +6004,6 @@ public int getDaysSinceNoncurrentTime() { public static final int NONCURRENT_TIME_BEFORE_FIELD_NUMBER = 10; private com.google.type.Date noncurrentTimeBefore_; /** - * - * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6700,7 +6011,6 @@ public int getDaysSinceNoncurrentTime() {
          * 
* * .google.type.Date noncurrent_time_before = 10; - * * @return Whether the noncurrentTimeBefore field is set. */ @java.lang.Override @@ -6708,8 +6018,6 @@ public boolean hasNoncurrentTimeBefore() { return noncurrentTimeBefore_ != null; } /** - * - * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6717,18 +6025,13 @@ public boolean hasNoncurrentTimeBefore() {
          * 
* * .google.type.Date noncurrent_time_before = 10; - * * @return The noncurrentTimeBefore. */ @java.lang.Override public com.google.type.Date getNoncurrentTimeBefore() { - return noncurrentTimeBefore_ == null - ? com.google.type.Date.getDefaultInstance() - : noncurrentTimeBefore_; + return noncurrentTimeBefore_ == null ? com.google.type.Date.getDefaultInstance() : noncurrentTimeBefore_; } /** - * - * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6745,45 +6048,37 @@ public com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder() {
         public static final int MATCHES_PREFIX_FIELD_NUMBER = 11;
         private com.google.protobuf.LazyStringList matchesPrefix_;
         /**
-         *
-         *
          * 
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; - * * @return A list containing the matchesPrefix. */ - public com.google.protobuf.ProtocolStringList getMatchesPrefixList() { + public com.google.protobuf.ProtocolStringList + getMatchesPrefixList() { return matchesPrefix_; } /** - * - * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; - * * @return The count of matchesPrefix. */ public int getMatchesPrefixCount() { return matchesPrefix_.size(); } /** - * - * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; - * * @param index The index of the element to return. * @return The matchesPrefix at the given index. */ @@ -6791,64 +6086,54 @@ public java.lang.String getMatchesPrefix(int index) { return matchesPrefix_.get(index); } /** - * - * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; - * * @param index The index of the value to return. * @return The bytes of the matchesPrefix at the given index. */ - public com.google.protobuf.ByteString getMatchesPrefixBytes(int index) { + public com.google.protobuf.ByteString + getMatchesPrefixBytes(int index) { return matchesPrefix_.getByteString(index); } public static final int MATCHES_SUFFIX_FIELD_NUMBER = 12; private com.google.protobuf.LazyStringList matchesSuffix_; /** - * - * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; - * * @return A list containing the matchesSuffix. */ - public com.google.protobuf.ProtocolStringList getMatchesSuffixList() { + public com.google.protobuf.ProtocolStringList + getMatchesSuffixList() { return matchesSuffix_; } /** - * - * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; - * * @return The count of matchesSuffix. */ public int getMatchesSuffixCount() { return matchesSuffix_.size(); } /** - * - * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; - * * @param index The index of the element to return. * @return The matchesSuffix at the given index. */ @@ -6856,24 +6141,21 @@ public java.lang.String getMatchesSuffix(int index) { return matchesSuffix_.get(index); } /** - * - * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; - * * @param index The index of the value to return. * @return The bytes of the matchesSuffix at the given index. */ - public com.google.protobuf.ByteString getMatchesSuffixBytes(int index) { + public com.google.protobuf.ByteString + getMatchesSuffixBytes(int index) { return matchesSuffix_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -6886,7 +6168,7 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, ageDays_); } @@ -6900,8 +6182,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeInt32(4, numNewerVersions_); } for (int i = 0; i < matchesStorageClass_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString( - output, 5, matchesStorageClass_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString(output, 5, matchesStorageClass_.getRaw(i)); } if (((bitField0_ & 0x00000008) != 0)) { output.writeInt32(7, daysSinceCustomTime_); @@ -6916,12 +6197,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeMessage(10, getNoncurrentTimeBefore()); } for (int i = 0; i < matchesPrefix_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString( - output, 11, matchesPrefix_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString(output, 11, matchesPrefix_.getRaw(i)); } for (int i = 0; i < matchesSuffix_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString( - output, 12, matchesSuffix_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString(output, 12, matchesSuffix_.getRaw(i)); } getUnknownFields().writeTo(output); } @@ -6933,16 +6212,20 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, ageDays_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(1, ageDays_); } if (createdBefore_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCreatedBefore()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getCreatedBefore()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, isLive_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(3, isLive_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(4, numNewerVersions_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(4, numNewerVersions_); } { int dataSize = 0; @@ -6953,20 +6236,20 @@ public int getSerializedSize() { size += 1 * getMatchesStorageClassList().size(); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(7, daysSinceCustomTime_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(7, daysSinceCustomTime_); } if (customTimeBefore_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(8, getCustomTimeBefore()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getCustomTimeBefore()); } if (((bitField0_ & 0x00000010) != 0)) { - size += - com.google.protobuf.CodedOutputStream.computeInt32Size(9, daysSinceNoncurrentTime_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(9, daysSinceNoncurrentTime_); } if (noncurrentTimeBefore_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 10, getNoncurrentTimeBefore()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getNoncurrentTimeBefore()); } { int dataSize = 0; @@ -6992,50 +6275,59 @@ 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.storage.v2.Bucket.Lifecycle.Rule.Condition)) { return super.equals(obj); } - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition other = - (com.google.storage.v2.Bucket.Lifecycle.Rule.Condition) obj; + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition other = (com.google.storage.v2.Bucket.Lifecycle.Rule.Condition) obj; if (hasAgeDays() != other.hasAgeDays()) return false; if (hasAgeDays()) { - if (getAgeDays() != other.getAgeDays()) return false; + if (getAgeDays() + != other.getAgeDays()) return false; } if (hasCreatedBefore() != other.hasCreatedBefore()) return false; if (hasCreatedBefore()) { - if (!getCreatedBefore().equals(other.getCreatedBefore())) return false; + if (!getCreatedBefore() + .equals(other.getCreatedBefore())) return false; } if (hasIsLive() != other.hasIsLive()) return false; if (hasIsLive()) { - if (getIsLive() != other.getIsLive()) return false; + if (getIsLive() + != other.getIsLive()) return false; } if (hasNumNewerVersions() != other.hasNumNewerVersions()) return false; if (hasNumNewerVersions()) { - if (getNumNewerVersions() != other.getNumNewerVersions()) return false; + if (getNumNewerVersions() + != other.getNumNewerVersions()) return false; } - if (!getMatchesStorageClassList().equals(other.getMatchesStorageClassList())) - return false; + if (!getMatchesStorageClassList() + .equals(other.getMatchesStorageClassList())) return false; if (hasDaysSinceCustomTime() != other.hasDaysSinceCustomTime()) return false; if (hasDaysSinceCustomTime()) { - if (getDaysSinceCustomTime() != other.getDaysSinceCustomTime()) return false; + if (getDaysSinceCustomTime() + != other.getDaysSinceCustomTime()) return false; } if (hasCustomTimeBefore() != other.hasCustomTimeBefore()) return false; if (hasCustomTimeBefore()) { - if (!getCustomTimeBefore().equals(other.getCustomTimeBefore())) return false; + if (!getCustomTimeBefore() + .equals(other.getCustomTimeBefore())) return false; } if (hasDaysSinceNoncurrentTime() != other.hasDaysSinceNoncurrentTime()) return false; if (hasDaysSinceNoncurrentTime()) { - if (getDaysSinceNoncurrentTime() != other.getDaysSinceNoncurrentTime()) return false; + if (getDaysSinceNoncurrentTime() + != other.getDaysSinceNoncurrentTime()) return false; } if (hasNoncurrentTimeBefore() != other.hasNoncurrentTimeBefore()) return false; if (hasNoncurrentTimeBefore()) { - if (!getNoncurrentTimeBefore().equals(other.getNoncurrentTimeBefore())) return false; + if (!getNoncurrentTimeBefore() + .equals(other.getNoncurrentTimeBefore())) return false; } - if (!getMatchesPrefixList().equals(other.getMatchesPrefixList())) return false; - if (!getMatchesSuffixList().equals(other.getMatchesSuffixList())) return false; + if (!getMatchesPrefixList() + .equals(other.getMatchesPrefixList())) return false; + if (!getMatchesSuffixList() + .equals(other.getMatchesSuffixList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -7057,7 +6349,8 @@ public int hashCode() { } if (hasIsLive()) { hash = (37 * hash) + IS_LIVE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsLive()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getIsLive()); } if (hasNumNewerVersions()) { hash = (37 * hash) + NUM_NEWER_VERSIONS_FIELD_NUMBER; @@ -7097,95 +6390,87 @@ public int hashCode() { } public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input); + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition prototype) { + public static Builder newBuilder(com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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 @@ -7195,41 +6480,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
          * A condition of an object which triggers some action.
          * 
* * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule.Condition} */ - 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.storage.v2.Bucket.Lifecycle.Rule.Condition) com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.class, - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder.class); + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder.class); } // Construct using com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.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(); @@ -7271,9 +6554,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; } @java.lang.Override @@ -7292,8 +6575,7 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition build() { @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition buildPartial() { - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition result = - new com.google.storage.v2.Bucket.Lifecycle.Rule.Condition(this); + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition result = new com.google.storage.v2.Bucket.Lifecycle.Rule.Condition(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { @@ -7355,41 +6637,38 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition) { - return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule.Condition) other); + return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule.Condition)other); } else { super.mergeFrom(other); return this; @@ -7397,8 +6676,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.Bucket.Lifecycle.Rule.Condition other) { - if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance()) return this; if (other.hasAgeDays()) { setAgeDays(other.getAgeDays()); } @@ -7479,85 +6757,76 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - ageDays_ = input.readInt32(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: - { - input.readMessage( - getCreatedBeforeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 18 - case 24: - { - isLive_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 24 - case 32: - { - numNewerVersions_ = input.readInt32(); - bitField0_ |= 0x00000004; - break; - } // case 32 - case 42: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureMatchesStorageClassIsMutable(); - matchesStorageClass_.add(s); - break; - } // case 42 - case 56: - { - daysSinceCustomTime_ = input.readInt32(); - bitField0_ |= 0x00000010; - break; - } // case 56 - case 66: - { - input.readMessage( - getCustomTimeBeforeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 66 - case 72: - { - daysSinceNoncurrentTime_ = input.readInt32(); - bitField0_ |= 0x00000020; - break; - } // case 72 - case 82: - { - input.readMessage( - getNoncurrentTimeBeforeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 82 - case 90: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureMatchesPrefixIsMutable(); - matchesPrefix_.add(s); - break; - } // case 90 - case 98: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureMatchesSuffixIsMutable(); - matchesSuffix_.add(s); - break; - } // case 98 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + ageDays_ = input.readInt32(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: { + input.readMessage( + getCreatedBeforeFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 18 + case 24: { + isLive_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 24 + case 32: { + numNewerVersions_ = input.readInt32(); + bitField0_ |= 0x00000004; + break; + } // case 32 + case 42: { + java.lang.String s = input.readStringRequireUtf8(); + ensureMatchesStorageClassIsMutable(); + matchesStorageClass_.add(s); + break; + } // case 42 + case 56: { + daysSinceCustomTime_ = input.readInt32(); + bitField0_ |= 0x00000010; + break; + } // case 56 + case 66: { + input.readMessage( + getCustomTimeBeforeFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 66 + case 72: { + daysSinceNoncurrentTime_ = input.readInt32(); + bitField0_ |= 0x00000020; + break; + } // case 72 + case 82: { + input.readMessage( + getNoncurrentTimeBeforeFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 82 + case 90: { + java.lang.String s = input.readStringRequireUtf8(); + ensureMatchesPrefixIsMutable(); + matchesPrefix_.add(s); + break; + } // case 90 + case 98: { + java.lang.String s = input.readStringRequireUtf8(); + ensureMatchesSuffixIsMutable(); + matchesSuffix_.add(s); + break; + } // case 98 + 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) { @@ -7567,13 +6836,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private int ageDays_; + private int ageDays_ ; /** - * - * *
            * Age of an object (in days). This condition is satisfied when an
            * object reaches the specified age.
@@ -7582,7 +6848,6 @@ public Builder mergeFrom(
            * 
* * optional int32 age_days = 1; - * * @return Whether the ageDays field is set. */ @java.lang.Override @@ -7590,8 +6855,6 @@ public boolean hasAgeDays() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
            * Age of an object (in days). This condition is satisfied when an
            * object reaches the specified age.
@@ -7600,7 +6863,6 @@ public boolean hasAgeDays() {
            * 
* * optional int32 age_days = 1; - * * @return The ageDays. */ @java.lang.Override @@ -7608,8 +6870,6 @@ public int getAgeDays() { return ageDays_; } /** - * - * *
            * Age of an object (in days). This condition is satisfied when an
            * object reaches the specified age.
@@ -7618,7 +6878,6 @@ public int getAgeDays() {
            * 
* * optional int32 age_days = 1; - * * @param value The ageDays to set. * @return This builder for chaining. */ @@ -7629,8 +6888,6 @@ public Builder setAgeDays(int value) { return this; } /** - * - * *
            * Age of an object (in days). This condition is satisfied when an
            * object reaches the specified age.
@@ -7639,7 +6896,6 @@ public Builder setAgeDays(int value) {
            * 
* * optional int32 age_days = 1; - * * @return This builder for chaining. */ public Builder clearAgeDays() { @@ -7651,47 +6907,36 @@ public Builder clearAgeDays() { private com.google.type.Date createdBefore_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> - createdBeforeBuilder_; + com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> createdBeforeBuilder_; /** - * - * *
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
            * 
* * .google.type.Date created_before = 2; - * * @return Whether the createdBefore field is set. */ public boolean hasCreatedBefore() { return createdBeforeBuilder_ != null || createdBefore_ != null; } /** - * - * *
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
            * 
* * .google.type.Date created_before = 2; - * * @return The createdBefore. */ public com.google.type.Date getCreatedBefore() { if (createdBeforeBuilder_ == null) { - return createdBefore_ == null - ? com.google.type.Date.getDefaultInstance() - : createdBefore_; + return createdBefore_ == null ? com.google.type.Date.getDefaultInstance() : createdBefore_; } else { return createdBeforeBuilder_.getMessage(); } } /** - * - * *
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7713,8 +6958,6 @@ public Builder setCreatedBefore(com.google.type.Date value) {
             return this;
           }
           /**
-           *
-           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7722,7 +6965,8 @@ public Builder setCreatedBefore(com.google.type.Date value) {
            *
            * .google.type.Date created_before = 2;
            */
-          public Builder setCreatedBefore(com.google.type.Date.Builder builderForValue) {
+          public Builder setCreatedBefore(
+              com.google.type.Date.Builder builderForValue) {
             if (createdBeforeBuilder_ == null) {
               createdBefore_ = builderForValue.build();
               onChanged();
@@ -7733,8 +6977,6 @@ public Builder setCreatedBefore(com.google.type.Date.Builder builderForValue) {
             return this;
           }
           /**
-           *
-           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7746,7 +6988,7 @@ public Builder mergeCreatedBefore(com.google.type.Date value) {
             if (createdBeforeBuilder_ == null) {
               if (createdBefore_ != null) {
                 createdBefore_ =
-                    com.google.type.Date.newBuilder(createdBefore_).mergeFrom(value).buildPartial();
+                  com.google.type.Date.newBuilder(createdBefore_).mergeFrom(value).buildPartial();
               } else {
                 createdBefore_ = value;
               }
@@ -7758,8 +7000,6 @@ public Builder mergeCreatedBefore(com.google.type.Date value) {
             return this;
           }
           /**
-           *
-           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7779,8 +7019,6 @@ public Builder clearCreatedBefore() {
             return this;
           }
           /**
-           *
-           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7789,13 +7027,11 @@ public Builder clearCreatedBefore() {
            * .google.type.Date created_before = 2;
            */
           public com.google.type.Date.Builder getCreatedBeforeBuilder() {
-
+            
             onChanged();
             return getCreatedBeforeFieldBuilder().getBuilder();
           }
           /**
-           *
-           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7807,14 +7043,11 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
             if (createdBeforeBuilder_ != null) {
               return createdBeforeBuilder_.getMessageOrBuilder();
             } else {
-              return createdBefore_ == null
-                  ? com.google.type.Date.getDefaultInstance()
-                  : createdBefore_;
+              return createdBefore_ == null ?
+                  com.google.type.Date.getDefaultInstance() : createdBefore_;
             }
           }
           /**
-           *
-           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7823,24 +7056,21 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
            * .google.type.Date created_before = 2;
            */
           private com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>
+              com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> 
               getCreatedBeforeFieldBuilder() {
             if (createdBeforeBuilder_ == null) {
-              createdBeforeBuilder_ =
-                  new com.google.protobuf.SingleFieldBuilderV3<
-                      com.google.type.Date,
-                      com.google.type.Date.Builder,
-                      com.google.type.DateOrBuilder>(
-                      getCreatedBefore(), getParentForChildren(), isClean());
+              createdBeforeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>(
+                      getCreatedBefore(),
+                      getParentForChildren(),
+                      isClean());
               createdBefore_ = null;
             }
             return createdBeforeBuilder_;
           }
 
-          private boolean isLive_;
+          private boolean isLive_ ;
           /**
-           *
-           *
            * 
            * Relevant only for versioned objects. If the value is
            * `true`, this condition matches live objects; if the value
@@ -7848,7 +7078,6 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
            * 
* * optional bool is_live = 3; - * * @return Whether the isLive field is set. */ @java.lang.Override @@ -7856,8 +7085,6 @@ public boolean hasIsLive() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
            * Relevant only for versioned objects. If the value is
            * `true`, this condition matches live objects; if the value
@@ -7865,7 +7092,6 @@ public boolean hasIsLive() {
            * 
* * optional bool is_live = 3; - * * @return The isLive. */ @java.lang.Override @@ -7873,8 +7099,6 @@ public boolean getIsLive() { return isLive_; } /** - * - * *
            * Relevant only for versioned objects. If the value is
            * `true`, this condition matches live objects; if the value
@@ -7882,7 +7106,6 @@ public boolean getIsLive() {
            * 
* * optional bool is_live = 3; - * * @param value The isLive to set. * @return This builder for chaining. */ @@ -7893,8 +7116,6 @@ public Builder setIsLive(boolean value) { return this; } /** - * - * *
            * Relevant only for versioned objects. If the value is
            * `true`, this condition matches live objects; if the value
@@ -7902,7 +7123,6 @@ public Builder setIsLive(boolean value) {
            * 
* * optional bool is_live = 3; - * * @return This builder for chaining. */ public Builder clearIsLive() { @@ -7912,10 +7132,8 @@ public Builder clearIsLive() { return this; } - private int numNewerVersions_; + private int numNewerVersions_ ; /** - * - * *
            * Relevant only for versioned objects. If the value is N, this
            * condition is satisfied when there are at least N versions (including
@@ -7923,7 +7141,6 @@ public Builder clearIsLive() {
            * 
* * optional int32 num_newer_versions = 4; - * * @return Whether the numNewerVersions field is set. */ @java.lang.Override @@ -7931,8 +7148,6 @@ public boolean hasNumNewerVersions() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
            * Relevant only for versioned objects. If the value is N, this
            * condition is satisfied when there are at least N versions (including
@@ -7940,7 +7155,6 @@ public boolean hasNumNewerVersions() {
            * 
* * optional int32 num_newer_versions = 4; - * * @return The numNewerVersions. */ @java.lang.Override @@ -7948,8 +7162,6 @@ public int getNumNewerVersions() { return numNewerVersions_; } /** - * - * *
            * Relevant only for versioned objects. If the value is N, this
            * condition is satisfied when there are at least N versions (including
@@ -7957,7 +7169,6 @@ public int getNumNewerVersions() {
            * 
* * optional int32 num_newer_versions = 4; - * * @param value The numNewerVersions to set. * @return This builder for chaining. */ @@ -7968,8 +7179,6 @@ public Builder setNumNewerVersions(int value) { return this; } /** - * - * *
            * Relevant only for versioned objects. If the value is N, this
            * condition is satisfied when there are at least N versions (including
@@ -7977,7 +7186,6 @@ public Builder setNumNewerVersions(int value) {
            * 
* * optional int32 num_newer_versions = 4; - * * @return This builder for chaining. */ public Builder clearNumNewerVersions() { @@ -7987,19 +7195,14 @@ public Builder clearNumNewerVersions() { return this; } - private com.google.protobuf.LazyStringList matchesStorageClass_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList matchesStorageClass_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMatchesStorageClassIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { - matchesStorageClass_ = - new com.google.protobuf.LazyStringArrayList(matchesStorageClass_); + matchesStorageClass_ = new com.google.protobuf.LazyStringArrayList(matchesStorageClass_); bitField0_ |= 0x00000008; - } + } } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8008,15 +7211,13 @@ private void ensureMatchesStorageClassIsMutable() {
            * 
* * repeated string matches_storage_class = 5; - * * @return A list containing the matchesStorageClass. */ - public com.google.protobuf.ProtocolStringList getMatchesStorageClassList() { + public com.google.protobuf.ProtocolStringList + getMatchesStorageClassList() { return matchesStorageClass_.getUnmodifiableView(); } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8025,15 +7226,12 @@ public com.google.protobuf.ProtocolStringList getMatchesStorageClassList() {
            * 
* * repeated string matches_storage_class = 5; - * * @return The count of matchesStorageClass. */ public int getMatchesStorageClassCount() { return matchesStorageClass_.size(); } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8042,7 +7240,6 @@ public int getMatchesStorageClassCount() {
            * 
* * repeated string matches_storage_class = 5; - * * @param index The index of the element to return. * @return The matchesStorageClass at the given index. */ @@ -8050,8 +7247,6 @@ public java.lang.String getMatchesStorageClass(int index) { return matchesStorageClass_.get(index); } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8060,16 +7255,14 @@ public java.lang.String getMatchesStorageClass(int index) {
            * 
* * repeated string matches_storage_class = 5; - * * @param index The index of the value to return. * @return The bytes of the matchesStorageClass at the given index. */ - public com.google.protobuf.ByteString getMatchesStorageClassBytes(int index) { + public com.google.protobuf.ByteString + getMatchesStorageClassBytes(int index) { return matchesStorageClass_.getByteString(index); } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8078,23 +7271,21 @@ public com.google.protobuf.ByteString getMatchesStorageClassBytes(int index) {
            * 
* * repeated string matches_storage_class = 5; - * * @param index The index to set the value at. * @param value The matchesStorageClass to set. * @return This builder for chaining. */ - public Builder setMatchesStorageClass(int index, java.lang.String value) { + public Builder setMatchesStorageClass( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesStorageClassIsMutable(); + throw new NullPointerException(); + } + ensureMatchesStorageClassIsMutable(); matchesStorageClass_.set(index, value); onChanged(); return this; } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8103,22 +7294,20 @@ public Builder setMatchesStorageClass(int index, java.lang.String value) {
            * 
* * repeated string matches_storage_class = 5; - * * @param value The matchesStorageClass to add. * @return This builder for chaining. */ - public Builder addMatchesStorageClass(java.lang.String value) { + public Builder addMatchesStorageClass( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesStorageClassIsMutable(); + throw new NullPointerException(); + } + ensureMatchesStorageClassIsMutable(); matchesStorageClass_.add(value); onChanged(); return this; } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8127,19 +7316,18 @@ public Builder addMatchesStorageClass(java.lang.String value) {
            * 
* * repeated string matches_storage_class = 5; - * * @param values The matchesStorageClass to add. * @return This builder for chaining. */ - public Builder addAllMatchesStorageClass(java.lang.Iterable values) { + public Builder addAllMatchesStorageClass( + java.lang.Iterable values) { ensureMatchesStorageClassIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, matchesStorageClass_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, matchesStorageClass_); onChanged(); return this; } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8148,7 +7336,6 @@ public Builder addAllMatchesStorageClass(java.lang.Iterable va
            * 
* * repeated string matches_storage_class = 5; - * * @return This builder for chaining. */ public Builder clearMatchesStorageClass() { @@ -8158,8 +7345,6 @@ public Builder clearMatchesStorageClass() { return this; } /** - * - * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -8168,25 +7353,23 @@ public Builder clearMatchesStorageClass() {
            * 
* * repeated string matches_storage_class = 5; - * * @param value The bytes of the matchesStorageClass to add. * @return This builder for chaining. */ - public Builder addMatchesStorageClassBytes(com.google.protobuf.ByteString value) { + public Builder addMatchesStorageClassBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMatchesStorageClassIsMutable(); matchesStorageClass_.add(value); onChanged(); return this; } - private int daysSinceCustomTime_; + private int daysSinceCustomTime_ ; /** - * - * *
            * Number of days that have elapsed since the custom timestamp set on an
            * object.
@@ -8194,7 +7377,6 @@ public Builder addMatchesStorageClassBytes(com.google.protobuf.ByteString value)
            * 
* * optional int32 days_since_custom_time = 7; - * * @return Whether the daysSinceCustomTime field is set. */ @java.lang.Override @@ -8202,8 +7384,6 @@ public boolean hasDaysSinceCustomTime() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
            * Number of days that have elapsed since the custom timestamp set on an
            * object.
@@ -8211,7 +7391,6 @@ public boolean hasDaysSinceCustomTime() {
            * 
* * optional int32 days_since_custom_time = 7; - * * @return The daysSinceCustomTime. */ @java.lang.Override @@ -8219,8 +7398,6 @@ public int getDaysSinceCustomTime() { return daysSinceCustomTime_; } /** - * - * *
            * Number of days that have elapsed since the custom timestamp set on an
            * object.
@@ -8228,7 +7405,6 @@ public int getDaysSinceCustomTime() {
            * 
* * optional int32 days_since_custom_time = 7; - * * @param value The daysSinceCustomTime to set. * @return This builder for chaining. */ @@ -8239,8 +7415,6 @@ public Builder setDaysSinceCustomTime(int value) { return this; } /** - * - * *
            * Number of days that have elapsed since the custom timestamp set on an
            * object.
@@ -8248,7 +7422,6 @@ public Builder setDaysSinceCustomTime(int value) {
            * 
* * optional int32 days_since_custom_time = 7; - * * @return This builder for chaining. */ public Builder clearDaysSinceCustomTime() { @@ -8260,47 +7433,36 @@ public Builder clearDaysSinceCustomTime() { private com.google.type.Date customTimeBefore_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> - customTimeBeforeBuilder_; + com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> customTimeBeforeBuilder_; /** - * - * *
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
            * 
* * .google.type.Date custom_time_before = 8; - * * @return Whether the customTimeBefore field is set. */ public boolean hasCustomTimeBefore() { return customTimeBeforeBuilder_ != null || customTimeBefore_ != null; } /** - * - * *
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
            * 
* * .google.type.Date custom_time_before = 8; - * * @return The customTimeBefore. */ public com.google.type.Date getCustomTimeBefore() { if (customTimeBeforeBuilder_ == null) { - return customTimeBefore_ == null - ? com.google.type.Date.getDefaultInstance() - : customTimeBefore_; + return customTimeBefore_ == null ? com.google.type.Date.getDefaultInstance() : customTimeBefore_; } else { return customTimeBeforeBuilder_.getMessage(); } } /** - * - * *
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -8322,8 +7484,6 @@ public Builder setCustomTimeBefore(com.google.type.Date value) {
             return this;
           }
           /**
-           *
-           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -8331,7 +7491,8 @@ public Builder setCustomTimeBefore(com.google.type.Date value) {
            *
            * .google.type.Date custom_time_before = 8;
            */
-          public Builder setCustomTimeBefore(com.google.type.Date.Builder builderForValue) {
+          public Builder setCustomTimeBefore(
+              com.google.type.Date.Builder builderForValue) {
             if (customTimeBeforeBuilder_ == null) {
               customTimeBefore_ = builderForValue.build();
               onChanged();
@@ -8342,8 +7503,6 @@ public Builder setCustomTimeBefore(com.google.type.Date.Builder builderForValue)
             return this;
           }
           /**
-           *
-           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -8355,9 +7514,7 @@ public Builder mergeCustomTimeBefore(com.google.type.Date value) {
             if (customTimeBeforeBuilder_ == null) {
               if (customTimeBefore_ != null) {
                 customTimeBefore_ =
-                    com.google.type.Date.newBuilder(customTimeBefore_)
-                        .mergeFrom(value)
-                        .buildPartial();
+                  com.google.type.Date.newBuilder(customTimeBefore_).mergeFrom(value).buildPartial();
               } else {
                 customTimeBefore_ = value;
               }
@@ -8369,8 +7526,6 @@ public Builder mergeCustomTimeBefore(com.google.type.Date value) {
             return this;
           }
           /**
-           *
-           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -8390,8 +7545,6 @@ public Builder clearCustomTimeBefore() {
             return this;
           }
           /**
-           *
-           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -8400,13 +7553,11 @@ public Builder clearCustomTimeBefore() {
            * .google.type.Date custom_time_before = 8;
            */
           public com.google.type.Date.Builder getCustomTimeBeforeBuilder() {
-
+            
             onChanged();
             return getCustomTimeBeforeFieldBuilder().getBuilder();
           }
           /**
-           *
-           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -8418,14 +7569,11 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
             if (customTimeBeforeBuilder_ != null) {
               return customTimeBeforeBuilder_.getMessageOrBuilder();
             } else {
-              return customTimeBefore_ == null
-                  ? com.google.type.Date.getDefaultInstance()
-                  : customTimeBefore_;
+              return customTimeBefore_ == null ?
+                  com.google.type.Date.getDefaultInstance() : customTimeBefore_;
             }
           }
           /**
-           *
-           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -8434,24 +7582,21 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
            * .google.type.Date custom_time_before = 8;
            */
           private com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>
+              com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> 
               getCustomTimeBeforeFieldBuilder() {
             if (customTimeBeforeBuilder_ == null) {
-              customTimeBeforeBuilder_ =
-                  new com.google.protobuf.SingleFieldBuilderV3<
-                      com.google.type.Date,
-                      com.google.type.Date.Builder,
-                      com.google.type.DateOrBuilder>(
-                      getCustomTimeBefore(), getParentForChildren(), isClean());
+              customTimeBeforeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>(
+                      getCustomTimeBefore(),
+                      getParentForChildren(),
+                      isClean());
               customTimeBefore_ = null;
             }
             return customTimeBeforeBuilder_;
           }
 
-          private int daysSinceNoncurrentTime_;
+          private int daysSinceNoncurrentTime_ ;
           /**
-           *
-           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if these many days have been
@@ -8461,7 +7606,6 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
            * 
* * optional int32 days_since_noncurrent_time = 9; - * * @return Whether the daysSinceNoncurrentTime field is set. */ @java.lang.Override @@ -8469,8 +7613,6 @@ public boolean hasDaysSinceNoncurrentTime() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if these many days have been
@@ -8480,7 +7622,6 @@ public boolean hasDaysSinceNoncurrentTime() {
            * 
* * optional int32 days_since_noncurrent_time = 9; - * * @return The daysSinceNoncurrentTime. */ @java.lang.Override @@ -8488,8 +7629,6 @@ public int getDaysSinceNoncurrentTime() { return daysSinceNoncurrentTime_; } /** - * - * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if these many days have been
@@ -8499,7 +7638,6 @@ public int getDaysSinceNoncurrentTime() {
            * 
* * optional int32 days_since_noncurrent_time = 9; - * * @param value The daysSinceNoncurrentTime to set. * @return This builder for chaining. */ @@ -8510,8 +7648,6 @@ public Builder setDaysSinceNoncurrentTime(int value) { return this; } /** - * - * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if these many days have been
@@ -8521,7 +7657,6 @@ public Builder setDaysSinceNoncurrentTime(int value) {
            * 
* * optional int32 days_since_noncurrent_time = 9; - * * @return This builder for chaining. */ public Builder clearDaysSinceNoncurrentTime() { @@ -8533,11 +7668,8 @@ public Builder clearDaysSinceNoncurrentTime() { private com.google.type.Date noncurrentTimeBefore_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> - noncurrentTimeBeforeBuilder_; + com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> noncurrentTimeBeforeBuilder_; /** - * - * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8545,15 +7677,12 @@ public Builder clearDaysSinceNoncurrentTime() {
            * 
* * .google.type.Date noncurrent_time_before = 10; - * * @return Whether the noncurrentTimeBefore field is set. */ public boolean hasNoncurrentTimeBefore() { return noncurrentTimeBeforeBuilder_ != null || noncurrentTimeBefore_ != null; } /** - * - * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8561,21 +7690,16 @@ public boolean hasNoncurrentTimeBefore() {
            * 
* * .google.type.Date noncurrent_time_before = 10; - * * @return The noncurrentTimeBefore. */ public com.google.type.Date getNoncurrentTimeBefore() { if (noncurrentTimeBeforeBuilder_ == null) { - return noncurrentTimeBefore_ == null - ? com.google.type.Date.getDefaultInstance() - : noncurrentTimeBefore_; + return noncurrentTimeBefore_ == null ? com.google.type.Date.getDefaultInstance() : noncurrentTimeBefore_; } else { return noncurrentTimeBeforeBuilder_.getMessage(); } } /** - * - * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8598,8 +7722,6 @@ public Builder setNoncurrentTimeBefore(com.google.type.Date value) {
             return this;
           }
           /**
-           *
-           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8608,7 +7730,8 @@ public Builder setNoncurrentTimeBefore(com.google.type.Date value) {
            *
            * .google.type.Date noncurrent_time_before = 10;
            */
-          public Builder setNoncurrentTimeBefore(com.google.type.Date.Builder builderForValue) {
+          public Builder setNoncurrentTimeBefore(
+              com.google.type.Date.Builder builderForValue) {
             if (noncurrentTimeBeforeBuilder_ == null) {
               noncurrentTimeBefore_ = builderForValue.build();
               onChanged();
@@ -8619,8 +7742,6 @@ public Builder setNoncurrentTimeBefore(com.google.type.Date.Builder builderForVa
             return this;
           }
           /**
-           *
-           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8633,9 +7754,7 @@ public Builder mergeNoncurrentTimeBefore(com.google.type.Date value) {
             if (noncurrentTimeBeforeBuilder_ == null) {
               if (noncurrentTimeBefore_ != null) {
                 noncurrentTimeBefore_ =
-                    com.google.type.Date.newBuilder(noncurrentTimeBefore_)
-                        .mergeFrom(value)
-                        .buildPartial();
+                  com.google.type.Date.newBuilder(noncurrentTimeBefore_).mergeFrom(value).buildPartial();
               } else {
                 noncurrentTimeBefore_ = value;
               }
@@ -8647,8 +7766,6 @@ public Builder mergeNoncurrentTimeBefore(com.google.type.Date value) {
             return this;
           }
           /**
-           *
-           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8669,8 +7786,6 @@ public Builder clearNoncurrentTimeBefore() {
             return this;
           }
           /**
-           *
-           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8680,13 +7795,11 @@ public Builder clearNoncurrentTimeBefore() {
            * .google.type.Date noncurrent_time_before = 10;
            */
           public com.google.type.Date.Builder getNoncurrentTimeBeforeBuilder() {
-
+            
             onChanged();
             return getNoncurrentTimeBeforeFieldBuilder().getBuilder();
           }
           /**
-           *
-           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8699,14 +7812,11 @@ public com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder() {
             if (noncurrentTimeBeforeBuilder_ != null) {
               return noncurrentTimeBeforeBuilder_.getMessageOrBuilder();
             } else {
-              return noncurrentTimeBefore_ == null
-                  ? com.google.type.Date.getDefaultInstance()
-                  : noncurrentTimeBefore_;
+              return noncurrentTimeBefore_ == null ?
+                  com.google.type.Date.getDefaultInstance() : noncurrentTimeBefore_;
             }
           }
           /**
-           *
-           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -8716,69 +7826,58 @@ public com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder() {
            * .google.type.Date noncurrent_time_before = 10;
            */
           private com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>
+              com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> 
               getNoncurrentTimeBeforeFieldBuilder() {
             if (noncurrentTimeBeforeBuilder_ == null) {
-              noncurrentTimeBeforeBuilder_ =
-                  new com.google.protobuf.SingleFieldBuilderV3<
-                      com.google.type.Date,
-                      com.google.type.Date.Builder,
-                      com.google.type.DateOrBuilder>(
-                      getNoncurrentTimeBefore(), getParentForChildren(), isClean());
+              noncurrentTimeBeforeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>(
+                      getNoncurrentTimeBefore(),
+                      getParentForChildren(),
+                      isClean());
               noncurrentTimeBefore_ = null;
             }
             return noncurrentTimeBeforeBuilder_;
           }
 
-          private com.google.protobuf.LazyStringList matchesPrefix_ =
-              com.google.protobuf.LazyStringArrayList.EMPTY;
-
+          private com.google.protobuf.LazyStringList matchesPrefix_ = com.google.protobuf.LazyStringArrayList.EMPTY;
           private void ensureMatchesPrefixIsMutable() {
             if (!((bitField0_ & 0x00000040) != 0)) {
               matchesPrefix_ = new com.google.protobuf.LazyStringArrayList(matchesPrefix_);
               bitField0_ |= 0x00000040;
-            }
+             }
           }
           /**
-           *
-           *
            * 
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @return A list containing the matchesPrefix. */ - public com.google.protobuf.ProtocolStringList getMatchesPrefixList() { + public com.google.protobuf.ProtocolStringList + getMatchesPrefixList() { return matchesPrefix_.getUnmodifiableView(); } /** - * - * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @return The count of matchesPrefix. */ public int getMatchesPrefixCount() { return matchesPrefix_.size(); } /** - * - * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @param index The index of the element to return. * @return The matchesPrefix at the given index. */ @@ -8786,95 +7885,85 @@ public java.lang.String getMatchesPrefix(int index) { return matchesPrefix_.get(index); } /** - * - * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @param index The index of the value to return. * @return The bytes of the matchesPrefix at the given index. */ - public com.google.protobuf.ByteString getMatchesPrefixBytes(int index) { + public com.google.protobuf.ByteString + getMatchesPrefixBytes(int index) { return matchesPrefix_.getByteString(index); } /** - * - * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @param index The index to set the value at. * @param value The matchesPrefix to set. * @return This builder for chaining. */ - public Builder setMatchesPrefix(int index, java.lang.String value) { + public Builder setMatchesPrefix( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesPrefixIsMutable(); + throw new NullPointerException(); + } + ensureMatchesPrefixIsMutable(); matchesPrefix_.set(index, value); onChanged(); return this; } /** - * - * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @param value The matchesPrefix to add. * @return This builder for chaining. */ - public Builder addMatchesPrefix(java.lang.String value) { + public Builder addMatchesPrefix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesPrefixIsMutable(); + throw new NullPointerException(); + } + ensureMatchesPrefixIsMutable(); matchesPrefix_.add(value); onChanged(); return this; } /** - * - * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @param values The matchesPrefix to add. * @return This builder for chaining. */ - public Builder addAllMatchesPrefix(java.lang.Iterable values) { + public Builder addAllMatchesPrefix( + java.lang.Iterable values) { ensureMatchesPrefixIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, matchesPrefix_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, matchesPrefix_); onChanged(); return this; } /** - * - * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @return This builder for chaining. */ public Builder clearMatchesPrefix() { @@ -8884,78 +7973,66 @@ public Builder clearMatchesPrefix() { return this; } /** - * - * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; - * * @param value The bytes of the matchesPrefix to add. * @return This builder for chaining. */ - public Builder addMatchesPrefixBytes(com.google.protobuf.ByteString value) { + public Builder addMatchesPrefixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMatchesPrefixIsMutable(); matchesPrefix_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList matchesSuffix_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList matchesSuffix_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMatchesSuffixIsMutable() { if (!((bitField0_ & 0x00000080) != 0)) { matchesSuffix_ = new com.google.protobuf.LazyStringArrayList(matchesSuffix_); bitField0_ |= 0x00000080; - } + } } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @return A list containing the matchesSuffix. */ - public com.google.protobuf.ProtocolStringList getMatchesSuffixList() { + public com.google.protobuf.ProtocolStringList + getMatchesSuffixList() { return matchesSuffix_.getUnmodifiableView(); } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @return The count of matchesSuffix. */ public int getMatchesSuffixCount() { return matchesSuffix_.size(); } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @param index The index of the element to return. * @return The matchesSuffix at the given index. */ @@ -8963,95 +8040,85 @@ public java.lang.String getMatchesSuffix(int index) { return matchesSuffix_.get(index); } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @param index The index of the value to return. * @return The bytes of the matchesSuffix at the given index. */ - public com.google.protobuf.ByteString getMatchesSuffixBytes(int index) { + public com.google.protobuf.ByteString + getMatchesSuffixBytes(int index) { return matchesSuffix_.getByteString(index); } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @param index The index to set the value at. * @param value The matchesSuffix to set. * @return This builder for chaining. */ - public Builder setMatchesSuffix(int index, java.lang.String value) { + public Builder setMatchesSuffix( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesSuffixIsMutable(); + throw new NullPointerException(); + } + ensureMatchesSuffixIsMutable(); matchesSuffix_.set(index, value); onChanged(); return this; } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @param value The matchesSuffix to add. * @return This builder for chaining. */ - public Builder addMatchesSuffix(java.lang.String value) { + public Builder addMatchesSuffix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesSuffixIsMutable(); + throw new NullPointerException(); + } + ensureMatchesSuffixIsMutable(); matchesSuffix_.add(value); onChanged(); return this; } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @param values The matchesSuffix to add. * @return This builder for chaining. */ - public Builder addAllMatchesSuffix(java.lang.Iterable values) { + public Builder addAllMatchesSuffix( + java.lang.Iterable values) { ensureMatchesSuffixIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, matchesSuffix_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, matchesSuffix_); onChanged(); return this; } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @return This builder for chaining. */ public Builder clearMatchesSuffix() { @@ -9061,29 +8128,26 @@ public Builder clearMatchesSuffix() { return this; } /** - * - * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; - * * @param value The bytes of the matchesSuffix to add. * @return This builder for chaining. */ - public Builder addMatchesSuffixBytes(com.google.protobuf.ByteString value) { + public Builder addMatchesSuffixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMatchesSuffixIsMutable(); matchesSuffix_.add(value); onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -9096,12 +8160,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Lifecycle.Rule.Condition) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Lifecycle.Rule.Condition) private static final com.google.storage.v2.Bucket.Lifecycle.Rule.Condition DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Lifecycle.Rule.Condition(); } @@ -9110,28 +8174,27 @@ public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Condition 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 Condition 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; @@ -9146,19 +8209,17 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int ACTION_FIELD_NUMBER = 1; private com.google.storage.v2.Bucket.Lifecycle.Rule.Action action_; /** - * - * *
        * The action to take.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; - * * @return Whether the action field is set. */ @java.lang.Override @@ -9166,25 +8227,18 @@ public boolean hasAction() { return action_ != null; } /** - * - * *
        * The action to take.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; - * * @return The action. */ @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle.Rule.Action getAction() { - return action_ == null - ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() - : action_; + return action_ == null ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() : action_; } /** - * - * *
        * The action to take.
        * 
@@ -9199,14 +8253,11 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBu public static final int CONDITION_FIELD_NUMBER = 2; private com.google.storage.v2.Bucket.Lifecycle.Rule.Condition condition_; /** - * - * *
        * The condition(s) under which the action will be taken.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; - * * @return Whether the condition field is set. */ @java.lang.Override @@ -9214,25 +8265,18 @@ public boolean hasCondition() { return condition_ != null; } /** - * - * *
        * The condition(s) under which the action will be taken.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; - * * @return The condition. */ @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getCondition() { - return condition_ == null - ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() - : condition_; + return condition_ == null ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() : condition_; } /** - * - * *
        * The condition(s) under which the action will be taken.
        * 
@@ -9240,13 +8284,11 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getCondition() { * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; */ @java.lang.Override - public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder - getConditionOrBuilder() { + public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder getConditionOrBuilder() { return getCondition(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -9258,7 +8300,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 (action_ != null) { output.writeMessage(1, getAction()); } @@ -9275,10 +8318,12 @@ public int getSerializedSize() { size = 0; if (action_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getAction()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getAction()); } if (condition_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCondition()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getCondition()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -9288,21 +8333,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.storage.v2.Bucket.Lifecycle.Rule)) { return super.equals(obj); } - com.google.storage.v2.Bucket.Lifecycle.Rule other = - (com.google.storage.v2.Bucket.Lifecycle.Rule) obj; + com.google.storage.v2.Bucket.Lifecycle.Rule other = (com.google.storage.v2.Bucket.Lifecycle.Rule) obj; if (hasAction() != other.hasAction()) return false; if (hasAction()) { - if (!getAction().equals(other.getAction())) return false; + if (!getAction() + .equals(other.getAction())) return false; } if (hasCondition() != other.hasCondition()) return false; if (hasCondition()) { - if (!getCondition().equals(other.getCondition())) return false; + if (!getCondition() + .equals(other.getCondition())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -9328,94 +8374,88 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Lifecycle.Rule parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Lifecycle.Rule parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.Lifecycle.Rule parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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 @@ -9425,8 +8465,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * A lifecycle Rule, combining an action to take on an object and a
        * condition which will trigger that action.
@@ -9434,33 +8472,33 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule}
        */
-      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.storage.v2.Bucket.Lifecycle.Rule)
           com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.storage.v2.StorageProto
-              .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.storage.v2.StorageProto
-              .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable
+          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.storage.v2.Bucket.Lifecycle.Rule.class,
-                  com.google.storage.v2.Bucket.Lifecycle.Rule.Builder.class);
+                  com.google.storage.v2.Bucket.Lifecycle.Rule.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder.class);
         }
 
         // Construct using com.google.storage.v2.Bucket.Lifecycle.Rule.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();
@@ -9480,9 +8518,9 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-          return com.google.storage.v2.StorageProto
-              .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor
+            getDescriptorForType() {
+          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
         }
 
         @java.lang.Override
@@ -9501,8 +8539,7 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule build() {
 
         @java.lang.Override
         public com.google.storage.v2.Bucket.Lifecycle.Rule buildPartial() {
-          com.google.storage.v2.Bucket.Lifecycle.Rule result =
-              new com.google.storage.v2.Bucket.Lifecycle.Rule(this);
+          com.google.storage.v2.Bucket.Lifecycle.Rule result = new com.google.storage.v2.Bucket.Lifecycle.Rule(this);
           if (actionBuilder_ == null) {
             result.action_ = action_;
           } else {
@@ -9521,41 +8558,38 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule) {
-            return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule) other);
+            return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule)other);
           } else {
             super.mergeFrom(other);
             return this;
@@ -9563,8 +8597,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
         }
 
         public Builder mergeFrom(com.google.storage.v2.Bucket.Lifecycle.Rule other) {
-          if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance())
-            return this;
+          if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance()) return this;
           if (other.hasAction()) {
             mergeAction(other.getAction());
           }
@@ -9597,25 +8630,26 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 10:
-                  {
-                    input.readMessage(getActionFieldBuilder().getBuilder(), extensionRegistry);
+                case 10: {
+                  input.readMessage(
+                      getActionFieldBuilder().getBuilder(),
+                      extensionRegistry);
 
-                    break;
-                  } // case 10
-                case 18:
-                  {
-                    input.readMessage(getConditionFieldBuilder().getBuilder(), extensionRegistry);
+                  break;
+                } // case 10
+                case 18: {
+                  input.readMessage(
+                      getConditionFieldBuilder().getBuilder(),
+                      extensionRegistry);
 
-                    break;
-                  } // case 18
-                default:
-                  {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                  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) {
@@ -9628,47 +8662,34 @@ public Builder mergeFrom(
 
         private com.google.storage.v2.Bucket.Lifecycle.Rule.Action action_;
         private com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket.Lifecycle.Rule.Action,
-                com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder,
-                com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder>
-            actionBuilder_;
+            com.google.storage.v2.Bucket.Lifecycle.Rule.Action, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder> actionBuilder_;
         /**
-         *
-         *
          * 
          * The action to take.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; - * * @return Whether the action field is set. */ public boolean hasAction() { return actionBuilder_ != null || action_ != null; } /** - * - * *
          * The action to take.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; - * * @return The action. */ public com.google.storage.v2.Bucket.Lifecycle.Rule.Action getAction() { if (actionBuilder_ == null) { - return action_ == null - ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() - : action_; + return action_ == null ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() : action_; } else { return actionBuilder_.getMessage(); } } /** - * - * *
          * The action to take.
          * 
@@ -9689,8 +8710,6 @@ public Builder setAction(com.google.storage.v2.Bucket.Lifecycle.Rule.Action valu return this; } /** - * - * *
          * The action to take.
          * 
@@ -9709,8 +8728,6 @@ public Builder setAction( return this; } /** - * - * *
          * The action to take.
          * 
@@ -9721,9 +8738,7 @@ public Builder mergeAction(com.google.storage.v2.Bucket.Lifecycle.Rule.Action va if (actionBuilder_ == null) { if (action_ != null) { action_ = - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.newBuilder(action_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.newBuilder(action_).mergeFrom(value).buildPartial(); } else { action_ = value; } @@ -9735,8 +8750,6 @@ public Builder mergeAction(com.google.storage.v2.Bucket.Lifecycle.Rule.Action va return this; } /** - * - * *
          * The action to take.
          * 
@@ -9755,8 +8768,6 @@ public Builder clearAction() { return this; } /** - * - * *
          * The action to take.
          * 
@@ -9764,13 +8775,11 @@ public Builder clearAction() { * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; */ public com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder getActionBuilder() { - + onChanged(); return getActionFieldBuilder().getBuilder(); } /** - * - * *
          * The action to take.
          * 
@@ -9781,14 +8790,11 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBu if (actionBuilder_ != null) { return actionBuilder_.getMessageOrBuilder(); } else { - return action_ == null - ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() - : action_; + return action_ == null ? + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() : action_; } } /** - * - * *
          * The action to take.
          * 
@@ -9796,17 +8802,14 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBu * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Action, - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, - com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder> + com.google.storage.v2.Bucket.Lifecycle.Rule.Action, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder> getActionFieldBuilder() { if (actionBuilder_ == null) { - actionBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Action, - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, - com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder>( - getAction(), getParentForChildren(), isClean()); + actionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Lifecycle.Rule.Action, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder>( + getAction(), + getParentForChildren(), + isClean()); action_ = null; } return actionBuilder_; @@ -9814,47 +8817,34 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBu private com.google.storage.v2.Bucket.Lifecycle.Rule.Condition condition_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, - com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder> - conditionBuilder_; + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder> conditionBuilder_; /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; - * * @return Whether the condition field is set. */ public boolean hasCondition() { return conditionBuilder_ != null || condition_ != null; } /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; - * * @return The condition. */ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getCondition() { if (conditionBuilder_ == null) { - return condition_ == null - ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() - : condition_; + return condition_ == null ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() : condition_; } else { return conditionBuilder_.getMessage(); } } /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
@@ -9875,8 +8865,6 @@ public Builder setCondition(com.google.storage.v2.Bucket.Lifecycle.Rule.Conditio return this; } /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
@@ -9895,8 +8883,6 @@ public Builder setCondition( return this; } /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
@@ -9907,9 +8893,7 @@ public Builder mergeCondition(com.google.storage.v2.Bucket.Lifecycle.Rule.Condit if (conditionBuilder_ == null) { if (condition_ != null) { condition_ = - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.newBuilder(condition_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.newBuilder(condition_).mergeFrom(value).buildPartial(); } else { condition_ = value; } @@ -9921,8 +8905,6 @@ public Builder mergeCondition(com.google.storage.v2.Bucket.Lifecycle.Rule.Condit return this; } /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
@@ -9941,8 +8923,6 @@ public Builder clearCondition() { return this; } /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
@@ -9950,32 +8930,26 @@ public Builder clearCondition() { * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; */ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder getConditionBuilder() { - + onChanged(); return getConditionFieldBuilder().getBuilder(); } /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; */ - public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder - getConditionOrBuilder() { + public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder getConditionOrBuilder() { if (conditionBuilder_ != null) { return conditionBuilder_.getMessageOrBuilder(); } else { - return condition_ == null - ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() - : condition_; + return condition_ == null ? + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() : condition_; } } /** - * - * *
          * The condition(s) under which the action will be taken.
          * 
@@ -9983,22 +8957,18 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder getConditio * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, - com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder> + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder> getConditionFieldBuilder() { if (conditionBuilder_ == null) { - conditionBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, - com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder>( - getCondition(), getParentForChildren(), isClean()); + conditionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder>( + getCondition(), + getParentForChildren(), + isClean()); condition_ = null; } return conditionBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -10011,12 +8981,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Lifecycle.Rule) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Lifecycle.Rule) private static final com.google.storage.v2.Bucket.Lifecycle.Rule DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Lifecycle.Rule(); } @@ -10025,28 +8995,27 @@ public static com.google.storage.v2.Bucket.Lifecycle.Rule getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Rule 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 Rule 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; @@ -10061,13 +9030,12 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Lifecycle.Rule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int RULE_FIELD_NUMBER = 1; private java.util.List rule_; /** - * - * *
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -10080,8 +9048,6 @@ public java.util.List getRuleList()
       return rule_;
     }
     /**
-     *
-     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -10090,13 +9056,11 @@ public java.util.List getRuleList()
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
     @java.lang.Override
-    public java.util.List
+    public java.util.List 
         getRuleOrBuilderList() {
       return rule_;
     }
     /**
-     *
-     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -10109,8 +9073,6 @@ public int getRuleCount() {
       return rule_.size();
     }
     /**
-     *
-     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -10123,8 +9085,6 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index) {
       return rule_.get(index);
     }
     /**
-     *
-     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -10133,12 +9093,12 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index) {
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
     @java.lang.Override
-    public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int index) {
+    public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
+        int index) {
       return rule_.get(index);
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -10150,7 +9110,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 < rule_.size(); i++) {
         output.writeMessage(1, rule_.get(i));
       }
@@ -10164,7 +9125,8 @@ public int getSerializedSize() {
 
       size = 0;
       for (int i = 0; i < rule_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, rule_.get(i));
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(1, rule_.get(i));
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -10174,14 +9136,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.storage.v2.Bucket.Lifecycle)) {
         return super.equals(obj);
       }
       com.google.storage.v2.Bucket.Lifecycle other = (com.google.storage.v2.Bucket.Lifecycle) obj;
 
-      if (!getRuleList().equals(other.getRuleList())) return false;
+      if (!getRuleList()
+          .equals(other.getRuleList())) return false;
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
     }
@@ -10202,94 +9165,88 @@ public int hashCode() {
       return hash;
     }
 
-    public static com.google.storage.v2.Bucket.Lifecycle parseFrom(java.nio.ByteBuffer data)
+    public static com.google.storage.v2.Bucket.Lifecycle parseFrom(
+        java.nio.ByteBuffer data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.storage.v2.Bucket.Lifecycle parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
-
     public static com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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
@@ -10299,8 +9256,6 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * Lifecycle properties of a bucket.
      * For more information, see https://cloud.google.com/storage/docs/lifecycle.
@@ -10308,33 +9263,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.Lifecycle}
      */
-    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.storage.v2.Bucket.Lifecycle)
         com.google.storage.v2.Bucket.LifecycleOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Lifecycle.class,
-                com.google.storage.v2.Bucket.Lifecycle.Builder.class);
+                com.google.storage.v2.Bucket.Lifecycle.class, com.google.storage.v2.Bucket.Lifecycle.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.Lifecycle.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();
@@ -10349,9 +9304,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
       }
 
       @java.lang.Override
@@ -10370,8 +9325,7 @@ public com.google.storage.v2.Bucket.Lifecycle build() {
 
       @java.lang.Override
       public com.google.storage.v2.Bucket.Lifecycle buildPartial() {
-        com.google.storage.v2.Bucket.Lifecycle result =
-            new com.google.storage.v2.Bucket.Lifecycle(this);
+        com.google.storage.v2.Bucket.Lifecycle result = new com.google.storage.v2.Bucket.Lifecycle(this);
         int from_bitField0_ = bitField0_;
         if (ruleBuilder_ == null) {
           if (((bitField0_ & 0x00000001) != 0)) {
@@ -10390,41 +9344,38 @@ public com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle) {
-          return mergeFrom((com.google.storage.v2.Bucket.Lifecycle) other);
+          return mergeFrom((com.google.storage.v2.Bucket.Lifecycle)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -10451,10 +9402,9 @@ public Builder mergeFrom(com.google.storage.v2.Bucket.Lifecycle other) {
               ruleBuilder_ = null;
               rule_ = other.rule_;
               bitField0_ = (bitField0_ & ~0x00000001);
-              ruleBuilder_ =
-                  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                      ? getRuleFieldBuilder()
-                      : null;
+              ruleBuilder_ = 
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                   getRuleFieldBuilder() : null;
             } else {
               ruleBuilder_.addAllMessages(other.rule_);
             }
@@ -10486,26 +9436,25 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  com.google.storage.v2.Bucket.Lifecycle.Rule m =
-                      input.readMessage(
-                          com.google.storage.v2.Bucket.Lifecycle.Rule.parser(), extensionRegistry);
-                  if (ruleBuilder_ == null) {
-                    ensureRuleIsMutable();
-                    rule_.add(m);
-                  } else {
-                    ruleBuilder_.addMessage(m);
-                  }
-                  break;
-                } // case 10
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                com.google.storage.v2.Bucket.Lifecycle.Rule m =
+                    input.readMessage(
+                        com.google.storage.v2.Bucket.Lifecycle.Rule.parser(),
+                        extensionRegistry);
+                if (ruleBuilder_ == null) {
+                  ensureRuleIsMutable();
+                  rule_.add(m);
+                } else {
+                  ruleBuilder_.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) {
@@ -10515,28 +9464,21 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
       private java.util.List rule_ =
-          java.util.Collections.emptyList();
-
+        java.util.Collections.emptyList();
       private void ensureRuleIsMutable() {
         if (!((bitField0_ & 0x00000001) != 0)) {
           rule_ = new java.util.ArrayList(rule_);
           bitField0_ |= 0x00000001;
-        }
+         }
       }
 
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.storage.v2.Bucket.Lifecycle.Rule,
-              com.google.storage.v2.Bucket.Lifecycle.Rule.Builder,
-              com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder>
-          ruleBuilder_;
+          com.google.storage.v2.Bucket.Lifecycle.Rule, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder, com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder> ruleBuilder_;
 
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10552,8 +9494,6 @@ public java.util.List getRuleList()
         }
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10569,8 +9509,6 @@ public int getRuleCount() {
         }
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10586,8 +9524,6 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index) {
         }
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10595,7 +9531,8 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index) {
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public Builder setRule(int index, com.google.storage.v2.Bucket.Lifecycle.Rule value) {
+      public Builder setRule(
+          int index, com.google.storage.v2.Bucket.Lifecycle.Rule value) {
         if (ruleBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -10609,8 +9546,6 @@ public Builder setRule(int index, com.google.storage.v2.Bucket.Lifecycle.Rule va
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10630,8 +9565,6 @@ public Builder setRule(
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10653,8 +9586,6 @@ public Builder addRule(com.google.storage.v2.Bucket.Lifecycle.Rule value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10662,7 +9593,8 @@ public Builder addRule(com.google.storage.v2.Bucket.Lifecycle.Rule value) {
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public Builder addRule(int index, com.google.storage.v2.Bucket.Lifecycle.Rule value) {
+      public Builder addRule(
+          int index, com.google.storage.v2.Bucket.Lifecycle.Rule value) {
         if (ruleBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -10676,8 +9608,6 @@ public Builder addRule(int index, com.google.storage.v2.Bucket.Lifecycle.Rule va
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10685,7 +9615,8 @@ public Builder addRule(int index, com.google.storage.v2.Bucket.Lifecycle.Rule va
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public Builder addRule(com.google.storage.v2.Bucket.Lifecycle.Rule.Builder builderForValue) {
+      public Builder addRule(
+          com.google.storage.v2.Bucket.Lifecycle.Rule.Builder builderForValue) {
         if (ruleBuilder_ == null) {
           ensureRuleIsMutable();
           rule_.add(builderForValue.build());
@@ -10696,8 +9627,6 @@ public Builder addRule(com.google.storage.v2.Bucket.Lifecycle.Rule.Builder build
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10717,8 +9646,6 @@ public Builder addRule(
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10730,7 +9657,8 @@ public Builder addAllRule(
           java.lang.Iterable values) {
         if (ruleBuilder_ == null) {
           ensureRuleIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, rule_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(
+              values, rule_);
           onChanged();
         } else {
           ruleBuilder_.addAllMessages(values);
@@ -10738,8 +9666,6 @@ public Builder addAllRule(
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10758,8 +9684,6 @@ public Builder clearRule() {
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10778,8 +9702,6 @@ public Builder removeRule(int index) {
         return this;
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10787,12 +9709,11 @@ public Builder removeRule(int index) {
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder getRuleBuilder(int index) {
+      public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder getRuleBuilder(
+          int index) {
         return getRuleFieldBuilder().getBuilder(index);
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10800,16 +9721,14 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder getRuleBuilder(int in
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int index) {
+      public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
+          int index) {
         if (ruleBuilder_ == null) {
-          return rule_.get(index);
-        } else {
+          return rule_.get(index);  } else {
           return ruleBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10817,8 +9736,8 @@ public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public java.util.List
-          getRuleOrBuilderList() {
+      public java.util.List 
+           getRuleOrBuilderList() {
         if (ruleBuilder_ != null) {
           return ruleBuilder_.getMessageOrBuilderList();
         } else {
@@ -10826,8 +9745,6 @@ public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int
         }
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10836,12 +9753,10 @@ public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
       public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder() {
-        return getRuleFieldBuilder()
-            .addBuilder(com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance());
+        return getRuleFieldBuilder().addBuilder(
+            com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10849,13 +9764,12 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder() {
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder(int index) {
-        return getRuleFieldBuilder()
-            .addBuilder(index, com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance());
+      public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder(
+          int index) {
+        return getRuleFieldBuilder().addBuilder(
+            index, com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -10863,28 +9777,24 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder(int in
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public java.util.List
-          getRuleBuilderList() {
+      public java.util.List 
+           getRuleBuilderList() {
         return getRuleFieldBuilder().getBuilderList();
       }
-
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.storage.v2.Bucket.Lifecycle.Rule,
-              com.google.storage.v2.Bucket.Lifecycle.Rule.Builder,
-              com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder>
+          com.google.storage.v2.Bucket.Lifecycle.Rule, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder, com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder> 
           getRuleFieldBuilder() {
         if (ruleBuilder_ == null) {
-          ruleBuilder_ =
-              new com.google.protobuf.RepeatedFieldBuilderV3<
-                  com.google.storage.v2.Bucket.Lifecycle.Rule,
-                  com.google.storage.v2.Bucket.Lifecycle.Rule.Builder,
-                  com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder>(
-                  rule_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+          ruleBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+              com.google.storage.v2.Bucket.Lifecycle.Rule, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder, com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder>(
+                  rule_,
+                  ((bitField0_ & 0x00000001) != 0),
+                  getParentForChildren(),
+                  isClean());
           rule_ = null;
         }
         return ruleBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -10897,12 +9807,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Lifecycle)
     }
 
     // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Lifecycle)
     private static final com.google.storage.v2.Bucket.Lifecycle DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Lifecycle();
     }
@@ -10911,28 +9821,27 @@ public static com.google.storage.v2.Bucket.Lifecycle getDefaultInstance() {
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public Lifecycle 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 Lifecycle 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;
@@ -10947,84 +9856,71 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.storage.v2.Bucket.Lifecycle getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
-  public interface LoggingOrBuilder
-      extends
+  public interface LoggingOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Logging)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The destination bucket where the current bucket's logs should be placed,
      * using path format (like `projects/123456/buckets/foo`).
      * 
* * string log_bucket = 1; - * * @return The logBucket. */ java.lang.String getLogBucket(); /** - * - * *
      * The destination bucket where the current bucket's logs should be placed,
      * using path format (like `projects/123456/buckets/foo`).
      * 
* * string log_bucket = 1; - * * @return The bytes for logBucket. */ - com.google.protobuf.ByteString getLogBucketBytes(); + com.google.protobuf.ByteString + getLogBucketBytes(); /** - * - * *
      * A prefix for log object names.
      * 
* * string log_object_prefix = 2; - * * @return The logObjectPrefix. */ java.lang.String getLogObjectPrefix(); /** - * - * *
      * A prefix for log object names.
      * 
* * string log_object_prefix = 2; - * * @return The bytes for logObjectPrefix. */ - com.google.protobuf.ByteString getLogObjectPrefixBytes(); + com.google.protobuf.ByteString + getLogObjectPrefixBytes(); } /** - * - * *
    * Logging-related properties of a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.Logging} */ - public static final class Logging extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Logging extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Logging) LoggingOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Logging.newBuilder() to construct. private Logging(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Logging() { logBucket_ = ""; logObjectPrefix_ = ""; @@ -11032,42 +9928,38 @@ private Logging() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Logging(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Logging_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Logging.class, - com.google.storage.v2.Bucket.Logging.Builder.class); + com.google.storage.v2.Bucket.Logging.class, com.google.storage.v2.Bucket.Logging.Builder.class); } public static final int LOG_BUCKET_FIELD_NUMBER = 1; private volatile java.lang.Object logBucket_; /** - * - * *
      * The destination bucket where the current bucket's logs should be placed,
      * using path format (like `projects/123456/buckets/foo`).
      * 
* * string log_bucket = 1; - * * @return The logBucket. */ @java.lang.Override @@ -11076,30 +9968,30 @@ public java.lang.String getLogBucket() { 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(); logBucket_ = s; return s; } } /** - * - * *
      * The destination bucket where the current bucket's logs should be placed,
      * using path format (like `projects/123456/buckets/foo`).
      * 
* * string log_bucket = 1; - * * @return The bytes for logBucket. */ @java.lang.Override - public com.google.protobuf.ByteString getLogBucketBytes() { + public com.google.protobuf.ByteString + getLogBucketBytes() { java.lang.Object ref = logBucket_; 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); logBucket_ = b; return b; } else { @@ -11110,14 +10002,11 @@ public com.google.protobuf.ByteString getLogBucketBytes() { public static final int LOG_OBJECT_PREFIX_FIELD_NUMBER = 2; private volatile java.lang.Object logObjectPrefix_; /** - * - * *
      * A prefix for log object names.
      * 
* * string log_object_prefix = 2; - * * @return The logObjectPrefix. */ @java.lang.Override @@ -11126,29 +10015,29 @@ public java.lang.String getLogObjectPrefix() { 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(); logObjectPrefix_ = s; return s; } } /** - * - * *
      * A prefix for log object names.
      * 
* * string log_object_prefix = 2; - * * @return The bytes for logObjectPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getLogObjectPrefixBytes() { + public com.google.protobuf.ByteString + getLogObjectPrefixBytes() { java.lang.Object ref = logObjectPrefix_; 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); logObjectPrefix_ = b; return b; } else { @@ -11157,7 +10046,6 @@ public com.google.protobuf.ByteString getLogObjectPrefixBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -11169,7 +10057,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(logBucket_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, logBucket_); } @@ -11199,15 +10088,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.storage.v2.Bucket.Logging)) { return super.equals(obj); } com.google.storage.v2.Bucket.Logging other = (com.google.storage.v2.Bucket.Logging) obj; - if (!getLogBucket().equals(other.getLogBucket())) return false; - if (!getLogObjectPrefix().equals(other.getLogObjectPrefix())) return false; + if (!getLogBucket() + .equals(other.getLogBucket())) return false; + if (!getLogObjectPrefix() + .equals(other.getLogObjectPrefix())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -11228,94 +10119,88 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Logging parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Logging parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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 @@ -11325,41 +10210,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Logging-related properties of a bucket.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.Logging} */ - 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.storage.v2.Bucket.Logging) com.google.storage.v2.Bucket.LoggingOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Logging_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Logging.class, - com.google.storage.v2.Bucket.Logging.Builder.class); + com.google.storage.v2.Bucket.Logging.class, com.google.storage.v2.Bucket.Logging.Builder.class); } // Construct using com.google.storage.v2.Bucket.Logging.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(); @@ -11371,9 +10254,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Logging_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_descriptor; } @java.lang.Override @@ -11392,8 +10275,7 @@ public com.google.storage.v2.Bucket.Logging build() { @java.lang.Override public com.google.storage.v2.Bucket.Logging buildPartial() { - com.google.storage.v2.Bucket.Logging result = - new com.google.storage.v2.Bucket.Logging(this); + com.google.storage.v2.Bucket.Logging result = new com.google.storage.v2.Bucket.Logging(this); result.logBucket_ = logBucket_; result.logObjectPrefix_ = logObjectPrefix_; onBuilt(); @@ -11404,41 +10286,38 @@ public com.google.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging) { - return mergeFrom((com.google.storage.v2.Bucket.Logging) other); + return mergeFrom((com.google.storage.v2.Bucket.Logging)other); } else { super.mergeFrom(other); return this; @@ -11481,25 +10360,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - logBucket_ = input.readStringRequireUtf8(); + case 10: { + logBucket_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 18: - { - logObjectPrefix_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 18: { + logObjectPrefix_ = input.readStringRequireUtf8(); - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -11512,21 +10388,19 @@ public Builder mergeFrom( private java.lang.Object logBucket_ = ""; /** - * - * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; - * * @return The logBucket. */ public java.lang.String getLogBucket() { java.lang.Object ref = logBucket_; 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(); logBucket_ = s; return s; @@ -11535,22 +10409,21 @@ public java.lang.String getLogBucket() { } } /** - * - * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; - * * @return The bytes for logBucket. */ - public com.google.protobuf.ByteString getLogBucketBytes() { + public com.google.protobuf.ByteString + getLogBucketBytes() { java.lang.Object ref = logBucket_; 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); logBucket_ = b; return b; } else { @@ -11558,64 +10431,57 @@ public com.google.protobuf.ByteString getLogBucketBytes() { } } /** - * - * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; - * * @param value The logBucket to set. * @return This builder for chaining. */ - public Builder setLogBucket(java.lang.String value) { + public Builder setLogBucket( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + logBucket_ = value; onChanged(); return this; } /** - * - * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; - * * @return This builder for chaining. */ public Builder clearLogBucket() { - + logBucket_ = getDefaultInstance().getLogBucket(); onChanged(); return this; } /** - * - * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; - * * @param value The bytes for logBucket to set. * @return This builder for chaining. */ - public Builder setLogBucketBytes(com.google.protobuf.ByteString value) { + public Builder setLogBucketBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + logBucket_ = value; onChanged(); return this; @@ -11623,20 +10489,18 @@ public Builder setLogBucketBytes(com.google.protobuf.ByteString value) { private java.lang.Object logObjectPrefix_ = ""; /** - * - * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; - * * @return The logObjectPrefix. */ public java.lang.String getLogObjectPrefix() { java.lang.Object ref = logObjectPrefix_; 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(); logObjectPrefix_ = s; return s; @@ -11645,21 +10509,20 @@ public java.lang.String getLogObjectPrefix() { } } /** - * - * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; - * * @return The bytes for logObjectPrefix. */ - public com.google.protobuf.ByteString getLogObjectPrefixBytes() { + public com.google.protobuf.ByteString + getLogObjectPrefixBytes() { java.lang.Object ref = logObjectPrefix_; 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); logObjectPrefix_ = b; return b; } else { @@ -11667,66 +10530,58 @@ public com.google.protobuf.ByteString getLogObjectPrefixBytes() { } } /** - * - * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; - * * @param value The logObjectPrefix to set. * @return This builder for chaining. */ - public Builder setLogObjectPrefix(java.lang.String value) { + public Builder setLogObjectPrefix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + logObjectPrefix_ = value; onChanged(); return this; } /** - * - * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; - * * @return This builder for chaining. */ public Builder clearLogObjectPrefix() { - + logObjectPrefix_ = getDefaultInstance().getLogObjectPrefix(); onChanged(); return this; } /** - * - * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; - * * @param value The bytes for logObjectPrefix to set. * @return This builder for chaining. */ - public Builder setLogObjectPrefixBytes(com.google.protobuf.ByteString value) { + public Builder setLogObjectPrefixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + logObjectPrefix_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -11739,12 +10594,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Logging) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Logging) private static final com.google.storage.v2.Bucket.Logging DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Logging(); } @@ -11753,28 +10608,27 @@ public static com.google.storage.v2.Bucket.Logging getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Logging 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 Logging 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; @@ -11789,42 +10643,34 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Logging getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface RetentionPolicyOrBuilder - extends + public interface RetentionPolicyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.RetentionPolicy) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
      * 
* * .google.protobuf.Timestamp effective_time = 1; - * * @return Whether the effectiveTime field is set. */ boolean hasEffectiveTime(); /** - * - * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
      * 
* * .google.protobuf.Timestamp effective_time = 1; - * * @return The effectiveTime. */ com.google.protobuf.Timestamp getEffectiveTime(); /** - * - * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
@@ -11835,21 +10681,16 @@ public interface RetentionPolicyOrBuilder
     com.google.protobuf.TimestampOrBuilder getEffectiveTimeOrBuilder();
 
     /**
-     *
-     *
      * 
      * Once locked, an object retention policy cannot be modified.
      * 
* * bool is_locked = 2; - * * @return The isLocked. */ boolean getIsLocked(); /** - * - * *
      * The duration in seconds that objects need to be retained. Retention
      * duration must be greater than zero and less than 100 years. Note that
@@ -11858,13 +10699,10 @@ public interface RetentionPolicyOrBuilder
      * 
* * optional int64 retention_period = 3; - * * @return Whether the retentionPeriod field is set. */ boolean hasRetentionPeriod(); /** - * - * *
      * The duration in seconds that objects need to be retained. Retention
      * duration must be greater than zero and less than 100 years. Note that
@@ -11873,71 +10711,103 @@ public interface RetentionPolicyOrBuilder
      * 
* * optional int64 retention_period = 3; - * * @return The retentionPeriod. */ long getRetentionPeriod(); + + /** + *
+     * The duration that objects need to be retained. Retention duration must be
+     * greater than zero and less than 100 years. Note that enforcement of
+     * retention periods less than a day is not guaranteed. Such periods should
+     * only be used for testing purposes. Any `nanos` value specified will be
+     * rounded down to the nearest second.
+     * 
+ * + * .google.protobuf.Duration retention_duration = 4; + * @return Whether the retentionDuration field is set. + */ + boolean hasRetentionDuration(); + /** + *
+     * The duration that objects need to be retained. Retention duration must be
+     * greater than zero and less than 100 years. Note that enforcement of
+     * retention periods less than a day is not guaranteed. Such periods should
+     * only be used for testing purposes. Any `nanos` value specified will be
+     * rounded down to the nearest second.
+     * 
+ * + * .google.protobuf.Duration retention_duration = 4; + * @return The retentionDuration. + */ + com.google.protobuf.Duration getRetentionDuration(); + /** + *
+     * The duration that objects need to be retained. Retention duration must be
+     * greater than zero and less than 100 years. Note that enforcement of
+     * retention periods less than a day is not guaranteed. Such periods should
+     * only be used for testing purposes. Any `nanos` value specified will be
+     * rounded down to the nearest second.
+     * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder(); } /** - * - * *
    * Retention policy properties of a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.RetentionPolicy} */ - public static final class RetentionPolicy extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class RetentionPolicy extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.RetentionPolicy) RetentionPolicyOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use RetentionPolicy.newBuilder() to construct. private RetentionPolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private RetentionPolicy() {} + private RetentionPolicy() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RetentionPolicy(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.RetentionPolicy.class, - com.google.storage.v2.Bucket.RetentionPolicy.Builder.class); + com.google.storage.v2.Bucket.RetentionPolicy.class, com.google.storage.v2.Bucket.RetentionPolicy.Builder.class); } private int bitField0_; public static final int EFFECTIVE_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp effectiveTime_; /** - * - * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
      * 
* * .google.protobuf.Timestamp effective_time = 1; - * * @return Whether the effectiveTime field is set. */ @java.lang.Override @@ -11945,26 +10815,19 @@ public boolean hasEffectiveTime() { return effectiveTime_ != null; } /** - * - * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
      * 
* * .google.protobuf.Timestamp effective_time = 1; - * * @return The effectiveTime. */ @java.lang.Override public com.google.protobuf.Timestamp getEffectiveTime() { - return effectiveTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : effectiveTime_; + return effectiveTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : effectiveTime_; } /** - * - * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
@@ -11980,14 +10843,11 @@ public com.google.protobuf.TimestampOrBuilder getEffectiveTimeOrBuilder() {
     public static final int IS_LOCKED_FIELD_NUMBER = 2;
     private boolean isLocked_;
     /**
-     *
-     *
      * 
      * Once locked, an object retention policy cannot be modified.
      * 
* * bool is_locked = 2; - * * @return The isLocked. */ @java.lang.Override @@ -11998,8 +10858,6 @@ public boolean getIsLocked() { public static final int RETENTION_PERIOD_FIELD_NUMBER = 3; private long retentionPeriod_; /** - * - * *
      * The duration in seconds that objects need to be retained. Retention
      * duration must be greater than zero and less than 100 years. Note that
@@ -12008,7 +10866,6 @@ public boolean getIsLocked() {
      * 
* * optional int64 retention_period = 3; - * * @return Whether the retentionPeriod field is set. */ @java.lang.Override @@ -12016,8 +10873,6 @@ public boolean hasRetentionPeriod() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * The duration in seconds that objects need to be retained. Retention
      * duration must be greater than zero and less than 100 years. Note that
@@ -12026,7 +10881,6 @@ public boolean hasRetentionPeriod() {
      * 
* * optional int64 retention_period = 3; - * * @return The retentionPeriod. */ @java.lang.Override @@ -12034,8 +10888,57 @@ public long getRetentionPeriod() { return retentionPeriod_; } - private byte memoizedIsInitialized = -1; + public static final int RETENTION_DURATION_FIELD_NUMBER = 4; + private com.google.protobuf.Duration retentionDuration_; + /** + *
+     * The duration that objects need to be retained. Retention duration must be
+     * greater than zero and less than 100 years. Note that enforcement of
+     * retention periods less than a day is not guaranteed. Such periods should
+     * only be used for testing purposes. Any `nanos` value specified will be
+     * rounded down to the nearest second.
+     * 
+ * + * .google.protobuf.Duration retention_duration = 4; + * @return Whether the retentionDuration field is set. + */ + @java.lang.Override + public boolean hasRetentionDuration() { + return retentionDuration_ != null; + } + /** + *
+     * The duration that objects need to be retained. Retention duration must be
+     * greater than zero and less than 100 years. Note that enforcement of
+     * retention periods less than a day is not guaranteed. Such periods should
+     * only be used for testing purposes. Any `nanos` value specified will be
+     * rounded down to the nearest second.
+     * 
+ * + * .google.protobuf.Duration retention_duration = 4; + * @return The retentionDuration. + */ + @java.lang.Override + public com.google.protobuf.Duration getRetentionDuration() { + return retentionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : retentionDuration_; + } + /** + *
+     * The duration that objects need to be retained. Retention duration must be
+     * greater than zero and less than 100 years. Note that enforcement of
+     * retention periods less than a day is not guaranteed. Such periods should
+     * only be used for testing purposes. Any `nanos` value specified will be
+     * rounded down to the nearest second.
+     * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + @java.lang.Override + public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() { + return getRetentionDuration(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -12047,7 +10950,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 (effectiveTime_ != null) { output.writeMessage(1, getEffectiveTime()); } @@ -12057,6 +10961,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (((bitField0_ & 0x00000001) != 0)) { output.writeInt64(3, retentionPeriod_); } + if (retentionDuration_ != null) { + output.writeMessage(4, getRetentionDuration()); + } getUnknownFields().writeTo(output); } @@ -12067,13 +10974,20 @@ public int getSerializedSize() { size = 0; if (effectiveTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getEffectiveTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getEffectiveTime()); } if (isLocked_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, isLocked_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(2, isLocked_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, retentionPeriod_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, retentionPeriod_); + } + if (retentionDuration_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getRetentionDuration()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -12083,22 +10997,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.storage.v2.Bucket.RetentionPolicy)) { return super.equals(obj); } - com.google.storage.v2.Bucket.RetentionPolicy other = - (com.google.storage.v2.Bucket.RetentionPolicy) obj; + com.google.storage.v2.Bucket.RetentionPolicy other = (com.google.storage.v2.Bucket.RetentionPolicy) obj; if (hasEffectiveTime() != other.hasEffectiveTime()) return false; if (hasEffectiveTime()) { - if (!getEffectiveTime().equals(other.getEffectiveTime())) return false; + if (!getEffectiveTime() + .equals(other.getEffectiveTime())) return false; } - if (getIsLocked() != other.getIsLocked()) return false; + if (getIsLocked() + != other.getIsLocked()) return false; if (hasRetentionPeriod() != other.hasRetentionPeriod()) return false; if (hasRetentionPeriod()) { - if (getRetentionPeriod() != other.getRetentionPeriod()) return false; + if (getRetentionPeriod() + != other.getRetentionPeriod()) return false; + } + if (hasRetentionDuration() != other.hasRetentionDuration()) return false; + if (hasRetentionDuration()) { + if (!getRetentionDuration() + .equals(other.getRetentionDuration())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -12116,104 +11037,104 @@ public int hashCode() { hash = (53 * hash) + getEffectiveTime().hashCode(); } hash = (37 * hash) + IS_LOCKED_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsLocked()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getIsLocked()); if (hasRetentionPeriod()) { hash = (37 * hash) + RETENTION_PERIOD_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getRetentionPeriod()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getRetentionPeriod()); + } + if (hasRetentionDuration()) { + hash = (37 * hash) + RETENTION_DURATION_FIELD_NUMBER; + hash = (53 * hash) + getRetentionDuration().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.Bucket.RetentionPolicy parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.RetentionPolicy parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.RetentionPolicy parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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 @@ -12223,41 +11144,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Retention policy properties of a bucket.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.RetentionPolicy} */ - 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.storage.v2.Bucket.RetentionPolicy) com.google.storage.v2.Bucket.RetentionPolicyOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.RetentionPolicy.class, - com.google.storage.v2.Bucket.RetentionPolicy.Builder.class); + com.google.storage.v2.Bucket.RetentionPolicy.class, com.google.storage.v2.Bucket.RetentionPolicy.Builder.class); } // Construct using com.google.storage.v2.Bucket.RetentionPolicy.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(); @@ -12271,13 +11190,19 @@ public Builder clear() { retentionPeriod_ = 0L; bitField0_ = (bitField0_ & ~0x00000001); + if (retentionDurationBuilder_ == null) { + retentionDuration_ = null; + } else { + retentionDuration_ = null; + retentionDurationBuilder_ = null; + } return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; } @java.lang.Override @@ -12296,8 +11221,7 @@ public com.google.storage.v2.Bucket.RetentionPolicy build() { @java.lang.Override public com.google.storage.v2.Bucket.RetentionPolicy buildPartial() { - com.google.storage.v2.Bucket.RetentionPolicy result = - new com.google.storage.v2.Bucket.RetentionPolicy(this); + com.google.storage.v2.Bucket.RetentionPolicy result = new com.google.storage.v2.Bucket.RetentionPolicy(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (effectiveTimeBuilder_ == null) { @@ -12310,6 +11234,11 @@ public com.google.storage.v2.Bucket.RetentionPolicy buildPartial() { result.retentionPeriod_ = retentionPeriod_; to_bitField0_ |= 0x00000001; } + if (retentionDurationBuilder_ == null) { + result.retentionDuration_ = retentionDuration_; + } else { + result.retentionDuration_ = retentionDurationBuilder_.build(); + } result.bitField0_ = to_bitField0_; onBuilt(); return result; @@ -12319,41 +11248,38 @@ public com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy) { - return mergeFrom((com.google.storage.v2.Bucket.RetentionPolicy) other); + return mergeFrom((com.google.storage.v2.Bucket.RetentionPolicy)other); } else { super.mergeFrom(other); return this; @@ -12371,6 +11297,9 @@ public Builder mergeFrom(com.google.storage.v2.Bucket.RetentionPolicy other) { if (other.hasRetentionPeriod()) { setRetentionPeriod(other.getRetentionPeriod()); } + if (other.hasRetentionDuration()) { + mergeRetentionDuration(other.getRetentionDuration()); + } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -12397,31 +11326,36 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getEffectiveTimeFieldBuilder().getBuilder(), extensionRegistry); + case 10: { + input.readMessage( + getEffectiveTimeFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 10 - case 16: - { - isLocked_ = input.readBool(); + break; + } // case 10 + case 16: { + isLocked_ = input.readBool(); - break; - } // case 16 - case 24: - { - retentionPeriod_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 16 + case 24: { + retentionPeriod_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 24 + case 34: { + input.readMessage( + getRetentionDurationFieldBuilder().getBuilder(), + extensionRegistry); + + 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) { @@ -12431,54 +11365,40 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.protobuf.Timestamp effectiveTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - effectiveTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> effectiveTimeBuilder_; /** - * - * *
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
        * 
* * .google.protobuf.Timestamp effective_time = 1; - * * @return Whether the effectiveTime field is set. */ public boolean hasEffectiveTime() { return effectiveTimeBuilder_ != null || effectiveTime_ != null; } /** - * - * *
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
        * 
* * .google.protobuf.Timestamp effective_time = 1; - * * @return The effectiveTime. */ public com.google.protobuf.Timestamp getEffectiveTime() { if (effectiveTimeBuilder_ == null) { - return effectiveTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : effectiveTime_; + return effectiveTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : effectiveTime_; } else { return effectiveTimeBuilder_.getMessage(); } } /** - * - * *
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -12500,8 +11420,6 @@ public Builder setEffectiveTime(com.google.protobuf.Timestamp value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -12509,7 +11427,8 @@ public Builder setEffectiveTime(com.google.protobuf.Timestamp value) {
        *
        * .google.protobuf.Timestamp effective_time = 1;
        */
-      public Builder setEffectiveTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+      public Builder setEffectiveTime(
+          com.google.protobuf.Timestamp.Builder builderForValue) {
         if (effectiveTimeBuilder_ == null) {
           effectiveTime_ = builderForValue.build();
           onChanged();
@@ -12520,8 +11439,6 @@ public Builder setEffectiveTime(com.google.protobuf.Timestamp.Builder builderFor
         return this;
       }
       /**
-       *
-       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -12533,9 +11450,7 @@ public Builder mergeEffectiveTime(com.google.protobuf.Timestamp value) {
         if (effectiveTimeBuilder_ == null) {
           if (effectiveTime_ != null) {
             effectiveTime_ =
-                com.google.protobuf.Timestamp.newBuilder(effectiveTime_)
-                    .mergeFrom(value)
-                    .buildPartial();
+              com.google.protobuf.Timestamp.newBuilder(effectiveTime_).mergeFrom(value).buildPartial();
           } else {
             effectiveTime_ = value;
           }
@@ -12547,8 +11462,6 @@ public Builder mergeEffectiveTime(com.google.protobuf.Timestamp value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -12568,8 +11481,6 @@ public Builder clearEffectiveTime() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -12578,13 +11489,11 @@ public Builder clearEffectiveTime() {
        * .google.protobuf.Timestamp effective_time = 1;
        */
       public com.google.protobuf.Timestamp.Builder getEffectiveTimeBuilder() {
-
+        
         onChanged();
         return getEffectiveTimeFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -12596,14 +11505,11 @@ public com.google.protobuf.TimestampOrBuilder getEffectiveTimeOrBuilder() {
         if (effectiveTimeBuilder_ != null) {
           return effectiveTimeBuilder_.getMessageOrBuilder();
         } else {
-          return effectiveTime_ == null
-              ? com.google.protobuf.Timestamp.getDefaultInstance()
-              : effectiveTime_;
+          return effectiveTime_ == null ?
+              com.google.protobuf.Timestamp.getDefaultInstance() : effectiveTime_;
         }
       }
       /**
-       *
-       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -12612,32 +11518,26 @@ public com.google.protobuf.TimestampOrBuilder getEffectiveTimeOrBuilder() {
        * .google.protobuf.Timestamp effective_time = 1;
        */
       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> 
           getEffectiveTimeFieldBuilder() {
         if (effectiveTimeBuilder_ == null) {
-          effectiveTimeBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.protobuf.Timestamp,
-                  com.google.protobuf.Timestamp.Builder,
-                  com.google.protobuf.TimestampOrBuilder>(
-                  getEffectiveTime(), getParentForChildren(), isClean());
+          effectiveTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                  getEffectiveTime(),
+                  getParentForChildren(),
+                  isClean());
           effectiveTime_ = null;
         }
         return effectiveTimeBuilder_;
       }
 
-      private boolean isLocked_;
+      private boolean isLocked_ ;
       /**
-       *
-       *
        * 
        * Once locked, an object retention policy cannot be modified.
        * 
* * bool is_locked = 2; - * * @return The isLocked. */ @java.lang.Override @@ -12645,45 +11545,37 @@ public boolean getIsLocked() { return isLocked_; } /** - * - * *
        * Once locked, an object retention policy cannot be modified.
        * 
* * bool is_locked = 2; - * * @param value The isLocked to set. * @return This builder for chaining. */ public Builder setIsLocked(boolean value) { - + isLocked_ = value; onChanged(); return this; } /** - * - * *
        * Once locked, an object retention policy cannot be modified.
        * 
* * bool is_locked = 2; - * * @return This builder for chaining. */ public Builder clearIsLocked() { - + isLocked_ = false; onChanged(); return this; } - private long retentionPeriod_; + private long retentionPeriod_ ; /** - * - * *
        * The duration in seconds that objects need to be retained. Retention
        * duration must be greater than zero and less than 100 years. Note that
@@ -12692,7 +11584,6 @@ public Builder clearIsLocked() {
        * 
* * optional int64 retention_period = 3; - * * @return Whether the retentionPeriod field is set. */ @java.lang.Override @@ -12700,8 +11591,6 @@ public boolean hasRetentionPeriod() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
        * The duration in seconds that objects need to be retained. Retention
        * duration must be greater than zero and less than 100 years. Note that
@@ -12710,7 +11599,6 @@ public boolean hasRetentionPeriod() {
        * 
* * optional int64 retention_period = 3; - * * @return The retentionPeriod. */ @java.lang.Override @@ -12718,8 +11606,6 @@ public long getRetentionPeriod() { return retentionPeriod_; } /** - * - * *
        * The duration in seconds that objects need to be retained. Retention
        * duration must be greater than zero and less than 100 years. Note that
@@ -12728,7 +11614,6 @@ public long getRetentionPeriod() {
        * 
* * optional int64 retention_period = 3; - * * @param value The retentionPeriod to set. * @return This builder for chaining. */ @@ -12739,8 +11624,6 @@ public Builder setRetentionPeriod(long value) { return this; } /** - * - * *
        * The duration in seconds that objects need to be retained. Retention
        * duration must be greater than zero and less than 100 years. Note that
@@ -12749,7 +11632,6 @@ public Builder setRetentionPeriod(long value) {
        * 
* * optional int64 retention_period = 3; - * * @return This builder for chaining. */ public Builder clearRetentionPeriod() { @@ -12759,6 +11641,196 @@ public Builder clearRetentionPeriod() { return this; } + private com.google.protobuf.Duration retentionDuration_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> retentionDurationBuilder_; + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + * @return Whether the retentionDuration field is set. + */ + public boolean hasRetentionDuration() { + return retentionDurationBuilder_ != null || retentionDuration_ != null; + } + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + * @return The retentionDuration. + */ + public com.google.protobuf.Duration getRetentionDuration() { + if (retentionDurationBuilder_ == null) { + return retentionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : retentionDuration_; + } else { + return retentionDurationBuilder_.getMessage(); + } + } + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + public Builder setRetentionDuration(com.google.protobuf.Duration value) { + if (retentionDurationBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + retentionDuration_ = value; + onChanged(); + } else { + retentionDurationBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + public Builder setRetentionDuration( + com.google.protobuf.Duration.Builder builderForValue) { + if (retentionDurationBuilder_ == null) { + retentionDuration_ = builderForValue.build(); + onChanged(); + } else { + retentionDurationBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + public Builder mergeRetentionDuration(com.google.protobuf.Duration value) { + if (retentionDurationBuilder_ == null) { + if (retentionDuration_ != null) { + retentionDuration_ = + com.google.protobuf.Duration.newBuilder(retentionDuration_).mergeFrom(value).buildPartial(); + } else { + retentionDuration_ = value; + } + onChanged(); + } else { + retentionDurationBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + public Builder clearRetentionDuration() { + if (retentionDurationBuilder_ == null) { + retentionDuration_ = null; + onChanged(); + } else { + retentionDuration_ = null; + retentionDurationBuilder_ = null; + } + + return this; + } + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + public com.google.protobuf.Duration.Builder getRetentionDurationBuilder() { + + onChanged(); + return getRetentionDurationFieldBuilder().getBuilder(); + } + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() { + if (retentionDurationBuilder_ != null) { + return retentionDurationBuilder_.getMessageOrBuilder(); + } else { + return retentionDuration_ == null ? + com.google.protobuf.Duration.getDefaultInstance() : retentionDuration_; + } + } + /** + *
+       * The duration that objects need to be retained. Retention duration must be
+       * greater than zero and less than 100 years. Note that enforcement of
+       * retention periods less than a day is not guaranteed. Such periods should
+       * only be used for testing purposes. Any `nanos` value specified will be
+       * rounded down to the nearest second.
+       * 
+ * + * .google.protobuf.Duration retention_duration = 4; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> + getRetentionDurationFieldBuilder() { + if (retentionDurationBuilder_ == null) { + retentionDurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( + getRetentionDuration(), + getParentForChildren(), + isClean()); + retentionDuration_ = null; + } + return retentionDurationBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -12771,12 +11843,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.RetentionPolicy) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.RetentionPolicy) private static final com.google.storage.v2.Bucket.RetentionPolicy DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.RetentionPolicy(); } @@ -12785,28 +11857,27 @@ public static com.google.storage.v2.Bucket.RetentionPolicy getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RetentionPolicy 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 RetentionPolicy 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; @@ -12821,29 +11892,24 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.RetentionPolicy getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface VersioningOrBuilder - extends + public interface VersioningOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Versioning) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * While set to true, versioning is fully enabled for this bucket.
      * 
* * bool enabled = 1; - * * @return The enabled. */ boolean getEnabled(); } /** - * - * *
    * Properties of a bucket related to versioning.
    * For more on Cloud Storage versioning, see
@@ -12852,55 +11918,51 @@ public interface VersioningOrBuilder
    *
    * Protobuf type {@code google.storage.v2.Bucket.Versioning}
    */
-  public static final class Versioning extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class Versioning extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Versioning)
       VersioningOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use Versioning.newBuilder() to construct.
     private Versioning(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
-    private Versioning() {}
+    private Versioning() {
+    }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new Versioning();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_Versioning_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.Versioning.class,
-              com.google.storage.v2.Bucket.Versioning.Builder.class);
+              com.google.storage.v2.Bucket.Versioning.class, com.google.storage.v2.Bucket.Versioning.Builder.class);
     }
 
     public static final int ENABLED_FIELD_NUMBER = 1;
     private boolean enabled_;
     /**
-     *
-     *
      * 
      * While set to true, versioning is fully enabled for this bucket.
      * 
* * bool enabled = 1; - * * @return The enabled. */ @java.lang.Override @@ -12909,7 +11971,6 @@ public boolean getEnabled() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -12921,7 +11982,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 (enabled_ != false) { output.writeBool(1, enabled_); } @@ -12935,7 +11997,8 @@ public int getSerializedSize() { size = 0; if (enabled_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, enabled_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(1, enabled_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -12945,14 +12008,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.storage.v2.Bucket.Versioning)) { return super.equals(obj); } com.google.storage.v2.Bucket.Versioning other = (com.google.storage.v2.Bucket.Versioning) obj; - if (getEnabled() != other.getEnabled()) return false; + if (getEnabled() + != other.getEnabled()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -12965,100 +12029,95 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ENABLED_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnabled()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getEnabled()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.Bucket.Versioning parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Versioning parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.Versioning parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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 @@ -13068,8 +12127,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Properties of a bucket related to versioning.
      * For more on Cloud Storage versioning, see
@@ -13078,33 +12135,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.Versioning}
      */
-    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.storage.v2.Bucket.Versioning)
         com.google.storage.v2.Bucket.VersioningOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Versioning_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Versioning.class,
-                com.google.storage.v2.Bucket.Versioning.Builder.class);
+                com.google.storage.v2.Bucket.Versioning.class, com.google.storage.v2.Bucket.Versioning.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.Versioning.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();
@@ -13114,9 +12171,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Versioning_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_descriptor;
       }
 
       @java.lang.Override
@@ -13135,8 +12192,7 @@ public com.google.storage.v2.Bucket.Versioning build() {
 
       @java.lang.Override
       public com.google.storage.v2.Bucket.Versioning buildPartial() {
-        com.google.storage.v2.Bucket.Versioning result =
-            new com.google.storage.v2.Bucket.Versioning(this);
+        com.google.storage.v2.Bucket.Versioning result = new com.google.storage.v2.Bucket.Versioning(this);
         result.enabled_ = enabled_;
         onBuilt();
         return result;
@@ -13146,41 +12202,38 @@ public com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning) {
-          return mergeFrom((com.google.storage.v2.Bucket.Versioning) other);
+          return mergeFrom((com.google.storage.v2.Bucket.Versioning)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -13218,19 +12271,17 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 8:
-                {
-                  enabled_ = input.readBool();
+              case 8: {
+                enabled_ = input.readBool();
 
-                  break;
-                } // case 8
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                break;
+              } // case 8
+              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) {
@@ -13241,16 +12292,13 @@ public Builder mergeFrom(
         return this;
       }
 
-      private boolean enabled_;
+      private boolean enabled_ ;
       /**
-       *
-       *
        * 
        * While set to true, versioning is fully enabled for this bucket.
        * 
* * bool enabled = 1; - * * @return The enabled. */ @java.lang.Override @@ -13258,41 +12306,34 @@ public boolean getEnabled() { return enabled_; } /** - * - * *
        * While set to true, versioning is fully enabled for this bucket.
        * 
* * bool enabled = 1; - * * @param value The enabled to set. * @return This builder for chaining. */ public Builder setEnabled(boolean value) { - + enabled_ = value; onChanged(); return this; } /** - * - * *
        * While set to true, versioning is fully enabled for this bucket.
        * 
* * bool enabled = 1; - * * @return This builder for chaining. */ public Builder clearEnabled() { - + enabled_ = false; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -13305,12 +12346,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Versioning) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Versioning) private static final com.google.storage.v2.Bucket.Versioning DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Versioning(); } @@ -13319,28 +12360,27 @@ public static com.google.storage.v2.Bucket.Versioning getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Versioning 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 Versioning 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; @@ -13355,16 +12395,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Versioning getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface WebsiteOrBuilder - extends + public interface WebsiteOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Website) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * If the requested object path is missing, the service will ensure the path
      * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13373,13 +12411,10 @@ public interface WebsiteOrBuilder
      * 
* * string main_page_suffix = 1; - * * @return The mainPageSuffix. */ java.lang.String getMainPageSuffix(); /** - * - * *
      * If the requested object path is missing, the service will ensure the path
      * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13388,14 +12423,12 @@ public interface WebsiteOrBuilder
      * 
* * string main_page_suffix = 1; - * * @return The bytes for mainPageSuffix. */ - com.google.protobuf.ByteString getMainPageSuffixBytes(); + com.google.protobuf.ByteString + getMainPageSuffixBytes(); /** - * - * *
      * If the requested object path is missing, and any
      * `mainPageSuffix` object is missing, if applicable, the service
@@ -13405,13 +12438,10 @@ public interface WebsiteOrBuilder
      * 
* * string not_found_page = 2; - * * @return The notFoundPage. */ java.lang.String getNotFoundPage(); /** - * - * *
      * If the requested object path is missing, and any
      * `mainPageSuffix` object is missing, if applicable, the service
@@ -13421,14 +12451,12 @@ public interface WebsiteOrBuilder
      * 
* * string not_found_page = 2; - * * @return The bytes for notFoundPage. */ - com.google.protobuf.ByteString getNotFoundPageBytes(); + com.google.protobuf.ByteString + getNotFoundPageBytes(); } /** - * - * *
    * Properties of a bucket related to accessing the contents as a static
    * website. For more on hosting a static website via Cloud Storage, see
@@ -13437,16 +12465,15 @@ public interface WebsiteOrBuilder
    *
    * Protobuf type {@code google.storage.v2.Bucket.Website}
    */
-  public static final class Website extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class Website extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Website)
       WebsiteOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use Website.newBuilder() to construct.
     private Website(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private Website() {
       mainPageSuffix_ = "";
       notFoundPage_ = "";
@@ -13454,35 +12481,32 @@ private Website() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new Website();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_Website_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.Website.class,
-              com.google.storage.v2.Bucket.Website.Builder.class);
+              com.google.storage.v2.Bucket.Website.class, com.google.storage.v2.Bucket.Website.Builder.class);
     }
 
     public static final int MAIN_PAGE_SUFFIX_FIELD_NUMBER = 1;
     private volatile java.lang.Object mainPageSuffix_;
     /**
-     *
-     *
      * 
      * If the requested object path is missing, the service will ensure the path
      * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13491,7 +12515,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * string main_page_suffix = 1; - * * @return The mainPageSuffix. */ @java.lang.Override @@ -13500,15 +12523,14 @@ public java.lang.String getMainPageSuffix() { 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(); mainPageSuffix_ = s; return s; } } /** - * - * *
      * If the requested object path is missing, the service will ensure the path
      * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13517,15 +12539,16 @@ public java.lang.String getMainPageSuffix() {
      * 
* * string main_page_suffix = 1; - * * @return The bytes for mainPageSuffix. */ @java.lang.Override - public com.google.protobuf.ByteString getMainPageSuffixBytes() { + public com.google.protobuf.ByteString + getMainPageSuffixBytes() { java.lang.Object ref = mainPageSuffix_; 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); mainPageSuffix_ = b; return b; } else { @@ -13536,8 +12559,6 @@ public com.google.protobuf.ByteString getMainPageSuffixBytes() { public static final int NOT_FOUND_PAGE_FIELD_NUMBER = 2; private volatile java.lang.Object notFoundPage_; /** - * - * *
      * If the requested object path is missing, and any
      * `mainPageSuffix` object is missing, if applicable, the service
@@ -13547,7 +12568,6 @@ public com.google.protobuf.ByteString getMainPageSuffixBytes() {
      * 
* * string not_found_page = 2; - * * @return The notFoundPage. */ @java.lang.Override @@ -13556,15 +12576,14 @@ public java.lang.String getNotFoundPage() { 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(); notFoundPage_ = s; return s; } } /** - * - * *
      * If the requested object path is missing, and any
      * `mainPageSuffix` object is missing, if applicable, the service
@@ -13574,15 +12593,16 @@ public java.lang.String getNotFoundPage() {
      * 
* * string not_found_page = 2; - * * @return The bytes for notFoundPage. */ @java.lang.Override - public com.google.protobuf.ByteString getNotFoundPageBytes() { + public com.google.protobuf.ByteString + getNotFoundPageBytes() { java.lang.Object ref = notFoundPage_; 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); notFoundPage_ = b; return b; } else { @@ -13591,7 +12611,6 @@ public com.google.protobuf.ByteString getNotFoundPageBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -13603,7 +12622,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(mainPageSuffix_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, mainPageSuffix_); } @@ -13633,15 +12653,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.storage.v2.Bucket.Website)) { return super.equals(obj); } com.google.storage.v2.Bucket.Website other = (com.google.storage.v2.Bucket.Website) obj; - if (!getMainPageSuffix().equals(other.getMainPageSuffix())) return false; - if (!getNotFoundPage().equals(other.getNotFoundPage())) return false; + if (!getMainPageSuffix() + .equals(other.getMainPageSuffix())) return false; + if (!getNotFoundPage() + .equals(other.getNotFoundPage())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -13662,94 +12684,88 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Website parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Website parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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 @@ -13759,8 +12775,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Properties of a bucket related to accessing the contents as a static
      * website. For more on hosting a static website via Cloud Storage, see
@@ -13769,33 +12783,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.Website}
      */
-    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.storage.v2.Bucket.Website)
         com.google.storage.v2.Bucket.WebsiteOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Website_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Website.class,
-                com.google.storage.v2.Bucket.Website.Builder.class);
+                com.google.storage.v2.Bucket.Website.class, com.google.storage.v2.Bucket.Website.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.Website.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();
@@ -13807,9 +12821,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_Website_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_descriptor;
       }
 
       @java.lang.Override
@@ -13828,8 +12842,7 @@ public com.google.storage.v2.Bucket.Website build() {
 
       @java.lang.Override
       public com.google.storage.v2.Bucket.Website buildPartial() {
-        com.google.storage.v2.Bucket.Website result =
-            new com.google.storage.v2.Bucket.Website(this);
+        com.google.storage.v2.Bucket.Website result = new com.google.storage.v2.Bucket.Website(this);
         result.mainPageSuffix_ = mainPageSuffix_;
         result.notFoundPage_ = notFoundPage_;
         onBuilt();
@@ -13840,41 +12853,38 @@ public com.google.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website) {
-          return mergeFrom((com.google.storage.v2.Bucket.Website) other);
+          return mergeFrom((com.google.storage.v2.Bucket.Website)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -13917,25 +12927,22 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  mainPageSuffix_ = input.readStringRequireUtf8();
+              case 10: {
+                mainPageSuffix_ = input.readStringRequireUtf8();
 
-                  break;
-                } // case 10
-              case 18:
-                {
-                  notFoundPage_ = input.readStringRequireUtf8();
+                break;
+              } // case 10
+              case 18: {
+                notFoundPage_ = input.readStringRequireUtf8();
 
-                  break;
-                } // case 18
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                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) {
@@ -13948,8 +12955,6 @@ public Builder mergeFrom(
 
       private java.lang.Object mainPageSuffix_ = "";
       /**
-       *
-       *
        * 
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13958,13 +12963,13 @@ public Builder mergeFrom(
        * 
* * string main_page_suffix = 1; - * * @return The mainPageSuffix. */ public java.lang.String getMainPageSuffix() { java.lang.Object ref = mainPageSuffix_; 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(); mainPageSuffix_ = s; return s; @@ -13973,8 +12978,6 @@ public java.lang.String getMainPageSuffix() { } } /** - * - * *
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13983,14 +12986,15 @@ public java.lang.String getMainPageSuffix() {
        * 
* * string main_page_suffix = 1; - * * @return The bytes for mainPageSuffix. */ - public com.google.protobuf.ByteString getMainPageSuffixBytes() { + public com.google.protobuf.ByteString + getMainPageSuffixBytes() { java.lang.Object ref = mainPageSuffix_; 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); mainPageSuffix_ = b; return b; } else { @@ -13998,8 +13002,6 @@ public com.google.protobuf.ByteString getMainPageSuffixBytes() { } } /** - * - * *
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -14008,22 +13010,20 @@ public com.google.protobuf.ByteString getMainPageSuffixBytes() {
        * 
* * string main_page_suffix = 1; - * * @param value The mainPageSuffix to set. * @return This builder for chaining. */ - public Builder setMainPageSuffix(java.lang.String value) { + public Builder setMainPageSuffix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + mainPageSuffix_ = value; onChanged(); return this; } /** - * - * *
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -14032,18 +13032,15 @@ public Builder setMainPageSuffix(java.lang.String value) {
        * 
* * string main_page_suffix = 1; - * * @return This builder for chaining. */ public Builder clearMainPageSuffix() { - + mainPageSuffix_ = getDefaultInstance().getMainPageSuffix(); onChanged(); return this; } /** - * - * *
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -14052,16 +13049,16 @@ public Builder clearMainPageSuffix() {
        * 
* * string main_page_suffix = 1; - * * @param value The bytes for mainPageSuffix to set. * @return This builder for chaining. */ - public Builder setMainPageSuffixBytes(com.google.protobuf.ByteString value) { + public Builder setMainPageSuffixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + mainPageSuffix_ = value; onChanged(); return this; @@ -14069,8 +13066,6 @@ public Builder setMainPageSuffixBytes(com.google.protobuf.ByteString value) { private java.lang.Object notFoundPage_ = ""; /** - * - * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -14080,13 +13075,13 @@ public Builder setMainPageSuffixBytes(com.google.protobuf.ByteString value) {
        * 
* * string not_found_page = 2; - * * @return The notFoundPage. */ public java.lang.String getNotFoundPage() { java.lang.Object ref = notFoundPage_; 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(); notFoundPage_ = s; return s; @@ -14095,8 +13090,6 @@ public java.lang.String getNotFoundPage() { } } /** - * - * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -14106,14 +13099,15 @@ public java.lang.String getNotFoundPage() {
        * 
* * string not_found_page = 2; - * * @return The bytes for notFoundPage. */ - public com.google.protobuf.ByteString getNotFoundPageBytes() { + public com.google.protobuf.ByteString + getNotFoundPageBytes() { java.lang.Object ref = notFoundPage_; 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); notFoundPage_ = b; return b; } else { @@ -14121,8 +13115,6 @@ public com.google.protobuf.ByteString getNotFoundPageBytes() { } } /** - * - * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -14132,22 +13124,20 @@ public com.google.protobuf.ByteString getNotFoundPageBytes() {
        * 
* * string not_found_page = 2; - * * @param value The notFoundPage to set. * @return This builder for chaining. */ - public Builder setNotFoundPage(java.lang.String value) { + public Builder setNotFoundPage( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + notFoundPage_ = value; onChanged(); return this; } /** - * - * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -14157,18 +13147,15 @@ public Builder setNotFoundPage(java.lang.String value) {
        * 
* * string not_found_page = 2; - * * @return This builder for chaining. */ public Builder clearNotFoundPage() { - + notFoundPage_ = getDefaultInstance().getNotFoundPage(); onChanged(); return this; } /** - * - * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -14178,21 +13165,20 @@ public Builder clearNotFoundPage() {
        * 
* * string not_found_page = 2; - * * @param value The bytes for notFoundPage to set. * @return This builder for chaining. */ - public Builder setNotFoundPageBytes(com.google.protobuf.ByteString value) { + public Builder setNotFoundPageBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + notFoundPage_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -14205,12 +13191,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Website) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Website) private static final com.google.storage.v2.Bucket.Website DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Website(); } @@ -14219,28 +13205,27 @@ public static com.google.storage.v2.Bucket.Website getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Website 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 Website 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; @@ -14255,67 +13240,55 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Website getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface CustomPlacementConfigOrBuilder - extends + public interface CustomPlacementConfigOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.CustomPlacementConfig) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; - * * @return A list containing the dataLocations. */ - java.util.List getDataLocationsList(); + java.util.List + getDataLocationsList(); /** - * - * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; - * * @return The count of dataLocations. */ int getDataLocationsCount(); /** - * - * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; - * * @param index The index of the element to return. * @return The dataLocations at the given index. */ java.lang.String getDataLocations(int index); /** - * - * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; - * * @param index The index of the value to return. * @return The bytes of the dataLocations at the given index. */ - com.google.protobuf.ByteString getDataLocationsBytes(int index); + com.google.protobuf.ByteString + getDataLocationsBytes(int index); } /** - * - * *
    * Configuration for Custom Dual Regions.  It should specify precisely two
    * eligible regions within the same Multiregion. More information on regions
@@ -14324,85 +13297,75 @@ public interface CustomPlacementConfigOrBuilder
    *
    * Protobuf type {@code google.storage.v2.Bucket.CustomPlacementConfig}
    */
-  public static final class CustomPlacementConfig extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class CustomPlacementConfig extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.CustomPlacementConfig)
       CustomPlacementConfigOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use CustomPlacementConfig.newBuilder() to construct.
     private CustomPlacementConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private CustomPlacementConfig() {
       dataLocations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new CustomPlacementConfig();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.CustomPlacementConfig.class,
-              com.google.storage.v2.Bucket.CustomPlacementConfig.Builder.class);
+              com.google.storage.v2.Bucket.CustomPlacementConfig.class, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder.class);
     }
 
     public static final int DATA_LOCATIONS_FIELD_NUMBER = 1;
     private com.google.protobuf.LazyStringList dataLocations_;
     /**
-     *
-     *
      * 
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; - * * @return A list containing the dataLocations. */ - public com.google.protobuf.ProtocolStringList getDataLocationsList() { + public com.google.protobuf.ProtocolStringList + getDataLocationsList() { return dataLocations_; } /** - * - * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; - * * @return The count of dataLocations. */ public int getDataLocationsCount() { return dataLocations_.size(); } /** - * - * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; - * * @param index The index of the element to return. * @return The dataLocations at the given index. */ @@ -14410,23 +13373,20 @@ public java.lang.String getDataLocations(int index) { return dataLocations_.get(index); } /** - * - * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; - * * @param index The index of the value to return. * @return The bytes of the dataLocations at the given index. */ - public com.google.protobuf.ByteString getDataLocationsBytes(int index) { + public com.google.protobuf.ByteString + getDataLocationsBytes(int index) { return dataLocations_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -14438,7 +13398,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 < dataLocations_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, dataLocations_.getRaw(i)); } @@ -14467,15 +13428,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.storage.v2.Bucket.CustomPlacementConfig)) { return super.equals(obj); } - com.google.storage.v2.Bucket.CustomPlacementConfig other = - (com.google.storage.v2.Bucket.CustomPlacementConfig) obj; + com.google.storage.v2.Bucket.CustomPlacementConfig other = (com.google.storage.v2.Bucket.CustomPlacementConfig) obj; - if (!getDataLocationsList().equals(other.getDataLocationsList())) return false; + if (!getDataLocationsList() + .equals(other.getDataLocationsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -14497,93 +13458,87 @@ public int hashCode() { } public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.CustomPlacementConfig parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.CustomPlacementConfig parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig 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 @@ -14593,8 +13548,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Configuration for Custom Dual Regions.  It should specify precisely two
      * eligible regions within the same Multiregion. More information on regions
@@ -14603,33 +13556,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.CustomPlacementConfig}
      */
-    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.storage.v2.Bucket.CustomPlacementConfig)
         com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.CustomPlacementConfig.class,
-                com.google.storage.v2.Bucket.CustomPlacementConfig.Builder.class);
+                com.google.storage.v2.Bucket.CustomPlacementConfig.class, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.CustomPlacementConfig.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();
@@ -14639,9 +13592,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.storage.v2.StorageProto
-            .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
       }
 
       @java.lang.Override
@@ -14660,8 +13613,7 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig build() {
 
       @java.lang.Override
       public com.google.storage.v2.Bucket.CustomPlacementConfig buildPartial() {
-        com.google.storage.v2.Bucket.CustomPlacementConfig result =
-            new com.google.storage.v2.Bucket.CustomPlacementConfig(this);
+        com.google.storage.v2.Bucket.CustomPlacementConfig result = new com.google.storage.v2.Bucket.CustomPlacementConfig(this);
         int from_bitField0_ = bitField0_;
         if (((bitField0_ & 0x00000001) != 0)) {
           dataLocations_ = dataLocations_.getUnmodifiableView();
@@ -14676,41 +13628,38 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig) {
-          return mergeFrom((com.google.storage.v2.Bucket.CustomPlacementConfig) other);
+          return mergeFrom((com.google.storage.v2.Bucket.CustomPlacementConfig)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -14718,8 +13667,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.storage.v2.Bucket.CustomPlacementConfig other) {
-        if (other == com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance())
-          return this;
+        if (other == com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance()) return this;
         if (!other.dataLocations_.isEmpty()) {
           if (dataLocations_.isEmpty()) {
             dataLocations_ = other.dataLocations_;
@@ -14756,20 +13704,18 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  ensureDataLocationsIsMutable();
-                  dataLocations_.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();
+                ensureDataLocationsIsMutable();
+                dataLocations_.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) {
@@ -14779,55 +13725,44 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
-      private com.google.protobuf.LazyStringList dataLocations_ =
-          com.google.protobuf.LazyStringArrayList.EMPTY;
-
+      private com.google.protobuf.LazyStringList dataLocations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
       private void ensureDataLocationsIsMutable() {
         if (!((bitField0_ & 0x00000001) != 0)) {
           dataLocations_ = new com.google.protobuf.LazyStringArrayList(dataLocations_);
           bitField0_ |= 0x00000001;
-        }
+         }
       }
       /**
-       *
-       *
        * 
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @return A list containing the dataLocations. */ - public com.google.protobuf.ProtocolStringList getDataLocationsList() { + public com.google.protobuf.ProtocolStringList + getDataLocationsList() { return dataLocations_.getUnmodifiableView(); } /** - * - * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @return The count of dataLocations. */ public int getDataLocationsCount() { return dataLocations_.size(); } /** - * - * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @param index The index of the element to return. * @return The dataLocations at the given index. */ @@ -14835,90 +13770,80 @@ public java.lang.String getDataLocations(int index) { return dataLocations_.get(index); } /** - * - * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @param index The index of the value to return. * @return The bytes of the dataLocations at the given index. */ - public com.google.protobuf.ByteString getDataLocationsBytes(int index) { + public com.google.protobuf.ByteString + getDataLocationsBytes(int index) { return dataLocations_.getByteString(index); } /** - * - * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @param index The index to set the value at. * @param value The dataLocations to set. * @return This builder for chaining. */ - public Builder setDataLocations(int index, java.lang.String value) { + public Builder setDataLocations( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureDataLocationsIsMutable(); + throw new NullPointerException(); + } + ensureDataLocationsIsMutable(); dataLocations_.set(index, value); onChanged(); return this; } /** - * - * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @param value The dataLocations to add. * @return This builder for chaining. */ - public Builder addDataLocations(java.lang.String value) { + public Builder addDataLocations( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureDataLocationsIsMutable(); + throw new NullPointerException(); + } + ensureDataLocationsIsMutable(); dataLocations_.add(value); onChanged(); return this; } /** - * - * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @param values The dataLocations to add. * @return This builder for chaining. */ - public Builder addAllDataLocations(java.lang.Iterable values) { + public Builder addAllDataLocations( + java.lang.Iterable values) { ensureDataLocationsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, dataLocations_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, dataLocations_); onChanged(); return this; } /** - * - * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @return This builder for chaining. */ public Builder clearDataLocations() { @@ -14928,28 +13853,25 @@ public Builder clearDataLocations() { return this; } /** - * - * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; - * * @param value The bytes of the dataLocations to add. * @return This builder for chaining. */ - public Builder addDataLocationsBytes(com.google.protobuf.ByteString value) { + public Builder addDataLocationsBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureDataLocationsIsMutable(); dataLocations_.add(value); onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -14962,12 +13884,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.CustomPlacementConfig) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.CustomPlacementConfig) private static final com.google.storage.v2.Bucket.CustomPlacementConfig DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.CustomPlacementConfig(); } @@ -14976,28 +13898,27 @@ public static com.google.storage.v2.Bucket.CustomPlacementConfig getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CustomPlacementConfig 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 CustomPlacementConfig 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; @@ -15012,134 +13933,111 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.CustomPlacementConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface AutoclassOrBuilder - extends + public interface AutoclassOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Autoclass) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Enables Autoclass.
      * 
* * bool enabled = 1; - * * @return The enabled. */ boolean getEnabled(); /** - * - * *
-     * Output only. Latest instant at which the `enabled` field was set to true after being
-     * disabled/unconfigured or set to false after being enabled. If Autoclass
-     * is enabled when the bucket is created, the toggle_time is set to the
-     * bucket creation time.
+     * Output only. Latest instant at which the `enabled` field was set to true
+     * after being disabled/unconfigured or set to false after being enabled. If
+     * Autoclass is enabled when the bucket is created, the toggle_time is set
+     * to the bucket creation time.
      * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the toggleTime field is set. */ boolean hasToggleTime(); /** - * - * *
-     * Output only. Latest instant at which the `enabled` field was set to true after being
-     * disabled/unconfigured or set to false after being enabled. If Autoclass
-     * is enabled when the bucket is created, the toggle_time is set to the
-     * bucket creation time.
+     * Output only. Latest instant at which the `enabled` field was set to true
+     * after being disabled/unconfigured or set to false after being enabled. If
+     * Autoclass is enabled when the bucket is created, the toggle_time is set
+     * to the bucket creation time.
      * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The toggleTime. */ com.google.protobuf.Timestamp getToggleTime(); /** - * - * *
-     * Output only. Latest instant at which the `enabled` field was set to true after being
-     * disabled/unconfigured or set to false after being enabled. If Autoclass
-     * is enabled when the bucket is created, the toggle_time is set to the
-     * bucket creation time.
+     * Output only. Latest instant at which the `enabled` field was set to true
+     * after being disabled/unconfigured or set to false after being enabled. If
+     * Autoclass is enabled when the bucket is created, the toggle_time is set
+     * to the bucket creation time.
      * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder(); } /** - * - * *
    * Configuration for a bucket's Autoclass feature.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.Autoclass} */ - public static final class Autoclass extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Autoclass extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Autoclass) AutoclassOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Autoclass.newBuilder() to construct. private Autoclass(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Autoclass() {} + private Autoclass() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Autoclass(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Autoclass_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Autoclass.class, - com.google.storage.v2.Bucket.Autoclass.Builder.class); + com.google.storage.v2.Bucket.Autoclass.class, com.google.storage.v2.Bucket.Autoclass.Builder.class); } public static final int ENABLED_FIELD_NUMBER = 1; private boolean enabled_; /** - * - * *
      * Enables Autoclass.
      * 
* * bool enabled = 1; - * * @return The enabled. */ @java.lang.Override @@ -15150,19 +14048,14 @@ public boolean getEnabled() { public static final int TOGGLE_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp toggleTime_; /** - * - * *
-     * Output only. Latest instant at which the `enabled` field was set to true after being
-     * disabled/unconfigured or set to false after being enabled. If Autoclass
-     * is enabled when the bucket is created, the toggle_time is set to the
-     * bucket creation time.
+     * Output only. Latest instant at which the `enabled` field was set to true
+     * after being disabled/unconfigured or set to false after being enabled. If
+     * Autoclass is enabled when the bucket is created, the toggle_time is set
+     * to the bucket creation time.
      * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the toggleTime field is set. */ @java.lang.Override @@ -15170,19 +14063,14 @@ public boolean hasToggleTime() { return toggleTime_ != null; } /** - * - * *
-     * Output only. Latest instant at which the `enabled` field was set to true after being
-     * disabled/unconfigured or set to false after being enabled. If Autoclass
-     * is enabled when the bucket is created, the toggle_time is set to the
-     * bucket creation time.
+     * Output only. Latest instant at which the `enabled` field was set to true
+     * after being disabled/unconfigured or set to false after being enabled. If
+     * Autoclass is enabled when the bucket is created, the toggle_time is set
+     * to the bucket creation time.
      * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The toggleTime. */ @java.lang.Override @@ -15190,18 +14078,14 @@ public com.google.protobuf.Timestamp getToggleTime() { return toggleTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : toggleTime_; } /** - * - * *
-     * Output only. Latest instant at which the `enabled` field was set to true after being
-     * disabled/unconfigured or set to false after being enabled. If Autoclass
-     * is enabled when the bucket is created, the toggle_time is set to the
-     * bucket creation time.
+     * Output only. Latest instant at which the `enabled` field was set to true
+     * after being disabled/unconfigured or set to false after being enabled. If
+     * Autoclass is enabled when the bucket is created, the toggle_time is set
+     * to the bucket creation time.
      * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder() { @@ -15209,7 +14093,6 @@ public com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -15221,7 +14104,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 (enabled_ != false) { output.writeBool(1, enabled_); } @@ -15238,10 +14122,12 @@ public int getSerializedSize() { size = 0; if (enabled_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, enabled_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(1, enabled_); } if (toggleTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getToggleTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getToggleTime()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -15251,17 +14137,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.storage.v2.Bucket.Autoclass)) { return super.equals(obj); } com.google.storage.v2.Bucket.Autoclass other = (com.google.storage.v2.Bucket.Autoclass) obj; - if (getEnabled() != other.getEnabled()) return false; + if (getEnabled() + != other.getEnabled()) return false; if (hasToggleTime() != other.hasToggleTime()) return false; if (hasToggleTime()) { - if (!getToggleTime().equals(other.getToggleTime())) return false; + if (!getToggleTime() + .equals(other.getToggleTime())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -15275,7 +14163,8 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ENABLED_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnabled()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getEnabled()); if (hasToggleTime()) { hash = (37 * hash) + TOGGLE_TIME_FIELD_NUMBER; hash = (53 * hash) + getToggleTime().hashCode(); @@ -15285,94 +14174,88 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Autoclass parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Autoclass parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.Bucket.Autoclass parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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 @@ -15382,41 +14265,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Configuration for a bucket's Autoclass feature.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.Autoclass} */ - 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.storage.v2.Bucket.Autoclass) com.google.storage.v2.Bucket.AutoclassOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Autoclass_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Autoclass.class, - com.google.storage.v2.Bucket.Autoclass.Builder.class); + com.google.storage.v2.Bucket.Autoclass.class, com.google.storage.v2.Bucket.Autoclass.Builder.class); } // Construct using com.google.storage.v2.Bucket.Autoclass.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(); @@ -15432,9 +14313,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_Autoclass_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_descriptor; } @java.lang.Override @@ -15453,8 +14334,7 @@ public com.google.storage.v2.Bucket.Autoclass build() { @java.lang.Override public com.google.storage.v2.Bucket.Autoclass buildPartial() { - com.google.storage.v2.Bucket.Autoclass result = - new com.google.storage.v2.Bucket.Autoclass(this); + com.google.storage.v2.Bucket.Autoclass result = new com.google.storage.v2.Bucket.Autoclass(this); result.enabled_ = enabled_; if (toggleTimeBuilder_ == null) { result.toggleTime_ = toggleTime_; @@ -15469,41 +14349,38 @@ public com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass) { - return mergeFrom((com.google.storage.v2.Bucket.Autoclass) other); + return mergeFrom((com.google.storage.v2.Bucket.Autoclass)other); } else { super.mergeFrom(other); return this; @@ -15544,25 +14421,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - enabled_ = input.readBool(); + case 8: { + enabled_ = input.readBool(); - break; - } // case 8 - case 18: - { - input.readMessage(getToggleTimeFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 8 + case 18: { + input.readMessage( + getToggleTimeFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -15573,16 +14449,13 @@ public Builder mergeFrom( return this; } - private boolean enabled_; + private boolean enabled_ ; /** - * - * *
        * Enables Autoclass.
        * 
* * bool enabled = 1; - * * @return The enabled. */ @java.lang.Override @@ -15590,36 +14463,30 @@ public boolean getEnabled() { return enabled_; } /** - * - * *
        * Enables Autoclass.
        * 
* * bool enabled = 1; - * * @param value The enabled to set. * @return This builder for chaining. */ public Builder setEnabled(boolean value) { - + enabled_ = value; onChanged(); return this; } /** - * - * *
        * Enables Autoclass.
        * 
* * bool enabled = 1; - * * @return This builder for chaining. */ public Builder clearEnabled() { - + enabled_ = false; onChanged(); return this; @@ -15627,67 +14494,48 @@ public Builder clearEnabled() { private com.google.protobuf.Timestamp toggleTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - toggleTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> toggleTimeBuilder_; /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the toggleTime field is set. */ public boolean hasToggleTime() { return toggleTimeBuilder_ != null || toggleTime_ != null; } /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The toggleTime. */ public com.google.protobuf.Timestamp getToggleTime() { if (toggleTimeBuilder_ == null) { - return toggleTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : toggleTime_; + return toggleTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : toggleTime_; } else { return toggleTimeBuilder_.getMessage(); } } /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setToggleTime(com.google.protobuf.Timestamp value) { if (toggleTimeBuilder_ == null) { @@ -15703,20 +14551,17 @@ public Builder setToggleTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setToggleTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setToggleTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (toggleTimeBuilder_ == null) { toggleTime_ = builderForValue.build(); onChanged(); @@ -15727,26 +14572,20 @@ public Builder setToggleTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeToggleTime(com.google.protobuf.Timestamp value) { if (toggleTimeBuilder_ == null) { if (toggleTime_ != null) { toggleTime_ = - com.google.protobuf.Timestamp.newBuilder(toggleTime_) - .mergeFrom(value) - .buildPartial(); + com.google.protobuf.Timestamp.newBuilder(toggleTime_).mergeFrom(value).buildPartial(); } else { toggleTime_ = value; } @@ -15758,18 +14597,14 @@ public Builder mergeToggleTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearToggleTime() { if (toggleTimeBuilder_ == null) { @@ -15783,78 +14618,61 @@ public Builder clearToggleTime() { return this; } /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getToggleTimeBuilder() { - + onChanged(); return getToggleTimeFieldBuilder().getBuilder(); } /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder() { if (toggleTimeBuilder_ != null) { return toggleTimeBuilder_.getMessageOrBuilder(); } else { - return toggleTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : toggleTime_; + return toggleTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : toggleTime_; } } /** - * - * *
-       * Output only. Latest instant at which the `enabled` field was set to true after being
-       * disabled/unconfigured or set to false after being enabled. If Autoclass
-       * is enabled when the bucket is created, the toggle_time is set to the
-       * bucket creation time.
+       * Output only. Latest instant at which the `enabled` field was set to true
+       * after being disabled/unconfigured or set to false after being enabled. If
+       * Autoclass is enabled when the bucket is created, the toggle_time is set
+       * to the bucket creation time.
        * 
* - * - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp toggle_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> getToggleTimeFieldBuilder() { if (toggleTimeBuilder_ == null) { - toggleTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getToggleTime(), getParentForChildren(), isClean()); + toggleTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getToggleTime(), + getParentForChildren(), + isClean()); toggleTime_ = null; } return toggleTimeBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -15867,12 +14685,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Autoclass) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Autoclass) private static final com.google.storage.v2.Bucket.Autoclass DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Autoclass(); } @@ -15881,28 +14699,27 @@ public static com.google.storage.v2.Bucket.Autoclass getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Autoclass 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 Autoclass 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; @@ -15917,19 +14734,17 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Autoclass getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Immutable. The name of the bucket.
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ @java.lang.Override @@ -15938,29 +14753,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; } } /** - * - * *
    * Immutable. The name of the bucket.
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @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 { @@ -15971,16 +14786,13 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int BUCKET_ID_FIELD_NUMBER = 2; private volatile java.lang.Object bucketId_; /** - * - * *
-   * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-   * `name` field. For globally unique buckets, this is equal to the "bucket
-   * name" of other Cloud Storage APIs. Example: "pub".
+   * Output only. The user-chosen part of the bucket name. The `{bucket}`
+   * portion of the `name` field. For globally unique buckets, this is equal to
+   * the "bucket name" of other Cloud Storage APIs. Example: "pub".
    * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bucketId. */ @java.lang.Override @@ -15989,31 +14801,31 @@ public java.lang.String getBucketId() { 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(); bucketId_ = s; return s; } } /** - * - * *
-   * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-   * `name` field. For globally unique buckets, this is equal to the "bucket
-   * name" of other Cloud Storage APIs. Example: "pub".
+   * Output only. The user-chosen part of the bucket name. The `{bucket}`
+   * portion of the `name` field. For globally unique buckets, this is equal to
+   * the "bucket name" of other Cloud Storage APIs. Example: "pub".
    * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for bucketId. */ @java.lang.Override - public com.google.protobuf.ByteString getBucketIdBytes() { + public com.google.protobuf.ByteString + getBucketIdBytes() { java.lang.Object ref = bucketId_; 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); bucketId_ = b; return b; } else { @@ -16024,8 +14836,6 @@ public com.google.protobuf.ByteString getBucketIdBytes() { public static final int ETAG_FIELD_NUMBER = 29; private volatile java.lang.Object etag_; /** - * - * *
    * The etag of the bucket.
    * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -16033,7 +14843,6 @@ public com.google.protobuf.ByteString getBucketIdBytes() {
    * 
* * string etag = 29; - * * @return The etag. */ @java.lang.Override @@ -16042,15 +14851,14 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** - * - * *
    * The etag of the bucket.
    * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -16058,15 +14866,16 @@ public java.lang.String getEtag() {
    * 
* * string etag = 29; - * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -16077,18 +14886,13 @@ public com.google.protobuf.ByteString getEtagBytes() { public static final int PROJECT_FIELD_NUMBER = 3; private volatile java.lang.Object project_; /** - * - * *
    * Immutable. The project which owns this bucket, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The project. */ @java.lang.Override @@ -16097,33 +14901,31 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** - * - * *
    * Immutable. The project which owns this bucket, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -16134,8 +14936,6 @@ public com.google.protobuf.ByteString getProjectBytes() { public static final int METAGENERATION_FIELD_NUMBER = 4; private long metageneration_; /** - * - * *
    * Output only. The metadata generation of this bucket.
    * Attempting to set or update this field will result in a
@@ -16143,7 +14943,6 @@ public com.google.protobuf.ByteString getProjectBytes() {
    * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The metageneration. */ @java.lang.Override @@ -16154,18 +14953,16 @@ public long getMetageneration() { public static final int LOCATION_FIELD_NUMBER = 5; private volatile java.lang.Object location_; /** - * - * *
-   * Immutable. The location of the bucket. Object data for objects in the bucket resides
-   * in physical storage within this region.  Defaults to `US`. See the
+   * Immutable. The location of the bucket. Object data for objects in the
+   * bucket resides in physical storage within this region.  Defaults to `US`.
+   * See the
    * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
    * guide] for the authoritative list. Attempting to update this field after
    * the bucket is created will result in an error.
    * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The location. */ @java.lang.Override @@ -16174,33 +14971,34 @@ public java.lang.String getLocation() { 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(); location_ = s; return s; } } /** - * - * *
-   * Immutable. The location of the bucket. Object data for objects in the bucket resides
-   * in physical storage within this region.  Defaults to `US`. See the
+   * Immutable. The location of the bucket. Object data for objects in the
+   * bucket resides in physical storage within this region.  Defaults to `US`.
+   * See the
    * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
    * guide] for the authoritative list. Attempting to update this field after
    * the bucket is created will result in an error.
    * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for location. */ @java.lang.Override - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -16211,14 +15009,12 @@ public com.google.protobuf.ByteString getLocationBytes() { public static final int LOCATION_TYPE_FIELD_NUMBER = 6; private volatile java.lang.Object locationType_; /** - * - * *
-   * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+   * Output only. The location type of the bucket (region, dual-region,
+   * multi-region, etc).
    * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The locationType. */ @java.lang.Override @@ -16227,29 +15023,30 @@ public java.lang.String getLocationType() { 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(); locationType_ = s; return s; } } - /** - * - * + /** *
-   * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+   * Output only. The location type of the bucket (region, dual-region,
+   * multi-region, etc).
    * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for locationType. */ @java.lang.Override - public com.google.protobuf.ByteString getLocationTypeBytes() { + public com.google.protobuf.ByteString + getLocationTypeBytes() { java.lang.Object ref = locationType_; 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); locationType_ = b; return b; } else { @@ -16260,8 +15057,6 @@ public com.google.protobuf.ByteString getLocationTypeBytes() { public static final int STORAGE_CLASS_FIELD_NUMBER = 7; private volatile java.lang.Object storageClass_; /** - * - * *
    * The bucket's default storage class, used whenever no storageClass is
    * specified for a newly-created object. This defines how objects in the
@@ -16272,7 +15067,6 @@ public com.google.protobuf.ByteString getLocationTypeBytes() {
    * 
* * string storage_class = 7; - * * @return The storageClass. */ @java.lang.Override @@ -16281,15 +15075,14 @@ public java.lang.String getStorageClass() { 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(); storageClass_ = s; return s; } } /** - * - * *
    * The bucket's default storage class, used whenever no storageClass is
    * specified for a newly-created object. This defines how objects in the
@@ -16300,15 +15093,16 @@ public java.lang.String getStorageClass() {
    * 
* * string storage_class = 7; - * * @return The bytes for storageClass. */ @java.lang.Override - public com.google.protobuf.ByteString getStorageClassBytes() { + public com.google.protobuf.ByteString + getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -16319,8 +15113,6 @@ public com.google.protobuf.ByteString getStorageClassBytes() { public static final int RPO_FIELD_NUMBER = 27; private volatile java.lang.Object rpo_; /** - * - * *
    * The recovery point objective for cross-region replication of the bucket.
    * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -16331,7 +15123,6 @@ public com.google.protobuf.ByteString getStorageClassBytes() {
    * 
* * string rpo = 27; - * * @return The rpo. */ @java.lang.Override @@ -16340,15 +15131,14 @@ public java.lang.String getRpo() { 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(); rpo_ = s; return s; } } /** - * - * *
    * The recovery point objective for cross-region replication of the bucket.
    * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -16359,15 +15149,16 @@ public java.lang.String getRpo() {
    * 
* * string rpo = 27; - * * @return The bytes for rpo. */ @java.lang.Override - public com.google.protobuf.ByteString getRpoBytes() { + public com.google.protobuf.ByteString + getRpoBytes() { java.lang.Object ref = rpo_; 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); rpo_ = b; return b; } else { @@ -16378,11 +15169,9 @@ public com.google.protobuf.ByteString getRpoBytes() { public static final int ACL_FIELD_NUMBER = 8; private java.util.List acl_; /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -16393,27 +15182,23 @@ public java.util.List getAclList() { return acl_; } /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ @java.lang.Override - public java.util.List + public java.util.List getAclOrBuilderList() { return acl_; } /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -16424,11 +15209,9 @@ public int getAclCount() { return acl_.size(); } /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -16439,29 +15222,26 @@ public com.google.storage.v2.BucketAccessControl getAcl(int index) { return acl_.get(index); } /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ @java.lang.Override - public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(int index) { + public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder( + int index) { return acl_.get(index); } public static final int DEFAULT_OBJECT_ACL_FIELD_NUMBER = 9; private java.util.List defaultObjectAcl_; /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -16472,27 +15252,23 @@ public java.util.List getDefaultObjec return defaultObjectAcl_; } /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ @java.lang.Override - public java.util.List + public java.util.List getDefaultObjectAclOrBuilderList() { return defaultObjectAcl_; } /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -16503,11 +15279,9 @@ public int getDefaultObjectAclCount() { return defaultObjectAcl_.size(); } /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -16518,11 +15292,9 @@ public com.google.storage.v2.ObjectAccessControl getDefaultObjectAcl(int index) return defaultObjectAcl_.get(index); } /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -16537,8 +15309,6 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrB public static final int LIFECYCLE_FIELD_NUMBER = 10; private com.google.storage.v2.Bucket.Lifecycle lifecycle_; /** - * - * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -16546,7 +15316,6 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrB
    * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; - * * @return Whether the lifecycle field is set. */ @java.lang.Override @@ -16554,8 +15323,6 @@ public boolean hasLifecycle() { return lifecycle_ != null; } /** - * - * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -16563,18 +15330,13 @@ public boolean hasLifecycle() {
    * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; - * * @return The lifecycle. */ @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle getLifecycle() { - return lifecycle_ == null - ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() - : lifecycle_; + return lifecycle_ == null ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() : lifecycle_; } /** - * - * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -16591,17 +15353,13 @@ public com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder() {
   public static final int CREATE_TIME_FIELD_NUMBER = 11;
   private com.google.protobuf.Timestamp createTime_;
   /**
-   *
-   *
    * 
    * Output only. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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 @@ -16609,17 +15367,13 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * Output only. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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 @@ -16627,16 +15381,13 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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() { @@ -16646,8 +15397,6 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int CORS_FIELD_NUMBER = 12; private java.util.List cors_; /** - * - * *
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -16660,8 +15409,6 @@ public java.util.List getCorsList() {
     return cors_;
   }
   /**
-   *
-   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -16670,13 +15417,11 @@ public java.util.List getCorsList() {
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getCorsOrBuilderList() {
     return cors_;
   }
   /**
-   *
-   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -16689,8 +15434,6 @@ public int getCorsCount() {
     return cors_.size();
   }
   /**
-   *
-   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -16703,8 +15446,6 @@ public com.google.storage.v2.Bucket.Cors getCors(int index) {
     return cors_.get(index);
   }
   /**
-   *
-   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -16713,24 +15454,21 @@ public com.google.storage.v2.Bucket.Cors getCors(int index) {
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
   @java.lang.Override
-  public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index) {
+  public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
+      int index) {
     return cors_.get(index);
   }
 
   public static final int UPDATE_TIME_FIELD_NUMBER = 13;
   private com.google.protobuf.Timestamp updateTime_;
   /**
-   *
-   *
    * 
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ @java.lang.Override @@ -16738,17 +15476,13 @@ public boolean hasUpdateTime() { return updateTime_ != null; } /** - * - * *
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ @java.lang.Override @@ -16756,16 +15490,13 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** - * - * *
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -16775,8 +15506,6 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int DEFAULT_EVENT_BASED_HOLD_FIELD_NUMBER = 14; private boolean defaultEventBasedHold_; /** - * - * *
    * The default value for event-based hold on newly created objects in this
    * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -16794,7 +15523,6 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
    * 
* * bool default_event_based_hold = 14; - * * @return The defaultEventBasedHold. */ @java.lang.Override @@ -16803,23 +15531,24 @@ public boolean getDefaultEventBasedHold() { } public static final int LABELS_FIELD_NUMBER = 15; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_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.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - - 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_; } @@ -16828,30 +15557,28 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
* * map<string, string> labels = 15; */ + @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(); } /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
@@ -16859,12 +15586,11 @@ public java.util.Map getLabels() { * map<string, string> labels = 15; */ @java.lang.Override + public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
@@ -16872,16 +15598,16 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 15; */ @java.lang.Override - public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); + + public java.lang.String getLabelsOrDefault( + java.lang.String key, + 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; } /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
@@ -16889,11 +15615,12 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin * map<string, string> labels = 15; */ @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(); } @@ -16903,8 +15630,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { public static final int WEBSITE_FIELD_NUMBER = 16; private com.google.storage.v2.Bucket.Website website_; /** - * - * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -16913,7 +15638,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
    * 
* * .google.storage.v2.Bucket.Website website = 16; - * * @return Whether the website field is set. */ @java.lang.Override @@ -16921,8 +15645,6 @@ public boolean hasWebsite() { return website_ != null; } /** - * - * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -16931,7 +15653,6 @@ public boolean hasWebsite() {
    * 
* * .google.storage.v2.Bucket.Website website = 16; - * * @return The website. */ @java.lang.Override @@ -16939,8 +15660,6 @@ public com.google.storage.v2.Bucket.Website getWebsite() { return website_ == null ? com.google.storage.v2.Bucket.Website.getDefaultInstance() : website_; } /** - * - * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -16958,14 +15677,11 @@ public com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder() {
   public static final int VERSIONING_FIELD_NUMBER = 17;
   private com.google.storage.v2.Bucket.Versioning versioning_;
   /**
-   *
-   *
    * 
    * The bucket's versioning config.
    * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; - * * @return Whether the versioning field is set. */ @java.lang.Override @@ -16973,25 +15689,18 @@ public boolean hasVersioning() { return versioning_ != null; } /** - * - * *
    * The bucket's versioning config.
    * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; - * * @return The versioning. */ @java.lang.Override public com.google.storage.v2.Bucket.Versioning getVersioning() { - return versioning_ == null - ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() - : versioning_; + return versioning_ == null ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() : versioning_; } /** - * - * *
    * The bucket's versioning config.
    * 
@@ -17006,15 +15715,12 @@ public com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder() public static final int LOGGING_FIELD_NUMBER = 18; private com.google.storage.v2.Bucket.Logging logging_; /** - * - * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
    * 
* * .google.storage.v2.Bucket.Logging logging = 18; - * * @return Whether the logging field is set. */ @java.lang.Override @@ -17022,15 +15728,12 @@ public boolean hasLogging() { return logging_ != null; } /** - * - * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
    * 
* * .google.storage.v2.Bucket.Logging logging = 18; - * * @return The logging. */ @java.lang.Override @@ -17038,8 +15741,6 @@ public com.google.storage.v2.Bucket.Logging getLogging() { return logging_ == null ? com.google.storage.v2.Bucket.Logging.getDefaultInstance() : logging_; } /** - * - * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
@@ -17055,14 +15756,12 @@ public com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder() {
   public static final int OWNER_FIELD_NUMBER = 19;
   private com.google.storage.v2.Owner owner_;
   /**
-   *
-   *
    * 
-   * Output only. The owner of the bucket. This is always the project team's owner group.
+   * Output only. The owner of the bucket. This is always the project team's
+   * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return Whether the owner field is set. */ @java.lang.Override @@ -17070,14 +15769,12 @@ public boolean hasOwner() { return owner_ != null; } /** - * - * *
-   * Output only. The owner of the bucket. This is always the project team's owner group.
+   * Output only. The owner of the bucket. This is always the project team's
+   * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The owner. */ @java.lang.Override @@ -17085,10 +15782,9 @@ public com.google.storage.v2.Owner getOwner() { return owner_ == null ? com.google.storage.v2.Owner.getDefaultInstance() : owner_; } /** - * - * *
-   * Output only. The owner of the bucket. This is always the project team's owner group.
+   * Output only. The owner of the bucket. This is always the project team's
+   * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -17101,14 +15797,11 @@ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { public static final int ENCRYPTION_FIELD_NUMBER = 20; private com.google.storage.v2.Bucket.Encryption encryption_; /** - * - * *
    * Encryption config for a bucket.
    * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; - * * @return Whether the encryption field is set. */ @java.lang.Override @@ -17116,25 +15809,18 @@ public boolean hasEncryption() { return encryption_ != null; } /** - * - * *
    * Encryption config for a bucket.
    * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; - * * @return The encryption. */ @java.lang.Override public com.google.storage.v2.Bucket.Encryption getEncryption() { - return encryption_ == null - ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() - : encryption_; + return encryption_ == null ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() : encryption_; } /** - * - * *
    * Encryption config for a bucket.
    * 
@@ -17149,14 +15835,11 @@ public com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder() public static final int BILLING_FIELD_NUMBER = 21; private com.google.storage.v2.Bucket.Billing billing_; /** - * - * *
    * The bucket's billing config.
    * 
* * .google.storage.v2.Bucket.Billing billing = 21; - * * @return Whether the billing field is set. */ @java.lang.Override @@ -17164,14 +15847,11 @@ public boolean hasBilling() { return billing_ != null; } /** - * - * *
    * The bucket's billing config.
    * 
* * .google.storage.v2.Bucket.Billing billing = 21; - * * @return The billing. */ @java.lang.Override @@ -17179,8 +15859,6 @@ public com.google.storage.v2.Bucket.Billing getBilling() { return billing_ == null ? com.google.storage.v2.Bucket.Billing.getDefaultInstance() : billing_; } /** - * - * *
    * The bucket's billing config.
    * 
@@ -17195,8 +15873,6 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() { public static final int RETENTION_POLICY_FIELD_NUMBER = 22; private com.google.storage.v2.Bucket.RetentionPolicy retentionPolicy_; /** - * - * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -17210,7 +15886,6 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() {
    * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; - * * @return Whether the retentionPolicy field is set. */ @java.lang.Override @@ -17218,8 +15893,6 @@ public boolean hasRetentionPolicy() { return retentionPolicy_ != null; } /** - * - * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -17233,18 +15906,13 @@ public boolean hasRetentionPolicy() {
    * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; - * * @return The retentionPolicy. */ @java.lang.Override public com.google.storage.v2.Bucket.RetentionPolicy getRetentionPolicy() { - return retentionPolicy_ == null - ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() - : retentionPolicy_; + return retentionPolicy_ == null ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() : retentionPolicy_; } /** - * - * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -17267,14 +15935,11 @@ public com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyO
   public static final int IAM_CONFIG_FIELD_NUMBER = 23;
   private com.google.storage.v2.Bucket.IamConfig iamConfig_;
   /**
-   *
-   *
    * 
    * The bucket's IAM config.
    * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; - * * @return Whether the iamConfig field is set. */ @java.lang.Override @@ -17282,25 +15947,18 @@ public boolean hasIamConfig() { return iamConfig_ != null; } /** - * - * *
    * The bucket's IAM config.
    * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; - * * @return The iamConfig. */ @java.lang.Override public com.google.storage.v2.Bucket.IamConfig getIamConfig() { - return iamConfig_ == null - ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() - : iamConfig_; + return iamConfig_ == null ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() : iamConfig_; } /** - * - * *
    * The bucket's IAM config.
    * 
@@ -17315,14 +15973,11 @@ public com.google.storage.v2.Bucket.IamConfigOrBuilder getIamConfigOrBuilder() { public static final int SATISFIES_PZS_FIELD_NUMBER = 25; private boolean satisfiesPzs_; /** - * - * *
    * Reserved for future use.
    * 
* * bool satisfies_pzs = 25; - * * @return The satisfiesPzs. */ @java.lang.Override @@ -17333,15 +15988,12 @@ public boolean getSatisfiesPzs() { public static final int CUSTOM_PLACEMENT_CONFIG_FIELD_NUMBER = 26; private com.google.storage.v2.Bucket.CustomPlacementConfig customPlacementConfig_; /** - * - * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
    * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; - * * @return Whether the customPlacementConfig field is set. */ @java.lang.Override @@ -17349,26 +16001,19 @@ public boolean hasCustomPlacementConfig() { return customPlacementConfig_ != null; } /** - * - * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
    * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; - * * @return The customPlacementConfig. */ @java.lang.Override public com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConfig() { - return customPlacementConfig_ == null - ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() - : customPlacementConfig_; + return customPlacementConfig_ == null ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() : customPlacementConfig_; } /** - * - * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -17377,23 +16022,19 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConf
    * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
    */
   @java.lang.Override
-  public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder
-      getCustomPlacementConfigOrBuilder() {
+  public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder getCustomPlacementConfigOrBuilder() {
     return getCustomPlacementConfig();
   }
 
   public static final int AUTOCLASS_FIELD_NUMBER = 28;
   private com.google.storage.v2.Bucket.Autoclass autoclass_;
   /**
-   *
-   *
    * 
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
    * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; - * * @return Whether the autoclass field is set. */ @java.lang.Override @@ -17401,26 +16042,19 @@ public boolean hasAutoclass() { return autoclass_ != null; } /** - * - * *
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
    * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; - * * @return The autoclass. */ @java.lang.Override public com.google.storage.v2.Bucket.Autoclass getAutoclass() { - return autoclass_ == null - ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() - : autoclass_; + return autoclass_ == null ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() : autoclass_; } /** - * - * *
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
@@ -17434,7 +16068,6 @@ public com.google.storage.v2.Bucket.AutoclassOrBuilder getAutoclassOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -17446,7 +16079,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_);
     }
@@ -17489,8 +16123,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
     if (defaultEventBasedHold_ != false) {
       output.writeBool(14, defaultEventBasedHold_);
     }
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 15);
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetLabels(),
+        LabelsDefaultEntryHolder.defaultEntry,
+        15);
     if (website_ != null) {
       output.writeMessage(16, getWebsite());
     }
@@ -17549,7 +16187,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, project_);
     }
     if (metageneration_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, metageneration_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(4, metageneration_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, location_);
@@ -17561,72 +16200,89 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, storageClass_);
     }
     for (int i = 0; i < acl_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, acl_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(8, acl_.get(i));
     }
     for (int i = 0; i < defaultObjectAcl_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, defaultObjectAcl_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(9, defaultObjectAcl_.get(i));
     }
     if (lifecycle_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getLifecycle());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(10, getLifecycle());
     }
     if (createTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(11, getCreateTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(11, getCreateTime());
     }
     for (int i = 0; i < cors_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, cors_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(12, cors_.get(i));
     }
     if (updateTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(13, getUpdateTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(13, getUpdateTime());
     }
     if (defaultEventBasedHold_ != false) {
-      size += com.google.protobuf.CodedOutputStream.computeBoolSize(14, defaultEventBasedHold_);
-    }
-    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(15, labels__);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBoolSize(14, defaultEventBasedHold_);
+    }
+    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(15, labels__);
     }
     if (website_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(16, getWebsite());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(16, getWebsite());
     }
     if (versioning_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(17, getVersioning());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(17, getVersioning());
     }
     if (logging_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(18, getLogging());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(18, getLogging());
     }
     if (owner_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(19, getOwner());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(19, getOwner());
     }
     if (encryption_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(20, getEncryption());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(20, getEncryption());
     }
     if (billing_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(21, getBilling());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(21, getBilling());
     }
     if (retentionPolicy_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(22, getRetentionPolicy());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(22, getRetentionPolicy());
     }
     if (iamConfig_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(23, getIamConfig());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(23, getIamConfig());
     }
     if (satisfiesPzs_ != false) {
-      size += com.google.protobuf.CodedOutputStream.computeBoolSize(25, satisfiesPzs_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBoolSize(25, satisfiesPzs_);
     }
     if (customPlacementConfig_ != null) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(26, getCustomPlacementConfig());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(26, getCustomPlacementConfig());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rpo_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, rpo_);
     }
     if (autoclass_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(28, getAutoclass());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(28, getAutoclass());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, etag_);
@@ -17639,79 +16295,107 @@ 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.storage.v2.Bucket)) {
       return super.equals(obj);
     }
     com.google.storage.v2.Bucket other = (com.google.storage.v2.Bucket) obj;
 
-    if (!getName().equals(other.getName())) return false;
-    if (!getBucketId().equals(other.getBucketId())) return false;
-    if (!getEtag().equals(other.getEtag())) return false;
-    if (!getProject().equals(other.getProject())) return false;
-    if (getMetageneration() != other.getMetageneration()) return false;
-    if (!getLocation().equals(other.getLocation())) return false;
-    if (!getLocationType().equals(other.getLocationType())) return false;
-    if (!getStorageClass().equals(other.getStorageClass())) return false;
-    if (!getRpo().equals(other.getRpo())) return false;
-    if (!getAclList().equals(other.getAclList())) return false;
-    if (!getDefaultObjectAclList().equals(other.getDefaultObjectAclList())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
+    if (!getBucketId()
+        .equals(other.getBucketId())) return false;
+    if (!getEtag()
+        .equals(other.getEtag())) return false;
+    if (!getProject()
+        .equals(other.getProject())) return false;
+    if (getMetageneration()
+        != other.getMetageneration()) return false;
+    if (!getLocation()
+        .equals(other.getLocation())) return false;
+    if (!getLocationType()
+        .equals(other.getLocationType())) return false;
+    if (!getStorageClass()
+        .equals(other.getStorageClass())) return false;
+    if (!getRpo()
+        .equals(other.getRpo())) return false;
+    if (!getAclList()
+        .equals(other.getAclList())) return false;
+    if (!getDefaultObjectAclList()
+        .equals(other.getDefaultObjectAclList())) return false;
     if (hasLifecycle() != other.hasLifecycle()) return false;
     if (hasLifecycle()) {
-      if (!getLifecycle().equals(other.getLifecycle())) return false;
+      if (!getLifecycle()
+          .equals(other.getLifecycle())) 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 (!getCorsList().equals(other.getCorsList())) return false;
+    if (!getCorsList()
+        .equals(other.getCorsList())) 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 (getDefaultEventBasedHold() != other.getDefaultEventBasedHold()) return false;
-    if (!internalGetLabels().equals(other.internalGetLabels())) return false;
+    if (getDefaultEventBasedHold()
+        != other.getDefaultEventBasedHold()) return false;
+    if (!internalGetLabels().equals(
+        other.internalGetLabels())) return false;
     if (hasWebsite() != other.hasWebsite()) return false;
     if (hasWebsite()) {
-      if (!getWebsite().equals(other.getWebsite())) return false;
+      if (!getWebsite()
+          .equals(other.getWebsite())) return false;
     }
     if (hasVersioning() != other.hasVersioning()) return false;
     if (hasVersioning()) {
-      if (!getVersioning().equals(other.getVersioning())) return false;
+      if (!getVersioning()
+          .equals(other.getVersioning())) return false;
     }
     if (hasLogging() != other.hasLogging()) return false;
     if (hasLogging()) {
-      if (!getLogging().equals(other.getLogging())) return false;
+      if (!getLogging()
+          .equals(other.getLogging())) return false;
     }
     if (hasOwner() != other.hasOwner()) return false;
     if (hasOwner()) {
-      if (!getOwner().equals(other.getOwner())) return false;
+      if (!getOwner()
+          .equals(other.getOwner())) return false;
     }
     if (hasEncryption() != other.hasEncryption()) return false;
     if (hasEncryption()) {
-      if (!getEncryption().equals(other.getEncryption())) return false;
+      if (!getEncryption()
+          .equals(other.getEncryption())) return false;
     }
     if (hasBilling() != other.hasBilling()) return false;
     if (hasBilling()) {
-      if (!getBilling().equals(other.getBilling())) return false;
+      if (!getBilling()
+          .equals(other.getBilling())) return false;
     }
     if (hasRetentionPolicy() != other.hasRetentionPolicy()) return false;
     if (hasRetentionPolicy()) {
-      if (!getRetentionPolicy().equals(other.getRetentionPolicy())) return false;
+      if (!getRetentionPolicy()
+          .equals(other.getRetentionPolicy())) return false;
     }
     if (hasIamConfig() != other.hasIamConfig()) return false;
     if (hasIamConfig()) {
-      if (!getIamConfig().equals(other.getIamConfig())) return false;
+      if (!getIamConfig()
+          .equals(other.getIamConfig())) return false;
     }
-    if (getSatisfiesPzs() != other.getSatisfiesPzs()) return false;
+    if (getSatisfiesPzs()
+        != other.getSatisfiesPzs()) return false;
     if (hasCustomPlacementConfig() != other.hasCustomPlacementConfig()) return false;
     if (hasCustomPlacementConfig()) {
-      if (!getCustomPlacementConfig().equals(other.getCustomPlacementConfig())) return false;
+      if (!getCustomPlacementConfig()
+          .equals(other.getCustomPlacementConfig())) return false;
     }
     if (hasAutoclass() != other.hasAutoclass()) return false;
     if (hasAutoclass()) {
-      if (!getAutoclass().equals(other.getAutoclass())) return false;
+      if (!getAutoclass()
+          .equals(other.getAutoclass())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -17733,7 +16417,8 @@ public int hashCode() {
     hash = (37 * hash) + PROJECT_FIELD_NUMBER;
     hash = (53 * hash) + getProject().hashCode();
     hash = (37 * hash) + METAGENERATION_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMetageneration());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getMetageneration());
     hash = (37 * hash) + LOCATION_FIELD_NUMBER;
     hash = (53 * hash) + getLocation().hashCode();
     hash = (37 * hash) + LOCATION_TYPE_FIELD_NUMBER;
@@ -17767,7 +16452,8 @@ public int hashCode() {
       hash = (53 * hash) + getUpdateTime().hashCode();
     }
     hash = (37 * hash) + DEFAULT_EVENT_BASED_HOLD_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getDefaultEventBasedHold());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+        getDefaultEventBasedHold());
     if (!internalGetLabels().getMap().isEmpty()) {
       hash = (37 * hash) + LABELS_FIELD_NUMBER;
       hash = (53 * hash) + internalGetLabels().hashCode();
@@ -17805,7 +16491,8 @@ public int hashCode() {
       hash = (53 * hash) + getIamConfig().hashCode();
     }
     hash = (37 * hash) + SATISFIES_PZS_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getSatisfiesPzs());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+        getSatisfiesPzs());
     if (hasCustomPlacementConfig()) {
       hash = (37 * hash) + CUSTOM_PLACEMENT_CONFIG_FIELD_NUMBER;
       hash = (53 * hash) + getCustomPlacementConfig().hashCode();
@@ -17819,153 +16506,152 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.Bucket parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.Bucket parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.Bucket 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.storage.v2.Bucket parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.storage.v2.Bucket parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.Bucket 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.storage.v2.Bucket parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket 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 bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket} */ - 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.storage.v2.Bucket) com.google.storage.v2.BucketOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 15: 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 15: 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.storage.v2.StorageProto - .internal_static_google_storage_v2_Bucket_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Bucket.class, com.google.storage.v2.Bucket.Builder.class); } // Construct using com.google.storage.v2.Bucket.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(); @@ -18095,7 +16781,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_descriptor; } @@ -18230,39 +16917,38 @@ public com.google.storage.v2.Bucket 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) { + 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.storage.v2.Bucket) { - return mergeFrom((com.google.storage.v2.Bucket) other); + return mergeFrom((com.google.storage.v2.Bucket)other); } else { super.mergeFrom(other); return this; @@ -18324,10 +17010,9 @@ public Builder mergeFrom(com.google.storage.v2.Bucket other) { aclBuilder_ = null; acl_ = other.acl_; bitField0_ = (bitField0_ & ~0x00000001); - aclBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getAclFieldBuilder() - : null; + aclBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getAclFieldBuilder() : null; } else { aclBuilder_.addAllMessages(other.acl_); } @@ -18351,10 +17036,9 @@ public Builder mergeFrom(com.google.storage.v2.Bucket other) { defaultObjectAclBuilder_ = null; defaultObjectAcl_ = other.defaultObjectAcl_; bitField0_ = (bitField0_ & ~0x00000002); - defaultObjectAclBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getDefaultObjectAclFieldBuilder() - : null; + defaultObjectAclBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getDefaultObjectAclFieldBuilder() : null; } else { defaultObjectAclBuilder_.addAllMessages(other.defaultObjectAcl_); } @@ -18384,10 +17068,9 @@ public Builder mergeFrom(com.google.storage.v2.Bucket other) { corsBuilder_ = null; cors_ = other.cors_; bitField0_ = (bitField0_ & ~0x00000004); - corsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getCorsFieldBuilder() - : null; + corsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getCorsFieldBuilder() : null; } else { corsBuilder_.addAllMessages(other.cors_); } @@ -18399,7 +17082,8 @@ public Builder mergeFrom(com.google.storage.v2.Bucket other) { if (other.getDefaultEventBasedHold() != false) { setDefaultEventBasedHold(other.getDefaultEventBasedHold()); } - internalGetMutableLabels().mergeFrom(other.internalGetLabels()); + internalGetMutableLabels().mergeFrom( + other.internalGetLabels()); if (other.hasWebsite()) { mergeWebsite(other.getWebsite()); } @@ -18459,208 +17143,205 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); + case 10: { + name_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 18: - { - bucketId_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 18: { + bucketId_ = input.readStringRequireUtf8(); - break; - } // case 18 - case 26: - { - project_ = input.readStringRequireUtf8(); + break; + } // case 18 + case 26: { + project_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 32: - { - metageneration_ = input.readInt64(); + break; + } // case 26 + case 32: { + metageneration_ = input.readInt64(); - break; - } // case 32 - case 42: - { - location_ = input.readStringRequireUtf8(); + break; + } // case 32 + case 42: { + location_ = input.readStringRequireUtf8(); - break; - } // case 42 - case 50: - { - locationType_ = input.readStringRequireUtf8(); + break; + } // case 42 + case 50: { + locationType_ = input.readStringRequireUtf8(); - break; - } // case 50 - case 58: - { - storageClass_ = input.readStringRequireUtf8(); + break; + } // case 50 + case 58: { + storageClass_ = input.readStringRequireUtf8(); - break; - } // case 58 - case 66: - { - com.google.storage.v2.BucketAccessControl m = - input.readMessage( - com.google.storage.v2.BucketAccessControl.parser(), extensionRegistry); - if (aclBuilder_ == null) { - ensureAclIsMutable(); - acl_.add(m); - } else { - aclBuilder_.addMessage(m); - } - break; - } // case 66 - case 74: - { - com.google.storage.v2.ObjectAccessControl m = - input.readMessage( - com.google.storage.v2.ObjectAccessControl.parser(), extensionRegistry); - if (defaultObjectAclBuilder_ == null) { - ensureDefaultObjectAclIsMutable(); - defaultObjectAcl_.add(m); - } else { - defaultObjectAclBuilder_.addMessage(m); - } - break; - } // case 74 - case 82: - { - input.readMessage(getLifecycleFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 58 + case 66: { + com.google.storage.v2.BucketAccessControl m = + input.readMessage( + com.google.storage.v2.BucketAccessControl.parser(), + extensionRegistry); + if (aclBuilder_ == null) { + ensureAclIsMutable(); + acl_.add(m); + } else { + aclBuilder_.addMessage(m); + } + break; + } // case 66 + case 74: { + com.google.storage.v2.ObjectAccessControl m = + input.readMessage( + com.google.storage.v2.ObjectAccessControl.parser(), + extensionRegistry); + if (defaultObjectAclBuilder_ == null) { + ensureDefaultObjectAclIsMutable(); + defaultObjectAcl_.add(m); + } else { + defaultObjectAclBuilder_.addMessage(m); + } + break; + } // case 74 + case 82: { + input.readMessage( + getLifecycleFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 82 - case 90: - { - input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 82 + case 90: { + input.readMessage( + getCreateTimeFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 90 - case 98: - { - com.google.storage.v2.Bucket.Cors m = - input.readMessage( - com.google.storage.v2.Bucket.Cors.parser(), extensionRegistry); - if (corsBuilder_ == null) { - ensureCorsIsMutable(); - cors_.add(m); - } else { - corsBuilder_.addMessage(m); - } - break; - } // case 98 - case 106: - { - input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 90 + case 98: { + com.google.storage.v2.Bucket.Cors m = + input.readMessage( + com.google.storage.v2.Bucket.Cors.parser(), + extensionRegistry); + if (corsBuilder_ == null) { + ensureCorsIsMutable(); + cors_.add(m); + } else { + corsBuilder_.addMessage(m); + } + break; + } // case 98 + case 106: { + input.readMessage( + getUpdateTimeFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 106 - case 112: - { - defaultEventBasedHold_ = input.readBool(); + break; + } // case 106 + case 112: { + defaultEventBasedHold_ = input.readBool(); - break; - } // case 112 - case 122: - { - com.google.protobuf.MapEntry labels__ = - input.readMessage( - LabelsDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableLabels() - .getMutableMap() - .put(labels__.getKey(), labels__.getValue()); - break; - } // case 122 - case 130: - { - input.readMessage(getWebsiteFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 112 + case 122: { + com.google.protobuf.MapEntry + labels__ = input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableLabels().getMutableMap().put( + labels__.getKey(), labels__.getValue()); + break; + } // case 122 + case 130: { + input.readMessage( + getWebsiteFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 130 - case 138: - { - input.readMessage(getVersioningFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 130 + case 138: { + input.readMessage( + getVersioningFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 138 - case 146: - { - input.readMessage(getLoggingFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 138 + case 146: { + input.readMessage( + getLoggingFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 146 - case 154: - { - input.readMessage(getOwnerFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 146 + case 154: { + input.readMessage( + getOwnerFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 154 - case 162: - { - input.readMessage(getEncryptionFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 154 + case 162: { + input.readMessage( + getEncryptionFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 162 - case 170: - { - input.readMessage(getBillingFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 162 + case 170: { + input.readMessage( + getBillingFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 170 - case 178: - { - input.readMessage(getRetentionPolicyFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 170 + case 178: { + input.readMessage( + getRetentionPolicyFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 178 - case 186: - { - input.readMessage(getIamConfigFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 178 + case 186: { + input.readMessage( + getIamConfigFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 186 - case 200: - { - satisfiesPzs_ = input.readBool(); + break; + } // case 186 + case 200: { + satisfiesPzs_ = input.readBool(); - break; - } // case 200 - case 210: - { - input.readMessage( - getCustomPlacementConfigFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 200 + case 210: { + input.readMessage( + getCustomPlacementConfigFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 210 - case 218: - { - rpo_ = input.readStringRequireUtf8(); + break; + } // case 210 + case 218: { + rpo_ = input.readStringRequireUtf8(); - break; - } // case 218 - case 226: - { - input.readMessage(getAutoclassFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 218 + case 226: { + input.readMessage( + getAutoclassFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 226 - case 234: - { - etag_ = input.readStringRequireUtf8(); + break; + } // case 226 + case 234: { + etag_ = input.readStringRequireUtf8(); - break; - } // case 234 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 234 + 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) { @@ -18670,25 +17351,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @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; @@ -18697,21 +17375,20 @@ public java.lang.String getName() { } } /** - * - * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @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 { @@ -18719,61 +17396,54 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -18781,22 +17451,20 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object bucketId_ = ""; /** - * - * *
-     * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-     * `name` field. For globally unique buckets, this is equal to the "bucket
-     * name" of other Cloud Storage APIs. Example: "pub".
+     * Output only. The user-chosen part of the bucket name. The `{bucket}`
+     * portion of the `name` field. For globally unique buckets, this is equal to
+     * the "bucket name" of other Cloud Storage APIs. Example: "pub".
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bucketId. */ public java.lang.String getBucketId() { java.lang.Object ref = bucketId_; 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(); bucketId_ = s; return s; @@ -18805,23 +17473,22 @@ public java.lang.String getBucketId() { } } /** - * - * *
-     * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-     * `name` field. For globally unique buckets, this is equal to the "bucket
-     * name" of other Cloud Storage APIs. Example: "pub".
+     * Output only. The user-chosen part of the bucket name. The `{bucket}`
+     * portion of the `name` field. For globally unique buckets, this is equal to
+     * the "bucket name" of other Cloud Storage APIs. Example: "pub".
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for bucketId. */ - public com.google.protobuf.ByteString getBucketIdBytes() { + public com.google.protobuf.ByteString + getBucketIdBytes() { java.lang.Object ref = bucketId_; 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); bucketId_ = b; return b; } else { @@ -18829,67 +17496,60 @@ public com.google.protobuf.ByteString getBucketIdBytes() { } } /** - * - * *
-     * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-     * `name` field. For globally unique buckets, this is equal to the "bucket
-     * name" of other Cloud Storage APIs. Example: "pub".
+     * Output only. The user-chosen part of the bucket name. The `{bucket}`
+     * portion of the `name` field. For globally unique buckets, this is equal to
+     * the "bucket name" of other Cloud Storage APIs. Example: "pub".
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bucketId to set. * @return This builder for chaining. */ - public Builder setBucketId(java.lang.String value) { + public Builder setBucketId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucketId_ = value; onChanged(); return this; } /** - * - * *
-     * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-     * `name` field. For globally unique buckets, this is equal to the "bucket
-     * name" of other Cloud Storage APIs. Example: "pub".
+     * Output only. The user-chosen part of the bucket name. The `{bucket}`
+     * portion of the `name` field. For globally unique buckets, this is equal to
+     * the "bucket name" of other Cloud Storage APIs. Example: "pub".
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearBucketId() { - + bucketId_ = getDefaultInstance().getBucketId(); onChanged(); return this; } /** - * - * *
-     * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-     * `name` field. For globally unique buckets, this is equal to the "bucket
-     * name" of other Cloud Storage APIs. Example: "pub".
+     * Output only. The user-chosen part of the bucket name. The `{bucket}`
+     * portion of the `name` field. For globally unique buckets, this is equal to
+     * the "bucket name" of other Cloud Storage APIs. Example: "pub".
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for bucketId to set. * @return This builder for chaining. */ - public Builder setBucketIdBytes(com.google.protobuf.ByteString value) { + public Builder setBucketIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucketId_ = value; onChanged(); return this; @@ -18897,8 +17557,6 @@ public Builder setBucketIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object etag_ = ""; /** - * - * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -18906,13 +17564,13 @@ public Builder setBucketIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string etag = 29; - * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -18921,8 +17579,6 @@ public java.lang.String getEtag() { } } /** - * - * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -18930,14 +17586,15 @@ public java.lang.String getEtag() {
      * 
* * string etag = 29; - * * @return The bytes for etag. */ - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -18945,8 +17602,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } } /** - * - * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -18954,22 +17609,20 @@ public com.google.protobuf.ByteString getEtagBytes() {
      * 
* * string etag = 29; - * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag(java.lang.String value) { + public Builder setEtag( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** - * - * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -18977,18 +17630,15 @@ public Builder setEtag(java.lang.String value) {
      * 
* * string etag = 29; - * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** - * - * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -18996,16 +17646,16 @@ public Builder clearEtag() {
      * 
* * string etag = 29; - * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes(com.google.protobuf.ByteString value) { + public Builder setEtagBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; @@ -19013,24 +17663,20 @@ public Builder setEtagBytes(com.google.protobuf.ByteString value) { private java.lang.Object project_ = ""; /** - * - * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -19039,25 +17685,22 @@ public java.lang.String getProject() { } } /** - * - * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -19065,82 +17708,67 @@ public com.google.protobuf.ByteString getProjectBytes() { } } /** - * - * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject(java.lang.String value) { + public Builder setProject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** - * - * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** - * - * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes(com.google.protobuf.ByteString value) { + public Builder setProjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = value; onChanged(); return this; } - private long metageneration_; + private long metageneration_ ; /** - * - * *
      * Output only. The metadata generation of this bucket.
      * Attempting to set or update this field will result in a
@@ -19148,7 +17776,6 @@ public Builder setProjectBytes(com.google.protobuf.ByteString value) {
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The metageneration. */ @java.lang.Override @@ -19156,8 +17783,6 @@ public long getMetageneration() { return metageneration_; } /** - * - * *
      * Output only. The metadata generation of this bucket.
      * Attempting to set or update this field will result in a
@@ -19165,19 +17790,16 @@ public long getMetageneration() {
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The metageneration to set. * @return This builder for chaining. */ public Builder setMetageneration(long value) { - + metageneration_ = value; onChanged(); return this; } /** - * - * *
      * Output only. The metadata generation of this bucket.
      * Attempting to set or update this field will result in a
@@ -19185,11 +17807,10 @@ public Builder setMetageneration(long value) {
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearMetageneration() { - + metageneration_ = 0L; onChanged(); return this; @@ -19197,24 +17818,23 @@ public Builder clearMetageneration() { private java.lang.Object location_ = ""; /** - * - * *
-     * Immutable. The location of the bucket. Object data for objects in the bucket resides
-     * in physical storage within this region.  Defaults to `US`. See the
+     * Immutable. The location of the bucket. Object data for objects in the
+     * bucket resides in physical storage within this region.  Defaults to `US`.
+     * See the
      * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
      * guide] for the authoritative list. Attempting to update this field after
      * the bucket is created will result in an error.
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The location. */ public java.lang.String getLocation() { java.lang.Object ref = location_; 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(); location_ = s; return s; @@ -19223,25 +17843,25 @@ public java.lang.String getLocation() { } } /** - * - * *
-     * Immutable. The location of the bucket. Object data for objects in the bucket resides
-     * in physical storage within this region.  Defaults to `US`. See the
+     * Immutable. The location of the bucket. Object data for objects in the
+     * bucket resides in physical storage within this region.  Defaults to `US`.
+     * See the
      * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
      * guide] for the authoritative list. Attempting to update this field after
      * the bucket is created will result in an error.
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for location. */ - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -19249,73 +17869,69 @@ public com.google.protobuf.ByteString getLocationBytes() { } } /** - * - * *
-     * Immutable. The location of the bucket. Object data for objects in the bucket resides
-     * in physical storage within this region.  Defaults to `US`. See the
+     * Immutable. The location of the bucket. Object data for objects in the
+     * bucket resides in physical storage within this region.  Defaults to `US`.
+     * See the
      * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
      * guide] for the authoritative list. Attempting to update this field after
      * the bucket is created will result in an error.
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The location to set. * @return This builder for chaining. */ - public Builder setLocation(java.lang.String value) { + public Builder setLocation( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + location_ = value; onChanged(); return this; } /** - * - * *
-     * Immutable. The location of the bucket. Object data for objects in the bucket resides
-     * in physical storage within this region.  Defaults to `US`. See the
+     * Immutable. The location of the bucket. Object data for objects in the
+     * bucket resides in physical storage within this region.  Defaults to `US`.
+     * See the
      * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
      * guide] for the authoritative list. Attempting to update this field after
      * the bucket is created will result in an error.
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearLocation() { - + location_ = getDefaultInstance().getLocation(); onChanged(); return this; } /** - * - * *
-     * Immutable. The location of the bucket. Object data for objects in the bucket resides
-     * in physical storage within this region.  Defaults to `US`. See the
+     * Immutable. The location of the bucket. Object data for objects in the
+     * bucket resides in physical storage within this region.  Defaults to `US`.
+     * See the
      * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
      * guide] for the authoritative list. Attempting to update this field after
      * the bucket is created will result in an error.
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The bytes for location to set. * @return This builder for chaining. */ - public Builder setLocationBytes(com.google.protobuf.ByteString value) { + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + location_ = value; onChanged(); return this; @@ -19323,20 +17939,19 @@ public Builder setLocationBytes(com.google.protobuf.ByteString value) { private java.lang.Object locationType_ = ""; /** - * - * *
-     * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+     * Output only. The location type of the bucket (region, dual-region,
+     * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The locationType. */ public java.lang.String getLocationType() { java.lang.Object ref = locationType_; 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(); locationType_ = s; return s; @@ -19345,21 +17960,21 @@ public java.lang.String getLocationType() { } } /** - * - * *
-     * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+     * Output only. The location type of the bucket (region, dual-region,
+     * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for locationType. */ - public com.google.protobuf.ByteString getLocationTypeBytes() { + public com.google.protobuf.ByteString + getLocationTypeBytes() { java.lang.Object ref = locationType_; 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); locationType_ = b; return b; } else { @@ -19367,61 +17982,57 @@ public com.google.protobuf.ByteString getLocationTypeBytes() { } } /** - * - * *
-     * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+     * Output only. The location type of the bucket (region, dual-region,
+     * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The locationType to set. * @return This builder for chaining. */ - public Builder setLocationType(java.lang.String value) { + public Builder setLocationType( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + locationType_ = value; onChanged(); return this; } /** - * - * *
-     * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+     * Output only. The location type of the bucket (region, dual-region,
+     * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearLocationType() { - + locationType_ = getDefaultInstance().getLocationType(); onChanged(); return this; } /** - * - * *
-     * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+     * Output only. The location type of the bucket (region, dual-region,
+     * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for locationType to set. * @return This builder for chaining. */ - public Builder setLocationTypeBytes(com.google.protobuf.ByteString value) { + public Builder setLocationTypeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + locationType_ = value; onChanged(); return this; @@ -19429,8 +18040,6 @@ public Builder setLocationTypeBytes(com.google.protobuf.ByteString value) { private java.lang.Object storageClass_ = ""; /** - * - * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -19441,13 +18050,13 @@ public Builder setLocationTypeBytes(com.google.protobuf.ByteString value) {
      * 
* * string storage_class = 7; - * * @return The storageClass. */ public java.lang.String getStorageClass() { java.lang.Object ref = storageClass_; 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(); storageClass_ = s; return s; @@ -19456,8 +18065,6 @@ public java.lang.String getStorageClass() { } } /** - * - * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -19468,14 +18075,15 @@ public java.lang.String getStorageClass() {
      * 
* * string storage_class = 7; - * * @return The bytes for storageClass. */ - public com.google.protobuf.ByteString getStorageClassBytes() { + public com.google.protobuf.ByteString + getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -19483,8 +18091,6 @@ public com.google.protobuf.ByteString getStorageClassBytes() { } } /** - * - * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -19495,22 +18101,20 @@ public com.google.protobuf.ByteString getStorageClassBytes() {
      * 
* * string storage_class = 7; - * * @param value The storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClass(java.lang.String value) { + public Builder setStorageClass( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + storageClass_ = value; onChanged(); return this; } /** - * - * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -19521,18 +18125,15 @@ public Builder setStorageClass(java.lang.String value) {
      * 
* * string storage_class = 7; - * * @return This builder for chaining. */ public Builder clearStorageClass() { - + storageClass_ = getDefaultInstance().getStorageClass(); onChanged(); return this; } /** - * - * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -19543,16 +18144,16 @@ public Builder clearStorageClass() {
      * 
* * string storage_class = 7; - * * @param value The bytes for storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClassBytes(com.google.protobuf.ByteString value) { + public Builder setStorageClassBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + storageClass_ = value; onChanged(); return this; @@ -19560,8 +18161,6 @@ public Builder setStorageClassBytes(com.google.protobuf.ByteString value) { private java.lang.Object rpo_ = ""; /** - * - * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -19572,13 +18171,13 @@ public Builder setStorageClassBytes(com.google.protobuf.ByteString value) {
      * 
* * string rpo = 27; - * * @return The rpo. */ public java.lang.String getRpo() { java.lang.Object ref = rpo_; 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(); rpo_ = s; return s; @@ -19587,8 +18186,6 @@ public java.lang.String getRpo() { } } /** - * - * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -19599,14 +18196,15 @@ public java.lang.String getRpo() {
      * 
* * string rpo = 27; - * * @return The bytes for rpo. */ - public com.google.protobuf.ByteString getRpoBytes() { + public com.google.protobuf.ByteString + getRpoBytes() { java.lang.Object ref = rpo_; 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); rpo_ = b; return b; } else { @@ -19614,8 +18212,6 @@ public com.google.protobuf.ByteString getRpoBytes() { } } /** - * - * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -19626,22 +18222,20 @@ public com.google.protobuf.ByteString getRpoBytes() {
      * 
* * string rpo = 27; - * * @param value The rpo to set. * @return This builder for chaining. */ - public Builder setRpo(java.lang.String value) { + public Builder setRpo( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + rpo_ = value; onChanged(); return this; } /** - * - * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -19652,18 +18246,15 @@ public Builder setRpo(java.lang.String value) {
      * 
* * string rpo = 27; - * * @return This builder for chaining. */ public Builder clearRpo() { - + rpo_ = getDefaultInstance().getRpo(); onChanged(); return this; } /** - * - * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -19674,43 +18265,37 @@ public Builder clearRpo() {
      * 
* * string rpo = 27; - * * @param value The bytes for rpo to set. * @return This builder for chaining. */ - public Builder setRpoBytes(com.google.protobuf.ByteString value) { + public Builder setRpoBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + rpo_ = value; onChanged(); return this; } private java.util.List acl_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureAclIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { acl_ = new java.util.ArrayList(acl_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.BucketAccessControl, - com.google.storage.v2.BucketAccessControl.Builder, - com.google.storage.v2.BucketAccessControlOrBuilder> - aclBuilder_; + com.google.storage.v2.BucketAccessControl, com.google.storage.v2.BucketAccessControl.Builder, com.google.storage.v2.BucketAccessControlOrBuilder> aclBuilder_; /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19724,11 +18309,9 @@ public java.util.List getAclList() { } } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19742,11 +18325,9 @@ public int getAclCount() { } } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19760,17 +18341,16 @@ public com.google.storage.v2.BucketAccessControl getAcl(int index) { } } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - public Builder setAcl(int index, com.google.storage.v2.BucketAccessControl value) { + public Builder setAcl( + int index, com.google.storage.v2.BucketAccessControl value) { if (aclBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -19784,11 +18364,9 @@ public Builder setAcl(int index, com.google.storage.v2.BucketAccessControl value return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19806,11 +18384,9 @@ public Builder setAcl( return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19830,17 +18406,16 @@ public Builder addAcl(com.google.storage.v2.BucketAccessControl value) { return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - public Builder addAcl(int index, com.google.storage.v2.BucketAccessControl value) { + public Builder addAcl( + int index, com.google.storage.v2.BucketAccessControl value) { if (aclBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -19854,17 +18429,16 @@ public Builder addAcl(int index, com.google.storage.v2.BucketAccessControl value return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - public Builder addAcl(com.google.storage.v2.BucketAccessControl.Builder builderForValue) { + public Builder addAcl( + com.google.storage.v2.BucketAccessControl.Builder builderForValue) { if (aclBuilder_ == null) { ensureAclIsMutable(); acl_.add(builderForValue.build()); @@ -19875,11 +18449,9 @@ public Builder addAcl(com.google.storage.v2.BucketAccessControl.Builder builderF return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19897,11 +18469,9 @@ public Builder addAcl( return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19911,7 +18481,8 @@ public Builder addAllAcl( java.lang.Iterable values) { if (aclBuilder_ == null) { ensureAclIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, acl_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, acl_); onChanged(); } else { aclBuilder_.addAllMessages(values); @@ -19919,11 +18490,9 @@ public Builder addAllAcl( return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19940,11 +18509,9 @@ public Builder clearAcl() { return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -19961,50 +18528,45 @@ public Builder removeAcl(int index) { return this; } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - public com.google.storage.v2.BucketAccessControl.Builder getAclBuilder(int index) { + public com.google.storage.v2.BucketAccessControl.Builder getAclBuilder( + int index) { return getAclFieldBuilder().getBuilder(index); } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(int index) { + public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder( + int index) { if (aclBuilder_ == null) { - return acl_.get(index); - } else { + return acl_.get(index); } else { return aclBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - public java.util.List - getAclOrBuilderList() { + public java.util.List + getAclOrBuilderList() { if (aclBuilder_ != null) { return aclBuilder_.getMessageOrBuilderList(); } else { @@ -20012,90 +18574,76 @@ public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(int in } } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ public com.google.storage.v2.BucketAccessControl.Builder addAclBuilder() { - return getAclFieldBuilder() - .addBuilder(com.google.storage.v2.BucketAccessControl.getDefaultInstance()); + return getAclFieldBuilder().addBuilder( + com.google.storage.v2.BucketAccessControl.getDefaultInstance()); } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - public com.google.storage.v2.BucketAccessControl.Builder addAclBuilder(int index) { - return getAclFieldBuilder() - .addBuilder(index, com.google.storage.v2.BucketAccessControl.getDefaultInstance()); + public com.google.storage.v2.BucketAccessControl.Builder addAclBuilder( + int index) { + return getAclFieldBuilder().addBuilder( + index, com.google.storage.v2.BucketAccessControl.getDefaultInstance()); } /** - * - * *
      * Access controls on the bucket.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - public java.util.List getAclBuilderList() { + public java.util.List + getAclBuilderList() { return getAclFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.BucketAccessControl, - com.google.storage.v2.BucketAccessControl.Builder, - com.google.storage.v2.BucketAccessControlOrBuilder> + com.google.storage.v2.BucketAccessControl, com.google.storage.v2.BucketAccessControl.Builder, com.google.storage.v2.BucketAccessControlOrBuilder> getAclFieldBuilder() { if (aclBuilder_ == null) { - aclBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.BucketAccessControl, - com.google.storage.v2.BucketAccessControl.Builder, - com.google.storage.v2.BucketAccessControlOrBuilder>( - acl_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + aclBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.BucketAccessControl, com.google.storage.v2.BucketAccessControl.Builder, com.google.storage.v2.BucketAccessControlOrBuilder>( + acl_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); acl_ = null; } return aclBuilder_; } private java.util.List defaultObjectAcl_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureDefaultObjectAclIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - defaultObjectAcl_ = - new java.util.ArrayList(defaultObjectAcl_); + defaultObjectAcl_ = new java.util.ArrayList(defaultObjectAcl_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ObjectAccessControl, - com.google.storage.v2.ObjectAccessControl.Builder, - com.google.storage.v2.ObjectAccessControlOrBuilder> - defaultObjectAclBuilder_; + com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder> defaultObjectAclBuilder_; /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20109,11 +18657,9 @@ public java.util.List getDefaultObjec } } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20127,11 +18673,9 @@ public int getDefaultObjectAclCount() { } } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20145,17 +18689,16 @@ public com.google.storage.v2.ObjectAccessControl getDefaultObjectAcl(int index) } } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - public Builder setDefaultObjectAcl(int index, com.google.storage.v2.ObjectAccessControl value) { + public Builder setDefaultObjectAcl( + int index, com.google.storage.v2.ObjectAccessControl value) { if (defaultObjectAclBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -20169,11 +18712,9 @@ public Builder setDefaultObjectAcl(int index, com.google.storage.v2.ObjectAccess return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20191,11 +18732,9 @@ public Builder setDefaultObjectAcl( return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20215,17 +18754,16 @@ public Builder addDefaultObjectAcl(com.google.storage.v2.ObjectAccessControl val return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - public Builder addDefaultObjectAcl(int index, com.google.storage.v2.ObjectAccessControl value) { + public Builder addDefaultObjectAcl( + int index, com.google.storage.v2.ObjectAccessControl value) { if (defaultObjectAclBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -20239,11 +18777,9 @@ public Builder addDefaultObjectAcl(int index, com.google.storage.v2.ObjectAccess return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20261,11 +18797,9 @@ public Builder addDefaultObjectAcl( return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20283,11 +18817,9 @@ public Builder addDefaultObjectAcl( return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20297,7 +18829,8 @@ public Builder addAllDefaultObjectAcl( java.lang.Iterable values) { if (defaultObjectAclBuilder_ == null) { ensureDefaultObjectAclIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, defaultObjectAcl_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, defaultObjectAcl_); onChanged(); } else { defaultObjectAclBuilder_.addAllMessages(values); @@ -20305,11 +18838,9 @@ public Builder addAllDefaultObjectAcl( return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20326,11 +18857,9 @@ public Builder clearDefaultObjectAcl() { return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20347,25 +18876,22 @@ public Builder removeDefaultObjectAcl(int index) { return this; } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - public com.google.storage.v2.ObjectAccessControl.Builder getDefaultObjectAclBuilder(int index) { + public com.google.storage.v2.ObjectAccessControl.Builder getDefaultObjectAclBuilder( + int index) { return getDefaultObjectAclFieldBuilder().getBuilder(index); } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* @@ -20374,24 +18900,21 @@ public com.google.storage.v2.ObjectAccessControl.Builder getDefaultObjectAclBuil public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder( int index) { if (defaultObjectAclBuilder_ == null) { - return defaultObjectAcl_.get(index); - } else { + return defaultObjectAcl_.get(index); } else { return defaultObjectAclBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - public java.util.List - getDefaultObjectAclOrBuilderList() { + public java.util.List + getDefaultObjectAclOrBuilderList() { if (defaultObjectAclBuilder_ != null) { return defaultObjectAclBuilder_.getMessageOrBuilderList(); } else { @@ -20399,62 +18922,51 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrB } } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuilder() { - return getDefaultObjectAclFieldBuilder() - .addBuilder(com.google.storage.v2.ObjectAccessControl.getDefaultInstance()); + return getDefaultObjectAclFieldBuilder().addBuilder( + com.google.storage.v2.ObjectAccessControl.getDefaultInstance()); } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuilder(int index) { - return getDefaultObjectAclFieldBuilder() - .addBuilder(index, com.google.storage.v2.ObjectAccessControl.getDefaultInstance()); + public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuilder( + int index) { + return getDefaultObjectAclFieldBuilder().addBuilder( + index, com.google.storage.v2.ObjectAccessControl.getDefaultInstance()); } /** - * - * *
      * Default access controls to apply to new objects when no ACL is provided.
-     * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+     * If iam_config.uniform_bucket_level_access is enabled on this bucket,
      * requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - public java.util.List - getDefaultObjectAclBuilderList() { + public java.util.List + getDefaultObjectAclBuilderList() { return getDefaultObjectAclFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ObjectAccessControl, - com.google.storage.v2.ObjectAccessControl.Builder, - com.google.storage.v2.ObjectAccessControlOrBuilder> + com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder> getDefaultObjectAclFieldBuilder() { if (defaultObjectAclBuilder_ == null) { - defaultObjectAclBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ObjectAccessControl, - com.google.storage.v2.ObjectAccessControl.Builder, - com.google.storage.v2.ObjectAccessControlOrBuilder>( + defaultObjectAclBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder>( defaultObjectAcl_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), @@ -20466,13 +18978,8 @@ public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuil private com.google.storage.v2.Bucket.Lifecycle lifecycle_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle, - com.google.storage.v2.Bucket.Lifecycle.Builder, - com.google.storage.v2.Bucket.LifecycleOrBuilder> - lifecycleBuilder_; + com.google.storage.v2.Bucket.Lifecycle, com.google.storage.v2.Bucket.Lifecycle.Builder, com.google.storage.v2.Bucket.LifecycleOrBuilder> lifecycleBuilder_; /** - * - * *
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20480,15 +18987,12 @@ public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuil
      * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; - * * @return Whether the lifecycle field is set. */ public boolean hasLifecycle() { return lifecycleBuilder_ != null || lifecycle_ != null; } /** - * - * *
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20496,21 +19000,16 @@ public boolean hasLifecycle() {
      * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; - * * @return The lifecycle. */ public com.google.storage.v2.Bucket.Lifecycle getLifecycle() { if (lifecycleBuilder_ == null) { - return lifecycle_ == null - ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() - : lifecycle_; + return lifecycle_ == null ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() : lifecycle_; } else { return lifecycleBuilder_.getMessage(); } } /** - * - * *
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20533,8 +19032,6 @@ public Builder setLifecycle(com.google.storage.v2.Bucket.Lifecycle value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20543,7 +19040,8 @@ public Builder setLifecycle(com.google.storage.v2.Bucket.Lifecycle value) {
      *
      * .google.storage.v2.Bucket.Lifecycle lifecycle = 10;
      */
-    public Builder setLifecycle(com.google.storage.v2.Bucket.Lifecycle.Builder builderForValue) {
+    public Builder setLifecycle(
+        com.google.storage.v2.Bucket.Lifecycle.Builder builderForValue) {
       if (lifecycleBuilder_ == null) {
         lifecycle_ = builderForValue.build();
         onChanged();
@@ -20554,8 +19052,6 @@ public Builder setLifecycle(com.google.storage.v2.Bucket.Lifecycle.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20568,9 +19064,7 @@ public Builder mergeLifecycle(com.google.storage.v2.Bucket.Lifecycle value) {
       if (lifecycleBuilder_ == null) {
         if (lifecycle_ != null) {
           lifecycle_ =
-              com.google.storage.v2.Bucket.Lifecycle.newBuilder(lifecycle_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.Bucket.Lifecycle.newBuilder(lifecycle_).mergeFrom(value).buildPartial();
         } else {
           lifecycle_ = value;
         }
@@ -20582,8 +19076,6 @@ public Builder mergeLifecycle(com.google.storage.v2.Bucket.Lifecycle value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20604,8 +19096,6 @@ public Builder clearLifecycle() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20615,13 +19105,11 @@ public Builder clearLifecycle() {
      * .google.storage.v2.Bucket.Lifecycle lifecycle = 10;
      */
     public com.google.storage.v2.Bucket.Lifecycle.Builder getLifecycleBuilder() {
-
+      
       onChanged();
       return getLifecycleFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20634,14 +19122,11 @@ public com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder() {
       if (lifecycleBuilder_ != null) {
         return lifecycleBuilder_.getMessageOrBuilder();
       } else {
-        return lifecycle_ == null
-            ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance()
-            : lifecycle_;
+        return lifecycle_ == null ?
+            com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() : lifecycle_;
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -20651,17 +19136,14 @@ public com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder() {
      * .google.storage.v2.Bucket.Lifecycle lifecycle = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Lifecycle,
-            com.google.storage.v2.Bucket.Lifecycle.Builder,
-            com.google.storage.v2.Bucket.LifecycleOrBuilder>
+        com.google.storage.v2.Bucket.Lifecycle, com.google.storage.v2.Bucket.Lifecycle.Builder, com.google.storage.v2.Bucket.LifecycleOrBuilder> 
         getLifecycleFieldBuilder() {
       if (lifecycleBuilder_ == null) {
-        lifecycleBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket.Lifecycle,
-                com.google.storage.v2.Bucket.Lifecycle.Builder,
-                com.google.storage.v2.Bucket.LifecycleOrBuilder>(
-                getLifecycle(), getParentForChildren(), isClean());
+        lifecycleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Bucket.Lifecycle, com.google.storage.v2.Bucket.Lifecycle.Builder, com.google.storage.v2.Bucket.LifecycleOrBuilder>(
+                getLifecycle(),
+                getParentForChildren(),
+                isClean());
         lifecycle_ = null;
       }
       return lifecycleBuilder_;
@@ -20669,64 +19151,45 @@ public com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder() {
 
     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 creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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 createTimeBuilder_ != null || createTime_ != null; } /** - * - * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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) { @@ -20742,19 +19205,16 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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(); onChanged(); @@ -20765,23 +19225,19 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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 (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -20793,17 +19249,13 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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() { if (createTimeBuilder_ == null) { @@ -20817,94 +19269,72 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .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_; } private java.util.List cors_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureCorsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { cors_ = new java.util.ArrayList(cors_); bitField0_ |= 0x00000004; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Bucket.Cors, - com.google.storage.v2.Bucket.Cors.Builder, - com.google.storage.v2.Bucket.CorsOrBuilder> - corsBuilder_; + com.google.storage.v2.Bucket.Cors, com.google.storage.v2.Bucket.Cors.Builder, com.google.storage.v2.Bucket.CorsOrBuilder> corsBuilder_; /** - * - * *
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -20920,8 +19350,6 @@ public java.util.List getCorsList() {
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -20937,8 +19365,6 @@ public int getCorsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -20954,8 +19380,6 @@ public com.google.storage.v2.Bucket.Cors getCors(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -20963,7 +19387,8 @@ public com.google.storage.v2.Bucket.Cors getCors(int index) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder setCors(int index, com.google.storage.v2.Bucket.Cors value) {
+    public Builder setCors(
+        int index, com.google.storage.v2.Bucket.Cors value) {
       if (corsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -20977,8 +19402,6 @@ public Builder setCors(int index, com.google.storage.v2.Bucket.Cors value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -20986,7 +19409,8 @@ public Builder setCors(int index, com.google.storage.v2.Bucket.Cors value) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder setCors(int index, com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
+    public Builder setCors(
+        int index, com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
       if (corsBuilder_ == null) {
         ensureCorsIsMutable();
         cors_.set(index, builderForValue.build());
@@ -20997,8 +19421,6 @@ public Builder setCors(int index, com.google.storage.v2.Bucket.Cors.Builder buil
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21020,8 +19442,6 @@ public Builder addCors(com.google.storage.v2.Bucket.Cors value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21029,7 +19449,8 @@ public Builder addCors(com.google.storage.v2.Bucket.Cors value) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder addCors(int index, com.google.storage.v2.Bucket.Cors value) {
+    public Builder addCors(
+        int index, com.google.storage.v2.Bucket.Cors value) {
       if (corsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -21043,8 +19464,6 @@ public Builder addCors(int index, com.google.storage.v2.Bucket.Cors value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21052,7 +19471,8 @@ public Builder addCors(int index, com.google.storage.v2.Bucket.Cors value) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder addCors(com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
+    public Builder addCors(
+        com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
       if (corsBuilder_ == null) {
         ensureCorsIsMutable();
         cors_.add(builderForValue.build());
@@ -21063,8 +19483,6 @@ public Builder addCors(com.google.storage.v2.Bucket.Cors.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21072,7 +19490,8 @@ public Builder addCors(com.google.storage.v2.Bucket.Cors.Builder builderForValue
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder addCors(int index, com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
+    public Builder addCors(
+        int index, com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
       if (corsBuilder_ == null) {
         ensureCorsIsMutable();
         cors_.add(index, builderForValue.build());
@@ -21083,8 +19502,6 @@ public Builder addCors(int index, com.google.storage.v2.Bucket.Cors.Builder buil
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21096,7 +19513,8 @@ public Builder addAllCors(
         java.lang.Iterable values) {
       if (corsBuilder_ == null) {
         ensureCorsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, cors_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, cors_);
         onChanged();
       } else {
         corsBuilder_.addAllMessages(values);
@@ -21104,8 +19522,6 @@ public Builder addAllCors(
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21124,8 +19540,6 @@ public Builder clearCors() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21144,8 +19558,6 @@ public Builder removeCors(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21153,12 +19565,11 @@ public Builder removeCors(int index) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public com.google.storage.v2.Bucket.Cors.Builder getCorsBuilder(int index) {
+    public com.google.storage.v2.Bucket.Cors.Builder getCorsBuilder(
+        int index) {
       return getCorsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21166,16 +19577,14 @@ public com.google.storage.v2.Bucket.Cors.Builder getCorsBuilder(int index) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index) {
+    public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
+        int index) {
       if (corsBuilder_ == null) {
-        return cors_.get(index);
-      } else {
+        return cors_.get(index);  } else {
         return corsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21183,8 +19592,8 @@ public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public java.util.List
-        getCorsOrBuilderList() {
+    public java.util.List 
+         getCorsOrBuilderList() {
       if (corsBuilder_ != null) {
         return corsBuilder_.getMessageOrBuilderList();
       } else {
@@ -21192,8 +19601,6 @@ public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21202,12 +19609,10 @@ public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index) {
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
     public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder() {
-      return getCorsFieldBuilder()
-          .addBuilder(com.google.storage.v2.Bucket.Cors.getDefaultInstance());
+      return getCorsFieldBuilder().addBuilder(
+          com.google.storage.v2.Bucket.Cors.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21215,13 +19620,12 @@ public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder() {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder(int index) {
-      return getCorsFieldBuilder()
-          .addBuilder(index, com.google.storage.v2.Bucket.Cors.getDefaultInstance());
+    public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder(
+        int index) {
+      return getCorsFieldBuilder().addBuilder(
+          index, com.google.storage.v2.Bucket.Cors.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -21229,22 +19633,20 @@ public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder(int index) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public java.util.List getCorsBuilderList() {
+    public java.util.List 
+         getCorsBuilderList() {
       return getCorsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.storage.v2.Bucket.Cors,
-            com.google.storage.v2.Bucket.Cors.Builder,
-            com.google.storage.v2.Bucket.CorsOrBuilder>
+        com.google.storage.v2.Bucket.Cors, com.google.storage.v2.Bucket.Cors.Builder, com.google.storage.v2.Bucket.CorsOrBuilder> 
         getCorsFieldBuilder() {
       if (corsBuilder_ == null) {
-        corsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.storage.v2.Bucket.Cors,
-                com.google.storage.v2.Bucket.Cors.Builder,
-                com.google.storage.v2.Bucket.CorsOrBuilder>(
-                cors_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean());
+        corsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.storage.v2.Bucket.Cors, com.google.storage.v2.Bucket.Cors.Builder, com.google.storage.v2.Bucket.CorsOrBuilder>(
+                cors_,
+                ((bitField0_ & 0x00000004) != 0),
+                getParentForChildren(),
+                isClean());
         cors_ = null;
       }
       return corsBuilder_;
@@ -21252,64 +19654,45 @@ public java.util.List getCorsBuilderL
 
     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 modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return updateTimeBuilder_ != null || updateTime_ != null; } /** - * - * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 13 [(.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 modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -21325,19 +19708,16 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.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(); onChanged(); @@ -21348,23 +19728,19 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { if (updateTime_ != null) { updateTime_ = - com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); } else { updateTime_ = value; } @@ -21376,17 +19752,13 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearUpdateTime() { if (updateTimeBuilder_ == null) { @@ -21400,79 +19772,61 @@ public Builder clearUpdateTime() { return this; } /** - * - * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { - + onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.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 modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.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_; } - private boolean defaultEventBasedHold_; + private boolean defaultEventBasedHold_ ; /** - * - * *
      * The default value for event-based hold on newly created objects in this
      * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -21490,7 +19844,6 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * 
* * bool default_event_based_hold = 14; - * * @return The defaultEventBasedHold. */ @java.lang.Override @@ -21498,8 +19851,6 @@ public boolean getDefaultEventBasedHold() { return defaultEventBasedHold_; } /** - * - * *
      * The default value for event-based hold on newly created objects in this
      * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -21517,19 +19868,16 @@ public boolean getDefaultEventBasedHold() {
      * 
* * bool default_event_based_hold = 14; - * * @param value The defaultEventBasedHold to set. * @return This builder for chaining. */ public Builder setDefaultEventBasedHold(boolean value) { - + defaultEventBasedHold_ = value; onChanged(); return this; } /** - * - * *
      * The default value for event-based hold on newly created objects in this
      * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -21547,31 +19895,31 @@ public Builder setDefaultEventBasedHold(boolean value) {
      * 
* * bool default_event_based_hold = 14; - * * @return This builder for chaining. */ public Builder clearDefaultEventBasedHold() { - + defaultEventBasedHold_ = false; onChanged(); return this; } - 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() { - onChanged(); - ; + internalGetMutableLabels() { + onChanged();; 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(); @@ -21583,30 +19931,28 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * User-provided labels, in key/value pairs.
      * 
* * map<string, string> labels = 15; */ + @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(); } /** - * - * *
      * User-provided labels, in key/value pairs.
      * 
@@ -21614,12 +19960,11 @@ public java.util.Map getLabels() { * map<string, string> labels = 15; */ @java.lang.Override + public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
      * User-provided labels, in key/value pairs.
      * 
@@ -21627,17 +19972,16 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 15; */ @java.lang.Override + public java.lang.String getLabelsOrDefault( - java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetLabels().getMap(); + java.lang.String key, + 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; } /** - * - * *
      * User-provided labels, in key/value pairs.
      * 
@@ -21645,11 +19989,12 @@ public java.lang.String getLabelsOrDefault( * map<string, string> labels = 15; */ @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(); } @@ -21657,73 +20002,71 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { } public Builder clearLabels() { - internalGetMutableLabels().getMutableMap().clear(); + internalGetMutableLabels().getMutableMap() + .clear(); return this; } /** - * - * *
      * User-provided labels, in key/value pairs.
      * 
* * map<string, string> labels = 15; */ - 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() { return internalGetMutableLabels().getMutableMap(); } /** - * - * *
      * User-provided labels, in key/value pairs.
      * 
* * map<string, string> labels = 15; */ - public Builder putLabels(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new NullPointerException("map key"); - } + 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"); - } + throw new NullPointerException("map value"); +} - internalGetMutableLabels().getMutableMap().put(key, value); + internalGetMutableLabels().getMutableMap() + .put(key, value); return this; } /** - * - * *
      * User-provided labels, in key/value pairs.
      * 
* * map<string, string> labels = 15; */ - public Builder putAllLabels(java.util.Map values) { - internalGetMutableLabels().getMutableMap().putAll(values); + + public Builder putAllLabels( + java.util.Map values) { + internalGetMutableLabels().getMutableMap() + .putAll(values); return this; } private com.google.storage.v2.Bucket.Website website_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Website, - com.google.storage.v2.Bucket.Website.Builder, - com.google.storage.v2.Bucket.WebsiteOrBuilder> - websiteBuilder_; + com.google.storage.v2.Bucket.Website, com.google.storage.v2.Bucket.Website.Builder, com.google.storage.v2.Bucket.WebsiteOrBuilder> websiteBuilder_; /** - * - * *
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21732,15 +20075,12 @@ public Builder putAllLabels(java.util.Map va
      * 
* * .google.storage.v2.Bucket.Website website = 16; - * * @return Whether the website field is set. */ public boolean hasWebsite() { return websiteBuilder_ != null || website_ != null; } /** - * - * *
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21749,21 +20089,16 @@ public boolean hasWebsite() {
      * 
* * .google.storage.v2.Bucket.Website website = 16; - * * @return The website. */ public com.google.storage.v2.Bucket.Website getWebsite() { if (websiteBuilder_ == null) { - return website_ == null - ? com.google.storage.v2.Bucket.Website.getDefaultInstance() - : website_; + return website_ == null ? com.google.storage.v2.Bucket.Website.getDefaultInstance() : website_; } else { return websiteBuilder_.getMessage(); } } /** - * - * *
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21787,8 +20122,6 @@ public Builder setWebsite(com.google.storage.v2.Bucket.Website value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21798,7 +20131,8 @@ public Builder setWebsite(com.google.storage.v2.Bucket.Website value) {
      *
      * .google.storage.v2.Bucket.Website website = 16;
      */
-    public Builder setWebsite(com.google.storage.v2.Bucket.Website.Builder builderForValue) {
+    public Builder setWebsite(
+        com.google.storage.v2.Bucket.Website.Builder builderForValue) {
       if (websiteBuilder_ == null) {
         website_ = builderForValue.build();
         onChanged();
@@ -21809,8 +20143,6 @@ public Builder setWebsite(com.google.storage.v2.Bucket.Website.Builder builderFo
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21824,9 +20156,7 @@ public Builder mergeWebsite(com.google.storage.v2.Bucket.Website value) {
       if (websiteBuilder_ == null) {
         if (website_ != null) {
           website_ =
-              com.google.storage.v2.Bucket.Website.newBuilder(website_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.Bucket.Website.newBuilder(website_).mergeFrom(value).buildPartial();
         } else {
           website_ = value;
         }
@@ -21838,8 +20168,6 @@ public Builder mergeWebsite(com.google.storage.v2.Bucket.Website value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21861,8 +20189,6 @@ public Builder clearWebsite() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21873,13 +20199,11 @@ public Builder clearWebsite() {
      * .google.storage.v2.Bucket.Website website = 16;
      */
     public com.google.storage.v2.Bucket.Website.Builder getWebsiteBuilder() {
-
+      
       onChanged();
       return getWebsiteFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21893,14 +20217,11 @@ public com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder() {
       if (websiteBuilder_ != null) {
         return websiteBuilder_.getMessageOrBuilder();
       } else {
-        return website_ == null
-            ? com.google.storage.v2.Bucket.Website.getDefaultInstance()
-            : website_;
+        return website_ == null ?
+            com.google.storage.v2.Bucket.Website.getDefaultInstance() : website_;
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -21911,17 +20232,14 @@ public com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder() {
      * .google.storage.v2.Bucket.Website website = 16;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Website,
-            com.google.storage.v2.Bucket.Website.Builder,
-            com.google.storage.v2.Bucket.WebsiteOrBuilder>
+        com.google.storage.v2.Bucket.Website, com.google.storage.v2.Bucket.Website.Builder, com.google.storage.v2.Bucket.WebsiteOrBuilder> 
         getWebsiteFieldBuilder() {
       if (websiteBuilder_ == null) {
-        websiteBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket.Website,
-                com.google.storage.v2.Bucket.Website.Builder,
-                com.google.storage.v2.Bucket.WebsiteOrBuilder>(
-                getWebsite(), getParentForChildren(), isClean());
+        websiteBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Bucket.Website, com.google.storage.v2.Bucket.Website.Builder, com.google.storage.v2.Bucket.WebsiteOrBuilder>(
+                getWebsite(),
+                getParentForChildren(),
+                isClean());
         website_ = null;
       }
       return websiteBuilder_;
@@ -21929,47 +20247,34 @@ public com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder() {
 
     private com.google.storage.v2.Bucket.Versioning versioning_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Versioning,
-            com.google.storage.v2.Bucket.Versioning.Builder,
-            com.google.storage.v2.Bucket.VersioningOrBuilder>
-        versioningBuilder_;
+        com.google.storage.v2.Bucket.Versioning, com.google.storage.v2.Bucket.Versioning.Builder, com.google.storage.v2.Bucket.VersioningOrBuilder> versioningBuilder_;
     /**
-     *
-     *
      * 
      * The bucket's versioning config.
      * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; - * * @return Whether the versioning field is set. */ public boolean hasVersioning() { return versioningBuilder_ != null || versioning_ != null; } /** - * - * *
      * The bucket's versioning config.
      * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; - * * @return The versioning. */ public com.google.storage.v2.Bucket.Versioning getVersioning() { if (versioningBuilder_ == null) { - return versioning_ == null - ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() - : versioning_; + return versioning_ == null ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() : versioning_; } else { return versioningBuilder_.getMessage(); } } /** - * - * *
      * The bucket's versioning config.
      * 
@@ -21990,15 +20295,14 @@ public Builder setVersioning(com.google.storage.v2.Bucket.Versioning value) { return this; } /** - * - * *
      * The bucket's versioning config.
      * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; */ - public Builder setVersioning(com.google.storage.v2.Bucket.Versioning.Builder builderForValue) { + public Builder setVersioning( + com.google.storage.v2.Bucket.Versioning.Builder builderForValue) { if (versioningBuilder_ == null) { versioning_ = builderForValue.build(); onChanged(); @@ -22009,8 +20313,6 @@ public Builder setVersioning(com.google.storage.v2.Bucket.Versioning.Builder bui return this; } /** - * - * *
      * The bucket's versioning config.
      * 
@@ -22021,9 +20323,7 @@ public Builder mergeVersioning(com.google.storage.v2.Bucket.Versioning value) { if (versioningBuilder_ == null) { if (versioning_ != null) { versioning_ = - com.google.storage.v2.Bucket.Versioning.newBuilder(versioning_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.Bucket.Versioning.newBuilder(versioning_).mergeFrom(value).buildPartial(); } else { versioning_ = value; } @@ -22035,8 +20335,6 @@ public Builder mergeVersioning(com.google.storage.v2.Bucket.Versioning value) { return this; } /** - * - * *
      * The bucket's versioning config.
      * 
@@ -22055,8 +20353,6 @@ public Builder clearVersioning() { return this; } /** - * - * *
      * The bucket's versioning config.
      * 
@@ -22064,13 +20360,11 @@ public Builder clearVersioning() { * .google.storage.v2.Bucket.Versioning versioning = 17; */ public com.google.storage.v2.Bucket.Versioning.Builder getVersioningBuilder() { - + onChanged(); return getVersioningFieldBuilder().getBuilder(); } /** - * - * *
      * The bucket's versioning config.
      * 
@@ -22081,14 +20375,11 @@ public com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder() if (versioningBuilder_ != null) { return versioningBuilder_.getMessageOrBuilder(); } else { - return versioning_ == null - ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() - : versioning_; + return versioning_ == null ? + com.google.storage.v2.Bucket.Versioning.getDefaultInstance() : versioning_; } } /** - * - * *
      * The bucket's versioning config.
      * 
@@ -22096,17 +20387,14 @@ public com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder() * .google.storage.v2.Bucket.Versioning versioning = 17; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Versioning, - com.google.storage.v2.Bucket.Versioning.Builder, - com.google.storage.v2.Bucket.VersioningOrBuilder> + com.google.storage.v2.Bucket.Versioning, com.google.storage.v2.Bucket.Versioning.Builder, com.google.storage.v2.Bucket.VersioningOrBuilder> getVersioningFieldBuilder() { if (versioningBuilder_ == null) { - versioningBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Versioning, - com.google.storage.v2.Bucket.Versioning.Builder, - com.google.storage.v2.Bucket.VersioningOrBuilder>( - getVersioning(), getParentForChildren(), isClean()); + versioningBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Versioning, com.google.storage.v2.Bucket.Versioning.Builder, com.google.storage.v2.Bucket.VersioningOrBuilder>( + getVersioning(), + getParentForChildren(), + isClean()); versioning_ = null; } return versioningBuilder_; @@ -22114,49 +20402,36 @@ public com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder() private com.google.storage.v2.Bucket.Logging logging_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Logging, - com.google.storage.v2.Bucket.Logging.Builder, - com.google.storage.v2.Bucket.LoggingOrBuilder> - loggingBuilder_; + com.google.storage.v2.Bucket.Logging, com.google.storage.v2.Bucket.Logging.Builder, com.google.storage.v2.Bucket.LoggingOrBuilder> loggingBuilder_; /** - * - * *
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
      * 
* * .google.storage.v2.Bucket.Logging logging = 18; - * * @return Whether the logging field is set. */ public boolean hasLogging() { return loggingBuilder_ != null || logging_ != null; } /** - * - * *
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
      * 
* * .google.storage.v2.Bucket.Logging logging = 18; - * * @return The logging. */ public com.google.storage.v2.Bucket.Logging getLogging() { if (loggingBuilder_ == null) { - return logging_ == null - ? com.google.storage.v2.Bucket.Logging.getDefaultInstance() - : logging_; + return logging_ == null ? com.google.storage.v2.Bucket.Logging.getDefaultInstance() : logging_; } else { return loggingBuilder_.getMessage(); } } /** - * - * *
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -22178,8 +20453,6 @@ public Builder setLogging(com.google.storage.v2.Bucket.Logging value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -22187,7 +20460,8 @@ public Builder setLogging(com.google.storage.v2.Bucket.Logging value) {
      *
      * .google.storage.v2.Bucket.Logging logging = 18;
      */
-    public Builder setLogging(com.google.storage.v2.Bucket.Logging.Builder builderForValue) {
+    public Builder setLogging(
+        com.google.storage.v2.Bucket.Logging.Builder builderForValue) {
       if (loggingBuilder_ == null) {
         logging_ = builderForValue.build();
         onChanged();
@@ -22198,8 +20472,6 @@ public Builder setLogging(com.google.storage.v2.Bucket.Logging.Builder builderFo
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -22211,9 +20483,7 @@ public Builder mergeLogging(com.google.storage.v2.Bucket.Logging value) {
       if (loggingBuilder_ == null) {
         if (logging_ != null) {
           logging_ =
-              com.google.storage.v2.Bucket.Logging.newBuilder(logging_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.Bucket.Logging.newBuilder(logging_).mergeFrom(value).buildPartial();
         } else {
           logging_ = value;
         }
@@ -22225,8 +20495,6 @@ public Builder mergeLogging(com.google.storage.v2.Bucket.Logging value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -22246,8 +20514,6 @@ public Builder clearLogging() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -22256,13 +20522,11 @@ public Builder clearLogging() {
      * .google.storage.v2.Bucket.Logging logging = 18;
      */
     public com.google.storage.v2.Bucket.Logging.Builder getLoggingBuilder() {
-
+      
       onChanged();
       return getLoggingFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -22274,14 +20538,11 @@ public com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder() {
       if (loggingBuilder_ != null) {
         return loggingBuilder_.getMessageOrBuilder();
       } else {
-        return logging_ == null
-            ? com.google.storage.v2.Bucket.Logging.getDefaultInstance()
-            : logging_;
+        return logging_ == null ?
+            com.google.storage.v2.Bucket.Logging.getDefaultInstance() : logging_;
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -22290,17 +20551,14 @@ public com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder() {
      * .google.storage.v2.Bucket.Logging logging = 18;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Logging,
-            com.google.storage.v2.Bucket.Logging.Builder,
-            com.google.storage.v2.Bucket.LoggingOrBuilder>
+        com.google.storage.v2.Bucket.Logging, com.google.storage.v2.Bucket.Logging.Builder, com.google.storage.v2.Bucket.LoggingOrBuilder> 
         getLoggingFieldBuilder() {
       if (loggingBuilder_ == null) {
-        loggingBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket.Logging,
-                com.google.storage.v2.Bucket.Logging.Builder,
-                com.google.storage.v2.Bucket.LoggingOrBuilder>(
-                getLogging(), getParentForChildren(), isClean());
+        loggingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Bucket.Logging, com.google.storage.v2.Bucket.Logging.Builder, com.google.storage.v2.Bucket.LoggingOrBuilder>(
+                getLogging(),
+                getParentForChildren(),
+                isClean());
         logging_ = null;
       }
       return loggingBuilder_;
@@ -22308,35 +20566,26 @@ public com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder() {
 
     private com.google.storage.v2.Owner owner_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Owner,
-            com.google.storage.v2.Owner.Builder,
-            com.google.storage.v2.OwnerOrBuilder>
-        ownerBuilder_;
+        com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder> ownerBuilder_;
     /**
-     *
-     *
      * 
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the owner field is set. */ public boolean hasOwner() { return ownerBuilder_ != null || owner_ != null; } /** - * - * *
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The owner. */ public com.google.storage.v2.Owner getOwner() { @@ -22347,14 +20596,12 @@ public com.google.storage.v2.Owner getOwner() { } } /** - * - * *
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setOwner(com.google.storage.v2.Owner value) { if (ownerBuilder_ == null) { @@ -22370,16 +20617,15 @@ public Builder setOwner(com.google.storage.v2.Owner value) { return this; } /** - * - * *
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setOwner(com.google.storage.v2.Owner.Builder builderForValue) { + public Builder setOwner( + com.google.storage.v2.Owner.Builder builderForValue) { if (ownerBuilder_ == null) { owner_ = builderForValue.build(); onChanged(); @@ -22390,19 +20636,18 @@ public Builder setOwner(com.google.storage.v2.Owner.Builder builderForValue) { return this; } /** - * - * *
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeOwner(com.google.storage.v2.Owner value) { if (ownerBuilder_ == null) { if (owner_ != null) { - owner_ = com.google.storage.v2.Owner.newBuilder(owner_).mergeFrom(value).buildPartial(); + owner_ = + com.google.storage.v2.Owner.newBuilder(owner_).mergeFrom(value).buildPartial(); } else { owner_ = value; } @@ -22414,14 +20659,12 @@ public Builder mergeOwner(com.google.storage.v2.Owner value) { return this; } /** - * - * *
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearOwner() { if (ownerBuilder_ == null) { @@ -22435,59 +20678,51 @@ public Builder clearOwner() { return this; } /** - * - * *
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.storage.v2.Owner.Builder getOwnerBuilder() { - + onChanged(); return getOwnerFieldBuilder().getBuilder(); } /** - * - * *
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { if (ownerBuilder_ != null) { return ownerBuilder_.getMessageOrBuilder(); } else { - return owner_ == null ? com.google.storage.v2.Owner.getDefaultInstance() : owner_; + return owner_ == null ? + com.google.storage.v2.Owner.getDefaultInstance() : owner_; } } /** - * - * *
-     * Output only. The owner of the bucket. This is always the project team's owner group.
+     * Output only. The owner of the bucket. This is always the project team's
+     * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, - com.google.storage.v2.Owner.Builder, - com.google.storage.v2.OwnerOrBuilder> + com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder> getOwnerFieldBuilder() { if (ownerBuilder_ == null) { - ownerBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, - com.google.storage.v2.Owner.Builder, - com.google.storage.v2.OwnerOrBuilder>( - getOwner(), getParentForChildren(), isClean()); + ownerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder>( + getOwner(), + getParentForChildren(), + isClean()); owner_ = null; } return ownerBuilder_; @@ -22495,47 +20730,34 @@ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { private com.google.storage.v2.Bucket.Encryption encryption_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Encryption, - com.google.storage.v2.Bucket.Encryption.Builder, - com.google.storage.v2.Bucket.EncryptionOrBuilder> - encryptionBuilder_; + com.google.storage.v2.Bucket.Encryption, com.google.storage.v2.Bucket.Encryption.Builder, com.google.storage.v2.Bucket.EncryptionOrBuilder> encryptionBuilder_; /** - * - * *
      * Encryption config for a bucket.
      * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; - * * @return Whether the encryption field is set. */ public boolean hasEncryption() { return encryptionBuilder_ != null || encryption_ != null; } /** - * - * *
      * Encryption config for a bucket.
      * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; - * * @return The encryption. */ public com.google.storage.v2.Bucket.Encryption getEncryption() { if (encryptionBuilder_ == null) { - return encryption_ == null - ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() - : encryption_; + return encryption_ == null ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() : encryption_; } else { return encryptionBuilder_.getMessage(); } } /** - * - * *
      * Encryption config for a bucket.
      * 
@@ -22556,15 +20778,14 @@ public Builder setEncryption(com.google.storage.v2.Bucket.Encryption value) { return this; } /** - * - * *
      * Encryption config for a bucket.
      * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; */ - public Builder setEncryption(com.google.storage.v2.Bucket.Encryption.Builder builderForValue) { + public Builder setEncryption( + com.google.storage.v2.Bucket.Encryption.Builder builderForValue) { if (encryptionBuilder_ == null) { encryption_ = builderForValue.build(); onChanged(); @@ -22575,8 +20796,6 @@ public Builder setEncryption(com.google.storage.v2.Bucket.Encryption.Builder bui return this; } /** - * - * *
      * Encryption config for a bucket.
      * 
@@ -22587,9 +20806,7 @@ public Builder mergeEncryption(com.google.storage.v2.Bucket.Encryption value) { if (encryptionBuilder_ == null) { if (encryption_ != null) { encryption_ = - com.google.storage.v2.Bucket.Encryption.newBuilder(encryption_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.Bucket.Encryption.newBuilder(encryption_).mergeFrom(value).buildPartial(); } else { encryption_ = value; } @@ -22601,8 +20818,6 @@ public Builder mergeEncryption(com.google.storage.v2.Bucket.Encryption value) { return this; } /** - * - * *
      * Encryption config for a bucket.
      * 
@@ -22621,8 +20836,6 @@ public Builder clearEncryption() { return this; } /** - * - * *
      * Encryption config for a bucket.
      * 
@@ -22630,13 +20843,11 @@ public Builder clearEncryption() { * .google.storage.v2.Bucket.Encryption encryption = 20; */ public com.google.storage.v2.Bucket.Encryption.Builder getEncryptionBuilder() { - + onChanged(); return getEncryptionFieldBuilder().getBuilder(); } /** - * - * *
      * Encryption config for a bucket.
      * 
@@ -22647,14 +20858,11 @@ public com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder() if (encryptionBuilder_ != null) { return encryptionBuilder_.getMessageOrBuilder(); } else { - return encryption_ == null - ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() - : encryption_; + return encryption_ == null ? + com.google.storage.v2.Bucket.Encryption.getDefaultInstance() : encryption_; } } /** - * - * *
      * Encryption config for a bucket.
      * 
@@ -22662,17 +20870,14 @@ public com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder() * .google.storage.v2.Bucket.Encryption encryption = 20; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Encryption, - com.google.storage.v2.Bucket.Encryption.Builder, - com.google.storage.v2.Bucket.EncryptionOrBuilder> + com.google.storage.v2.Bucket.Encryption, com.google.storage.v2.Bucket.Encryption.Builder, com.google.storage.v2.Bucket.EncryptionOrBuilder> getEncryptionFieldBuilder() { if (encryptionBuilder_ == null) { - encryptionBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Encryption, - com.google.storage.v2.Bucket.Encryption.Builder, - com.google.storage.v2.Bucket.EncryptionOrBuilder>( - getEncryption(), getParentForChildren(), isClean()); + encryptionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Encryption, com.google.storage.v2.Bucket.Encryption.Builder, com.google.storage.v2.Bucket.EncryptionOrBuilder>( + getEncryption(), + getParentForChildren(), + isClean()); encryption_ = null; } return encryptionBuilder_; @@ -22680,47 +20885,34 @@ public com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder() private com.google.storage.v2.Bucket.Billing billing_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Billing, - com.google.storage.v2.Bucket.Billing.Builder, - com.google.storage.v2.Bucket.BillingOrBuilder> - billingBuilder_; + com.google.storage.v2.Bucket.Billing, com.google.storage.v2.Bucket.Billing.Builder, com.google.storage.v2.Bucket.BillingOrBuilder> billingBuilder_; /** - * - * *
      * The bucket's billing config.
      * 
* * .google.storage.v2.Bucket.Billing billing = 21; - * * @return Whether the billing field is set. */ public boolean hasBilling() { return billingBuilder_ != null || billing_ != null; } /** - * - * *
      * The bucket's billing config.
      * 
* * .google.storage.v2.Bucket.Billing billing = 21; - * * @return The billing. */ public com.google.storage.v2.Bucket.Billing getBilling() { if (billingBuilder_ == null) { - return billing_ == null - ? com.google.storage.v2.Bucket.Billing.getDefaultInstance() - : billing_; + return billing_ == null ? com.google.storage.v2.Bucket.Billing.getDefaultInstance() : billing_; } else { return billingBuilder_.getMessage(); } } /** - * - * *
      * The bucket's billing config.
      * 
@@ -22741,15 +20933,14 @@ public Builder setBilling(com.google.storage.v2.Bucket.Billing value) { return this; } /** - * - * *
      * The bucket's billing config.
      * 
* * .google.storage.v2.Bucket.Billing billing = 21; */ - public Builder setBilling(com.google.storage.v2.Bucket.Billing.Builder builderForValue) { + public Builder setBilling( + com.google.storage.v2.Bucket.Billing.Builder builderForValue) { if (billingBuilder_ == null) { billing_ = builderForValue.build(); onChanged(); @@ -22760,8 +20951,6 @@ public Builder setBilling(com.google.storage.v2.Bucket.Billing.Builder builderFo return this; } /** - * - * *
      * The bucket's billing config.
      * 
@@ -22772,9 +20961,7 @@ public Builder mergeBilling(com.google.storage.v2.Bucket.Billing value) { if (billingBuilder_ == null) { if (billing_ != null) { billing_ = - com.google.storage.v2.Bucket.Billing.newBuilder(billing_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.Bucket.Billing.newBuilder(billing_).mergeFrom(value).buildPartial(); } else { billing_ = value; } @@ -22786,8 +20973,6 @@ public Builder mergeBilling(com.google.storage.v2.Bucket.Billing value) { return this; } /** - * - * *
      * The bucket's billing config.
      * 
@@ -22806,8 +20991,6 @@ public Builder clearBilling() { return this; } /** - * - * *
      * The bucket's billing config.
      * 
@@ -22815,13 +20998,11 @@ public Builder clearBilling() { * .google.storage.v2.Bucket.Billing billing = 21; */ public com.google.storage.v2.Bucket.Billing.Builder getBillingBuilder() { - + onChanged(); return getBillingFieldBuilder().getBuilder(); } /** - * - * *
      * The bucket's billing config.
      * 
@@ -22832,14 +21013,11 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() { if (billingBuilder_ != null) { return billingBuilder_.getMessageOrBuilder(); } else { - return billing_ == null - ? com.google.storage.v2.Bucket.Billing.getDefaultInstance() - : billing_; + return billing_ == null ? + com.google.storage.v2.Bucket.Billing.getDefaultInstance() : billing_; } } /** - * - * *
      * The bucket's billing config.
      * 
@@ -22847,17 +21025,14 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() { * .google.storage.v2.Bucket.Billing billing = 21; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Billing, - com.google.storage.v2.Bucket.Billing.Builder, - com.google.storage.v2.Bucket.BillingOrBuilder> + com.google.storage.v2.Bucket.Billing, com.google.storage.v2.Bucket.Billing.Builder, com.google.storage.v2.Bucket.BillingOrBuilder> getBillingFieldBuilder() { if (billingBuilder_ == null) { - billingBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Billing, - com.google.storage.v2.Bucket.Billing.Builder, - com.google.storage.v2.Bucket.BillingOrBuilder>( - getBilling(), getParentForChildren(), isClean()); + billingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Billing, com.google.storage.v2.Bucket.Billing.Builder, com.google.storage.v2.Bucket.BillingOrBuilder>( + getBilling(), + getParentForChildren(), + isClean()); billing_ = null; } return billingBuilder_; @@ -22865,13 +21040,8 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() { private com.google.storage.v2.Bucket.RetentionPolicy retentionPolicy_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.RetentionPolicy, - com.google.storage.v2.Bucket.RetentionPolicy.Builder, - com.google.storage.v2.Bucket.RetentionPolicyOrBuilder> - retentionPolicyBuilder_; + com.google.storage.v2.Bucket.RetentionPolicy, com.google.storage.v2.Bucket.RetentionPolicy.Builder, com.google.storage.v2.Bucket.RetentionPolicyOrBuilder> retentionPolicyBuilder_; /** - * - * *
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -22885,15 +21055,12 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() {
      * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; - * * @return Whether the retentionPolicy field is set. */ public boolean hasRetentionPolicy() { return retentionPolicyBuilder_ != null || retentionPolicy_ != null; } /** - * - * *
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -22907,21 +21074,16 @@ public boolean hasRetentionPolicy() {
      * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; - * * @return The retentionPolicy. */ public com.google.storage.v2.Bucket.RetentionPolicy getRetentionPolicy() { if (retentionPolicyBuilder_ == null) { - return retentionPolicy_ == null - ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() - : retentionPolicy_; + return retentionPolicy_ == null ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() : retentionPolicy_; } else { return retentionPolicyBuilder_.getMessage(); } } /** - * - * *
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -22950,8 +21112,6 @@ public Builder setRetentionPolicy(com.google.storage.v2.Bucket.RetentionPolicy v
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -22978,8 +21138,6 @@ public Builder setRetentionPolicy(
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -22998,9 +21156,7 @@ public Builder mergeRetentionPolicy(com.google.storage.v2.Bucket.RetentionPolicy
       if (retentionPolicyBuilder_ == null) {
         if (retentionPolicy_ != null) {
           retentionPolicy_ =
-              com.google.storage.v2.Bucket.RetentionPolicy.newBuilder(retentionPolicy_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.Bucket.RetentionPolicy.newBuilder(retentionPolicy_).mergeFrom(value).buildPartial();
         } else {
           retentionPolicy_ = value;
         }
@@ -23012,8 +21168,6 @@ public Builder mergeRetentionPolicy(com.google.storage.v2.Bucket.RetentionPolicy
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -23040,8 +21194,6 @@ public Builder clearRetentionPolicy() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -23057,13 +21209,11 @@ public Builder clearRetentionPolicy() {
      * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22;
      */
     public com.google.storage.v2.Bucket.RetentionPolicy.Builder getRetentionPolicyBuilder() {
-
+      
       onChanged();
       return getRetentionPolicyFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -23082,14 +21232,11 @@ public com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyO
       if (retentionPolicyBuilder_ != null) {
         return retentionPolicyBuilder_.getMessageOrBuilder();
       } else {
-        return retentionPolicy_ == null
-            ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance()
-            : retentionPolicy_;
+        return retentionPolicy_ == null ?
+            com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() : retentionPolicy_;
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -23105,17 +21252,14 @@ public com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyO
      * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.RetentionPolicy,
-            com.google.storage.v2.Bucket.RetentionPolicy.Builder,
-            com.google.storage.v2.Bucket.RetentionPolicyOrBuilder>
+        com.google.storage.v2.Bucket.RetentionPolicy, com.google.storage.v2.Bucket.RetentionPolicy.Builder, com.google.storage.v2.Bucket.RetentionPolicyOrBuilder> 
         getRetentionPolicyFieldBuilder() {
       if (retentionPolicyBuilder_ == null) {
-        retentionPolicyBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket.RetentionPolicy,
-                com.google.storage.v2.Bucket.RetentionPolicy.Builder,
-                com.google.storage.v2.Bucket.RetentionPolicyOrBuilder>(
-                getRetentionPolicy(), getParentForChildren(), isClean());
+        retentionPolicyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Bucket.RetentionPolicy, com.google.storage.v2.Bucket.RetentionPolicy.Builder, com.google.storage.v2.Bucket.RetentionPolicyOrBuilder>(
+                getRetentionPolicy(),
+                getParentForChildren(),
+                isClean());
         retentionPolicy_ = null;
       }
       return retentionPolicyBuilder_;
@@ -23123,47 +21267,34 @@ public com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyO
 
     private com.google.storage.v2.Bucket.IamConfig iamConfig_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.IamConfig,
-            com.google.storage.v2.Bucket.IamConfig.Builder,
-            com.google.storage.v2.Bucket.IamConfigOrBuilder>
-        iamConfigBuilder_;
+        com.google.storage.v2.Bucket.IamConfig, com.google.storage.v2.Bucket.IamConfig.Builder, com.google.storage.v2.Bucket.IamConfigOrBuilder> iamConfigBuilder_;
     /**
-     *
-     *
      * 
      * The bucket's IAM config.
      * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; - * * @return Whether the iamConfig field is set. */ public boolean hasIamConfig() { return iamConfigBuilder_ != null || iamConfig_ != null; } /** - * - * *
      * The bucket's IAM config.
      * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; - * * @return The iamConfig. */ public com.google.storage.v2.Bucket.IamConfig getIamConfig() { if (iamConfigBuilder_ == null) { - return iamConfig_ == null - ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() - : iamConfig_; + return iamConfig_ == null ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() : iamConfig_; } else { return iamConfigBuilder_.getMessage(); } } /** - * - * *
      * The bucket's IAM config.
      * 
@@ -23184,15 +21315,14 @@ public Builder setIamConfig(com.google.storage.v2.Bucket.IamConfig value) { return this; } /** - * - * *
      * The bucket's IAM config.
      * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; */ - public Builder setIamConfig(com.google.storage.v2.Bucket.IamConfig.Builder builderForValue) { + public Builder setIamConfig( + com.google.storage.v2.Bucket.IamConfig.Builder builderForValue) { if (iamConfigBuilder_ == null) { iamConfig_ = builderForValue.build(); onChanged(); @@ -23203,8 +21333,6 @@ public Builder setIamConfig(com.google.storage.v2.Bucket.IamConfig.Builder build return this; } /** - * - * *
      * The bucket's IAM config.
      * 
@@ -23215,9 +21343,7 @@ public Builder mergeIamConfig(com.google.storage.v2.Bucket.IamConfig value) { if (iamConfigBuilder_ == null) { if (iamConfig_ != null) { iamConfig_ = - com.google.storage.v2.Bucket.IamConfig.newBuilder(iamConfig_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.Bucket.IamConfig.newBuilder(iamConfig_).mergeFrom(value).buildPartial(); } else { iamConfig_ = value; } @@ -23229,8 +21355,6 @@ public Builder mergeIamConfig(com.google.storage.v2.Bucket.IamConfig value) { return this; } /** - * - * *
      * The bucket's IAM config.
      * 
@@ -23249,8 +21373,6 @@ public Builder clearIamConfig() { return this; } /** - * - * *
      * The bucket's IAM config.
      * 
@@ -23258,13 +21380,11 @@ public Builder clearIamConfig() { * .google.storage.v2.Bucket.IamConfig iam_config = 23; */ public com.google.storage.v2.Bucket.IamConfig.Builder getIamConfigBuilder() { - + onChanged(); return getIamConfigFieldBuilder().getBuilder(); } /** - * - * *
      * The bucket's IAM config.
      * 
@@ -23275,14 +21395,11 @@ public com.google.storage.v2.Bucket.IamConfigOrBuilder getIamConfigOrBuilder() { if (iamConfigBuilder_ != null) { return iamConfigBuilder_.getMessageOrBuilder(); } else { - return iamConfig_ == null - ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() - : iamConfig_; + return iamConfig_ == null ? + com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() : iamConfig_; } } /** - * - * *
      * The bucket's IAM config.
      * 
@@ -23290,32 +21407,26 @@ public com.google.storage.v2.Bucket.IamConfigOrBuilder getIamConfigOrBuilder() { * .google.storage.v2.Bucket.IamConfig iam_config = 23; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig, - com.google.storage.v2.Bucket.IamConfig.Builder, - com.google.storage.v2.Bucket.IamConfigOrBuilder> + com.google.storage.v2.Bucket.IamConfig, com.google.storage.v2.Bucket.IamConfig.Builder, com.google.storage.v2.Bucket.IamConfigOrBuilder> getIamConfigFieldBuilder() { if (iamConfigBuilder_ == null) { - iamConfigBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig, - com.google.storage.v2.Bucket.IamConfig.Builder, - com.google.storage.v2.Bucket.IamConfigOrBuilder>( - getIamConfig(), getParentForChildren(), isClean()); + iamConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.IamConfig, com.google.storage.v2.Bucket.IamConfig.Builder, com.google.storage.v2.Bucket.IamConfigOrBuilder>( + getIamConfig(), + getParentForChildren(), + isClean()); iamConfig_ = null; } return iamConfigBuilder_; } - private boolean satisfiesPzs_; + private boolean satisfiesPzs_ ; /** - * - * *
      * Reserved for future use.
      * 
* * bool satisfies_pzs = 25; - * * @return The satisfiesPzs. */ @java.lang.Override @@ -23323,36 +21434,30 @@ public boolean getSatisfiesPzs() { return satisfiesPzs_; } /** - * - * *
      * Reserved for future use.
      * 
* * bool satisfies_pzs = 25; - * * @param value The satisfiesPzs to set. * @return This builder for chaining. */ public Builder setSatisfiesPzs(boolean value) { - + satisfiesPzs_ = value; onChanged(); return this; } /** - * - * *
      * Reserved for future use.
      * 
* * bool satisfies_pzs = 25; - * * @return This builder for chaining. */ public Builder clearSatisfiesPzs() { - + satisfiesPzs_ = false; onChanged(); return this; @@ -23360,49 +21465,36 @@ public Builder clearSatisfiesPzs() { private com.google.storage.v2.Bucket.CustomPlacementConfig customPlacementConfig_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.CustomPlacementConfig, - com.google.storage.v2.Bucket.CustomPlacementConfig.Builder, - com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder> - customPlacementConfigBuilder_; + com.google.storage.v2.Bucket.CustomPlacementConfig, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder, com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder> customPlacementConfigBuilder_; /** - * - * *
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
      * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; - * * @return Whether the customPlacementConfig field is set. */ public boolean hasCustomPlacementConfig() { return customPlacementConfigBuilder_ != null || customPlacementConfig_ != null; } /** - * - * *
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
      * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; - * * @return The customPlacementConfig. */ public com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConfig() { if (customPlacementConfigBuilder_ == null) { - return customPlacementConfig_ == null - ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() - : customPlacementConfig_; + return customPlacementConfig_ == null ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() : customPlacementConfig_; } else { return customPlacementConfigBuilder_.getMessage(); } } /** - * - * *
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -23410,8 +21502,7 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConf
      *
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
-    public Builder setCustomPlacementConfig(
-        com.google.storage.v2.Bucket.CustomPlacementConfig value) {
+    public Builder setCustomPlacementConfig(com.google.storage.v2.Bucket.CustomPlacementConfig value) {
       if (customPlacementConfigBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -23425,8 +21516,6 @@ public Builder setCustomPlacementConfig(
       return this;
     }
     /**
-     *
-     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -23446,8 +21535,6 @@ public Builder setCustomPlacementConfig(
       return this;
     }
     /**
-     *
-     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -23455,14 +21542,11 @@ public Builder setCustomPlacementConfig(
      *
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
-    public Builder mergeCustomPlacementConfig(
-        com.google.storage.v2.Bucket.CustomPlacementConfig value) {
+    public Builder mergeCustomPlacementConfig(com.google.storage.v2.Bucket.CustomPlacementConfig value) {
       if (customPlacementConfigBuilder_ == null) {
         if (customPlacementConfig_ != null) {
           customPlacementConfig_ =
-              com.google.storage.v2.Bucket.CustomPlacementConfig.newBuilder(customPlacementConfig_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.Bucket.CustomPlacementConfig.newBuilder(customPlacementConfig_).mergeFrom(value).buildPartial();
         } else {
           customPlacementConfig_ = value;
         }
@@ -23474,8 +21558,6 @@ public Builder mergeCustomPlacementConfig(
       return this;
     }
     /**
-     *
-     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -23495,8 +21577,6 @@ public Builder clearCustomPlacementConfig() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -23504,15 +21584,12 @@ public Builder clearCustomPlacementConfig() {
      *
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
-    public com.google.storage.v2.Bucket.CustomPlacementConfig.Builder
-        getCustomPlacementConfigBuilder() {
-
+    public com.google.storage.v2.Bucket.CustomPlacementConfig.Builder getCustomPlacementConfigBuilder() {
+      
       onChanged();
       return getCustomPlacementConfigFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -23520,19 +21597,15 @@ public Builder clearCustomPlacementConfig() {
      *
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
-    public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder
-        getCustomPlacementConfigOrBuilder() {
+    public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder getCustomPlacementConfigOrBuilder() {
       if (customPlacementConfigBuilder_ != null) {
         return customPlacementConfigBuilder_.getMessageOrBuilder();
       } else {
-        return customPlacementConfig_ == null
-            ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance()
-            : customPlacementConfig_;
+        return customPlacementConfig_ == null ?
+            com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() : customPlacementConfig_;
       }
     }
     /**
-     *
-     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -23541,17 +21614,14 @@ public Builder clearCustomPlacementConfig() {
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.CustomPlacementConfig,
-            com.google.storage.v2.Bucket.CustomPlacementConfig.Builder,
-            com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder>
+        com.google.storage.v2.Bucket.CustomPlacementConfig, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder, com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder> 
         getCustomPlacementConfigFieldBuilder() {
       if (customPlacementConfigBuilder_ == null) {
-        customPlacementConfigBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket.CustomPlacementConfig,
-                com.google.storage.v2.Bucket.CustomPlacementConfig.Builder,
-                com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder>(
-                getCustomPlacementConfig(), getParentForChildren(), isClean());
+        customPlacementConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Bucket.CustomPlacementConfig, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder, com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder>(
+                getCustomPlacementConfig(),
+                getParentForChildren(),
+                isClean());
         customPlacementConfig_ = null;
       }
       return customPlacementConfigBuilder_;
@@ -23559,49 +21629,36 @@ public Builder clearCustomPlacementConfig() {
 
     private com.google.storage.v2.Bucket.Autoclass autoclass_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Autoclass,
-            com.google.storage.v2.Bucket.Autoclass.Builder,
-            com.google.storage.v2.Bucket.AutoclassOrBuilder>
-        autoclassBuilder_;
+        com.google.storage.v2.Bucket.Autoclass, com.google.storage.v2.Bucket.Autoclass.Builder, com.google.storage.v2.Bucket.AutoclassOrBuilder> autoclassBuilder_;
     /**
-     *
-     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
      * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; - * * @return Whether the autoclass field is set. */ public boolean hasAutoclass() { return autoclassBuilder_ != null || autoclass_ != null; } /** - * - * *
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
      * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; - * * @return The autoclass. */ public com.google.storage.v2.Bucket.Autoclass getAutoclass() { if (autoclassBuilder_ == null) { - return autoclass_ == null - ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() - : autoclass_; + return autoclass_ == null ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() : autoclass_; } else { return autoclassBuilder_.getMessage(); } } /** - * - * *
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -23623,8 +21680,6 @@ public Builder setAutoclass(com.google.storage.v2.Bucket.Autoclass value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -23632,7 +21687,8 @@ public Builder setAutoclass(com.google.storage.v2.Bucket.Autoclass value) {
      *
      * .google.storage.v2.Bucket.Autoclass autoclass = 28;
      */
-    public Builder setAutoclass(com.google.storage.v2.Bucket.Autoclass.Builder builderForValue) {
+    public Builder setAutoclass(
+        com.google.storage.v2.Bucket.Autoclass.Builder builderForValue) {
       if (autoclassBuilder_ == null) {
         autoclass_ = builderForValue.build();
         onChanged();
@@ -23643,8 +21699,6 @@ public Builder setAutoclass(com.google.storage.v2.Bucket.Autoclass.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -23656,9 +21710,7 @@ public Builder mergeAutoclass(com.google.storage.v2.Bucket.Autoclass value) {
       if (autoclassBuilder_ == null) {
         if (autoclass_ != null) {
           autoclass_ =
-              com.google.storage.v2.Bucket.Autoclass.newBuilder(autoclass_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.Bucket.Autoclass.newBuilder(autoclass_).mergeFrom(value).buildPartial();
         } else {
           autoclass_ = value;
         }
@@ -23670,8 +21722,6 @@ public Builder mergeAutoclass(com.google.storage.v2.Bucket.Autoclass value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -23691,8 +21741,6 @@ public Builder clearAutoclass() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -23701,13 +21749,11 @@ public Builder clearAutoclass() {
      * .google.storage.v2.Bucket.Autoclass autoclass = 28;
      */
     public com.google.storage.v2.Bucket.Autoclass.Builder getAutoclassBuilder() {
-
+      
       onChanged();
       return getAutoclassFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -23719,14 +21765,11 @@ public com.google.storage.v2.Bucket.AutoclassOrBuilder getAutoclassOrBuilder() {
       if (autoclassBuilder_ != null) {
         return autoclassBuilder_.getMessageOrBuilder();
       } else {
-        return autoclass_ == null
-            ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance()
-            : autoclass_;
+        return autoclass_ == null ?
+            com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() : autoclass_;
       }
     }
     /**
-     *
-     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -23735,24 +21778,21 @@ public com.google.storage.v2.Bucket.AutoclassOrBuilder getAutoclassOrBuilder() {
      * .google.storage.v2.Bucket.Autoclass autoclass = 28;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Autoclass,
-            com.google.storage.v2.Bucket.Autoclass.Builder,
-            com.google.storage.v2.Bucket.AutoclassOrBuilder>
+        com.google.storage.v2.Bucket.Autoclass, com.google.storage.v2.Bucket.Autoclass.Builder, com.google.storage.v2.Bucket.AutoclassOrBuilder> 
         getAutoclassFieldBuilder() {
       if (autoclassBuilder_ == null) {
-        autoclassBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket.Autoclass,
-                com.google.storage.v2.Bucket.Autoclass.Builder,
-                com.google.storage.v2.Bucket.AutoclassOrBuilder>(
-                getAutoclass(), getParentForChildren(), isClean());
+        autoclassBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Bucket.Autoclass, com.google.storage.v2.Bucket.Autoclass.Builder, com.google.storage.v2.Bucket.AutoclassOrBuilder>(
+                getAutoclass(),
+                getParentForChildren(),
+                isClean());
         autoclass_ = null;
       }
       return autoclassBuilder_;
     }
-
     @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);
     }
 
@@ -23762,12 +21802,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket)
   private static final com.google.storage.v2.Bucket DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.Bucket();
   }
@@ -23776,27 +21816,27 @@ public static com.google.storage.v2.Bucket getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Bucket 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 Bucket 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;
@@ -23811,4 +21851,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.Bucket getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
similarity index 73%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
index ce18deb98f..c1134a552c 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
@@ -1,42 +1,24 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * An access-control entry.
  * 
* * Protobuf type {@code google.storage.v2.BucketAccessControl} */ -public final class BucketAccessControl extends com.google.protobuf.GeneratedMessageV3 - implements +public final class BucketAccessControl extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.BucketAccessControl) BucketAccessControlOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use BucketAccessControl.newBuilder() to construct. private BucketAccessControl(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private BucketAccessControl() { role_ = ""; id_ = ""; @@ -50,41 +32,37 @@ private BucketAccessControl() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new BucketAccessControl(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_BucketAccessControl_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.BucketAccessControl.class, - com.google.storage.v2.BucketAccessControl.Builder.class); + com.google.storage.v2.BucketAccessControl.class, com.google.storage.v2.BucketAccessControl.Builder.class); } public static final int ROLE_FIELD_NUMBER = 1; private volatile java.lang.Object role_; /** - * - * *
    * The access permission for the entity.
    * 
* * string role = 1; - * * @return The role. */ @java.lang.Override @@ -93,29 +71,29 @@ public java.lang.String getRole() { 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(); role_ = s; return s; } } /** - * - * *
    * The access permission for the entity.
    * 
* * string role = 1; - * * @return The bytes for role. */ @java.lang.Override - public com.google.protobuf.ByteString getRoleBytes() { + public com.google.protobuf.ByteString + getRoleBytes() { java.lang.Object ref = role_; 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); role_ = b; return b; } else { @@ -126,14 +104,11 @@ public com.google.protobuf.ByteString getRoleBytes() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** - * - * *
    * The ID of the access-control entry.
    * 
* * string id = 2; - * * @return The id. */ @java.lang.Override @@ -142,29 +117,29 @@ public java.lang.String getId() { 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(); id_ = s; return s; } } /** - * - * *
    * The ID of the access-control entry.
    * 
* * string id = 2; - * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -175,8 +150,6 @@ public com.google.protobuf.ByteString getIdBytes() { public static final int ENTITY_FIELD_NUMBER = 3; private volatile java.lang.Object entity_; /** - * - * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -199,7 +172,6 @@ public com.google.protobuf.ByteString getIdBytes() {
    * 
* * string entity = 3; - * * @return The entity. */ @java.lang.Override @@ -208,15 +180,14 @@ public java.lang.String getEntity() { 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(); entity_ = s; return s; } } /** - * - * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -239,15 +210,16 @@ public java.lang.String getEntity() {
    * 
* * string entity = 3; - * * @return The bytes for entity. */ @java.lang.Override - public com.google.protobuf.ByteString getEntityBytes() { + public com.google.protobuf.ByteString + getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -258,15 +230,12 @@ public com.google.protobuf.ByteString getEntityBytes() { public static final int ENTITY_ALT_FIELD_NUMBER = 9; private volatile java.lang.Object entityAlt_; /** - * - * *
-   * Output only. The alternative entity format, if exists. For project entities,
-   * `project-{team}-{projectid}` format will be returned on response.
+   * Output only. The alternative entity format, if exists. For project
+   * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The entityAlt. */ @java.lang.Override @@ -275,30 +244,30 @@ public java.lang.String getEntityAlt() { 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(); entityAlt_ = s; return s; } } /** - * - * *
-   * Output only. The alternative entity format, if exists. For project entities,
-   * `project-{team}-{projectid}` format will be returned on response.
+   * Output only. The alternative entity format, if exists. For project
+   * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for entityAlt. */ @java.lang.Override - public com.google.protobuf.ByteString getEntityAltBytes() { + public com.google.protobuf.ByteString + getEntityAltBytes() { java.lang.Object ref = entityAlt_; 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); entityAlt_ = b; return b; } else { @@ -309,14 +278,11 @@ public com.google.protobuf.ByteString getEntityAltBytes() { public static final int ENTITY_ID_FIELD_NUMBER = 4; private volatile java.lang.Object entityId_; /** - * - * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; - * * @return The entityId. */ @java.lang.Override @@ -325,29 +291,29 @@ public java.lang.String getEntityId() { 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(); entityId_ = s; return s; } } /** - * - * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; - * * @return The bytes for entityId. */ @java.lang.Override - public com.google.protobuf.ByteString getEntityIdBytes() { + public com.google.protobuf.ByteString + getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -358,8 +324,6 @@ public com.google.protobuf.ByteString getEntityIdBytes() { public static final int ETAG_FIELD_NUMBER = 8; private volatile java.lang.Object etag_; /** - * - * *
    * The etag of the BucketAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -368,7 +332,6 @@ public com.google.protobuf.ByteString getEntityIdBytes() {
    * 
* * string etag = 8; - * * @return The etag. */ @java.lang.Override @@ -377,15 +340,14 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** - * - * *
    * The etag of the BucketAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -394,15 +356,16 @@ public java.lang.String getEtag() {
    * 
* * string etag = 8; - * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -413,14 +376,11 @@ public com.google.protobuf.ByteString getEtagBytes() { public static final int EMAIL_FIELD_NUMBER = 5; private volatile java.lang.Object email_; /** - * - * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; - * * @return The email. */ @java.lang.Override @@ -429,29 +389,29 @@ public java.lang.String getEmail() { 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(); email_ = s; return s; } } /** - * - * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; - * * @return The bytes for email. */ @java.lang.Override - public com.google.protobuf.ByteString getEmailBytes() { + public com.google.protobuf.ByteString + getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -462,14 +422,11 @@ public com.google.protobuf.ByteString getEmailBytes() { public static final int DOMAIN_FIELD_NUMBER = 6; private volatile java.lang.Object domain_; /** - * - * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; - * * @return The domain. */ @java.lang.Override @@ -478,29 +435,29 @@ public java.lang.String getDomain() { 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(); domain_ = s; return s; } } /** - * - * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; - * * @return The bytes for domain. */ @java.lang.Override - public com.google.protobuf.ByteString getDomainBytes() { + public com.google.protobuf.ByteString + getDomainBytes() { java.lang.Object ref = domain_; 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); domain_ = b; return b; } else { @@ -511,14 +468,11 @@ public com.google.protobuf.ByteString getDomainBytes() { public static final int PROJECT_TEAM_FIELD_NUMBER = 7; private com.google.storage.v2.ProjectTeam projectTeam_; /** - * - * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return Whether the projectTeam field is set. */ @java.lang.Override @@ -526,25 +480,18 @@ public boolean hasProjectTeam() { return projectTeam_ != null; } /** - * - * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return The projectTeam. */ @java.lang.Override public com.google.storage.v2.ProjectTeam getProjectTeam() { - return projectTeam_ == null - ? com.google.storage.v2.ProjectTeam.getDefaultInstance() - : projectTeam_; + return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } /** - * - * *
    * The project team associated with the entity, if any.
    * 
@@ -557,7 +504,6 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -569,7 +515,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(role_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, role_); } @@ -625,7 +572,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, domain_); } if (projectTeam_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getProjectTeam()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getProjectTeam()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, etag_); @@ -641,25 +589,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.storage.v2.BucketAccessControl)) { return super.equals(obj); } - com.google.storage.v2.BucketAccessControl other = - (com.google.storage.v2.BucketAccessControl) obj; - - if (!getRole().equals(other.getRole())) return false; - if (!getId().equals(other.getId())) return false; - if (!getEntity().equals(other.getEntity())) return false; - if (!getEntityAlt().equals(other.getEntityAlt())) return false; - if (!getEntityId().equals(other.getEntityId())) return false; - if (!getEtag().equals(other.getEtag())) return false; - if (!getEmail().equals(other.getEmail())) return false; - if (!getDomain().equals(other.getDomain())) return false; + com.google.storage.v2.BucketAccessControl other = (com.google.storage.v2.BucketAccessControl) obj; + + if (!getRole() + .equals(other.getRole())) return false; + if (!getId() + .equals(other.getId())) return false; + if (!getEntity() + .equals(other.getEntity())) return false; + if (!getEntityAlt() + .equals(other.getEntityAlt())) return false; + if (!getEntityId() + .equals(other.getEntityId())) return false; + if (!getEtag() + .equals(other.getEtag())) return false; + if (!getEmail() + .equals(other.getEmail())) return false; + if (!getDomain() + .equals(other.getDomain())) return false; if (hasProjectTeam() != other.hasProjectTeam()) return false; if (hasProjectTeam()) { - if (!getProjectTeam().equals(other.getProjectTeam())) return false; + if (!getProjectTeam() + .equals(other.getProjectTeam())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -697,136 +653,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.BucketAccessControl parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.BucketAccessControl parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.BucketAccessControl parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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 access-control entry.
    * 
* * Protobuf type {@code google.storage.v2.BucketAccessControl} */ - 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.storage.v2.BucketAccessControl) com.google.storage.v2.BucketAccessControlOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_BucketAccessControl_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.BucketAccessControl.class, - com.google.storage.v2.BucketAccessControl.Builder.class); + com.google.storage.v2.BucketAccessControl.class, com.google.storage.v2.BucketAccessControl.Builder.class); } // Construct using com.google.storage.v2.BucketAccessControl.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(); @@ -856,9 +806,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_BucketAccessControl_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_descriptor; } @java.lang.Override @@ -877,8 +827,7 @@ public com.google.storage.v2.BucketAccessControl build() { @java.lang.Override public com.google.storage.v2.BucketAccessControl buildPartial() { - com.google.storage.v2.BucketAccessControl result = - new com.google.storage.v2.BucketAccessControl(this); + com.google.storage.v2.BucketAccessControl result = new com.google.storage.v2.BucketAccessControl(this); result.role_ = role_; result.id_ = id_; result.entity_ = entity_; @@ -900,39 +849,38 @@ public com.google.storage.v2.BucketAccessControl 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) { + 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.storage.v2.BucketAccessControl) { - return mergeFrom((com.google.storage.v2.BucketAccessControl) other); + return mergeFrom((com.google.storage.v2.BucketAccessControl)other); } else { super.mergeFrom(other); return this; @@ -1002,67 +950,59 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - role_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - id_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 26: - { - entity_ = input.readStringRequireUtf8(); - - break; - } // case 26 - case 34: - { - entityId_ = input.readStringRequireUtf8(); - - break; - } // case 34 - case 42: - { - email_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 50: - { - domain_ = input.readStringRequireUtf8(); - - break; - } // case 50 - case 58: - { - input.readMessage(getProjectTeamFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 58 - case 66: - { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 66 - case 74: - { - entityAlt_ = input.readStringRequireUtf8(); - - break; - } // case 74 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + role_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + id_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 26: { + entity_ = input.readStringRequireUtf8(); + + break; + } // case 26 + case 34: { + entityId_ = input.readStringRequireUtf8(); + + break; + } // case 34 + case 42: { + email_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 50: { + domain_ = input.readStringRequireUtf8(); + + break; + } // case 50 + case 58: { + input.readMessage( + getProjectTeamFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 58 + case 66: { + etag_ = input.readStringRequireUtf8(); + + break; + } // case 66 + case 74: { + entityAlt_ = input.readStringRequireUtf8(); + + break; + } // case 74 + 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) { @@ -1075,20 +1015,18 @@ public Builder mergeFrom( private java.lang.Object role_ = ""; /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @return The role. */ public java.lang.String getRole() { java.lang.Object ref = role_; 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(); role_ = s; return s; @@ -1097,21 +1035,20 @@ public java.lang.String getRole() { } } /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @return The bytes for role. */ - public com.google.protobuf.ByteString getRoleBytes() { + public com.google.protobuf.ByteString + getRoleBytes() { java.lang.Object ref = role_; 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); role_ = b; return b; } else { @@ -1119,61 +1056,54 @@ public com.google.protobuf.ByteString getRoleBytes() { } } /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @param value The role to set. * @return This builder for chaining. */ - public Builder setRole(java.lang.String value) { + public Builder setRole( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + role_ = value; onChanged(); return this; } /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @return This builder for chaining. */ public Builder clearRole() { - + role_ = getDefaultInstance().getRole(); onChanged(); return this; } /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @param value The bytes for role to set. * @return This builder for chaining. */ - public Builder setRoleBytes(com.google.protobuf.ByteString value) { + public Builder setRoleBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + role_ = value; onChanged(); return this; @@ -1181,20 +1111,18 @@ public Builder setRoleBytes(com.google.protobuf.ByteString value) { private java.lang.Object id_ = ""; /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; 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(); id_ = s; return s; @@ -1203,21 +1131,20 @@ public java.lang.String getId() { } } /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @return The bytes for id. */ - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -1225,61 +1152,54 @@ public com.google.protobuf.ByteString getIdBytes() { } } /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId(java.lang.String value) { + public Builder setId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes(com.google.protobuf.ByteString value) { + public Builder setIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1287,8 +1207,6 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object entity_ = ""; /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1311,13 +1229,13 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string entity = 3; - * * @return The entity. */ public java.lang.String getEntity() { java.lang.Object ref = entity_; 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(); entity_ = s; return s; @@ -1326,8 +1244,6 @@ public java.lang.String getEntity() { } } /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1350,14 +1266,15 @@ public java.lang.String getEntity() {
      * 
* * string entity = 3; - * * @return The bytes for entity. */ - public com.google.protobuf.ByteString getEntityBytes() { + public com.google.protobuf.ByteString + getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -1365,8 +1282,6 @@ public com.google.protobuf.ByteString getEntityBytes() { } } /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1389,22 +1304,20 @@ public com.google.protobuf.ByteString getEntityBytes() {
      * 
* * string entity = 3; - * * @param value The entity to set. * @return This builder for chaining. */ - public Builder setEntity(java.lang.String value) { + public Builder setEntity( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entity_ = value; onChanged(); return this; } /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1427,18 +1340,15 @@ public Builder setEntity(java.lang.String value) {
      * 
* * string entity = 3; - * * @return This builder for chaining. */ public Builder clearEntity() { - + entity_ = getDefaultInstance().getEntity(); onChanged(); return this; } /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1461,16 +1371,16 @@ public Builder clearEntity() {
      * 
* * string entity = 3; - * * @param value The bytes for entity to set. * @return This builder for chaining. */ - public Builder setEntityBytes(com.google.protobuf.ByteString value) { + public Builder setEntityBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entity_ = value; onChanged(); return this; @@ -1478,21 +1388,19 @@ public Builder setEntityBytes(com.google.protobuf.ByteString value) { private java.lang.Object entityAlt_ = ""; /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The entityAlt. */ public java.lang.String getEntityAlt() { java.lang.Object ref = entityAlt_; 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(); entityAlt_ = s; return s; @@ -1501,22 +1409,21 @@ public java.lang.String getEntityAlt() { } } /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for entityAlt. */ - public com.google.protobuf.ByteString getEntityAltBytes() { + public com.google.protobuf.ByteString + getEntityAltBytes() { java.lang.Object ref = entityAlt_; 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); entityAlt_ = b; return b; } else { @@ -1524,64 +1431,57 @@ public com.google.protobuf.ByteString getEntityAltBytes() { } } /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The entityAlt to set. * @return This builder for chaining. */ - public Builder setEntityAlt(java.lang.String value) { + public Builder setEntityAlt( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityAlt_ = value; onChanged(); return this; } /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearEntityAlt() { - + entityAlt_ = getDefaultInstance().getEntityAlt(); onChanged(); return this; } /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for entityAlt to set. * @return This builder for chaining. */ - public Builder setEntityAltBytes(com.google.protobuf.ByteString value) { + public Builder setEntityAltBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityAlt_ = value; onChanged(); return this; @@ -1589,20 +1489,18 @@ public Builder setEntityAltBytes(com.google.protobuf.ByteString value) { private java.lang.Object entityId_ = ""; /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @return The entityId. */ public java.lang.String getEntityId() { java.lang.Object ref = entityId_; 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(); entityId_ = s; return s; @@ -1611,21 +1509,20 @@ public java.lang.String getEntityId() { } } /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @return The bytes for entityId. */ - public com.google.protobuf.ByteString getEntityIdBytes() { + public com.google.protobuf.ByteString + getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -1633,61 +1530,54 @@ public com.google.protobuf.ByteString getEntityIdBytes() { } } /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @param value The entityId to set. * @return This builder for chaining. */ - public Builder setEntityId(java.lang.String value) { + public Builder setEntityId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityId_ = value; onChanged(); return this; } /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @return This builder for chaining. */ public Builder clearEntityId() { - + entityId_ = getDefaultInstance().getEntityId(); onChanged(); return this; } /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @param value The bytes for entityId to set. * @return This builder for chaining. */ - public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { + public Builder setEntityIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityId_ = value; onChanged(); return this; @@ -1695,8 +1585,6 @@ public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object etag_ = ""; /** - * - * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1705,13 +1593,13 @@ public Builder setEntityIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string etag = 8; - * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -1720,8 +1608,6 @@ public java.lang.String getEtag() { } } /** - * - * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1730,14 +1616,15 @@ public java.lang.String getEtag() {
      * 
* * string etag = 8; - * * @return The bytes for etag. */ - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -1745,8 +1632,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } } /** - * - * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1755,22 +1640,20 @@ public com.google.protobuf.ByteString getEtagBytes() {
      * 
* * string etag = 8; - * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag(java.lang.String value) { + public Builder setEtag( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** - * - * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1779,18 +1662,15 @@ public Builder setEtag(java.lang.String value) {
      * 
* * string etag = 8; - * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** - * - * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1799,16 +1679,16 @@ public Builder clearEtag() {
      * 
* * string etag = 8; - * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes(com.google.protobuf.ByteString value) { + public Builder setEtagBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; @@ -1816,20 +1696,18 @@ public Builder setEtagBytes(com.google.protobuf.ByteString value) { private java.lang.Object email_ = ""; /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @return The email. */ public java.lang.String getEmail() { java.lang.Object ref = email_; 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(); email_ = s; return s; @@ -1838,21 +1716,20 @@ public java.lang.String getEmail() { } } /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @return The bytes for email. */ - public com.google.protobuf.ByteString getEmailBytes() { + public com.google.protobuf.ByteString + getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -1860,61 +1737,54 @@ public com.google.protobuf.ByteString getEmailBytes() { } } /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @param value The email to set. * @return This builder for chaining. */ - public Builder setEmail(java.lang.String value) { + public Builder setEmail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + email_ = value; onChanged(); return this; } /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @return This builder for chaining. */ public Builder clearEmail() { - + email_ = getDefaultInstance().getEmail(); onChanged(); return this; } /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @param value The bytes for email to set. * @return This builder for chaining. */ - public Builder setEmailBytes(com.google.protobuf.ByteString value) { + public Builder setEmailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + email_ = value; onChanged(); return this; @@ -1922,20 +1792,18 @@ public Builder setEmailBytes(com.google.protobuf.ByteString value) { private java.lang.Object domain_ = ""; /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @return The domain. */ public java.lang.String getDomain() { java.lang.Object ref = domain_; 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(); domain_ = s; return s; @@ -1944,21 +1812,20 @@ public java.lang.String getDomain() { } } /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @return The bytes for domain. */ - public com.google.protobuf.ByteString getDomainBytes() { + public com.google.protobuf.ByteString + getDomainBytes() { java.lang.Object ref = domain_; 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); domain_ = b; return b; } else { @@ -1966,61 +1833,54 @@ public com.google.protobuf.ByteString getDomainBytes() { } } /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @param value The domain to set. * @return This builder for chaining. */ - public Builder setDomain(java.lang.String value) { + public Builder setDomain( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domain_ = value; onChanged(); return this; } /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @return This builder for chaining. */ public Builder clearDomain() { - + domain_ = getDefaultInstance().getDomain(); onChanged(); return this; } /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @param value The bytes for domain to set. * @return This builder for chaining. */ - public Builder setDomainBytes(com.google.protobuf.ByteString value) { + public Builder setDomainBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domain_ = value; onChanged(); return this; @@ -2028,47 +1888,34 @@ public Builder setDomainBytes(com.google.protobuf.ByteString value) { private com.google.storage.v2.ProjectTeam projectTeam_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, - com.google.storage.v2.ProjectTeam.Builder, - com.google.storage.v2.ProjectTeamOrBuilder> - projectTeamBuilder_; + com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> projectTeamBuilder_; /** - * - * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return Whether the projectTeam field is set. */ public boolean hasProjectTeam() { return projectTeamBuilder_ != null || projectTeam_ != null; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return The projectTeam. */ public com.google.storage.v2.ProjectTeam getProjectTeam() { if (projectTeamBuilder_ == null) { - return projectTeam_ == null - ? com.google.storage.v2.ProjectTeam.getDefaultInstance() - : projectTeam_; + return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } else { return projectTeamBuilder_.getMessage(); } } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2089,15 +1936,14 @@ public Builder setProjectTeam(com.google.storage.v2.ProjectTeam value) { return this; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ - public Builder setProjectTeam(com.google.storage.v2.ProjectTeam.Builder builderForValue) { + public Builder setProjectTeam( + com.google.storage.v2.ProjectTeam.Builder builderForValue) { if (projectTeamBuilder_ == null) { projectTeam_ = builderForValue.build(); onChanged(); @@ -2108,8 +1954,6 @@ public Builder setProjectTeam(com.google.storage.v2.ProjectTeam.Builder builderF return this; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2120,9 +1964,7 @@ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { if (projectTeamBuilder_ == null) { if (projectTeam_ != null) { projectTeam_ = - com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_).mergeFrom(value).buildPartial(); } else { projectTeam_ = value; } @@ -2134,8 +1976,6 @@ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { return this; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2154,8 +1994,6 @@ public Builder clearProjectTeam() { return this; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2163,13 +2001,11 @@ public Builder clearProjectTeam() { * .google.storage.v2.ProjectTeam project_team = 7; */ public com.google.storage.v2.ProjectTeam.Builder getProjectTeamBuilder() { - + onChanged(); return getProjectTeamFieldBuilder().getBuilder(); } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2180,14 +2016,11 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { if (projectTeamBuilder_ != null) { return projectTeamBuilder_.getMessageOrBuilder(); } else { - return projectTeam_ == null - ? com.google.storage.v2.ProjectTeam.getDefaultInstance() - : projectTeam_; + return projectTeam_ == null ? + com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2195,24 +2028,21 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { * .google.storage.v2.ProjectTeam project_team = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, - com.google.storage.v2.ProjectTeam.Builder, - com.google.storage.v2.ProjectTeamOrBuilder> + com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> getProjectTeamFieldBuilder() { if (projectTeamBuilder_ == null) { - projectTeamBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, - com.google.storage.v2.ProjectTeam.Builder, - com.google.storage.v2.ProjectTeamOrBuilder>( - getProjectTeam(), getParentForChildren(), isClean()); + projectTeamBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder>( + getProjectTeam(), + getParentForChildren(), + isClean()); projectTeam_ = null; } return projectTeamBuilder_; } - @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); } @@ -2222,12 +2052,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.BucketAccessControl) } // @@protoc_insertion_point(class_scope:google.storage.v2.BucketAccessControl) private static final com.google.storage.v2.BucketAccessControl DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.BucketAccessControl(); } @@ -2236,27 +2066,27 @@ public static com.google.storage.v2.BucketAccessControl getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BucketAccessControl 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 BucketAccessControl 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; @@ -2271,4 +2101,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.BucketAccessControl getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java similarity index 78% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java index 2ba5df9026..ca5422c37c 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java @@ -1,81 +1,53 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface BucketAccessControlOrBuilder - extends +public interface BucketAccessControlOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.BucketAccessControl) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The access permission for the entity.
    * 
* * string role = 1; - * * @return The role. */ java.lang.String getRole(); /** - * - * *
    * The access permission for the entity.
    * 
* * string role = 1; - * * @return The bytes for role. */ - com.google.protobuf.ByteString getRoleBytes(); + com.google.protobuf.ByteString + getRoleBytes(); /** - * - * *
    * The ID of the access-control entry.
    * 
* * string id = 2; - * * @return The id. */ java.lang.String getId(); /** - * - * *
    * The ID of the access-control entry.
    * 
* * string id = 2; - * * @return The bytes for id. */ - com.google.protobuf.ByteString getIdBytes(); + com.google.protobuf.ByteString + getIdBytes(); /** - * - * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -98,13 +70,10 @@ public interface BucketAccessControlOrBuilder
    * 
* * string entity = 3; - * * @return The entity. */ java.lang.String getEntity(); /** - * - * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -127,66 +96,54 @@ public interface BucketAccessControlOrBuilder
    * 
* * string entity = 3; - * * @return The bytes for entity. */ - com.google.protobuf.ByteString getEntityBytes(); + com.google.protobuf.ByteString + getEntityBytes(); /** - * - * *
-   * Output only. The alternative entity format, if exists. For project entities,
-   * `project-{team}-{projectid}` format will be returned on response.
+   * Output only. The alternative entity format, if exists. For project
+   * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The entityAlt. */ java.lang.String getEntityAlt(); /** - * - * *
-   * Output only. The alternative entity format, if exists. For project entities,
-   * `project-{team}-{projectid}` format will be returned on response.
+   * Output only. The alternative entity format, if exists. For project
+   * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for entityAlt. */ - com.google.protobuf.ByteString getEntityAltBytes(); + com.google.protobuf.ByteString + getEntityAltBytes(); /** - * - * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; - * * @return The entityId. */ java.lang.String getEntityId(); /** - * - * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; - * * @return The bytes for entityId. */ - com.google.protobuf.ByteString getEntityIdBytes(); + com.google.protobuf.ByteString + getEntityIdBytes(); /** - * - * *
    * The etag of the BucketAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -195,13 +152,10 @@ public interface BucketAccessControlOrBuilder
    * 
* * string etag = 8; - * * @return The etag. */ java.lang.String getEtag(); /** - * - * *
    * The etag of the BucketAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -210,88 +164,70 @@ public interface BucketAccessControlOrBuilder
    * 
* * string etag = 8; - * * @return The bytes for etag. */ - com.google.protobuf.ByteString getEtagBytes(); + com.google.protobuf.ByteString + getEtagBytes(); /** - * - * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; - * * @return The email. */ java.lang.String getEmail(); /** - * - * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; - * * @return The bytes for email. */ - com.google.protobuf.ByteString getEmailBytes(); + com.google.protobuf.ByteString + getEmailBytes(); /** - * - * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; - * * @return The domain. */ java.lang.String getDomain(); /** - * - * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; - * * @return The bytes for domain. */ - com.google.protobuf.ByteString getDomainBytes(); + com.google.protobuf.ByteString + getDomainBytes(); /** - * - * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return Whether the projectTeam field is set. */ boolean hasProjectTeam(); /** - * - * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return The projectTeam. */ com.google.storage.v2.ProjectTeam getProjectTeam(); /** - * - * *
    * The project team associated with the entity, if any.
    * 
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketName.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketName.java similarity index 100% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketName.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketName.java diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java similarity index 84% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java index 91b60db268..e130043e39 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java @@ -1,85 +1,57 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface BucketOrBuilder - extends +public interface BucketOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Immutable. The name of the bucket.
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Immutable. The name of the bucket.
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
-   * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-   * `name` field. For globally unique buckets, this is equal to the "bucket
-   * name" of other Cloud Storage APIs. Example: "pub".
+   * Output only. The user-chosen part of the bucket name. The `{bucket}`
+   * portion of the `name` field. For globally unique buckets, this is equal to
+   * the "bucket name" of other Cloud Storage APIs. Example: "pub".
    * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bucketId. */ java.lang.String getBucketId(); /** - * - * *
-   * Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the
-   * `name` field. For globally unique buckets, this is equal to the "bucket
-   * name" of other Cloud Storage APIs. Example: "pub".
+   * Output only. The user-chosen part of the bucket name. The `{bucket}`
+   * portion of the `name` field. For globally unique buckets, this is equal to
+   * the "bucket name" of other Cloud Storage APIs. Example: "pub".
    * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for bucketId. */ - com.google.protobuf.ByteString getBucketIdBytes(); + com.google.protobuf.ByteString + getBucketIdBytes(); /** - * - * *
    * The etag of the bucket.
    * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -87,13 +59,10 @@ public interface BucketOrBuilder
    * 
* * string etag = 29; - * * @return The etag. */ java.lang.String getEtag(); /** - * - * *
    * The etag of the bucket.
    * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -101,47 +70,36 @@ public interface BucketOrBuilder
    * 
* * string etag = 29; - * * @return The bytes for etag. */ - com.google.protobuf.ByteString getEtagBytes(); + com.google.protobuf.ByteString + getEtagBytes(); /** - * - * *
    * Immutable. The project which owns this bucket, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The project. */ java.lang.String getProject(); /** - * - * *
    * Immutable. The project which owns this bucket, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - com.google.protobuf.ByteString getProjectBytes(); + com.google.protobuf.ByteString + getProjectBytes(); /** - * - * *
    * Output only. The metadata generation of this bucket.
    * Attempting to set or update this field will result in a
@@ -149,72 +107,63 @@ public interface BucketOrBuilder
    * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The metageneration. */ long getMetageneration(); /** - * - * *
-   * Immutable. The location of the bucket. Object data for objects in the bucket resides
-   * in physical storage within this region.  Defaults to `US`. See the
+   * Immutable. The location of the bucket. Object data for objects in the
+   * bucket resides in physical storage within this region.  Defaults to `US`.
+   * See the
    * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
    * guide] for the authoritative list. Attempting to update this field after
    * the bucket is created will result in an error.
    * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The location. */ java.lang.String getLocation(); /** - * - * *
-   * Immutable. The location of the bucket. Object data for objects in the bucket resides
-   * in physical storage within this region.  Defaults to `US`. See the
+   * Immutable. The location of the bucket. Object data for objects in the
+   * bucket resides in physical storage within this region.  Defaults to `US`.
+   * See the
    * [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's
    * guide] for the authoritative list. Attempting to update this field after
    * the bucket is created will result in an error.
    * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for location. */ - com.google.protobuf.ByteString getLocationBytes(); + com.google.protobuf.ByteString + getLocationBytes(); /** - * - * *
-   * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+   * Output only. The location type of the bucket (region, dual-region,
+   * multi-region, etc).
    * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The locationType. */ java.lang.String getLocationType(); /** - * - * *
-   * Output only. The location type of the bucket (region, dual-region, multi-region, etc).
+   * Output only. The location type of the bucket (region, dual-region,
+   * multi-region, etc).
    * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for locationType. */ - com.google.protobuf.ByteString getLocationTypeBytes(); + com.google.protobuf.ByteString + getLocationTypeBytes(); /** - * - * *
    * The bucket's default storage class, used whenever no storageClass is
    * specified for a newly-created object. This defines how objects in the
@@ -225,13 +174,10 @@ public interface BucketOrBuilder
    * 
* * string storage_class = 7; - * * @return The storageClass. */ java.lang.String getStorageClass(); /** - * - * *
    * The bucket's default storage class, used whenever no storageClass is
    * specified for a newly-created object. This defines how objects in the
@@ -242,14 +188,12 @@ public interface BucketOrBuilder
    * 
* * string storage_class = 7; - * * @return The bytes for storageClass. */ - com.google.protobuf.ByteString getStorageClassBytes(); + com.google.protobuf.ByteString + getStorageClassBytes(); /** - * - * *
    * The recovery point objective for cross-region replication of the bucket.
    * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -260,13 +204,10 @@ public interface BucketOrBuilder
    * 
* * string rpo = 27; - * * @return The rpo. */ java.lang.String getRpo(); /** - * - * *
    * The recovery point objective for cross-region replication of the bucket.
    * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -277,29 +218,26 @@ public interface BucketOrBuilder
    * 
* * string rpo = 27; - * * @return The bytes for rpo. */ - com.google.protobuf.ByteString getRpoBytes(); + com.google.protobuf.ByteString + getRpoBytes(); /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - java.util.List getAclList(); + java.util.List + getAclList(); /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -307,11 +245,9 @@ public interface BucketOrBuilder */ com.google.storage.v2.BucketAccessControl getAcl(int index); /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -319,49 +255,43 @@ public interface BucketOrBuilder */ int getAclCount(); /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - java.util.List + java.util.List getAclOrBuilderList(); /** - * - * *
    * Access controls on the bucket.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.BucketAccessControl acl = 8; */ - com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(int index); + com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder( + int index); /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - java.util.List getDefaultObjectAclList(); + java.util.List + getDefaultObjectAclList(); /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -369,11 +299,9 @@ public interface BucketOrBuilder */ com.google.storage.v2.ObjectAccessControl getDefaultObjectAcl(int index); /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* @@ -381,34 +309,29 @@ public interface BucketOrBuilder */ int getDefaultObjectAclCount(); /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - java.util.List + java.util.List getDefaultObjectAclOrBuilderList(); /** - * - * *
    * Default access controls to apply to new objects when no ACL is provided.
-   * If iamConfig.uniformBucketLevelAccess is enabled on this bucket,
+   * If iam_config.uniform_bucket_level_access is enabled on this bucket,
    * requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9; */ - com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(int index); + com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder( + int index); /** - * - * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -416,13 +339,10 @@ public interface BucketOrBuilder
    * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; - * * @return Whether the lifecycle field is set. */ boolean hasLifecycle(); /** - * - * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -430,13 +350,10 @@ public interface BucketOrBuilder
    * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; - * * @return The lifecycle. */ com.google.storage.v2.Bucket.Lifecycle getLifecycle(); /** - * - * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -448,52 +365,39 @@ public interface BucketOrBuilder
   com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder();
 
   /**
-   *
-   *
    * 
    * Output only. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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(); /** - * - * *
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -501,10 +405,9 @@ public interface BucketOrBuilder
    *
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
-  java.util.List getCorsList();
+  java.util.List 
+      getCorsList();
   /**
-   *
-   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -514,8 +417,6 @@ public interface BucketOrBuilder
    */
   com.google.storage.v2.Bucket.Cors getCors(int index);
   /**
-   *
-   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -525,8 +426,6 @@ public interface BucketOrBuilder
    */
   int getCorsCount();
   /**
-   *
-   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -534,10 +433,9 @@ public interface BucketOrBuilder
    *
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
-  java.util.List getCorsOrBuilderList();
+  java.util.List 
+      getCorsOrBuilderList();
   /**
-   *
-   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -545,55 +443,43 @@ public interface BucketOrBuilder
    *
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
-  com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index);
+  com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** - * - * *
    * The default value for event-based hold on newly created objects in this
    * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -611,14 +497,11 @@ public interface BucketOrBuilder
    * 
* * bool default_event_based_hold = 14; - * * @return The defaultEventBasedHold. */ boolean getDefaultEventBasedHold(); /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
@@ -627,31 +510,30 @@ public interface BucketOrBuilder */ int getLabelsCount(); /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
* * map<string, string> labels = 15; */ - 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(); /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
* * map<string, string> labels = 15; */ - java.util.Map getLabelsMap(); + java.util.Map + getLabelsMap(); /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
@@ -660,24 +542,22 @@ public interface BucketOrBuilder */ /* nullable */ - java.lang.String getLabelsOrDefault( +java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue); +java.lang.String defaultValue); /** - * - * *
    * User-provided labels, in key/value pairs.
    * 
* * map<string, string> labels = 15; */ - java.lang.String getLabelsOrThrow(java.lang.String key); + + java.lang.String getLabelsOrThrow( + java.lang.String key); /** - * - * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -686,13 +566,10 @@ java.lang.String getLabelsOrDefault(
    * 
* * .google.storage.v2.Bucket.Website website = 16; - * * @return Whether the website field is set. */ boolean hasWebsite(); /** - * - * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -701,13 +578,10 @@ java.lang.String getLabelsOrDefault(
    * 
* * .google.storage.v2.Bucket.Website website = 16; - * * @return The website. */ com.google.storage.v2.Bucket.Website getWebsite(); /** - * - * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -720,32 +594,24 @@ java.lang.String getLabelsOrDefault(
   com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder();
 
   /**
-   *
-   *
    * 
    * The bucket's versioning config.
    * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; - * * @return Whether the versioning field is set. */ boolean hasVersioning(); /** - * - * *
    * The bucket's versioning config.
    * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; - * * @return The versioning. */ com.google.storage.v2.Bucket.Versioning getVersioning(); /** - * - * *
    * The bucket's versioning config.
    * 
@@ -755,34 +621,26 @@ java.lang.String getLabelsOrDefault( com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder(); /** - * - * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
    * 
* * .google.storage.v2.Bucket.Logging logging = 18; - * * @return Whether the logging field is set. */ boolean hasLogging(); /** - * - * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
    * 
* * .google.storage.v2.Bucket.Logging logging = 18; - * * @return The logging. */ com.google.storage.v2.Bucket.Logging getLogging(); /** - * - * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
@@ -793,34 +651,29 @@ java.lang.String getLabelsOrDefault(
   com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder();
 
   /**
-   *
-   *
    * 
-   * Output only. The owner of the bucket. This is always the project team's owner group.
+   * Output only. The owner of the bucket. This is always the project team's
+   * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return Whether the owner field is set. */ boolean hasOwner(); /** - * - * *
-   * Output only. The owner of the bucket. This is always the project team's owner group.
+   * Output only. The owner of the bucket. This is always the project team's
+   * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The owner. */ com.google.storage.v2.Owner getOwner(); /** - * - * *
-   * Output only. The owner of the bucket. This is always the project team's owner group.
+   * Output only. The owner of the bucket. This is always the project team's
+   * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -828,32 +681,24 @@ java.lang.String getLabelsOrDefault( com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder(); /** - * - * *
    * Encryption config for a bucket.
    * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; - * * @return Whether the encryption field is set. */ boolean hasEncryption(); /** - * - * *
    * Encryption config for a bucket.
    * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; - * * @return The encryption. */ com.google.storage.v2.Bucket.Encryption getEncryption(); /** - * - * *
    * Encryption config for a bucket.
    * 
@@ -863,32 +708,24 @@ java.lang.String getLabelsOrDefault( com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder(); /** - * - * *
    * The bucket's billing config.
    * 
* * .google.storage.v2.Bucket.Billing billing = 21; - * * @return Whether the billing field is set. */ boolean hasBilling(); /** - * - * *
    * The bucket's billing config.
    * 
* * .google.storage.v2.Bucket.Billing billing = 21; - * * @return The billing. */ com.google.storage.v2.Bucket.Billing getBilling(); /** - * - * *
    * The bucket's billing config.
    * 
@@ -898,8 +735,6 @@ java.lang.String getLabelsOrDefault( com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder(); /** - * - * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -913,13 +748,10 @@ java.lang.String getLabelsOrDefault(
    * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; - * * @return Whether the retentionPolicy field is set. */ boolean hasRetentionPolicy(); /** - * - * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -933,13 +765,10 @@ java.lang.String getLabelsOrDefault(
    * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; - * * @return The retentionPolicy. */ com.google.storage.v2.Bucket.RetentionPolicy getRetentionPolicy(); /** - * - * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -957,32 +786,24 @@ java.lang.String getLabelsOrDefault(
   com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyOrBuilder();
 
   /**
-   *
-   *
    * 
    * The bucket's IAM config.
    * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; - * * @return Whether the iamConfig field is set. */ boolean hasIamConfig(); /** - * - * *
    * The bucket's IAM config.
    * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; - * * @return The iamConfig. */ com.google.storage.v2.Bucket.IamConfig getIamConfig(); /** - * - * *
    * The bucket's IAM config.
    * 
@@ -992,47 +813,36 @@ java.lang.String getLabelsOrDefault( com.google.storage.v2.Bucket.IamConfigOrBuilder getIamConfigOrBuilder(); /** - * - * *
    * Reserved for future use.
    * 
* * bool satisfies_pzs = 25; - * * @return The satisfiesPzs. */ boolean getSatisfiesPzs(); /** - * - * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
    * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; - * * @return Whether the customPlacementConfig field is set. */ boolean hasCustomPlacementConfig(); /** - * - * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
    * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; - * * @return The customPlacementConfig. */ com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConfig(); /** - * - * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -1043,34 +853,26 @@ java.lang.String getLabelsOrDefault(
   com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder getCustomPlacementConfigOrBuilder();
 
   /**
-   *
-   *
    * 
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
    * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; - * * @return Whether the autoclass field is set. */ boolean hasAutoclass(); /** - * - * *
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
    * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; - * * @return The autoclass. */ com.google.storage.v2.Bucket.Autoclass getAutoclass(); /** - * - * *
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
similarity index 63%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
index 70f255efae..c9ea8da02e 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Message for canceling an in-progress resumable upload.
  * `upload_id` **must** be set.
@@ -28,58 +11,53 @@
  *
  * Protobuf type {@code google.storage.v2.CancelResumableWriteRequest}
  */
-public final class CancelResumableWriteRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CancelResumableWriteRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.CancelResumableWriteRequest)
     CancelResumableWriteRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CancelResumableWriteRequest.newBuilder() to construct.
   private CancelResumableWriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CancelResumableWriteRequest() {
     uploadId_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CancelResumableWriteRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.CancelResumableWriteRequest.class,
-            com.google.storage.v2.CancelResumableWriteRequest.Builder.class);
+            com.google.storage.v2.CancelResumableWriteRequest.class, com.google.storage.v2.CancelResumableWriteRequest.Builder.class);
   }
 
   public static final int UPLOAD_ID_FIELD_NUMBER = 1;
   private volatile java.lang.Object uploadId_;
   /**
-   *
-   *
    * 
-   * Required. The upload_id of the resumable upload to cancel. This should be copied
-   * from the `upload_id` field of `StartResumableWriteResponse`.
+   * Required. The upload_id of the resumable upload to cancel. This should be
+   * copied from the `upload_id` field of `StartResumableWriteResponse`.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The uploadId. */ @java.lang.Override @@ -88,30 +66,30 @@ public java.lang.String getUploadId() { 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(); uploadId_ = s; return s; } } /** - * - * *
-   * Required. The upload_id of the resumable upload to cancel. This should be copied
-   * from the `upload_id` field of `StartResumableWriteResponse`.
+   * Required. The upload_id of the resumable upload to cancel. This should be
+   * copied from the `upload_id` field of `StartResumableWriteResponse`.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for uploadId. */ @java.lang.Override - public com.google.protobuf.ByteString getUploadIdBytes() { + public com.google.protobuf.ByteString + getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -120,7 +98,6 @@ public com.google.protobuf.ByteString getUploadIdBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -132,7 +109,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(uploadId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uploadId_); } @@ -156,15 +134,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.storage.v2.CancelResumableWriteRequest)) { return super.equals(obj); } - com.google.storage.v2.CancelResumableWriteRequest other = - (com.google.storage.v2.CancelResumableWriteRequest) obj; + com.google.storage.v2.CancelResumableWriteRequest other = (com.google.storage.v2.CancelResumableWriteRequest) obj; - if (!getUploadId().equals(other.getUploadId())) return false; + if (!getUploadId() + .equals(other.getUploadId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -184,103 +162,96 @@ public int hashCode() { } public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.CancelResumableWriteRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.CancelResumableWriteRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest 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; } /** - * - * *
    * Message for canceling an in-progress resumable upload.
    * `upload_id` **must** be set.
@@ -288,32 +259,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.storage.v2.CancelResumableWriteRequest}
    */
-  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.storage.v2.CancelResumableWriteRequest)
       com.google.storage.v2.CancelResumableWriteRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.CancelResumableWriteRequest.class,
-              com.google.storage.v2.CancelResumableWriteRequest.Builder.class);
+              com.google.storage.v2.CancelResumableWriteRequest.class, com.google.storage.v2.CancelResumableWriteRequest.Builder.class);
     }
 
     // Construct using com.google.storage.v2.CancelResumableWriteRequest.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();
@@ -323,9 +295,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
     }
 
     @java.lang.Override
@@ -344,8 +316,7 @@ public com.google.storage.v2.CancelResumableWriteRequest build() {
 
     @java.lang.Override
     public com.google.storage.v2.CancelResumableWriteRequest buildPartial() {
-      com.google.storage.v2.CancelResumableWriteRequest result =
-          new com.google.storage.v2.CancelResumableWriteRequest(this);
+      com.google.storage.v2.CancelResumableWriteRequest result = new com.google.storage.v2.CancelResumableWriteRequest(this);
       result.uploadId_ = uploadId_;
       onBuilt();
       return result;
@@ -355,39 +326,38 @@ public com.google.storage.v2.CancelResumableWriteRequest 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) {
+        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.storage.v2.CancelResumableWriteRequest) {
-        return mergeFrom((com.google.storage.v2.CancelResumableWriteRequest) other);
+        return mergeFrom((com.google.storage.v2.CancelResumableWriteRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -395,8 +365,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.storage.v2.CancelResumableWriteRequest other) {
-      if (other == com.google.storage.v2.CancelResumableWriteRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.storage.v2.CancelResumableWriteRequest.getDefaultInstance()) return this;
       if (!other.getUploadId().isEmpty()) {
         uploadId_ = other.uploadId_;
         onChanged();
@@ -427,19 +396,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                uploadId_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              uploadId_ = input.readStringRequireUtf8();
+
+              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) {
@@ -452,21 +419,19 @@ public Builder mergeFrom(
 
     private java.lang.Object uploadId_ = "";
     /**
-     *
-     *
      * 
-     * Required. The upload_id of the resumable upload to cancel. This should be copied
-     * from the `upload_id` field of `StartResumableWriteResponse`.
+     * Required. The upload_id of the resumable upload to cancel. This should be
+     * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The uploadId. */ public java.lang.String getUploadId() { java.lang.Object ref = uploadId_; 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(); uploadId_ = s; return s; @@ -475,22 +440,21 @@ public java.lang.String getUploadId() { } } /** - * - * *
-     * Required. The upload_id of the resumable upload to cancel. This should be copied
-     * from the `upload_id` field of `StartResumableWriteResponse`.
+     * Required. The upload_id of the resumable upload to cancel. This should be
+     * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for uploadId. */ - public com.google.protobuf.ByteString getUploadIdBytes() { + public com.google.protobuf.ByteString + getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -498,71 +462,64 @@ public com.google.protobuf.ByteString getUploadIdBytes() { } } /** - * - * *
-     * Required. The upload_id of the resumable upload to cancel. This should be copied
-     * from the `upload_id` field of `StartResumableWriteResponse`.
+     * Required. The upload_id of the resumable upload to cancel. This should be
+     * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The uploadId to set. * @return This builder for chaining. */ - public Builder setUploadId(java.lang.String value) { + public Builder setUploadId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + uploadId_ = value; onChanged(); return this; } /** - * - * *
-     * Required. The upload_id of the resumable upload to cancel. This should be copied
-     * from the `upload_id` field of `StartResumableWriteResponse`.
+     * Required. The upload_id of the resumable upload to cancel. This should be
+     * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearUploadId() { - + uploadId_ = getDefaultInstance().getUploadId(); onChanged(); return this; } /** - * - * *
-     * Required. The upload_id of the resumable upload to cancel. This should be copied
-     * from the `upload_id` field of `StartResumableWriteResponse`.
+     * Required. The upload_id of the resumable upload to cancel. This should be
+     * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for uploadId to set. * @return This builder for chaining. */ - public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { + public Builder setUploadIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + uploadId_ = 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); } @@ -572,12 +529,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.CancelResumableWriteRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.CancelResumableWriteRequest) private static final com.google.storage.v2.CancelResumableWriteRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.CancelResumableWriteRequest(); } @@ -586,27 +543,27 @@ public static com.google.storage.v2.CancelResumableWriteRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CancelResumableWriteRequest 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 CancelResumableWriteRequest 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; @@ -621,4 +578,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.storage.v2.CancelResumableWriteRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java new file mode 100644 index 0000000000..74d15b5ffe --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface CancelResumableWriteRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.CancelResumableWriteRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The upload_id of the resumable upload to cancel. This should be
+   * copied from the `upload_id` field of `StartResumableWriteResponse`.
+   * 
+ * + * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The uploadId. + */ + java.lang.String getUploadId(); + /** + *
+   * Required. The upload_id of the resumable upload to cancel. This should be
+   * copied from the `upload_id` field of `StartResumableWriteResponse`.
+   * 
+ * + * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for uploadId. + */ + com.google.protobuf.ByteString + getUploadIdBytes(); +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java similarity index 62% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java index c0067a3865..d6e458cfef 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Empty response message for canceling an in-progress resumable upload, will be
  * extended as needed.
@@ -28,46 +11,44 @@
  *
  * Protobuf type {@code google.storage.v2.CancelResumableWriteResponse}
  */
-public final class CancelResumableWriteResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CancelResumableWriteResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.CancelResumableWriteResponse)
     CancelResumableWriteResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CancelResumableWriteResponse.newBuilder() to construct.
   private CancelResumableWriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private CancelResumableWriteResponse() {}
+  private CancelResumableWriteResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CancelResumableWriteResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.CancelResumableWriteResponse.class,
-            com.google.storage.v2.CancelResumableWriteResponse.Builder.class);
+            com.google.storage.v2.CancelResumableWriteResponse.class, com.google.storage.v2.CancelResumableWriteResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -79,7 +60,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);
   }
 
@@ -97,13 +79,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.storage.v2.CancelResumableWriteResponse)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.CancelResumableWriteResponse other =
-        (com.google.storage.v2.CancelResumableWriteResponse) obj;
+    com.google.storage.v2.CancelResumableWriteResponse other = (com.google.storage.v2.CancelResumableWriteResponse) obj;
 
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -122,103 +103,96 @@ public int hashCode() {
   }
 
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.storage.v2.CancelResumableWriteResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.storage.v2.CancelResumableWriteResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse 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;
   }
   /**
-   *
-   *
    * 
    * Empty response message for canceling an in-progress resumable upload, will be
    * extended as needed.
@@ -226,32 +200,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.storage.v2.CancelResumableWriteResponse}
    */
-  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.storage.v2.CancelResumableWriteResponse)
       com.google.storage.v2.CancelResumableWriteResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.CancelResumableWriteResponse.class,
-              com.google.storage.v2.CancelResumableWriteResponse.Builder.class);
+              com.google.storage.v2.CancelResumableWriteResponse.class, com.google.storage.v2.CancelResumableWriteResponse.Builder.class);
     }
 
     // Construct using com.google.storage.v2.CancelResumableWriteResponse.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();
@@ -259,9 +234,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
     }
 
     @java.lang.Override
@@ -280,8 +255,7 @@ public com.google.storage.v2.CancelResumableWriteResponse build() {
 
     @java.lang.Override
     public com.google.storage.v2.CancelResumableWriteResponse buildPartial() {
-      com.google.storage.v2.CancelResumableWriteResponse result =
-          new com.google.storage.v2.CancelResumableWriteResponse(this);
+      com.google.storage.v2.CancelResumableWriteResponse result = new com.google.storage.v2.CancelResumableWriteResponse(this);
       onBuilt();
       return result;
     }
@@ -290,39 +264,38 @@ public com.google.storage.v2.CancelResumableWriteResponse 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) {
+        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.storage.v2.CancelResumableWriteResponse) {
-        return mergeFrom((com.google.storage.v2.CancelResumableWriteResponse) other);
+        return mergeFrom((com.google.storage.v2.CancelResumableWriteResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -330,8 +303,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.storage.v2.CancelResumableWriteResponse other) {
-      if (other == com.google.storage.v2.CancelResumableWriteResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.storage.v2.CancelResumableWriteResponse.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
       return this;
@@ -358,13 +330,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) {
@@ -374,9 +345,9 @@ public Builder mergeFrom(
       } // finally
       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);
     }
 
@@ -386,12 +357,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.CancelResumableWriteResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.CancelResumableWriteResponse)
   private static final com.google.storage.v2.CancelResumableWriteResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.CancelResumableWriteResponse();
   }
@@ -400,27 +371,27 @@ public static com.google.storage.v2.CancelResumableWriteResponse getDefaultInsta
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public CancelResumableWriteResponse 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 CancelResumableWriteResponse 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;
@@ -435,4 +406,6 @@ public com.google.protobuf.Parser getParserForType
   public com.google.storage.v2.CancelResumableWriteResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java
new file mode 100644
index 0000000000..628c157424
--- /dev/null
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/storage/v2/storage.proto
+
+package com.google.storage.v2;
+
+public interface CancelResumableWriteResponseOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.storage.v2.CancelResumableWriteResponse)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
similarity index 68%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
index 51f164f6ce..3a557c8b59 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Message used to convey content being read or written, along with an optional
  * checksum.
@@ -28,58 +11,53 @@
  *
  * Protobuf type {@code google.storage.v2.ChecksummedData}
  */
-public final class ChecksummedData extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ChecksummedData extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.ChecksummedData)
     ChecksummedDataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ChecksummedData.newBuilder() to construct.
   private ChecksummedData(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ChecksummedData() {
     content_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ChecksummedData();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_ChecksummedData_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.ChecksummedData.class,
-            com.google.storage.v2.ChecksummedData.Builder.class);
+            com.google.storage.v2.ChecksummedData.class, com.google.storage.v2.ChecksummedData.Builder.class);
   }
 
   private int bitField0_;
   public static final int CONTENT_FIELD_NUMBER = 1;
   private com.google.protobuf.ByteString content_;
   /**
-   *
-   *
    * 
    * The data.
    * 
* * bytes content = 1; - * * @return The content. */ @java.lang.Override @@ -90,14 +68,11 @@ public com.google.protobuf.ByteString getContent() { public static final int CRC32C_FIELD_NUMBER = 2; private int crc32C_; /** - * - * *
    * If set, the CRC32C digest of the content field.
    * 
* * optional fixed32 crc32c = 2; - * * @return Whether the crc32c field is set. */ @java.lang.Override @@ -105,14 +80,11 @@ public boolean hasCrc32C() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * If set, the CRC32C digest of the content field.
    * 
* * optional fixed32 crc32c = 2; - * * @return The crc32c. */ @java.lang.Override @@ -121,7 +93,6 @@ public int getCrc32C() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -133,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 (!content_.isEmpty()) { output.writeBytes(1, content_); } @@ -150,10 +122,12 @@ public int getSerializedSize() { size = 0; if (!content_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, content_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(1, content_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeFixed32Size(2, crc32C_); + size += com.google.protobuf.CodedOutputStream + .computeFixed32Size(2, crc32C_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -163,17 +137,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.storage.v2.ChecksummedData)) { return super.equals(obj); } com.google.storage.v2.ChecksummedData other = (com.google.storage.v2.ChecksummedData) obj; - if (!getContent().equals(other.getContent())) return false; + if (!getContent() + .equals(other.getContent())) return false; if (hasCrc32C() != other.hasCrc32C()) return false; if (hasCrc32C()) { - if (getCrc32C() != other.getCrc32C()) return false; + if (getCrc32C() + != other.getCrc32C()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -197,103 +173,97 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ChecksummedData parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ChecksummedData parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.ChecksummedData parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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; } /** - * - * *
    * Message used to convey content being read or written, along with an optional
    * checksum.
@@ -301,32 +271,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.storage.v2.ChecksummedData}
    */
-  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.storage.v2.ChecksummedData)
       com.google.storage.v2.ChecksummedDataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_ChecksummedData_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.ChecksummedData.class,
-              com.google.storage.v2.ChecksummedData.Builder.class);
+              com.google.storage.v2.ChecksummedData.class, com.google.storage.v2.ChecksummedData.Builder.class);
     }
 
     // Construct using com.google.storage.v2.ChecksummedData.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();
@@ -338,9 +309,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_ChecksummedData_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_descriptor;
     }
 
     @java.lang.Override
@@ -359,8 +330,7 @@ public com.google.storage.v2.ChecksummedData build() {
 
     @java.lang.Override
     public com.google.storage.v2.ChecksummedData buildPartial() {
-      com.google.storage.v2.ChecksummedData result =
-          new com.google.storage.v2.ChecksummedData(this);
+      com.google.storage.v2.ChecksummedData result = new com.google.storage.v2.ChecksummedData(this);
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       result.content_ = content_;
@@ -377,39 +347,38 @@ public com.google.storage.v2.ChecksummedData 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) {
+        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.storage.v2.ChecksummedData) {
-        return mergeFrom((com.google.storage.v2.ChecksummedData) other);
+        return mergeFrom((com.google.storage.v2.ChecksummedData)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -450,25 +419,22 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                content_ = input.readBytes();
-
-                break;
-              } // case 10
-            case 21:
-              {
-                crc32C_ = input.readFixed32();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 21
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              content_ = input.readBytes();
+
+              break;
+            } // case 10
+            case 21: {
+              crc32C_ = input.readFixed32();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 21
+            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) {
@@ -478,19 +444,15 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.ByteString content_ = com.google.protobuf.ByteString.EMPTY;
     /**
-     *
-     *
      * 
      * The data.
      * 
* * bytes content = 1; - * * @return The content. */ @java.lang.Override @@ -498,54 +460,45 @@ public com.google.protobuf.ByteString getContent() { return content_; } /** - * - * *
      * The data.
      * 
* * bytes content = 1; - * * @param value The content to set. * @return This builder for chaining. */ public Builder setContent(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + content_ = value; onChanged(); return this; } /** - * - * *
      * The data.
      * 
* * bytes content = 1; - * * @return This builder for chaining. */ public Builder clearContent() { - + content_ = getDefaultInstance().getContent(); onChanged(); return this; } - private int crc32C_; + private int crc32C_ ; /** - * - * *
      * If set, the CRC32C digest of the content field.
      * 
* * optional fixed32 crc32c = 2; - * * @return Whether the crc32c field is set. */ @java.lang.Override @@ -553,14 +506,11 @@ public boolean hasCrc32C() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * If set, the CRC32C digest of the content field.
      * 
* * optional fixed32 crc32c = 2; - * * @return The crc32c. */ @java.lang.Override @@ -568,14 +518,11 @@ public int getCrc32C() { return crc32C_; } /** - * - * *
      * If set, the CRC32C digest of the content field.
      * 
* * optional fixed32 crc32c = 2; - * * @param value The crc32c to set. * @return This builder for chaining. */ @@ -586,14 +533,11 @@ public Builder setCrc32C(int value) { return this; } /** - * - * *
      * If set, the CRC32C digest of the content field.
      * 
* * optional fixed32 crc32c = 2; - * * @return This builder for chaining. */ public Builder clearCrc32C() { @@ -602,9 +546,9 @@ public Builder clearCrc32C() { 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); } @@ -614,12 +558,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ChecksummedData) } // @@protoc_insertion_point(class_scope:google.storage.v2.ChecksummedData) private static final com.google.storage.v2.ChecksummedData DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ChecksummedData(); } @@ -628,27 +572,27 @@ public static com.google.storage.v2.ChecksummedData getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ChecksummedData 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 ChecksummedData 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; @@ -663,4 +607,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ChecksummedData getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java similarity index 54% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java index 9fe732c82c..73e1560ccd 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java @@ -1,62 +1,37 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ChecksummedDataOrBuilder - extends +public interface ChecksummedDataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ChecksummedData) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The data.
    * 
* * bytes content = 1; - * * @return The content. */ com.google.protobuf.ByteString getContent(); /** - * - * *
    * If set, the CRC32C digest of the content field.
    * 
* * optional fixed32 crc32c = 2; - * * @return Whether the crc32c field is set. */ boolean hasCrc32C(); /** - * - * *
    * If set, the CRC32C digest of the content field.
    * 
* * optional fixed32 crc32c = 2; - * * @return The crc32c. */ int getCrc32C(); diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java similarity index 70% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java index a049e3614b..36a4ceae53 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Parameters that can be passed to any object request.
  * 
* * Protobuf type {@code google.storage.v2.CommonObjectRequestParams} */ -public final class CommonObjectRequestParams extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CommonObjectRequestParams extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.CommonObjectRequestParams) CommonObjectRequestParamsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CommonObjectRequestParams.newBuilder() to construct. private CommonObjectRequestParams(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CommonObjectRequestParams() { encryptionAlgorithm_ = ""; encryptionKeyBytes_ = com.google.protobuf.ByteString.EMPTY; @@ -45,42 +27,38 @@ private CommonObjectRequestParams() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CommonObjectRequestParams(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CommonObjectRequestParams.class, - com.google.storage.v2.CommonObjectRequestParams.Builder.class); + com.google.storage.v2.CommonObjectRequestParams.class, com.google.storage.v2.CommonObjectRequestParams.Builder.class); } public static final int ENCRYPTION_ALGORITHM_FIELD_NUMBER = 1; private volatile java.lang.Object encryptionAlgorithm_; /** - * - * *
    * Encryption algorithm used with the Customer-Supplied Encryption Keys
    * feature.
    * 
* * string encryption_algorithm = 1; - * * @return The encryptionAlgorithm. */ @java.lang.Override @@ -89,30 +67,30 @@ public java.lang.String getEncryptionAlgorithm() { 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(); encryptionAlgorithm_ = s; return s; } } /** - * - * *
    * Encryption algorithm used with the Customer-Supplied Encryption Keys
    * feature.
    * 
* * string encryption_algorithm = 1; - * * @return The bytes for encryptionAlgorithm. */ @java.lang.Override - public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString + getEncryptionAlgorithmBytes() { java.lang.Object ref = encryptionAlgorithm_; 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); encryptionAlgorithm_ = b; return b; } else { @@ -123,15 +101,12 @@ public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { public static final int ENCRYPTION_KEY_BYTES_FIELD_NUMBER = 4; private com.google.protobuf.ByteString encryptionKeyBytes_; /** - * - * *
    * Encryption key used with the Customer-Supplied Encryption Keys feature.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes encryption_key_bytes = 4; - * * @return The encryptionKeyBytes. */ @java.lang.Override @@ -142,15 +117,12 @@ public com.google.protobuf.ByteString getEncryptionKeyBytes() { public static final int ENCRYPTION_KEY_SHA256_BYTES_FIELD_NUMBER = 5; private com.google.protobuf.ByteString encryptionKeySha256Bytes_; /** - * - * *
    * SHA256 hash of encryption key used with the Customer-Supplied Encryption
    * Keys feature.
    * 
* * bytes encryption_key_sha256_bytes = 5; - * * @return The encryptionKeySha256Bytes. */ @java.lang.Override @@ -159,7 +131,6 @@ public com.google.protobuf.ByteString getEncryptionKeySha256Bytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -171,7 +142,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(encryptionAlgorithm_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, encryptionAlgorithm_); } @@ -194,10 +166,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, encryptionAlgorithm_); } if (!encryptionKeyBytes_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(4, encryptionKeyBytes_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(4, encryptionKeyBytes_); } if (!encryptionKeySha256Bytes_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(5, encryptionKeySha256Bytes_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(5, encryptionKeySha256Bytes_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -207,17 +181,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.storage.v2.CommonObjectRequestParams)) { return super.equals(obj); } - com.google.storage.v2.CommonObjectRequestParams other = - (com.google.storage.v2.CommonObjectRequestParams) obj; + com.google.storage.v2.CommonObjectRequestParams other = (com.google.storage.v2.CommonObjectRequestParams) obj; - if (!getEncryptionAlgorithm().equals(other.getEncryptionAlgorithm())) return false; - if (!getEncryptionKeyBytes().equals(other.getEncryptionKeyBytes())) return false; - if (!getEncryptionKeySha256Bytes().equals(other.getEncryptionKeySha256Bytes())) return false; + if (!getEncryptionAlgorithm() + .equals(other.getEncryptionAlgorithm())) return false; + if (!getEncryptionKeyBytes() + .equals(other.getEncryptionKeyBytes())) return false; + if (!getEncryptionKeySha256Bytes() + .equals(other.getEncryptionKeySha256Bytes())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -240,136 +216,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CommonObjectRequestParams parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.CommonObjectRequestParams parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.CommonObjectRequestParams parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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; } /** - * - * *
    * Parameters that can be passed to any object request.
    * 
* * Protobuf type {@code google.storage.v2.CommonObjectRequestParams} */ - 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.storage.v2.CommonObjectRequestParams) com.google.storage.v2.CommonObjectRequestParamsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CommonObjectRequestParams.class, - com.google.storage.v2.CommonObjectRequestParams.Builder.class); + com.google.storage.v2.CommonObjectRequestParams.class, com.google.storage.v2.CommonObjectRequestParams.Builder.class); } // Construct using com.google.storage.v2.CommonObjectRequestParams.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(); @@ -383,9 +353,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; } @java.lang.Override @@ -404,8 +374,7 @@ public com.google.storage.v2.CommonObjectRequestParams build() { @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams buildPartial() { - com.google.storage.v2.CommonObjectRequestParams result = - new com.google.storage.v2.CommonObjectRequestParams(this); + com.google.storage.v2.CommonObjectRequestParams result = new com.google.storage.v2.CommonObjectRequestParams(this); result.encryptionAlgorithm_ = encryptionAlgorithm_; result.encryptionKeyBytes_ = encryptionKeyBytes_; result.encryptionKeySha256Bytes_ = encryptionKeySha256Bytes_; @@ -417,39 +386,38 @@ public com.google.storage.v2.CommonObjectRequestParams 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) { + 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.storage.v2.CommonObjectRequestParams) { - return mergeFrom((com.google.storage.v2.CommonObjectRequestParams) other); + return mergeFrom((com.google.storage.v2.CommonObjectRequestParams)other); } else { super.mergeFrom(other); return this; @@ -457,8 +425,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.CommonObjectRequestParams other) { - if (other == com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance()) return this; if (!other.getEncryptionAlgorithm().isEmpty()) { encryptionAlgorithm_ = other.encryptionAlgorithm_; onChanged(); @@ -495,31 +462,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - encryptionAlgorithm_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 34: - { - encryptionKeyBytes_ = input.readBytes(); - - break; - } // case 34 - case 42: - { - encryptionKeySha256Bytes_ = input.readBytes(); - - break; - } // case 42 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + encryptionAlgorithm_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 34: { + encryptionKeyBytes_ = input.readBytes(); + + break; + } // case 34 + case 42: { + encryptionKeySha256Bytes_ = input.readBytes(); + + 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) { @@ -532,21 +495,19 @@ public Builder mergeFrom( private java.lang.Object encryptionAlgorithm_ = ""; /** - * - * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; - * * @return The encryptionAlgorithm. */ public java.lang.String getEncryptionAlgorithm() { java.lang.Object ref = encryptionAlgorithm_; 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(); encryptionAlgorithm_ = s; return s; @@ -555,22 +516,21 @@ public java.lang.String getEncryptionAlgorithm() { } } /** - * - * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; - * * @return The bytes for encryptionAlgorithm. */ - public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString + getEncryptionAlgorithmBytes() { java.lang.Object ref = encryptionAlgorithm_; 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); encryptionAlgorithm_ = b; return b; } else { @@ -578,81 +538,70 @@ public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { } } /** - * - * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; - * * @param value The encryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setEncryptionAlgorithm(java.lang.String value) { + public Builder setEncryptionAlgorithm( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + encryptionAlgorithm_ = value; onChanged(); return this; } /** - * - * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; - * * @return This builder for chaining. */ public Builder clearEncryptionAlgorithm() { - + encryptionAlgorithm_ = getDefaultInstance().getEncryptionAlgorithm(); onChanged(); return this; } /** - * - * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; - * * @param value The bytes for encryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setEncryptionAlgorithmBytes(com.google.protobuf.ByteString value) { + public Builder setEncryptionAlgorithmBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + encryptionAlgorithm_ = value; onChanged(); return this; } - private com.google.protobuf.ByteString encryptionKeyBytes_ = - com.google.protobuf.ByteString.EMPTY; + private com.google.protobuf.ByteString encryptionKeyBytes_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * Encryption key used with the Customer-Supplied Encryption Keys feature.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes encryption_key_bytes = 4; - * * @return The encryptionKeyBytes. */ @java.lang.Override @@ -660,58 +609,48 @@ public com.google.protobuf.ByteString getEncryptionKeyBytes() { return encryptionKeyBytes_; } /** - * - * *
      * Encryption key used with the Customer-Supplied Encryption Keys feature.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes encryption_key_bytes = 4; - * * @param value The encryptionKeyBytes to set. * @return This builder for chaining. */ public Builder setEncryptionKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + encryptionKeyBytes_ = value; onChanged(); return this; } /** - * - * *
      * Encryption key used with the Customer-Supplied Encryption Keys feature.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes encryption_key_bytes = 4; - * * @return This builder for chaining. */ public Builder clearEncryptionKeyBytes() { - + encryptionKeyBytes_ = getDefaultInstance().getEncryptionKeyBytes(); onChanged(); return this; } - private com.google.protobuf.ByteString encryptionKeySha256Bytes_ = - com.google.protobuf.ByteString.EMPTY; + private com.google.protobuf.ByteString encryptionKeySha256Bytes_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * SHA256 hash of encryption key used with the Customer-Supplied Encryption
      * Keys feature.
      * 
* * bytes encryption_key_sha256_bytes = 5; - * * @return The encryptionKeySha256Bytes. */ @java.lang.Override @@ -719,48 +658,42 @@ public com.google.protobuf.ByteString getEncryptionKeySha256Bytes() { return encryptionKeySha256Bytes_; } /** - * - * *
      * SHA256 hash of encryption key used with the Customer-Supplied Encryption
      * Keys feature.
      * 
* * bytes encryption_key_sha256_bytes = 5; - * * @param value The encryptionKeySha256Bytes to set. * @return This builder for chaining. */ public Builder setEncryptionKeySha256Bytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + encryptionKeySha256Bytes_ = value; onChanged(); return this; } /** - * - * *
      * SHA256 hash of encryption key used with the Customer-Supplied Encryption
      * Keys feature.
      * 
* * bytes encryption_key_sha256_bytes = 5; - * * @return This builder for chaining. */ public Builder clearEncryptionKeySha256Bytes() { - + encryptionKeySha256Bytes_ = getDefaultInstance().getEncryptionKeySha256Bytes(); 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); } @@ -770,12 +703,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.CommonObjectRequestParams) } // @@protoc_insertion_point(class_scope:google.storage.v2.CommonObjectRequestParams) private static final com.google.storage.v2.CommonObjectRequestParams DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.CommonObjectRequestParams(); } @@ -784,27 +717,27 @@ public static com.google.storage.v2.CommonObjectRequestParams getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CommonObjectRequestParams 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 CommonObjectRequestParams 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; @@ -819,4 +752,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.CommonObjectRequestParams getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java similarity index 63% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java index 327ae41411..ded10290cc 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java @@ -1,79 +1,52 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CommonObjectRequestParamsOrBuilder - extends +public interface CommonObjectRequestParamsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CommonObjectRequestParams) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Encryption algorithm used with the Customer-Supplied Encryption Keys
    * feature.
    * 
* * string encryption_algorithm = 1; - * * @return The encryptionAlgorithm. */ java.lang.String getEncryptionAlgorithm(); /** - * - * *
    * Encryption algorithm used with the Customer-Supplied Encryption Keys
    * feature.
    * 
* * string encryption_algorithm = 1; - * * @return The bytes for encryptionAlgorithm. */ - com.google.protobuf.ByteString getEncryptionAlgorithmBytes(); + com.google.protobuf.ByteString + getEncryptionAlgorithmBytes(); /** - * - * *
    * Encryption key used with the Customer-Supplied Encryption Keys feature.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes encryption_key_bytes = 4; - * * @return The encryptionKeyBytes. */ com.google.protobuf.ByteString getEncryptionKeyBytes(); /** - * - * *
    * SHA256 hash of encryption key used with the Customer-Supplied Encryption
    * Keys feature.
    * 
* * bytes encryption_key_sha256_bytes = 5; - * * @return The encryptionKeySha256Bytes. */ com.google.protobuf.ByteString getEncryptionKeySha256Bytes(); diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java similarity index 68% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java index a3250a4c90..86b85fb135 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for ComposeObject.
  * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest} */ -public final class ComposeObjectRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ComposeObjectRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ComposeObjectRequest) ComposeObjectRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ComposeObjectRequest.newBuilder() to construct. private ComposeObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ComposeObjectRequest() { sourceObjects_ = java.util.Collections.emptyList(); destinationPredefinedAcl_ = ""; @@ -45,175 +27,142 @@ private ComposeObjectRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ComposeObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.class, - com.google.storage.v2.ComposeObjectRequest.Builder.class); + com.google.storage.v2.ComposeObjectRequest.class, com.google.storage.v2.ComposeObjectRequest.Builder.class); } - public interface SourceObjectOrBuilder - extends + public interface SourceObjectOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ComposeObjectRequest.SourceObject) com.google.protobuf.MessageOrBuilder { /** - * - * *
-     * Required. The source object's name. All source objects must reside in the same
-     * bucket.
+     * Required. The source object's name. All source objects must reside in the
+     * same bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
-     * Required. The source object's name. All source objects must reside in the same
-     * bucket.
+     * Required. The source object's name. All source objects must reside in the
+     * same bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
      * The generation of this object to use as the source.
      * 
* * int64 generation = 2; - * * @return The generation. */ long getGeneration(); /** - * - * *
      * Conditions that must be met for this operation to execute.
      * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; * @return Whether the objectPreconditions field is set. */ boolean hasObjectPreconditions(); /** - * - * *
      * Conditions that must be met for this operation to execute.
      * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; * @return The objectPreconditions. */ - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - getObjectPreconditions(); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getObjectPreconditions(); /** - * - * *
      * Conditions that must be met for this operation to execute.
      * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder - getObjectPreconditionsOrBuilder(); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder getObjectPreconditionsOrBuilder(); } /** - * - * *
    * Description of a source object for a composition request.
    * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest.SourceObject} */ - public static final class SourceObject extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class SourceObject extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ComposeObjectRequest.SourceObject) SourceObjectOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use SourceObject.newBuilder() to construct. private SourceObject(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private SourceObject() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new SourceObject(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.SourceObject.class, - com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder.class); + com.google.storage.v2.ComposeObjectRequest.SourceObject.class, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder.class); } - public interface ObjectPreconditionsOrBuilder - extends + public interface ObjectPreconditionsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) com.google.protobuf.MessageOrBuilder { /** - * - * *
        * Only perform the composition if the generation of the source object
        * that would be used matches this value.  If this value and a generation
@@ -221,13 +170,10 @@ public interface ObjectPreconditionsOrBuilder
        * 
* * optional int64 if_generation_match = 1; - * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** - * - * *
        * Only perform the composition if the generation of the source object
        * that would be used matches this value.  If this value and a generation
@@ -235,65 +181,58 @@ public interface ObjectPreconditionsOrBuilder
        * 
* * optional int64 if_generation_match = 1; - * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); } /** - * - * *
      * Preconditions for a source object of a composition request.
      * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions} */ - public static final class ObjectPreconditions extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class ObjectPreconditions extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) ObjectPreconditionsOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ObjectPreconditions.newBuilder() to construct. private ObjectPreconditions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ObjectPreconditions() {} + private ObjectPreconditions() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ObjectPreconditions(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.class, - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder - .class); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.class, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder.class); } private int bitField0_; public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 1; private long ifGenerationMatch_; /** - * - * *
        * Only perform the composition if the generation of the source object
        * that would be used matches this value.  If this value and a generation
@@ -301,7 +240,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
        * 
* * optional int64 if_generation_match = 1; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -309,8 +247,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
        * Only perform the composition if the generation of the source object
        * that would be used matches this value.  If this value and a generation
@@ -318,7 +254,6 @@ public boolean hasIfGenerationMatch() {
        * 
* * optional int64 if_generation_match = 1; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -327,7 +262,6 @@ public long getIfGenerationMatch() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -339,7 +273,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 (((bitField0_ & 0x00000001) != 0)) { output.writeInt64(1, ifGenerationMatch_); } @@ -353,7 +288,8 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(1, ifGenerationMatch_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -363,19 +299,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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions)) { + if (!(obj instanceof com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions)) { return super.equals(obj); } - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions other = - (com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) obj; + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions other = (com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) obj; if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() + != other.getIfGenerationMatch()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -390,110 +324,96 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationMatch()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom(java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom(com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions prototype) { + public static Builder newBuilder(com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions 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 @@ -503,44 +423,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * Preconditions for a source object of a composition request.
        * 
* - * Protobuf type {@code - * google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions} + * Protobuf type {@code google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions} */ - 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.class, - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - .Builder.class); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.class, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder.class); } - // Construct using - // com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.newBuilder() - private Builder() {} + // Construct using com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.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(); @@ -550,22 +465,19 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; } @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - getDefaultInstanceForType() { - return com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - .getDefaultInstance(); + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getDefaultInstanceForType() { + return com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance(); } @java.lang.Override public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions build() { - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions result = - buildPartial(); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -573,10 +485,8 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditio } @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - buildPartial() { - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions result = - new com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions(this); + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions buildPartial() { + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions result = new com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { @@ -592,56 +502,46 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditio 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) { - return mergeFrom( - (com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) - other); + if (other instanceof com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) { + return mergeFrom((com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions other) { - if (other - == com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions other) { + if (other == com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance()) return this; if (other.hasIfGenerationMatch()) { setIfGenerationMatch(other.getIfGenerationMatch()); } @@ -671,19 +571,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 8 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 8 + 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) { @@ -693,13 +591,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private long ifGenerationMatch_; + private long ifGenerationMatch_ ; /** - * - * *
          * Only perform the composition if the generation of the source object
          * that would be used matches this value.  If this value and a generation
@@ -707,7 +602,6 @@ public Builder mergeFrom(
          * 
* * optional int64 if_generation_match = 1; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -715,8 +609,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
          * Only perform the composition if the generation of the source object
          * that would be used matches this value.  If this value and a generation
@@ -724,7 +616,6 @@ public boolean hasIfGenerationMatch() {
          * 
* * optional int64 if_generation_match = 1; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -732,8 +623,6 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** - * - * *
          * Only perform the composition if the generation of the source object
          * that would be used matches this value.  If this value and a generation
@@ -741,7 +630,6 @@ public long getIfGenerationMatch() {
          * 
* * optional int64 if_generation_match = 1; - * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -752,8 +640,6 @@ public Builder setIfGenerationMatch(long value) { return this; } /** - * - * *
          * Only perform the composition if the generation of the source object
          * that would be used matches this value.  If this value and a generation
@@ -761,7 +647,6 @@ public Builder setIfGenerationMatch(long value) {
          * 
* * optional int64 if_generation_match = 1; - * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -770,7 +655,6 @@ public Builder clearIfGenerationMatch() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -783,46 +667,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) } // @@protoc_insertion_point(class_scope:google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) - private static final com.google.storage.v2.ComposeObjectRequest.SourceObject - .ObjectPreconditions - DEFAULT_INSTANCE; - + private static final com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = - new com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions(); + DEFAULT_INSTANCE = new com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions(); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - getDefaultInstance() { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ObjectPreconditions 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 ObjectPreconditions 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; @@ -834,24 +713,21 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - getDefaultInstanceForType() { + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
-     * Required. The source object's name. All source objects must reside in the same
-     * bucket.
+     * Required. The source object's name. All source objects must reside in the
+     * same bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ @java.lang.Override @@ -860,30 +736,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; } } /** - * - * *
-     * Required. The source object's name. All source objects must reside in the same
-     * bucket.
+     * Required. The source object's name. All source objects must reside in the
+     * same bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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 { @@ -894,14 +770,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int GENERATION_FIELD_NUMBER = 2; private long generation_; /** - * - * *
      * The generation of this object to use as the source.
      * 
* * int64 generation = 2; - * * @return The generation. */ @java.lang.Override @@ -910,19 +783,13 @@ public long getGeneration() { } public static final int OBJECT_PRECONDITIONS_FIELD_NUMBER = 3; - private com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - objectPreconditions_; + private com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions objectPreconditions_; /** - * - * *
      * Conditions that must be met for this operation to execute.
      * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; * @return Whether the objectPreconditions field is set. */ @java.lang.Override @@ -930,45 +797,30 @@ public boolean hasObjectPreconditions() { return objectPreconditions_ != null; } /** - * - * *
      * Conditions that must be met for this operation to execute.
      * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; * @return The objectPreconditions. */ @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - getObjectPreconditions() { - return objectPreconditions_ == null - ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - .getDefaultInstance() - : objectPreconditions_; + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getObjectPreconditions() { + return objectPreconditions_ == null ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance() : objectPreconditions_; } /** - * - * *
      * Conditions that must be met for this operation to execute.
      * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder - getObjectPreconditionsOrBuilder() { + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder getObjectPreconditionsOrBuilder() { return getObjectPreconditions(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -980,7 +832,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_); } @@ -1003,11 +856,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (generation_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, generation_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, generation_); } if (objectPreconditions_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(3, getObjectPreconditions()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getObjectPreconditions()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1017,19 +871,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.storage.v2.ComposeObjectRequest.SourceObject)) { return super.equals(obj); } - com.google.storage.v2.ComposeObjectRequest.SourceObject other = - (com.google.storage.v2.ComposeObjectRequest.SourceObject) obj; + com.google.storage.v2.ComposeObjectRequest.SourceObject other = (com.google.storage.v2.ComposeObjectRequest.SourceObject) obj; - if (!getName().equals(other.getName())) return false; - if (getGeneration() != other.getGeneration()) return false; + if (!getName() + .equals(other.getName())) return false; + if (getGeneration() + != other.getGeneration()) return false; if (hasObjectPreconditions() != other.hasObjectPreconditions()) return false; if (hasObjectPreconditions()) { - if (!getObjectPreconditions().equals(other.getObjectPreconditions())) return false; + if (!getObjectPreconditions() + .equals(other.getObjectPreconditions())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -1045,7 +901,8 @@ public int hashCode() { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + GENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getGeneration()); if (hasObjectPreconditions()) { hash = (37 * hash) + OBJECT_PRECONDITIONS_FIELD_NUMBER; hash = (53 * hash) + getObjectPreconditions().hashCode(); @@ -1056,94 +913,87 @@ public int hashCode() { } public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.ComposeObjectRequest.SourceObject parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ComposeObjectRequest.SourceObject parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject prototype) { + public static Builder newBuilder(com.google.storage.v2.ComposeObjectRequest.SourceObject 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 @@ -1153,41 +1003,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Description of a source object for a composition request.
      * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest.SourceObject} */ - 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.storage.v2.ComposeObjectRequest.SourceObject) com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.SourceObject.class, - com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder.class); + com.google.storage.v2.ComposeObjectRequest.SourceObject.class, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder.class); } // Construct using com.google.storage.v2.ComposeObjectRequest.SourceObject.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(); @@ -1205,9 +1053,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; } @java.lang.Override @@ -1226,8 +1074,7 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject build() { @java.lang.Override public com.google.storage.v2.ComposeObjectRequest.SourceObject buildPartial() { - com.google.storage.v2.ComposeObjectRequest.SourceObject result = - new com.google.storage.v2.ComposeObjectRequest.SourceObject(this); + com.google.storage.v2.ComposeObjectRequest.SourceObject result = new com.google.storage.v2.ComposeObjectRequest.SourceObject(this); result.name_ = name_; result.generation_ = generation_; if (objectPreconditionsBuilder_ == null) { @@ -1243,41 +1090,38 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject) { - return mergeFrom((com.google.storage.v2.ComposeObjectRequest.SourceObject) other); + return mergeFrom((com.google.storage.v2.ComposeObjectRequest.SourceObject)other); } else { super.mergeFrom(other); return this; @@ -1285,8 +1129,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.ComposeObjectRequest.SourceObject other) { - if (other == com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -1323,32 +1166,29 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); + case 10: { + name_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 16: - { - generation_ = input.readInt64(); + break; + } // case 10 + case 16: { + generation_ = input.readInt64(); - break; - } // case 16 - case 26: - { - input.readMessage( - getObjectPreconditionsFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 16 + case 26: { + input.readMessage( + getObjectPreconditionsFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -1361,21 +1201,19 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
-       * Required. The source object's name. All source objects must reside in the same
-       * bucket.
+       * Required. The source object's name. All source objects must reside in the
+       * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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; @@ -1384,22 +1222,21 @@ public java.lang.String getName() { } } /** - * - * *
-       * Required. The source object's name. All source objects must reside in the same
-       * bucket.
+       * Required. The source object's name. All source objects must reside in the
+       * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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 { @@ -1407,79 +1244,69 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
-       * Required. The source object's name. All source objects must reside in the same
-       * bucket.
+       * Required. The source object's name. All source objects must reside in the
+       * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
-       * Required. The source object's name. All source objects must reside in the same
-       * bucket.
+       * Required. The source object's name. All source objects must reside in the
+       * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
-       * Required. The source object's name. All source objects must reside in the same
-       * bucket.
+       * Required. The source object's name. All source objects must reside in the
+       * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - private long generation_; + private long generation_ ; /** - * - * *
        * The generation of this object to use as the source.
        * 
* * int64 generation = 2; - * * @return The generation. */ @java.lang.Override @@ -1487,101 +1314,72 @@ public long getGeneration() { return generation_; } /** - * - * *
        * The generation of this object to use as the source.
        * 
* * int64 generation = 2; - * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** - * - * *
        * The generation of this object to use as the source.
        * 
* * int64 generation = 2; - * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - objectPreconditions_; + private com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions objectPreconditions_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder> - objectPreconditionsBuilder_; + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder> objectPreconditionsBuilder_; /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; * @return Whether the objectPreconditions field is set. */ public boolean hasObjectPreconditions() { return objectPreconditionsBuilder_ != null || objectPreconditions_ != null; } /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; * @return The objectPreconditions. */ - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - getObjectPreconditions() { + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getObjectPreconditions() { if (objectPreconditionsBuilder_ == null) { - return objectPreconditions_ == null - ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - .getDefaultInstance() - : objectPreconditions_; + return objectPreconditions_ == null ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance() : objectPreconditions_; } else { return objectPreconditionsBuilder_.getMessage(); } } /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ - public Builder setObjectPreconditions( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions value) { + public Builder setObjectPreconditions(com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions value) { if (objectPreconditionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1595,19 +1393,14 @@ public Builder setObjectPreconditions( return this; } /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ public Builder setObjectPreconditions( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder - builderForValue) { + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder builderForValue) { if (objectPreconditionsBuilder_ == null) { objectPreconditions_ = builderForValue.build(); onChanged(); @@ -1618,25 +1411,17 @@ public Builder setObjectPreconditions( return this; } /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ - public Builder mergeObjectPreconditions( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions value) { + public Builder mergeObjectPreconditions(com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions value) { if (objectPreconditionsBuilder_ == null) { if (objectPreconditions_ != null) { objectPreconditions_ = - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - .newBuilder(objectPreconditions_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.newBuilder(objectPreconditions_).mergeFrom(value).buildPartial(); } else { objectPreconditions_ = value; } @@ -1648,15 +1433,11 @@ public Builder mergeObjectPreconditions( return this; } /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ public Builder clearObjectPreconditions() { if (objectPreconditionsBuilder_ == null) { @@ -1670,74 +1451,52 @@ public Builder clearObjectPreconditions() { return this; } /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder - getObjectPreconditionsBuilder() { - + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder getObjectPreconditionsBuilder() { + onChanged(); return getObjectPreconditionsFieldBuilder().getBuilder(); } /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder - getObjectPreconditionsOrBuilder() { + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder getObjectPreconditionsOrBuilder() { if (objectPreconditionsBuilder_ != null) { return objectPreconditionsBuilder_.getMessageOrBuilder(); } else { - return objectPreconditions_ == null - ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - .getDefaultInstance() - : objectPreconditions_; + return objectPreconditions_ == null ? + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance() : objectPreconditions_; } } /** - * - * *
        * Conditions that must be met for this operation to execute.
        * 
* - * - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; - * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder> + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder> getObjectPreconditionsFieldBuilder() { if (objectPreconditionsBuilder_ == null) { - objectPreconditionsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions - .Builder, - com.google.storage.v2.ComposeObjectRequest.SourceObject - .ObjectPreconditionsOrBuilder>( - getObjectPreconditions(), getParentForChildren(), isClean()); + objectPreconditionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder>( + getObjectPreconditions(), + getParentForChildren(), + isClean()); objectPreconditions_ = null; } return objectPreconditionsBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1750,12 +1509,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ComposeObjectRequest.SourceObject) } // @@protoc_insertion_point(class_scope:google.storage.v2.ComposeObjectRequest.SourceObject) private static final com.google.storage.v2.ComposeObjectRequest.SourceObject DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ComposeObjectRequest.SourceObject(); } @@ -1764,28 +1523,27 @@ public static com.google.storage.v2.ComposeObjectRequest.SourceObject getDefault return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public SourceObject 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 SourceObject 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; @@ -1800,21 +1558,18 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ComposeObjectRequest.SourceObject getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int bitField0_; public static final int DESTINATION_FIELD_NUMBER = 1; private com.google.storage.v2.Object destination_; /** - * - * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the destination field is set. */ @java.lang.Override @@ -1822,15 +1577,11 @@ public boolean hasDestination() { return destination_ != null; } /** - * - * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The destination. */ @java.lang.Override @@ -1838,14 +1589,11 @@ public com.google.storage.v2.Object getDestination() { return destination_ == null ? com.google.storage.v2.Object.getDefaultInstance() : destination_; } /** - * - * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { @@ -1855,8 +1603,6 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { public static final int SOURCE_OBJECTS_FIELD_NUMBER = 2; private java.util.List sourceObjects_; /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1864,13 +1610,10 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ @java.lang.Override - public java.util.List - getSourceObjectsList() { + public java.util.List getSourceObjectsList() { return sourceObjects_; } /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1878,13 +1621,11 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ @java.lang.Override - public java.util.List + public java.util.List getSourceObjectsOrBuilderList() { return sourceObjects_; } /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1896,8 +1637,6 @@ public int getSourceObjectsCount() { return sourceObjects_.size(); } /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1909,8 +1648,6 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject getSourceObjects( return sourceObjects_.get(index); } /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1926,8 +1663,6 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourc public static final int DESTINATION_PREDEFINED_ACL_FIELD_NUMBER = 9; private volatile java.lang.Object destinationPredefinedAcl_; /** - * - * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1935,7 +1670,6 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourc
    * 
* * string destination_predefined_acl = 9; - * * @return The destinationPredefinedAcl. */ @java.lang.Override @@ -1944,15 +1678,14 @@ public java.lang.String getDestinationPredefinedAcl() { 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(); destinationPredefinedAcl_ = s; return s; } } /** - * - * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1960,15 +1693,16 @@ public java.lang.String getDestinationPredefinedAcl() {
    * 
* * string destination_predefined_acl = 9; - * * @return The bytes for destinationPredefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { + public com.google.protobuf.ByteString + getDestinationPredefinedAclBytes() { java.lang.Object ref = destinationPredefinedAcl_; 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); destinationPredefinedAcl_ = b; return b; } else { @@ -1979,8 +1713,6 @@ public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 4; private long ifGenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1988,7 +1720,6 @@ public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() {
    * 
* * optional int64 if_generation_match = 4; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1996,8 +1727,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -2005,7 +1734,6 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 4; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -2016,15 +1744,12 @@ public long getIfGenerationMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 5; private long ifMetagenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -2032,15 +1757,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -2051,8 +1773,6 @@ public long getIfMetagenerationMatch() { public static final int KMS_KEY_FIELD_NUMBER = 6; private volatile java.lang.Object kmsKey_; /** - * - * *
    * Resource name of the Cloud KMS key, of the form
    * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -2061,7 +1781,6 @@ public long getIfMetagenerationMatch() {
    * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @return The kmsKey. */ @java.lang.Override @@ -2070,15 +1789,14 @@ public java.lang.String getKmsKey() { 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(); kmsKey_ = s; return s; } } /** - * - * *
    * Resource name of the Cloud KMS key, of the form
    * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -2087,15 +1805,16 @@ public java.lang.String getKmsKey() {
    * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @return The bytes for kmsKey. */ @java.lang.Override - public com.google.protobuf.ByteString getKmsKeyBytes() { + public com.google.protobuf.ByteString + getKmsKeyBytes() { java.lang.Object ref = kmsKey_; 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); kmsKey_ = b; return b; } else { @@ -2106,14 +1825,11 @@ public com.google.protobuf.ByteString getKmsKeyBytes() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 7; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -2121,25 +1837,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -2147,13 +1856,52 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } - private byte memoizedIsInitialized = -1; + public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 10; + private com.google.storage.v2.ObjectChecksums objectChecksums_; + /** + *
+   * The checksums of the complete object. This will be validated against the
+   * combined checksums of the component objects.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + * @return Whether the objectChecksums field is set. + */ + @java.lang.Override + public boolean hasObjectChecksums() { + return objectChecksums_ != null; + } + /** + *
+   * The checksums of the complete object. This will be validated against the
+   * combined checksums of the component objects.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + * @return The objectChecksums. + */ + @java.lang.Override + public com.google.storage.v2.ObjectChecksums getObjectChecksums() { + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } + /** + *
+   * The checksums of the complete object. This will be validated against the
+   * combined checksums of the component objects.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + @java.lang.Override + public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder() { + return getObjectChecksums(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2165,7 +1913,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 (destination_ != null) { output.writeMessage(1, getDestination()); } @@ -2187,6 +1936,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(destinationPredefinedAcl_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, destinationPredefinedAcl_); } + if (objectChecksums_ != null) { + output.writeMessage(10, getObjectChecksums()); + } getUnknownFields().writeTo(output); } @@ -2197,28 +1949,34 @@ public int getSerializedSize() { size = 0; if (destination_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDestination()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getDestination()); } for (int i = 0; i < sourceObjects_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, sourceObjects_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, sourceObjects_.get(i)); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(4, ifGenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(5, ifMetagenerationMatch_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(kmsKey_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, kmsKey_); } if (commonObjectRequestParams_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 7, getCommonObjectRequestParams()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getCommonObjectRequestParams()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(destinationPredefinedAcl_)) { - size += - com.google.protobuf.GeneratedMessageV3.computeStringSize(9, destinationPredefinedAcl_); + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, destinationPredefinedAcl_); + } + if (objectChecksums_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getObjectChecksums()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -2228,33 +1986,43 @@ 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.storage.v2.ComposeObjectRequest)) { return super.equals(obj); } - com.google.storage.v2.ComposeObjectRequest other = - (com.google.storage.v2.ComposeObjectRequest) obj; + com.google.storage.v2.ComposeObjectRequest other = (com.google.storage.v2.ComposeObjectRequest) obj; if (hasDestination() != other.hasDestination()) return false; if (hasDestination()) { - if (!getDestination().equals(other.getDestination())) return false; + if (!getDestination() + .equals(other.getDestination())) return false; } - if (!getSourceObjectsList().equals(other.getSourceObjectsList())) return false; - if (!getDestinationPredefinedAcl().equals(other.getDestinationPredefinedAcl())) return false; + if (!getSourceObjectsList() + .equals(other.getSourceObjectsList())) return false; + if (!getDestinationPredefinedAcl() + .equals(other.getDestinationPredefinedAcl())) return false; if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() + != other.getIfGenerationMatch()) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() + != other.getIfMetagenerationMatch()) return false; } - if (!getKmsKey().equals(other.getKmsKey())) return false; + if (!getKmsKey() + .equals(other.getKmsKey())) return false; if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) - return false; + if (!getCommonObjectRequestParams() + .equals(other.getCommonObjectRequestParams())) return false; + } + if (hasObjectChecksums() != other.hasObjectChecksums()) return false; + if (hasObjectChecksums()) { + if (!getObjectChecksums() + .equals(other.getObjectChecksums())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -2279,11 +2047,13 @@ public int hashCode() { hash = (53 * hash) + getDestinationPredefinedAcl().hashCode(); if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationMatch()); } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationMatch()); } hash = (37 * hash) + KMS_KEY_FIELD_NUMBER; hash = (53 * hash) + getKmsKey().hashCode(); @@ -2291,141 +2061,139 @@ public int hashCode() { hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER; hash = (53 * hash) + getCommonObjectRequestParams().hashCode(); } + if (hasObjectChecksums()) { + hash = (37 * hash) + OBJECT_CHECKSUMS_FIELD_NUMBER; + hash = (53 * hash) + getObjectChecksums().hashCode(); + } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.ComposeObjectRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ComposeObjectRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ComposeObjectRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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 message for ComposeObject.
    * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest} */ - 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.storage.v2.ComposeObjectRequest) com.google.storage.v2.ComposeObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.class, - com.google.storage.v2.ComposeObjectRequest.Builder.class); + com.google.storage.v2.ComposeObjectRequest.class, com.google.storage.v2.ComposeObjectRequest.Builder.class); } // Construct using com.google.storage.v2.ComposeObjectRequest.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(); @@ -2456,13 +2224,19 @@ public Builder clear() { commonObjectRequestParams_ = null; commonObjectRequestParamsBuilder_ = null; } + if (objectChecksumsBuilder_ == null) { + objectChecksums_ = null; + } else { + objectChecksums_ = null; + objectChecksumsBuilder_ = null; + } return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ComposeObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_descriptor; } @java.lang.Override @@ -2481,8 +2255,7 @@ public com.google.storage.v2.ComposeObjectRequest build() { @java.lang.Override public com.google.storage.v2.ComposeObjectRequest buildPartial() { - com.google.storage.v2.ComposeObjectRequest result = - new com.google.storage.v2.ComposeObjectRequest(this); + com.google.storage.v2.ComposeObjectRequest result = new com.google.storage.v2.ComposeObjectRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (destinationBuilder_ == null) { @@ -2514,6 +2287,11 @@ public com.google.storage.v2.ComposeObjectRequest buildPartial() { } else { result.commonObjectRequestParams_ = commonObjectRequestParamsBuilder_.build(); } + if (objectChecksumsBuilder_ == null) { + result.objectChecksums_ = objectChecksums_; + } else { + result.objectChecksums_ = objectChecksumsBuilder_.build(); + } result.bitField0_ = to_bitField0_; onBuilt(); return result; @@ -2523,39 +2301,38 @@ public com.google.storage.v2.ComposeObjectRequest 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) { + 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.storage.v2.ComposeObjectRequest) { - return mergeFrom((com.google.storage.v2.ComposeObjectRequest) other); + return mergeFrom((com.google.storage.v2.ComposeObjectRequest)other); } else { super.mergeFrom(other); return this; @@ -2585,10 +2362,9 @@ public Builder mergeFrom(com.google.storage.v2.ComposeObjectRequest other) { sourceObjectsBuilder_ = null; sourceObjects_ = other.sourceObjects_; bitField0_ = (bitField0_ & ~0x00000001); - sourceObjectsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getSourceObjectsFieldBuilder() - : null; + sourceObjectsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getSourceObjectsFieldBuilder() : null; } else { sourceObjectsBuilder_.addAllMessages(other.sourceObjects_); } @@ -2611,6 +2387,9 @@ public Builder mergeFrom(com.google.storage.v2.ComposeObjectRequest other) { if (other.hasCommonObjectRequestParams()) { mergeCommonObjectRequestParams(other.getCommonObjectRequestParams()); } + if (other.hasObjectChecksums()) { + mergeObjectChecksums(other.getObjectChecksums()); + } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -2637,64 +2416,66 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getDestinationFieldBuilder().getBuilder(), extensionRegistry); + case 10: { + input.readMessage( + getDestinationFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 10 - case 18: - { - com.google.storage.v2.ComposeObjectRequest.SourceObject m = - input.readMessage( - com.google.storage.v2.ComposeObjectRequest.SourceObject.parser(), - extensionRegistry); - if (sourceObjectsBuilder_ == null) { - ensureSourceObjectsIsMutable(); - sourceObjects_.add(m); - } else { - sourceObjectsBuilder_.addMessage(m); - } - break; - } // case 18 - case 32: - { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 32 - case 40: - { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 40 - case 50: - { - kmsKey_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 18: { + com.google.storage.v2.ComposeObjectRequest.SourceObject m = + input.readMessage( + com.google.storage.v2.ComposeObjectRequest.SourceObject.parser(), + extensionRegistry); + if (sourceObjectsBuilder_ == null) { + ensureSourceObjectsIsMutable(); + sourceObjects_.add(m); + } else { + sourceObjectsBuilder_.addMessage(m); + } + break; + } // case 18 + case 32: { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 32 + case 40: { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 40 + case 50: { + kmsKey_ = input.readStringRequireUtf8(); - break; - } // case 50 - case 58: - { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 50 + case 58: { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 58 - case 74: - { - destinationPredefinedAcl_ = input.readStringRequireUtf8(); + break; + } // case 58 + case 74: { + destinationPredefinedAcl_ = input.readStringRequireUtf8(); - break; - } // case 74 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 74 + case 82: { + input.readMessage( + getObjectChecksumsFieldBuilder().getBuilder(), + extensionRegistry); + + 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) { @@ -2704,60 +2485,43 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.storage.v2.Object destination_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> - destinationBuilder_; + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> destinationBuilder_; /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the destination field is set. */ public boolean hasDestination() { return destinationBuilder_ != null || destination_ != null; } /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The destination. */ public com.google.storage.v2.Object getDestination() { if (destinationBuilder_ == null) { - return destination_ == null - ? com.google.storage.v2.Object.getDefaultInstance() - : destination_; + return destination_ == null ? com.google.storage.v2.Object.getDefaultInstance() : destination_; } else { return destinationBuilder_.getMessage(); } } /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setDestination(com.google.storage.v2.Object value) { if (destinationBuilder_ == null) { @@ -2773,16 +2537,14 @@ public Builder setDestination(com.google.storage.v2.Object value) { return this; } /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setDestination(com.google.storage.v2.Object.Builder builderForValue) { + public Builder setDestination( + com.google.storage.v2.Object.Builder builderForValue) { if (destinationBuilder_ == null) { destination_ = builderForValue.build(); onChanged(); @@ -2793,20 +2555,17 @@ public Builder setDestination(com.google.storage.v2.Object.Builder builderForVal return this; } /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeDestination(com.google.storage.v2.Object value) { if (destinationBuilder_ == null) { if (destination_ != null) { destination_ = - com.google.storage.v2.Object.newBuilder(destination_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Object.newBuilder(destination_).mergeFrom(value).buildPartial(); } else { destination_ = value; } @@ -2818,14 +2577,11 @@ public Builder mergeDestination(com.google.storage.v2.Object value) { return this; } /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearDestination() { if (destinationBuilder_ == null) { @@ -2839,96 +2595,73 @@ public Builder clearDestination() { return this; } /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.Object.Builder getDestinationBuilder() { - + onChanged(); return getDestinationFieldBuilder().getBuilder(); } /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { if (destinationBuilder_ != null) { return destinationBuilder_.getMessageOrBuilder(); } else { - return destination_ == null - ? com.google.storage.v2.Object.getDefaultInstance() - : destination_; + return destination_ == null ? + com.google.storage.v2.Object.getDefaultInstance() : destination_; } } /** - * - * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> getDestinationFieldBuilder() { if (destinationBuilder_ == null) { - destinationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder>( - getDestination(), getParentForChildren(), isClean()); + destinationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>( + getDestination(), + getParentForChildren(), + isClean()); destination_ = null; } return destinationBuilder_; } private java.util.List sourceObjects_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureSourceObjectsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - sourceObjects_ = - new java.util.ArrayList( - sourceObjects_); + sourceObjects_ = new java.util.ArrayList(sourceObjects_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject, - com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, - com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> - sourceObjectsBuilder_; + com.google.storage.v2.ComposeObjectRequest.SourceObject, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> sourceObjectsBuilder_; /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - public java.util.List - getSourceObjectsList() { + public java.util.List getSourceObjectsList() { if (sourceObjectsBuilder_ == null) { return java.util.Collections.unmodifiableList(sourceObjects_); } else { @@ -2936,14 +2669,11 @@ private void ensureSourceObjectsIsMutable() { } } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public int getSourceObjectsCount() { if (sourceObjectsBuilder_ == null) { @@ -2953,14 +2683,11 @@ public int getSourceObjectsCount() { } } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public com.google.storage.v2.ComposeObjectRequest.SourceObject getSourceObjects(int index) { if (sourceObjectsBuilder_ == null) { @@ -2970,14 +2697,11 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject getSourceObjects( } } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder setSourceObjects( int index, com.google.storage.v2.ComposeObjectRequest.SourceObject value) { @@ -2994,18 +2718,14 @@ public Builder setSourceObjects( return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder setSourceObjects( - int index, - com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { + int index, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { if (sourceObjectsBuilder_ == null) { ensureSourceObjectsIsMutable(); sourceObjects_.set(index, builderForValue.build()); @@ -3016,14 +2736,11 @@ public Builder setSourceObjects( return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder addSourceObjects(com.google.storage.v2.ComposeObjectRequest.SourceObject value) { if (sourceObjectsBuilder_ == null) { @@ -3039,14 +2756,11 @@ public Builder addSourceObjects(com.google.storage.v2.ComposeObjectRequest.Sourc return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder addSourceObjects( int index, com.google.storage.v2.ComposeObjectRequest.SourceObject value) { @@ -3063,14 +2777,11 @@ public Builder addSourceObjects( return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder addSourceObjects( com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { @@ -3084,18 +2795,14 @@ public Builder addSourceObjects( return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder addSourceObjects( - int index, - com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { + int index, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { if (sourceObjectsBuilder_ == null) { ensureSourceObjectsIsMutable(); sourceObjects_.add(index, builderForValue.build()); @@ -3106,21 +2813,18 @@ public Builder addSourceObjects( return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder addAllSourceObjects( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (sourceObjectsBuilder_ == null) { ensureSourceObjectsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, sourceObjects_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, sourceObjects_); onChanged(); } else { sourceObjectsBuilder_.addAllMessages(values); @@ -3128,14 +2832,11 @@ public Builder addAllSourceObjects( return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder clearSourceObjects() { if (sourceObjectsBuilder_ == null) { @@ -3148,14 +2849,11 @@ public Builder clearSourceObjects() { return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public Builder removeSourceObjects(int index) { if (sourceObjectsBuilder_ == null) { @@ -3168,50 +2866,39 @@ public Builder removeSourceObjects(int index) { return this; } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder getSourceObjectsBuilder( int index) { return getSourceObjectsFieldBuilder().getBuilder(index); } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder - getSourceObjectsOrBuilder(int index) { + public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObjectsOrBuilder( + int index) { if (sourceObjectsBuilder_ == null) { - return sourceObjects_.get(index); - } else { + return sourceObjects_.get(index); } else { return sourceObjectsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - public java.util.List< - ? extends com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> - getSourceObjectsOrBuilderList() { + public java.util.List + getSourceObjectsOrBuilderList() { if (sourceObjectsBuilder_ != null) { return sourceObjectsBuilder_.getMessageOrBuilderList(); } else { @@ -3219,62 +2906,45 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder getSource } } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder - addSourceObjectsBuilder() { - return getSourceObjectsFieldBuilder() - .addBuilder(com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()); + public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder addSourceObjectsBuilder() { + return getSourceObjectsFieldBuilder().addBuilder( + com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()); } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder addSourceObjectsBuilder( int index) { - return getSourceObjectsFieldBuilder() - .addBuilder( - index, com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()); + return getSourceObjectsFieldBuilder().addBuilder( + index, com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()); } /** - * - * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; - * + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - public java.util.List - getSourceObjectsBuilderList() { + public java.util.List + getSourceObjectsBuilderList() { return getSourceObjectsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject, - com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, - com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> + com.google.storage.v2.ComposeObjectRequest.SourceObject, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> getSourceObjectsFieldBuilder() { if (sourceObjectsBuilder_ == null) { - sourceObjectsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject, - com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, - com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder>( + sourceObjectsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.ComposeObjectRequest.SourceObject, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder>( sourceObjects_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -3286,8 +2956,6 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder addSource private java.lang.Object destinationPredefinedAcl_ = ""; /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3295,13 +2963,13 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder addSource
      * 
* * string destination_predefined_acl = 9; - * * @return The destinationPredefinedAcl. */ public java.lang.String getDestinationPredefinedAcl() { java.lang.Object ref = destinationPredefinedAcl_; 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(); destinationPredefinedAcl_ = s; return s; @@ -3310,8 +2978,6 @@ public java.lang.String getDestinationPredefinedAcl() { } } /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3319,14 +2985,15 @@ public java.lang.String getDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 9; - * * @return The bytes for destinationPredefinedAcl. */ - public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { + public com.google.protobuf.ByteString + getDestinationPredefinedAclBytes() { java.lang.Object ref = destinationPredefinedAcl_; 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); destinationPredefinedAcl_ = b; return b; } else { @@ -3334,8 +3001,6 @@ public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { } } /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3343,22 +3008,20 @@ public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() {
      * 
* * string destination_predefined_acl = 9; - * * @param value The destinationPredefinedAcl to set. * @return This builder for chaining. */ - public Builder setDestinationPredefinedAcl(java.lang.String value) { + public Builder setDestinationPredefinedAcl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationPredefinedAcl_ = value; onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3366,18 +3029,15 @@ public Builder setDestinationPredefinedAcl(java.lang.String value) {
      * 
* * string destination_predefined_acl = 9; - * * @return This builder for chaining. */ public Builder clearDestinationPredefinedAcl() { - + destinationPredefinedAcl_ = getDefaultInstance().getDestinationPredefinedAcl(); onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3385,25 +3045,23 @@ public Builder clearDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 9; - * * @param value The bytes for destinationPredefinedAcl to set. * @return This builder for chaining. */ - public Builder setDestinationPredefinedAclBytes(com.google.protobuf.ByteString value) { + public Builder setDestinationPredefinedAclBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationPredefinedAcl_ = value; onChanged(); return this; } - private long ifGenerationMatch_; + private long ifGenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3411,7 +3069,6 @@ public Builder setDestinationPredefinedAclBytes(com.google.protobuf.ByteString v
      * 
* * optional int64 if_generation_match = 4; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -3419,8 +3076,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3428,7 +3083,6 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 4; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -3436,8 +3090,6 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3445,7 +3097,6 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 4; - * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -3456,8 +3107,6 @@ public Builder setIfGenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3465,7 +3114,6 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 4; - * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -3475,17 +3123,14 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -3493,15 +3138,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -3509,15 +3151,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -3528,15 +3167,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -3548,8 +3184,6 @@ public Builder clearIfMetagenerationMatch() { private java.lang.Object kmsKey_ = ""; /** - * - * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3558,13 +3192,13 @@ public Builder clearIfMetagenerationMatch() {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @return The kmsKey. */ public java.lang.String getKmsKey() { java.lang.Object ref = kmsKey_; 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(); kmsKey_ = s; return s; @@ -3573,8 +3207,6 @@ public java.lang.String getKmsKey() { } } /** - * - * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3583,14 +3215,15 @@ public java.lang.String getKmsKey() {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @return The bytes for kmsKey. */ - public com.google.protobuf.ByteString getKmsKeyBytes() { + public com.google.protobuf.ByteString + getKmsKeyBytes() { java.lang.Object ref = kmsKey_; 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); kmsKey_ = b; return b; } else { @@ -3598,8 +3231,6 @@ public com.google.protobuf.ByteString getKmsKeyBytes() { } } /** - * - * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3608,22 +3239,20 @@ public com.google.protobuf.ByteString getKmsKeyBytes() {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @param value The kmsKey to set. * @return This builder for chaining. */ - public Builder setKmsKey(java.lang.String value) { + public Builder setKmsKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + kmsKey_ = value; onChanged(); return this; } /** - * - * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3632,18 +3261,15 @@ public Builder setKmsKey(java.lang.String value) {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @return This builder for chaining. */ public Builder clearKmsKey() { - + kmsKey_ = getDefaultInstance().getKmsKey(); onChanged(); return this; } /** - * - * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3652,16 +3278,16 @@ public Builder clearKmsKey() {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @param value The bytes for kmsKey to set. * @return This builder for chaining. */ - public Builder setKmsKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKmsKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + kmsKey_ = value; onChanged(); return this; @@ -3669,55 +3295,41 @@ public Builder setKmsKeyBytes(com.google.protobuf.ByteString value) { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3731,8 +3343,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3751,22 +3361,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -3778,8 +3383,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3798,42 +3401,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3841,24 +3435,185 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } + private com.google.storage.v2.ObjectChecksums objectChecksums_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_; + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + * @return Whether the objectChecksums field is set. + */ + public boolean hasObjectChecksums() { + return objectChecksumsBuilder_ != null || objectChecksums_ != null; + } + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + * @return The objectChecksums. + */ + public com.google.storage.v2.ObjectChecksums getObjectChecksums() { + if (objectChecksumsBuilder_ == null) { + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } else { + return objectChecksumsBuilder_.getMessage(); + } + } + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) { + if (objectChecksumsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + objectChecksums_ = value; + onChanged(); + } else { + objectChecksumsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + public Builder setObjectChecksums( + com.google.storage.v2.ObjectChecksums.Builder builderForValue) { + if (objectChecksumsBuilder_ == null) { + objectChecksums_ = builderForValue.build(); + onChanged(); + } else { + objectChecksumsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value) { + if (objectChecksumsBuilder_ == null) { + if (objectChecksums_ != null) { + objectChecksums_ = + com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial(); + } else { + objectChecksums_ = value; + } + onChanged(); + } else { + objectChecksumsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + public Builder clearObjectChecksums() { + if (objectChecksumsBuilder_ == null) { + objectChecksums_ = null; + onChanged(); + } else { + objectChecksums_ = null; + objectChecksumsBuilder_ = null; + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() { + + onChanged(); + return getObjectChecksumsFieldBuilder().getBuilder(); + } + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder() { + if (objectChecksumsBuilder_ != null) { + return objectChecksumsBuilder_.getMessageOrBuilder(); + } else { + return objectChecksums_ == null ? + com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } + } + /** + *
+     * The checksums of the complete object. This will be validated against the
+     * combined checksums of the component objects.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> + getObjectChecksumsFieldBuilder() { + if (objectChecksumsBuilder_ == null) { + objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>( + getObjectChecksums(), + getParentForChildren(), + isClean()); + objectChecksums_ = null; + } + return objectChecksumsBuilder_; + } @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); } @@ -3868,12 +3623,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ComposeObjectRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.ComposeObjectRequest) private static final com.google.storage.v2.ComposeObjectRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ComposeObjectRequest(); } @@ -3882,27 +3637,27 @@ public static com.google.storage.v2.ComposeObjectRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ComposeObjectRequest 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 ComposeObjectRequest 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; @@ -3917,4 +3672,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ComposeObjectRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java similarity index 82% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java index 7d9f6ab15e..d18597881e 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java @@ -1,79 +1,49 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ComposeObjectRequestOrBuilder - extends +public interface ComposeObjectRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ComposeObjectRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the destination field is set. */ boolean hasDestination(); /** - * - * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The destination. */ com.google.storage.v2.Object getDestination(); /** - * - * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder(); /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
* * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - java.util.List getSourceObjectsList(); + java.util.List + getSourceObjectsList(); /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -82,8 +52,6 @@ public interface ComposeObjectRequestOrBuilder */ com.google.storage.v2.ComposeObjectRequest.SourceObject getSourceObjects(int index); /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -92,19 +60,15 @@ public interface ComposeObjectRequestOrBuilder */ int getSourceObjectsCount(); /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
* * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - java.util.List + java.util.List getSourceObjectsOrBuilderList(); /** - * - * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -115,8 +79,6 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject int index); /** - * - * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -124,13 +86,10 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * string destination_predefined_acl = 9; - * * @return The destinationPredefinedAcl. */ java.lang.String getDestinationPredefinedAcl(); /** - * - * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -138,14 +97,12 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * string destination_predefined_acl = 9; - * * @return The bytes for destinationPredefinedAcl. */ - com.google.protobuf.ByteString getDestinationPredefinedAclBytes(); + com.google.protobuf.ByteString + getDestinationPredefinedAclBytes(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -153,13 +110,10 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * optional int64 if_generation_match = 4; - * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -167,41 +121,32 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * optional int64 if_generation_match = 4; - * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * Resource name of the Cloud KMS key, of the form
    * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -210,13 +155,10 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @return The kmsKey. */ java.lang.String getKmsKey(); /** - * - * *
    * Resource name of the Cloud KMS key, of the form
    * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -225,38 +167,30 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } - * * @return The bytes for kmsKey. */ - com.google.protobuf.ByteString getKmsKeyBytes(); + com.google.protobuf.ByteString + getKmsKeyBytes(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; - * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; - * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -264,4 +198,34 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); + + /** + *
+   * The checksums of the complete object. This will be validated against the
+   * combined checksums of the component objects.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + * @return Whether the objectChecksums field is set. + */ + boolean hasObjectChecksums(); + /** + *
+   * The checksums of the complete object. This will be validated against the
+   * combined checksums of the component objects.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + * @return The objectChecksums. + */ + com.google.storage.v2.ObjectChecksums getObjectChecksums(); + /** + *
+   * The checksums of the complete object. This will be validated against the
+   * combined checksums of the component objects.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 10; + */ + com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java similarity index 65% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java index 894e2cceab..898142dc17 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java @@ -1,81 +1,60 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Specifies a requested range of bytes to download.
  * 
* * Protobuf type {@code google.storage.v2.ContentRange} */ -public final class ContentRange extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ContentRange extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ContentRange) ContentRangeOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ContentRange.newBuilder() to construct. private ContentRange(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ContentRange() {} + private ContentRange() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ContentRange(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ContentRange_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ContentRange_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ContentRange.class, - com.google.storage.v2.ContentRange.Builder.class); + com.google.storage.v2.ContentRange.class, com.google.storage.v2.ContentRange.Builder.class); } public static final int START_FIELD_NUMBER = 1; private long start_; /** - * - * *
    * The starting offset of the object data.
    * 
* * int64 start = 1; - * * @return The start. */ @java.lang.Override @@ -86,14 +65,11 @@ public long getStart() { public static final int END_FIELD_NUMBER = 2; private long end_; /** - * - * *
    * The ending offset of the object data.
    * 
* * int64 end = 2; - * * @return The end. */ @java.lang.Override @@ -104,14 +80,11 @@ public long getEnd() { public static final int COMPLETE_LENGTH_FIELD_NUMBER = 3; private long completeLength_; /** - * - * *
    * The complete length of the object data.
    * 
* * int64 complete_length = 3; - * * @return The completeLength. */ @java.lang.Override @@ -120,7 +93,6 @@ public long getCompleteLength() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -132,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 (start_ != 0L) { output.writeInt64(1, start_); } @@ -152,13 +125,16 @@ public int getSerializedSize() { size = 0; if (start_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, start_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(1, start_); } if (end_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, end_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, end_); } if (completeLength_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, completeLength_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, completeLength_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -168,16 +144,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.storage.v2.ContentRange)) { return super.equals(obj); } com.google.storage.v2.ContentRange other = (com.google.storage.v2.ContentRange) obj; - if (getStart() != other.getStart()) return false; - if (getEnd() != other.getEnd()) return false; - if (getCompleteLength() != other.getCompleteLength()) return false; + if (getStart() + != other.getStart()) return false; + if (getEnd() + != other.getEnd()) return false; + if (getCompleteLength() + != other.getCompleteLength()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -190,145 +169,143 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + START_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getStart()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getStart()); hash = (37 * hash) + END_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getEnd()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getEnd()); hash = (37 * hash) + COMPLETE_LENGTH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getCompleteLength()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getCompleteLength()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.ContentRange parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ContentRange parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ContentRange 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.storage.v2.ContentRange parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.ContentRange parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ContentRange 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.storage.v2.ContentRange parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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; } /** - * - * *
    * Specifies a requested range of bytes to download.
    * 
* * Protobuf type {@code google.storage.v2.ContentRange} */ - 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.storage.v2.ContentRange) com.google.storage.v2.ContentRangeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ContentRange_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ContentRange_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ContentRange.class, - com.google.storage.v2.ContentRange.Builder.class); + com.google.storage.v2.ContentRange.class, com.google.storage.v2.ContentRange.Builder.class); } // Construct using com.google.storage.v2.ContentRange.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(); @@ -342,9 +319,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ContentRange_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_descriptor; } @java.lang.Override @@ -375,39 +352,38 @@ public com.google.storage.v2.ContentRange 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) { + 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.storage.v2.ContentRange) { - return mergeFrom((com.google.storage.v2.ContentRange) other); + return mergeFrom((com.google.storage.v2.ContentRange)other); } else { super.mergeFrom(other); return this; @@ -451,31 +427,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - start_ = input.readInt64(); - - break; - } // case 8 - case 16: - { - end_ = input.readInt64(); - - break; - } // case 16 - case 24: - { - completeLength_ = input.readInt64(); - - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + start_ = input.readInt64(); + + break; + } // case 8 + case 16: { + end_ = input.readInt64(); + + break; + } // case 16 + case 24: { + completeLength_ = input.readInt64(); + + 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) { @@ -486,16 +458,13 @@ public Builder mergeFrom( return this; } - private long start_; + private long start_ ; /** - * - * *
      * The starting offset of the object data.
      * 
* * int64 start = 1; - * * @return The start. */ @java.lang.Override @@ -503,51 +472,42 @@ public long getStart() { return start_; } /** - * - * *
      * The starting offset of the object data.
      * 
* * int64 start = 1; - * * @param value The start to set. * @return This builder for chaining. */ public Builder setStart(long value) { - + start_ = value; onChanged(); return this; } /** - * - * *
      * The starting offset of the object data.
      * 
* * int64 start = 1; - * * @return This builder for chaining. */ public Builder clearStart() { - + start_ = 0L; onChanged(); return this; } - private long end_; + private long end_ ; /** - * - * *
      * The ending offset of the object data.
      * 
* * int64 end = 2; - * * @return The end. */ @java.lang.Override @@ -555,51 +515,42 @@ public long getEnd() { return end_; } /** - * - * *
      * The ending offset of the object data.
      * 
* * int64 end = 2; - * * @param value The end to set. * @return This builder for chaining. */ public Builder setEnd(long value) { - + end_ = value; onChanged(); return this; } /** - * - * *
      * The ending offset of the object data.
      * 
* * int64 end = 2; - * * @return This builder for chaining. */ public Builder clearEnd() { - + end_ = 0L; onChanged(); return this; } - private long completeLength_; + private long completeLength_ ; /** - * - * *
      * The complete length of the object data.
      * 
* * int64 complete_length = 3; - * * @return The completeLength. */ @java.lang.Override @@ -607,43 +558,37 @@ public long getCompleteLength() { return completeLength_; } /** - * - * *
      * The complete length of the object data.
      * 
* * int64 complete_length = 3; - * * @param value The completeLength to set. * @return This builder for chaining. */ public Builder setCompleteLength(long value) { - + completeLength_ = value; onChanged(); return this; } /** - * - * *
      * The complete length of the object data.
      * 
* * int64 complete_length = 3; - * * @return This builder for chaining. */ public Builder clearCompleteLength() { - + completeLength_ = 0L; 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); } @@ -653,12 +598,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ContentRange) } // @@protoc_insertion_point(class_scope:google.storage.v2.ContentRange) private static final com.google.storage.v2.ContentRange DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ContentRange(); } @@ -667,27 +612,27 @@ public static com.google.storage.v2.ContentRange getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ContentRange 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 ContentRange 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; @@ -702,4 +647,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ContentRange getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java similarity index 52% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java index 969abe6d3b..46bd0a2f70 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java @@ -1,63 +1,38 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ContentRangeOrBuilder - extends +public interface ContentRangeOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ContentRange) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The starting offset of the object data.
    * 
* * int64 start = 1; - * * @return The start. */ long getStart(); /** - * - * *
    * The ending offset of the object data.
    * 
* * int64 end = 2; - * * @return The end. */ long getEnd(); /** - * - * *
    * The complete length of the object data.
    * 
* * int64 complete_length = 3; - * * @return The completeLength. */ long getCompleteLength(); diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java similarity index 70% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java index 5525380b3c..2bac14aabf 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for CreateBucket.
  * 
* * Protobuf type {@code google.storage.v2.CreateBucketRequest} */ -public final class CreateBucketRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CreateBucketRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.CreateBucketRequest) CreateBucketRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CreateBucketRequest.newBuilder() to construct. private CreateBucketRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CreateBucketRequest() { parent_ = ""; bucketId_ = ""; @@ -46,43 +28,37 @@ private CreateBucketRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CreateBucketRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateBucketRequest.class, - com.google.storage.v2.CreateBucketRequest.Builder.class); + com.google.storage.v2.CreateBucketRequest.class, com.google.storage.v2.CreateBucketRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. The project to which this bucket will belong.
    * 
* - * - * 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 @@ -91,31 +67,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; } } /** - * - * *
    * Required. The project to which this bucket will belong.
    * 
* - * - * 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 { @@ -126,8 +100,6 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int BUCKET_FIELD_NUMBER = 2; private com.google.storage.v2.Bucket bucket_; /** - * - * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -136,7 +108,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * .google.storage.v2.Bucket bucket = 2; - * * @return Whether the bucket field is set. */ @java.lang.Override @@ -144,8 +115,6 @@ public boolean hasBucket() { return bucket_ != null; } /** - * - * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -154,7 +123,6 @@ public boolean hasBucket() {
    * 
* * .google.storage.v2.Bucket bucket = 2; - * * @return The bucket. */ @java.lang.Override @@ -162,8 +130,6 @@ public com.google.storage.v2.Bucket getBucket() { return bucket_ == null ? com.google.storage.v2.Bucket.getDefaultInstance() : bucket_; } /** - * - * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -181,16 +147,13 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
   public static final int BUCKET_ID_FIELD_NUMBER = 3;
   private volatile java.lang.Object bucketId_;
   /**
-   *
-   *
    * 
-   * Required. The ID to use for this bucket, which will become the final component of
-   * the bucket's resource name. For example, the value `foo` might result in
-   * a bucket with the name `projects/123456/buckets/foo`.
+   * Required. The ID to use for this bucket, which will become the final
+   * component of the bucket's resource name. For example, the value `foo` might
+   * result in a bucket with the name `projects/123456/buckets/foo`.
    * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucketId. */ @java.lang.Override @@ -199,31 +162,31 @@ public java.lang.String getBucketId() { 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(); bucketId_ = s; return s; } } /** - * - * *
-   * Required. The ID to use for this bucket, which will become the final component of
-   * the bucket's resource name. For example, the value `foo` might result in
-   * a bucket with the name `projects/123456/buckets/foo`.
+   * Required. The ID to use for this bucket, which will become the final
+   * component of the bucket's resource name. For example, the value `foo` might
+   * result in a bucket with the name `projects/123456/buckets/foo`.
    * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucketId. */ @java.lang.Override - public com.google.protobuf.ByteString getBucketIdBytes() { + public com.google.protobuf.ByteString + getBucketIdBytes() { java.lang.Object ref = bucketId_; 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); bucketId_ = b; return b; } else { @@ -234,8 +197,6 @@ public com.google.protobuf.ByteString getBucketIdBytes() { public static final int PREDEFINED_ACL_FIELD_NUMBER = 6; private volatile java.lang.Object predefinedAcl_; /** - * - * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -243,7 +204,6 @@ public com.google.protobuf.ByteString getBucketIdBytes() {
    * 
* * string predefined_acl = 6; - * * @return The predefinedAcl. */ @java.lang.Override @@ -252,15 +212,14 @@ public java.lang.String getPredefinedAcl() { 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(); predefinedAcl_ = s; return s; } } /** - * - * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -268,15 +227,16 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_acl = 6; - * * @return The bytes for predefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString getPredefinedAclBytes() { + public com.google.protobuf.ByteString + getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -287,8 +247,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() { public static final int PREDEFINED_DEFAULT_OBJECT_ACL_FIELD_NUMBER = 7; private volatile java.lang.Object predefinedDefaultObjectAcl_; /** - * - * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -296,7 +254,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() {
    * 
* * string predefined_default_object_acl = 7; - * * @return The predefinedDefaultObjectAcl. */ @java.lang.Override @@ -305,15 +262,14 @@ public java.lang.String getPredefinedDefaultObjectAcl() { 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(); predefinedDefaultObjectAcl_ = s; return s; } } /** - * - * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -321,15 +277,16 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
    * 
* * string predefined_default_object_acl = 7; - * * @return The bytes for predefinedDefaultObjectAcl. */ @java.lang.Override - public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { + public com.google.protobuf.ByteString + getPredefinedDefaultObjectAclBytes() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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); predefinedDefaultObjectAcl_ = b; return b; } else { @@ -338,7 +295,6 @@ public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -350,7 +306,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_); } @@ -379,7 +336,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (bucket_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getBucket()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getBucket()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bucketId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, bucketId_); @@ -388,8 +346,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, predefinedAcl_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedDefaultObjectAcl_)) { - size += - com.google.protobuf.GeneratedMessageV3.computeStringSize(7, predefinedDefaultObjectAcl_); + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, predefinedDefaultObjectAcl_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -399,23 +356,26 @@ 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.storage.v2.CreateBucketRequest)) { return super.equals(obj); } - com.google.storage.v2.CreateBucketRequest other = - (com.google.storage.v2.CreateBucketRequest) obj; + com.google.storage.v2.CreateBucketRequest other = (com.google.storage.v2.CreateBucketRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasBucket() != other.hasBucket()) return false; if (hasBucket()) { - if (!getBucket().equals(other.getBucket())) return false; - } - if (!getBucketId().equals(other.getBucketId())) return false; - if (!getPredefinedAcl().equals(other.getPredefinedAcl())) return false; - if (!getPredefinedDefaultObjectAcl().equals(other.getPredefinedDefaultObjectAcl())) - return false; + if (!getBucket() + .equals(other.getBucket())) return false; + } + if (!getBucketId() + .equals(other.getBucketId())) return false; + if (!getPredefinedAcl() + .equals(other.getPredefinedAcl())) return false; + if (!getPredefinedDefaultObjectAcl() + .equals(other.getPredefinedDefaultObjectAcl())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -444,136 +404,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CreateBucketRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.CreateBucketRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.CreateBucketRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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 message for CreateBucket.
    * 
* * Protobuf type {@code google.storage.v2.CreateBucketRequest} */ - 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.storage.v2.CreateBucketRequest) com.google.storage.v2.CreateBucketRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateBucketRequest.class, - com.google.storage.v2.CreateBucketRequest.Builder.class); + com.google.storage.v2.CreateBucketRequest.class, com.google.storage.v2.CreateBucketRequest.Builder.class); } // Construct using com.google.storage.v2.CreateBucketRequest.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(); @@ -595,9 +549,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateBucketRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_descriptor; } @java.lang.Override @@ -616,8 +570,7 @@ public com.google.storage.v2.CreateBucketRequest build() { @java.lang.Override public com.google.storage.v2.CreateBucketRequest buildPartial() { - com.google.storage.v2.CreateBucketRequest result = - new com.google.storage.v2.CreateBucketRequest(this); + com.google.storage.v2.CreateBucketRequest result = new com.google.storage.v2.CreateBucketRequest(this); result.parent_ = parent_; if (bucketBuilder_ == null) { result.bucket_ = bucket_; @@ -635,39 +588,38 @@ public com.google.storage.v2.CreateBucketRequest 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) { + 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.storage.v2.CreateBucketRequest) { - return mergeFrom((com.google.storage.v2.CreateBucketRequest) other); + return mergeFrom((com.google.storage.v2.CreateBucketRequest)other); } else { super.mergeFrom(other); return this; @@ -721,43 +673,39 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); + case 10: { + parent_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 18: - { - input.readMessage(getBucketFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 10 + case 18: { + input.readMessage( + getBucketFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 18 - case 26: - { - bucketId_ = input.readStringRequireUtf8(); + break; + } // case 18 + case 26: { + bucketId_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 50: - { - predefinedAcl_ = input.readStringRequireUtf8(); + break; + } // case 26 + case 50: { + predefinedAcl_ = input.readStringRequireUtf8(); - break; - } // case 50 - case 58: - { - predefinedDefaultObjectAcl_ = input.readStringRequireUtf8(); + break; + } // case 50 + case 58: { + predefinedDefaultObjectAcl_ = input.readStringRequireUtf8(); - break; - } // case 58 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -770,22 +718,18 @@ public Builder mergeFrom( private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The project to which this bucket will belong.
      * 
* - * - * 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; @@ -794,23 +738,20 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The project to which this bucket will belong.
      * 
* - * - * 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 { @@ -818,67 +759,54 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The project to which this bucket will belong.
      * 
* - * - * 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) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. The project to which this bucket will belong.
      * 
* - * - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. The project to which this bucket will belong.
      * 
* - * - * 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) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; @@ -886,13 +814,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private com.google.storage.v2.Bucket bucket_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket, - com.google.storage.v2.Bucket.Builder, - com.google.storage.v2.BucketOrBuilder> - bucketBuilder_; + com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> bucketBuilder_; /** - * - * *
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -901,15 +824,12 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.storage.v2.Bucket bucket = 2; - * * @return Whether the bucket field is set. */ public boolean hasBucket() { return bucketBuilder_ != null || bucket_ != null; } /** - * - * *
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -918,7 +838,6 @@ public boolean hasBucket() {
      * 
* * .google.storage.v2.Bucket bucket = 2; - * * @return The bucket. */ public com.google.storage.v2.Bucket getBucket() { @@ -929,8 +848,6 @@ public com.google.storage.v2.Bucket getBucket() { } } /** - * - * *
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -954,8 +871,6 @@ public Builder setBucket(com.google.storage.v2.Bucket value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -965,7 +880,8 @@ public Builder setBucket(com.google.storage.v2.Bucket value) {
      *
      * .google.storage.v2.Bucket bucket = 2;
      */
-    public Builder setBucket(com.google.storage.v2.Bucket.Builder builderForValue) {
+    public Builder setBucket(
+        com.google.storage.v2.Bucket.Builder builderForValue) {
       if (bucketBuilder_ == null) {
         bucket_ = builderForValue.build();
         onChanged();
@@ -976,8 +892,6 @@ public Builder setBucket(com.google.storage.v2.Bucket.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -991,7 +905,7 @@ public Builder mergeBucket(com.google.storage.v2.Bucket value) {
       if (bucketBuilder_ == null) {
         if (bucket_ != null) {
           bucket_ =
-              com.google.storage.v2.Bucket.newBuilder(bucket_).mergeFrom(value).buildPartial();
+            com.google.storage.v2.Bucket.newBuilder(bucket_).mergeFrom(value).buildPartial();
         } else {
           bucket_ = value;
         }
@@ -1003,8 +917,6 @@ public Builder mergeBucket(com.google.storage.v2.Bucket value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -1026,8 +938,6 @@ public Builder clearBucket() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -1038,13 +948,11 @@ public Builder clearBucket() {
      * .google.storage.v2.Bucket bucket = 2;
      */
     public com.google.storage.v2.Bucket.Builder getBucketBuilder() {
-
+      
       onChanged();
       return getBucketFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -1058,12 +966,11 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
       if (bucketBuilder_ != null) {
         return bucketBuilder_.getMessageOrBuilder();
       } else {
-        return bucket_ == null ? com.google.storage.v2.Bucket.getDefaultInstance() : bucket_;
+        return bucket_ == null ?
+            com.google.storage.v2.Bucket.getDefaultInstance() : bucket_;
       }
     }
     /**
-     *
-     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -1074,17 +981,14 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
      * .google.storage.v2.Bucket bucket = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket,
-            com.google.storage.v2.Bucket.Builder,
-            com.google.storage.v2.BucketOrBuilder>
+        com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> 
         getBucketFieldBuilder() {
       if (bucketBuilder_ == null) {
-        bucketBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket,
-                com.google.storage.v2.Bucket.Builder,
-                com.google.storage.v2.BucketOrBuilder>(
-                getBucket(), getParentForChildren(), isClean());
+        bucketBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder>(
+                getBucket(),
+                getParentForChildren(),
+                isClean());
         bucket_ = null;
       }
       return bucketBuilder_;
@@ -1092,22 +996,20 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
 
     private java.lang.Object bucketId_ = "";
     /**
-     *
-     *
      * 
-     * Required. The ID to use for this bucket, which will become the final component of
-     * the bucket's resource name. For example, the value `foo` might result in
-     * a bucket with the name `projects/123456/buckets/foo`.
+     * Required. The ID to use for this bucket, which will become the final
+     * component of the bucket's resource name. For example, the value `foo` might
+     * result in a bucket with the name `projects/123456/buckets/foo`.
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucketId. */ public java.lang.String getBucketId() { java.lang.Object ref = bucketId_; 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(); bucketId_ = s; return s; @@ -1116,23 +1018,22 @@ public java.lang.String getBucketId() { } } /** - * - * *
-     * Required. The ID to use for this bucket, which will become the final component of
-     * the bucket's resource name. For example, the value `foo` might result in
-     * a bucket with the name `projects/123456/buckets/foo`.
+     * Required. The ID to use for this bucket, which will become the final
+     * component of the bucket's resource name. For example, the value `foo` might
+     * result in a bucket with the name `projects/123456/buckets/foo`.
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucketId. */ - public com.google.protobuf.ByteString getBucketIdBytes() { + public com.google.protobuf.ByteString + getBucketIdBytes() { java.lang.Object ref = bucketId_; 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); bucketId_ = b; return b; } else { @@ -1140,67 +1041,60 @@ public com.google.protobuf.ByteString getBucketIdBytes() { } } /** - * - * *
-     * Required. The ID to use for this bucket, which will become the final component of
-     * the bucket's resource name. For example, the value `foo` might result in
-     * a bucket with the name `projects/123456/buckets/foo`.
+     * Required. The ID to use for this bucket, which will become the final
+     * component of the bucket's resource name. For example, the value `foo` might
+     * result in a bucket with the name `projects/123456/buckets/foo`.
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bucketId to set. * @return This builder for chaining. */ - public Builder setBucketId(java.lang.String value) { + public Builder setBucketId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucketId_ = value; onChanged(); return this; } /** - * - * *
-     * Required. The ID to use for this bucket, which will become the final component of
-     * the bucket's resource name. For example, the value `foo` might result in
-     * a bucket with the name `projects/123456/buckets/foo`.
+     * Required. The ID to use for this bucket, which will become the final
+     * component of the bucket's resource name. For example, the value `foo` might
+     * result in a bucket with the name `projects/123456/buckets/foo`.
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearBucketId() { - + bucketId_ = getDefaultInstance().getBucketId(); onChanged(); return this; } /** - * - * *
-     * Required. The ID to use for this bucket, which will become the final component of
-     * the bucket's resource name. For example, the value `foo` might result in
-     * a bucket with the name `projects/123456/buckets/foo`.
+     * Required. The ID to use for this bucket, which will become the final
+     * component of the bucket's resource name. For example, the value `foo` might
+     * result in a bucket with the name `projects/123456/buckets/foo`.
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for bucketId to set. * @return This builder for chaining. */ - public Builder setBucketIdBytes(com.google.protobuf.ByteString value) { + public Builder setBucketIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucketId_ = value; onChanged(); return this; @@ -1208,8 +1102,6 @@ public Builder setBucketIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object predefinedAcl_ = ""; /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1217,13 +1109,13 @@ public Builder setBucketIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string predefined_acl = 6; - * * @return The predefinedAcl. */ public java.lang.String getPredefinedAcl() { java.lang.Object ref = predefinedAcl_; 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(); predefinedAcl_ = s; return s; @@ -1232,8 +1124,6 @@ public java.lang.String getPredefinedAcl() { } } /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1241,14 +1131,15 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 6; - * * @return The bytes for predefinedAcl. */ - public com.google.protobuf.ByteString getPredefinedAclBytes() { + public com.google.protobuf.ByteString + getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -1256,8 +1147,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() { } } /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1265,22 +1154,20 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() {
      * 
* * string predefined_acl = 6; - * * @param value The predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAcl(java.lang.String value) { + public Builder setPredefinedAcl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedAcl_ = value; onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1288,18 +1175,15 @@ public Builder setPredefinedAcl(java.lang.String value) {
      * 
* * string predefined_acl = 6; - * * @return This builder for chaining. */ public Builder clearPredefinedAcl() { - + predefinedAcl_ = getDefaultInstance().getPredefinedAcl(); onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1307,16 +1191,16 @@ public Builder clearPredefinedAcl() {
      * 
* * string predefined_acl = 6; - * * @param value The bytes for predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { + public Builder setPredefinedAclBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedAcl_ = value; onChanged(); return this; @@ -1324,8 +1208,6 @@ public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { private java.lang.Object predefinedDefaultObjectAcl_ = ""; /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1333,13 +1215,13 @@ public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) {
      * 
* * string predefined_default_object_acl = 7; - * * @return The predefinedDefaultObjectAcl. */ public java.lang.String getPredefinedDefaultObjectAcl() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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(); predefinedDefaultObjectAcl_ = s; return s; @@ -1348,8 +1230,6 @@ public java.lang.String getPredefinedDefaultObjectAcl() { } } /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1357,14 +1237,15 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 7; - * * @return The bytes for predefinedDefaultObjectAcl. */ - public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { + public com.google.protobuf.ByteString + getPredefinedDefaultObjectAclBytes() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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); predefinedDefaultObjectAcl_ = b; return b; } else { @@ -1372,8 +1253,6 @@ public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { } } /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1381,22 +1260,20 @@ public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() {
      * 
* * string predefined_default_object_acl = 7; - * * @param value The predefinedDefaultObjectAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedDefaultObjectAcl(java.lang.String value) { + public Builder setPredefinedDefaultObjectAcl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedDefaultObjectAcl_ = value; onChanged(); return this; } /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1404,18 +1281,15 @@ public Builder setPredefinedDefaultObjectAcl(java.lang.String value) {
      * 
* * string predefined_default_object_acl = 7; - * * @return This builder for chaining. */ public Builder clearPredefinedDefaultObjectAcl() { - + predefinedDefaultObjectAcl_ = getDefaultInstance().getPredefinedDefaultObjectAcl(); onChanged(); return this; } /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1423,23 +1297,23 @@ public Builder clearPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 7; - * * @param value The bytes for predefinedDefaultObjectAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedDefaultObjectAclBytes(com.google.protobuf.ByteString value) { + public Builder setPredefinedDefaultObjectAclBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedDefaultObjectAcl_ = 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); } @@ -1449,12 +1323,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.CreateBucketRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.CreateBucketRequest) private static final com.google.storage.v2.CreateBucketRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.CreateBucketRequest(); } @@ -1463,27 +1337,27 @@ public static com.google.storage.v2.CreateBucketRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateBucketRequest 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 CreateBucketRequest 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; @@ -1498,4 +1372,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.CreateBucketRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java similarity index 68% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java index 1dd1bc5227..d96c94b786 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java @@ -1,60 +1,33 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CreateBucketRequestOrBuilder - extends +public interface CreateBucketRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateBucketRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The project to which this bucket will belong.
    * 
* - * - * 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 project to which this bucket will belong.
    * 
* - * - * 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(); /** - * - * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -63,13 +36,10 @@ public interface CreateBucketRequestOrBuilder
    * 
* * .google.storage.v2.Bucket bucket = 2; - * * @return Whether the bucket field is set. */ boolean hasBucket(); /** - * - * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -78,13 +48,10 @@ public interface CreateBucketRequestOrBuilder
    * 
* * .google.storage.v2.Bucket bucket = 2; - * * @return The bucket. */ com.google.storage.v2.Bucket getBucket(); /** - * - * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -97,37 +64,30 @@ public interface CreateBucketRequestOrBuilder
   com.google.storage.v2.BucketOrBuilder getBucketOrBuilder();
 
   /**
-   *
-   *
    * 
-   * Required. The ID to use for this bucket, which will become the final component of
-   * the bucket's resource name. For example, the value `foo` might result in
-   * a bucket with the name `projects/123456/buckets/foo`.
+   * Required. The ID to use for this bucket, which will become the final
+   * component of the bucket's resource name. For example, the value `foo` might
+   * result in a bucket with the name `projects/123456/buckets/foo`.
    * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucketId. */ java.lang.String getBucketId(); /** - * - * *
-   * Required. The ID to use for this bucket, which will become the final component of
-   * the bucket's resource name. For example, the value `foo` might result in
-   * a bucket with the name `projects/123456/buckets/foo`.
+   * Required. The ID to use for this bucket, which will become the final
+   * component of the bucket's resource name. For example, the value `foo` might
+   * result in a bucket with the name `projects/123456/buckets/foo`.
    * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucketId. */ - com.google.protobuf.ByteString getBucketIdBytes(); + com.google.protobuf.ByteString + getBucketIdBytes(); /** - * - * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -135,13 +95,10 @@ public interface CreateBucketRequestOrBuilder
    * 
* * string predefined_acl = 6; - * * @return The predefinedAcl. */ java.lang.String getPredefinedAcl(); /** - * - * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -149,14 +106,12 @@ public interface CreateBucketRequestOrBuilder
    * 
* * string predefined_acl = 6; - * * @return The bytes for predefinedAcl. */ - com.google.protobuf.ByteString getPredefinedAclBytes(); + com.google.protobuf.ByteString + getPredefinedAclBytes(); /** - * - * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -164,13 +119,10 @@ public interface CreateBucketRequestOrBuilder
    * 
* * string predefined_default_object_acl = 7; - * * @return The predefinedDefaultObjectAcl. */ java.lang.String getPredefinedDefaultObjectAcl(); /** - * - * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -178,8 +130,8 @@ public interface CreateBucketRequestOrBuilder
    * 
* * string predefined_default_object_acl = 7; - * * @return The bytes for predefinedDefaultObjectAcl. */ - com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes(); + com.google.protobuf.ByteString + getPredefinedDefaultObjectAclBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java similarity index 62% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java index 63e74c9dbb..dd1832ac0b 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for CreateHmacKey.
  * 
* * Protobuf type {@code google.storage.v2.CreateHmacKeyRequest} */ -public final class CreateHmacKeyRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CreateHmacKeyRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.CreateHmacKeyRequest) CreateHmacKeyRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CreateHmacKeyRequest.newBuilder() to construct. private CreateHmacKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CreateHmacKeyRequest() { project_ = ""; serviceAccountEmail_ = ""; @@ -44,45 +26,39 @@ private CreateHmacKeyRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CreateHmacKeyRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateHmacKeyRequest.class, - com.google.storage.v2.CreateHmacKeyRequest.Builder.class); + com.google.storage.v2.CreateHmacKeyRequest.class, com.google.storage.v2.CreateHmacKeyRequest.Builder.class); } public static final int PROJECT_FIELD_NUMBER = 1; private volatile java.lang.Object project_; /** - * - * *
-   * Required. The project that the HMAC-owning service account lives in, in the format of
-   * "projects/<projectIdentifier>".
-   * <projectIdentifier> can be the project ID or project number.
+   * Required. The project that the HMAC-owning service account lives in, in the
+   * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+   * project ID or project number.
    * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ @java.lang.Override @@ -91,33 +67,31 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** - * - * *
-   * Required. The project that the HMAC-owning service account lives in, in the format of
-   * "projects/<projectIdentifier>".
-   * <projectIdentifier> can be the project ID or project number.
+   * Required. The project that the HMAC-owning service account lives in, in the
+   * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+   * project ID or project number.
    * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -128,14 +102,11 @@ public com.google.protobuf.ByteString getProjectBytes() { public static final int SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER = 2; private volatile java.lang.Object serviceAccountEmail_; /** - * - * *
    * Required. The service account to create the HMAC for.
    * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The serviceAccountEmail. */ @java.lang.Override @@ -144,29 +115,29 @@ public java.lang.String getServiceAccountEmail() { 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(); serviceAccountEmail_ = s; return s; } } /** - * - * *
    * Required. The service account to create the HMAC for.
    * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for serviceAccountEmail. */ @java.lang.Override - public com.google.protobuf.ByteString getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString + getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -175,7 +146,6 @@ public com.google.protobuf.ByteString getServiceAccountEmailBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -187,7 +157,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(project_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, project_); } @@ -217,16 +188,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.storage.v2.CreateHmacKeyRequest)) { return super.equals(obj); } - com.google.storage.v2.CreateHmacKeyRequest other = - (com.google.storage.v2.CreateHmacKeyRequest) obj; + com.google.storage.v2.CreateHmacKeyRequest other = (com.google.storage.v2.CreateHmacKeyRequest) obj; - if (!getProject().equals(other.getProject())) return false; - if (!getServiceAccountEmail().equals(other.getServiceAccountEmail())) return false; + if (!getProject() + .equals(other.getProject())) return false; + if (!getServiceAccountEmail() + .equals(other.getServiceAccountEmail())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -247,136 +219,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CreateHmacKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.CreateHmacKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.CreateHmacKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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 message for CreateHmacKey.
    * 
* * Protobuf type {@code google.storage.v2.CreateHmacKeyRequest} */ - 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.storage.v2.CreateHmacKeyRequest) com.google.storage.v2.CreateHmacKeyRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateHmacKeyRequest.class, - com.google.storage.v2.CreateHmacKeyRequest.Builder.class); + com.google.storage.v2.CreateHmacKeyRequest.class, com.google.storage.v2.CreateHmacKeyRequest.Builder.class); } // Construct using com.google.storage.v2.CreateHmacKeyRequest.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(); @@ -388,9 +354,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; } @java.lang.Override @@ -409,8 +375,7 @@ public com.google.storage.v2.CreateHmacKeyRequest build() { @java.lang.Override public com.google.storage.v2.CreateHmacKeyRequest buildPartial() { - com.google.storage.v2.CreateHmacKeyRequest result = - new com.google.storage.v2.CreateHmacKeyRequest(this); + com.google.storage.v2.CreateHmacKeyRequest result = new com.google.storage.v2.CreateHmacKeyRequest(this); result.project_ = project_; result.serviceAccountEmail_ = serviceAccountEmail_; onBuilt(); @@ -421,39 +386,38 @@ public com.google.storage.v2.CreateHmacKeyRequest 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) { + 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.storage.v2.CreateHmacKeyRequest) { - return mergeFrom((com.google.storage.v2.CreateHmacKeyRequest) other); + return mergeFrom((com.google.storage.v2.CreateHmacKeyRequest)other); } else { super.mergeFrom(other); return this; @@ -496,25 +460,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - project_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - serviceAccountEmail_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + project_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + serviceAccountEmail_ = input.readStringRequireUtf8(); + + 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) { @@ -527,24 +488,20 @@ public Builder mergeFrom( private java.lang.Object project_ = ""; /** - * - * *
-     * Required. The project that the HMAC-owning service account lives in, in the format of
-     * "projects/<projectIdentifier>".
-     * <projectIdentifier> can be the project ID or project number.
+     * Required. The project that the HMAC-owning service account lives in, in the
+     * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+     * project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -553,25 +510,22 @@ public java.lang.String getProject() { } } /** - * - * *
-     * Required. The project that the HMAC-owning service account lives in, in the format of
-     * "projects/<projectIdentifier>".
-     * <projectIdentifier> can be the project ID or project number.
+     * Required. The project that the HMAC-owning service account lives in, in the
+     * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+     * project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -579,73 +533,60 @@ public com.google.protobuf.ByteString getProjectBytes() { } } /** - * - * *
-     * Required. The project that the HMAC-owning service account lives in, in the format of
-     * "projects/<projectIdentifier>".
-     * <projectIdentifier> can be the project ID or project number.
+     * Required. The project that the HMAC-owning service account lives in, in the
+     * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+     * project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject(java.lang.String value) { + public Builder setProject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** - * - * *
-     * Required. The project that the HMAC-owning service account lives in, in the format of
-     * "projects/<projectIdentifier>".
-     * <projectIdentifier> can be the project ID or project number.
+     * Required. The project that the HMAC-owning service account lives in, in the
+     * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+     * project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** - * - * *
-     * Required. The project that the HMAC-owning service account lives in, in the format of
-     * "projects/<projectIdentifier>".
-     * <projectIdentifier> can be the project ID or project number.
+     * Required. The project that the HMAC-owning service account lives in, in the
+     * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+     * project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes(com.google.protobuf.ByteString value) { + public Builder setProjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = value; onChanged(); return this; @@ -653,20 +594,18 @@ public Builder setProjectBytes(com.google.protobuf.ByteString value) { private java.lang.Object serviceAccountEmail_ = ""; /** - * - * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The serviceAccountEmail. */ public java.lang.String getServiceAccountEmail() { java.lang.Object ref = serviceAccountEmail_; 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(); serviceAccountEmail_ = s; return s; @@ -675,21 +614,20 @@ public java.lang.String getServiceAccountEmail() { } } /** - * - * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for serviceAccountEmail. */ - public com.google.protobuf.ByteString getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString + getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -697,68 +635,61 @@ public com.google.protobuf.ByteString getServiceAccountEmailBytes() { } } /** - * - * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmail(java.lang.String value) { + public Builder setServiceAccountEmail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + serviceAccountEmail_ = value; onChanged(); return this; } /** - * - * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearServiceAccountEmail() { - + serviceAccountEmail_ = getDefaultInstance().getServiceAccountEmail(); onChanged(); return this; } /** - * - * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value) { + public Builder setServiceAccountEmailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + serviceAccountEmail_ = 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); } @@ -768,12 +699,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.CreateHmacKeyRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.CreateHmacKeyRequest) private static final com.google.storage.v2.CreateHmacKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.CreateHmacKeyRequest(); } @@ -782,27 +713,27 @@ public static com.google.storage.v2.CreateHmacKeyRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateHmacKeyRequest 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 CreateHmacKeyRequest 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; @@ -817,4 +748,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.CreateHmacKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java new file mode 100644 index 0000000000..7ecb3d7e31 --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java @@ -0,0 +1,53 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface CreateHmacKeyRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateHmacKeyRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The project that the HMAC-owning service account lives in, in the
+   * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+   * project ID or project number.
+   * 
+ * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The project. + */ + java.lang.String getProject(); + /** + *
+   * Required. The project that the HMAC-owning service account lives in, in the
+   * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
+   * project ID or project number.
+   * 
+ * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for project. + */ + com.google.protobuf.ByteString + getProjectBytes(); + + /** + *
+   * Required. The service account to create the HMAC for.
+   * 
+ * + * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The serviceAccountEmail. + */ + java.lang.String getServiceAccountEmail(); + /** + *
+   * Required. The service account to create the HMAC for.
+   * 
+ * + * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for serviceAccountEmail. + */ + com.google.protobuf.ByteString + getServiceAccountEmailBytes(); +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java similarity index 67% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java index d6e3c8256b..e73a431b2c 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java @@ -1,83 +1,61 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Create hmac response.  The only time the secret for an HMAC will be returned.
  * 
* * Protobuf type {@code google.storage.v2.CreateHmacKeyResponse} */ -public final class CreateHmacKeyResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CreateHmacKeyResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.CreateHmacKeyResponse) CreateHmacKeyResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CreateHmacKeyResponse.newBuilder() to construct. private CreateHmacKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CreateHmacKeyResponse() { secretKeyBytes_ = com.google.protobuf.ByteString.EMPTY; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CreateHmacKeyResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateHmacKeyResponse.class, - com.google.storage.v2.CreateHmacKeyResponse.Builder.class); + com.google.storage.v2.CreateHmacKeyResponse.class, com.google.storage.v2.CreateHmacKeyResponse.Builder.class); } public static final int METADATA_FIELD_NUMBER = 1; private com.google.storage.v2.HmacKeyMetadata metadata_; /** - * - * *
    * Key metadata.
    * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; - * * @return Whether the metadata field is set. */ @java.lang.Override @@ -85,25 +63,18 @@ public boolean hasMetadata() { return metadata_ != null; } /** - * - * *
    * Key metadata.
    * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; - * * @return The metadata. */ @java.lang.Override public com.google.storage.v2.HmacKeyMetadata getMetadata() { - return metadata_ == null - ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() - : metadata_; + return metadata_ == null ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : metadata_; } /** - * - * *
    * Key metadata.
    * 
@@ -118,15 +89,12 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder() { public static final int SECRET_KEY_BYTES_FIELD_NUMBER = 3; private com.google.protobuf.ByteString secretKeyBytes_; /** - * - * *
    * HMAC key secret material.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes secret_key_bytes = 3; - * * @return The secretKeyBytes. */ @java.lang.Override @@ -135,7 +103,6 @@ public com.google.protobuf.ByteString getSecretKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -147,7 +114,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 (metadata_ != null) { output.writeMessage(1, getMetadata()); } @@ -164,10 +132,12 @@ public int getSerializedSize() { size = 0; if (metadata_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getMetadata()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getMetadata()); } if (!secretKeyBytes_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(3, secretKeyBytes_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(3, secretKeyBytes_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -177,19 +147,20 @@ 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.storage.v2.CreateHmacKeyResponse)) { return super.equals(obj); } - com.google.storage.v2.CreateHmacKeyResponse other = - (com.google.storage.v2.CreateHmacKeyResponse) obj; + com.google.storage.v2.CreateHmacKeyResponse other = (com.google.storage.v2.CreateHmacKeyResponse) obj; if (hasMetadata() != other.hasMetadata()) return false; if (hasMetadata()) { - if (!getMetadata().equals(other.getMetadata())) return false; + if (!getMetadata() + .equals(other.getMetadata())) return false; } - if (!getSecretKeyBytes().equals(other.getSecretKeyBytes())) return false; + if (!getSecretKeyBytes() + .equals(other.getSecretKeyBytes())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -212,136 +183,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CreateHmacKeyResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.CreateHmacKeyResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.CreateHmacKeyResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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; } /** - * - * *
    * Create hmac response.  The only time the secret for an HMAC will be returned.
    * 
* * Protobuf type {@code google.storage.v2.CreateHmacKeyResponse} */ - 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.storage.v2.CreateHmacKeyResponse) com.google.storage.v2.CreateHmacKeyResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateHmacKeyResponse.class, - com.google.storage.v2.CreateHmacKeyResponse.Builder.class); + com.google.storage.v2.CreateHmacKeyResponse.class, com.google.storage.v2.CreateHmacKeyResponse.Builder.class); } // Construct using com.google.storage.v2.CreateHmacKeyResponse.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(); @@ -357,9 +322,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; } @java.lang.Override @@ -378,8 +343,7 @@ public com.google.storage.v2.CreateHmacKeyResponse build() { @java.lang.Override public com.google.storage.v2.CreateHmacKeyResponse buildPartial() { - com.google.storage.v2.CreateHmacKeyResponse result = - new com.google.storage.v2.CreateHmacKeyResponse(this); + com.google.storage.v2.CreateHmacKeyResponse result = new com.google.storage.v2.CreateHmacKeyResponse(this); if (metadataBuilder_ == null) { result.metadata_ = metadata_; } else { @@ -394,39 +358,38 @@ public com.google.storage.v2.CreateHmacKeyResponse 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) { + 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.storage.v2.CreateHmacKeyResponse) { - return mergeFrom((com.google.storage.v2.CreateHmacKeyResponse) other); + return mergeFrom((com.google.storage.v2.CreateHmacKeyResponse)other); } else { super.mergeFrom(other); return this; @@ -467,25 +430,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getMetadataFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - case 26: - { - secretKeyBytes_ = input.readBytes(); - - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getMetadataFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + case 26: { + secretKeyBytes_ = input.readBytes(); + + 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) { @@ -498,47 +460,34 @@ public Builder mergeFrom( private com.google.storage.v2.HmacKeyMetadata metadata_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, - com.google.storage.v2.HmacKeyMetadata.Builder, - com.google.storage.v2.HmacKeyMetadataOrBuilder> - metadataBuilder_; + com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> metadataBuilder_; /** - * - * *
      * Key metadata.
      * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; - * * @return Whether the metadata field is set. */ public boolean hasMetadata() { return metadataBuilder_ != null || metadata_ != null; } /** - * - * *
      * Key metadata.
      * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; - * * @return The metadata. */ public com.google.storage.v2.HmacKeyMetadata getMetadata() { if (metadataBuilder_ == null) { - return metadata_ == null - ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() - : metadata_; + return metadata_ == null ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : metadata_; } else { return metadataBuilder_.getMessage(); } } /** - * - * *
      * Key metadata.
      * 
@@ -559,15 +508,14 @@ public Builder setMetadata(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** - * - * *
      * Key metadata.
      * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; */ - public Builder setMetadata(com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { + public Builder setMetadata( + com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { if (metadataBuilder_ == null) { metadata_ = builderForValue.build(); onChanged(); @@ -578,8 +526,6 @@ public Builder setMetadata(com.google.storage.v2.HmacKeyMetadata.Builder builder return this; } /** - * - * *
      * Key metadata.
      * 
@@ -590,9 +536,7 @@ public Builder mergeMetadata(com.google.storage.v2.HmacKeyMetadata value) { if (metadataBuilder_ == null) { if (metadata_ != null) { metadata_ = - com.google.storage.v2.HmacKeyMetadata.newBuilder(metadata_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.HmacKeyMetadata.newBuilder(metadata_).mergeFrom(value).buildPartial(); } else { metadata_ = value; } @@ -604,8 +548,6 @@ public Builder mergeMetadata(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** - * - * *
      * Key metadata.
      * 
@@ -624,8 +566,6 @@ public Builder clearMetadata() { return this; } /** - * - * *
      * Key metadata.
      * 
@@ -633,13 +573,11 @@ public Builder clearMetadata() { * .google.storage.v2.HmacKeyMetadata metadata = 1; */ public com.google.storage.v2.HmacKeyMetadata.Builder getMetadataBuilder() { - + onChanged(); return getMetadataFieldBuilder().getBuilder(); } /** - * - * *
      * Key metadata.
      * 
@@ -650,14 +588,11 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder() { if (metadataBuilder_ != null) { return metadataBuilder_.getMessageOrBuilder(); } else { - return metadata_ == null - ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() - : metadata_; + return metadata_ == null ? + com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : metadata_; } } /** - * - * *
      * Key metadata.
      * 
@@ -665,17 +600,14 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder() { * .google.storage.v2.HmacKeyMetadata metadata = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, - com.google.storage.v2.HmacKeyMetadata.Builder, - com.google.storage.v2.HmacKeyMetadataOrBuilder> + com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> getMetadataFieldBuilder() { if (metadataBuilder_ == null) { - metadataBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, - com.google.storage.v2.HmacKeyMetadata.Builder, - com.google.storage.v2.HmacKeyMetadataOrBuilder>( - getMetadata(), getParentForChildren(), isClean()); + metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder>( + getMetadata(), + getParentForChildren(), + isClean()); metadata_ = null; } return metadataBuilder_; @@ -683,15 +615,12 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder() { private com.google.protobuf.ByteString secretKeyBytes_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * HMAC key secret material.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes secret_key_bytes = 3; - * * @return The secretKeyBytes. */ @java.lang.Override @@ -699,48 +628,42 @@ public com.google.protobuf.ByteString getSecretKeyBytes() { return secretKeyBytes_; } /** - * - * *
      * HMAC key secret material.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes secret_key_bytes = 3; - * * @param value The secretKeyBytes to set. * @return This builder for chaining. */ public Builder setSecretKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + secretKeyBytes_ = value; onChanged(); return this; } /** - * - * *
      * HMAC key secret material.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes secret_key_bytes = 3; - * * @return This builder for chaining. */ public Builder clearSecretKeyBytes() { - + secretKeyBytes_ = getDefaultInstance().getSecretKeyBytes(); 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); } @@ -750,12 +673,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.CreateHmacKeyResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.CreateHmacKeyResponse) private static final com.google.storage.v2.CreateHmacKeyResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.CreateHmacKeyResponse(); } @@ -764,27 +687,27 @@ public static com.google.storage.v2.CreateHmacKeyResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateHmacKeyResponse 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 CreateHmacKeyResponse 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; @@ -799,4 +722,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.CreateHmacKeyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java similarity index 61% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java index 0a77982ef8..aa04e1a343 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CreateHmacKeyResponseOrBuilder - extends +public interface CreateHmacKeyResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateHmacKeyResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Key metadata.
    * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; - * * @return Whether the metadata field is set. */ boolean hasMetadata(); /** - * - * *
    * Key metadata.
    * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; - * * @return The metadata. */ com.google.storage.v2.HmacKeyMetadata getMetadata(); /** - * - * *
    * Key metadata.
    * 
@@ -59,15 +35,12 @@ public interface CreateHmacKeyResponseOrBuilder com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder(); /** - * - * *
    * HMAC key secret material.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes secret_key_bytes = 3; - * * @return The secretKeyBytes. */ com.google.protobuf.ByteString getSecretKeyBytes(); diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java similarity index 61% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java index d9df745ae8..0034bc8abe 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java @@ -1,85 +1,61 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for CreateNotification.
  * 
* * Protobuf type {@code google.storage.v2.CreateNotificationRequest} */ -public final class CreateNotificationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CreateNotificationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.CreateNotificationRequest) CreateNotificationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CreateNotificationRequest.newBuilder() to construct. private CreateNotificationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CreateNotificationRequest() { parent_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CreateNotificationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateNotificationRequest.class, - com.google.storage.v2.CreateNotificationRequest.Builder.class); + com.google.storage.v2.CreateNotificationRequest.class, com.google.storage.v2.CreateNotificationRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. The bucket to which this notification belongs.
    * 
* - * - * 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,31 +64,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; } } /** - * - * *
    * Required. The bucket to which this notification belongs.
    * 
* - * - * 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 { @@ -123,16 +97,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int NOTIFICATION_FIELD_NUMBER = 2; private com.google.storage.v2.Notification notification_; /** - * - * *
    * Required. Properties of the notification to be inserted.
    * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the notification field is set. */ @java.lang.Override @@ -140,34 +109,23 @@ public boolean hasNotification() { return notification_ != null; } /** - * - * *
    * Required. Properties of the notification to be inserted.
    * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The notification. */ @java.lang.Override public com.google.storage.v2.Notification getNotification() { - return notification_ == null - ? com.google.storage.v2.Notification.getDefaultInstance() - : notification_; + return notification_ == null ? com.google.storage.v2.Notification.getDefaultInstance() : notification_; } /** - * - * *
    * Required. Properties of the notification to be inserted.
    * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder() { @@ -175,7 +133,6 @@ public com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -187,7 +144,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_); } @@ -207,7 +165,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (notification_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getNotification()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getNotification()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -217,18 +176,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.storage.v2.CreateNotificationRequest)) { return super.equals(obj); } - com.google.storage.v2.CreateNotificationRequest other = - (com.google.storage.v2.CreateNotificationRequest) obj; + com.google.storage.v2.CreateNotificationRequest other = (com.google.storage.v2.CreateNotificationRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasNotification() != other.hasNotification()) return false; if (hasNotification()) { - if (!getNotification().equals(other.getNotification())) return false; + if (!getNotification() + .equals(other.getNotification())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -252,136 +212,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CreateNotificationRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.CreateNotificationRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.CreateNotificationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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 message for CreateNotification.
    * 
* * Protobuf type {@code google.storage.v2.CreateNotificationRequest} */ - 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.storage.v2.CreateNotificationRequest) com.google.storage.v2.CreateNotificationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateNotificationRequest.class, - com.google.storage.v2.CreateNotificationRequest.Builder.class); + com.google.storage.v2.CreateNotificationRequest.class, com.google.storage.v2.CreateNotificationRequest.Builder.class); } // Construct using com.google.storage.v2.CreateNotificationRequest.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(); @@ -397,9 +351,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_CreateNotificationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_descriptor; } @java.lang.Override @@ -418,8 +372,7 @@ public com.google.storage.v2.CreateNotificationRequest build() { @java.lang.Override public com.google.storage.v2.CreateNotificationRequest buildPartial() { - com.google.storage.v2.CreateNotificationRequest result = - new com.google.storage.v2.CreateNotificationRequest(this); + com.google.storage.v2.CreateNotificationRequest result = new com.google.storage.v2.CreateNotificationRequest(this); result.parent_ = parent_; if (notificationBuilder_ == null) { result.notification_ = notification_; @@ -434,39 +387,38 @@ public com.google.storage.v2.CreateNotificationRequest 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) { + 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.storage.v2.CreateNotificationRequest) { - return mergeFrom((com.google.storage.v2.CreateNotificationRequest) other); + return mergeFrom((com.google.storage.v2.CreateNotificationRequest)other); } else { super.mergeFrom(other); return this; @@ -474,8 +426,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.CreateNotificationRequest other) { - if (other == com.google.storage.v2.CreateNotificationRequest.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.CreateNotificationRequest.getDefaultInstance()) return this; if (!other.getParent().isEmpty()) { parent_ = other.parent_; onChanged(); @@ -509,25 +460,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - input.readMessage(getNotificationFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + input.readMessage( + getNotificationFieldBuilder().getBuilder(), + extensionRegistry); + + 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) { @@ -540,22 +490,18 @@ public Builder mergeFrom( private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The bucket to which this notification belongs.
      * 
* - * - * 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; @@ -564,23 +510,20 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The bucket to which this notification belongs.
      * 
* - * - * 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 { @@ -588,67 +531,54 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The bucket to which this notification belongs.
      * 
* - * - * 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) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. The bucket to which this notification belongs.
      * 
* - * - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. The bucket to which this notification belongs.
      * 
* - * - * 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) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; @@ -656,58 +586,39 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private com.google.storage.v2.Notification notification_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Notification, - com.google.storage.v2.Notification.Builder, - com.google.storage.v2.NotificationOrBuilder> - notificationBuilder_; + com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder> notificationBuilder_; /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the notification field is set. */ public boolean hasNotification() { return notificationBuilder_ != null || notification_ != null; } /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The notification. */ public com.google.storage.v2.Notification getNotification() { if (notificationBuilder_ == null) { - return notification_ == null - ? com.google.storage.v2.Notification.getDefaultInstance() - : notification_; + return notification_ == null ? com.google.storage.v2.Notification.getDefaultInstance() : notification_; } else { return notificationBuilder_.getMessage(); } } /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setNotification(com.google.storage.v2.Notification value) { if (notificationBuilder_ == null) { @@ -723,17 +634,14 @@ public Builder setNotification(com.google.storage.v2.Notification value) { return this; } /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setNotification(com.google.storage.v2.Notification.Builder builderForValue) { + public Builder setNotification( + com.google.storage.v2.Notification.Builder builderForValue) { if (notificationBuilder_ == null) { notification_ = builderForValue.build(); onChanged(); @@ -744,23 +652,17 @@ public Builder setNotification(com.google.storage.v2.Notification.Builder builde return this; } /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeNotification(com.google.storage.v2.Notification value) { if (notificationBuilder_ == null) { if (notification_ != null) { notification_ = - com.google.storage.v2.Notification.newBuilder(notification_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.Notification.newBuilder(notification_).mergeFrom(value).buildPartial(); } else { notification_ = value; } @@ -772,15 +674,11 @@ public Builder mergeNotification(com.google.storage.v2.Notification value) { return this; } /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearNotification() { if (notificationBuilder_ == null) { @@ -794,71 +692,55 @@ public Builder clearNotification() { return this; } /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.Notification.Builder getNotificationBuilder() { - + onChanged(); return getNotificationFieldBuilder().getBuilder(); } /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder() { if (notificationBuilder_ != null) { return notificationBuilder_.getMessageOrBuilder(); } else { - return notification_ == null - ? com.google.storage.v2.Notification.getDefaultInstance() - : notification_; + return notification_ == null ? + com.google.storage.v2.Notification.getDefaultInstance() : notification_; } } /** - * - * *
      * Required. Properties of the notification to be inserted.
      * 
* - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Notification, - com.google.storage.v2.Notification.Builder, - com.google.storage.v2.NotificationOrBuilder> + com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder> getNotificationFieldBuilder() { if (notificationBuilder_ == null) { - notificationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Notification, - com.google.storage.v2.Notification.Builder, - com.google.storage.v2.NotificationOrBuilder>( - getNotification(), getParentForChildren(), isClean()); + notificationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder>( + getNotification(), + getParentForChildren(), + isClean()); notification_ = null; } return notificationBuilder_; } - @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); } @@ -868,12 +750,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.CreateNotificationRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.CreateNotificationRequest) private static final com.google.storage.v2.CreateNotificationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.CreateNotificationRequest(); } @@ -882,27 +764,27 @@ public static com.google.storage.v2.CreateNotificationRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateNotificationRequest 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 CreateNotificationRequest 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; @@ -917,4 +799,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.CreateNotificationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java new file mode 100644 index 0000000000..a971286365 --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java @@ -0,0 +1,56 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface CreateNotificationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateNotificationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The bucket to which this notification belongs.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. The bucket to which this notification belongs.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); + + /** + *
+   * Required. Properties of the notification to be inserted.
+   * 
+ * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the notification field is set. + */ + boolean hasNotification(); + /** + *
+   * Required. Properties of the notification to be inserted.
+   * 
+ * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The notification. + */ + com.google.storage.v2.Notification getNotification(); + /** + *
+   * Required. Properties of the notification to be inserted.
+   * 
+ * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder(); +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CryptoKeyName.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CryptoKeyName.java similarity index 100% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CryptoKeyName.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CryptoKeyName.java diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java similarity index 68% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java index 2af9249dd5..8c64884cb5 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Describes the Customer-Supplied Encryption Key mechanism used to store an
  * Object's data at rest.
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.storage.v2.CustomerEncryption}
  */
-public final class CustomerEncryption extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CustomerEncryption extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.CustomerEncryption)
     CustomerEncryptionOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CustomerEncryption.newBuilder() to construct.
   private CustomerEncryption(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CustomerEncryption() {
     encryptionAlgorithm_ = "";
     keySha256Bytes_ = com.google.protobuf.ByteString.EMPTY;
@@ -45,41 +27,37 @@ private CustomerEncryption() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CustomerEncryption();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_CustomerEncryption_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.CustomerEncryption.class,
-            com.google.storage.v2.CustomerEncryption.Builder.class);
+            com.google.storage.v2.CustomerEncryption.class, com.google.storage.v2.CustomerEncryption.Builder.class);
   }
 
   public static final int ENCRYPTION_ALGORITHM_FIELD_NUMBER = 1;
   private volatile java.lang.Object encryptionAlgorithm_;
   /**
-   *
-   *
    * 
    * The encryption algorithm.
    * 
* * string encryption_algorithm = 1; - * * @return The encryptionAlgorithm. */ @java.lang.Override @@ -88,29 +66,29 @@ public java.lang.String getEncryptionAlgorithm() { 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(); encryptionAlgorithm_ = s; return s; } } /** - * - * *
    * The encryption algorithm.
    * 
* * string encryption_algorithm = 1; - * * @return The bytes for encryptionAlgorithm. */ @java.lang.Override - public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString + getEncryptionAlgorithmBytes() { java.lang.Object ref = encryptionAlgorithm_; 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); encryptionAlgorithm_ = b; return b; } else { @@ -121,15 +99,12 @@ public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { public static final int KEY_SHA256_BYTES_FIELD_NUMBER = 3; private com.google.protobuf.ByteString keySha256Bytes_; /** - * - * *
    * SHA256 hash value of the encryption key.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes key_sha256_bytes = 3; - * * @return The keySha256Bytes. */ @java.lang.Override @@ -138,7 +113,6 @@ public com.google.protobuf.ByteString getKeySha256Bytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -150,7 +124,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(encryptionAlgorithm_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, encryptionAlgorithm_); } @@ -170,7 +145,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, encryptionAlgorithm_); } if (!keySha256Bytes_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(3, keySha256Bytes_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(3, keySha256Bytes_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -180,15 +156,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.storage.v2.CustomerEncryption)) { return super.equals(obj); } com.google.storage.v2.CustomerEncryption other = (com.google.storage.v2.CustomerEncryption) obj; - if (!getEncryptionAlgorithm().equals(other.getEncryptionAlgorithm())) return false; - if (!getKeySha256Bytes().equals(other.getKeySha256Bytes())) return false; + if (!getEncryptionAlgorithm() + .equals(other.getEncryptionAlgorithm())) return false; + if (!getKeySha256Bytes() + .equals(other.getKeySha256Bytes())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -209,104 +187,97 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CustomerEncryption parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.CustomerEncryption parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.CustomerEncryption parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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; } /** - * - * *
    * Describes the Customer-Supplied Encryption Key mechanism used to store an
    * Object's data at rest.
@@ -314,32 +285,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.storage.v2.CustomerEncryption}
    */
-  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.storage.v2.CustomerEncryption)
       com.google.storage.v2.CustomerEncryptionOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CustomerEncryption_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.CustomerEncryption.class,
-              com.google.storage.v2.CustomerEncryption.Builder.class);
+              com.google.storage.v2.CustomerEncryption.class, com.google.storage.v2.CustomerEncryption.Builder.class);
     }
 
     // Construct using com.google.storage.v2.CustomerEncryption.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();
@@ -351,9 +323,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_CustomerEncryption_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_descriptor;
     }
 
     @java.lang.Override
@@ -372,8 +344,7 @@ public com.google.storage.v2.CustomerEncryption build() {
 
     @java.lang.Override
     public com.google.storage.v2.CustomerEncryption buildPartial() {
-      com.google.storage.v2.CustomerEncryption result =
-          new com.google.storage.v2.CustomerEncryption(this);
+      com.google.storage.v2.CustomerEncryption result = new com.google.storage.v2.CustomerEncryption(this);
       result.encryptionAlgorithm_ = encryptionAlgorithm_;
       result.keySha256Bytes_ = keySha256Bytes_;
       onBuilt();
@@ -384,39 +355,38 @@ public com.google.storage.v2.CustomerEncryption 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) {
+        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.storage.v2.CustomerEncryption) {
-        return mergeFrom((com.google.storage.v2.CustomerEncryption) other);
+        return mergeFrom((com.google.storage.v2.CustomerEncryption)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -458,25 +428,22 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                encryptionAlgorithm_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 26:
-              {
-                keySha256Bytes_ = input.readBytes();
-
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              encryptionAlgorithm_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 26: {
+              keySha256Bytes_ = input.readBytes();
+
+              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) {
@@ -489,20 +456,18 @@ public Builder mergeFrom(
 
     private java.lang.Object encryptionAlgorithm_ = "";
     /**
-     *
-     *
      * 
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; - * * @return The encryptionAlgorithm. */ public java.lang.String getEncryptionAlgorithm() { java.lang.Object ref = encryptionAlgorithm_; 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(); encryptionAlgorithm_ = s; return s; @@ -511,21 +476,20 @@ public java.lang.String getEncryptionAlgorithm() { } } /** - * - * *
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; - * * @return The bytes for encryptionAlgorithm. */ - public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString + getEncryptionAlgorithmBytes() { java.lang.Object ref = encryptionAlgorithm_; 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); encryptionAlgorithm_ = b; return b; } else { @@ -533,61 +497,54 @@ public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { } } /** - * - * *
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; - * * @param value The encryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setEncryptionAlgorithm(java.lang.String value) { + public Builder setEncryptionAlgorithm( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + encryptionAlgorithm_ = value; onChanged(); return this; } /** - * - * *
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; - * * @return This builder for chaining. */ public Builder clearEncryptionAlgorithm() { - + encryptionAlgorithm_ = getDefaultInstance().getEncryptionAlgorithm(); onChanged(); return this; } /** - * - * *
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; - * * @param value The bytes for encryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setEncryptionAlgorithmBytes(com.google.protobuf.ByteString value) { + public Builder setEncryptionAlgorithmBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + encryptionAlgorithm_ = value; onChanged(); return this; @@ -595,15 +552,12 @@ public Builder setEncryptionAlgorithmBytes(com.google.protobuf.ByteString value) private com.google.protobuf.ByteString keySha256Bytes_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * SHA256 hash value of the encryption key.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes key_sha256_bytes = 3; - * * @return The keySha256Bytes. */ @java.lang.Override @@ -611,48 +565,42 @@ public com.google.protobuf.ByteString getKeySha256Bytes() { return keySha256Bytes_; } /** - * - * *
      * SHA256 hash value of the encryption key.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes key_sha256_bytes = 3; - * * @param value The keySha256Bytes to set. * @return This builder for chaining. */ public Builder setKeySha256Bytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + keySha256Bytes_ = value; onChanged(); return this; } /** - * - * *
      * SHA256 hash value of the encryption key.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes key_sha256_bytes = 3; - * * @return This builder for chaining. */ public Builder clearKeySha256Bytes() { - + keySha256Bytes_ = getDefaultInstance().getKeySha256Bytes(); 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); } @@ -662,12 +610,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.CustomerEncryption) } // @@protoc_insertion_point(class_scope:google.storage.v2.CustomerEncryption) private static final com.google.storage.v2.CustomerEncryption DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.CustomerEncryption(); } @@ -676,27 +624,27 @@ public static com.google.storage.v2.CustomerEncryption getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CustomerEncryption 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 CustomerEncryption 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; @@ -711,4 +659,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.CustomerEncryption getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java similarity index 54% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java index 42a2b1effc..842c428be0 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java @@ -1,63 +1,39 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CustomerEncryptionOrBuilder - extends +public interface CustomerEncryptionOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CustomerEncryption) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The encryption algorithm.
    * 
* * string encryption_algorithm = 1; - * * @return The encryptionAlgorithm. */ java.lang.String getEncryptionAlgorithm(); /** - * - * *
    * The encryption algorithm.
    * 
* * string encryption_algorithm = 1; - * * @return The bytes for encryptionAlgorithm. */ - com.google.protobuf.ByteString getEncryptionAlgorithmBytes(); + com.google.protobuf.ByteString + getEncryptionAlgorithmBytes(); /** - * - * *
    * SHA256 hash value of the encryption key.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes key_sha256_bytes = 3; - * * @return The keySha256Bytes. */ com.google.protobuf.ByteString getKeySha256Bytes(); diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java similarity index 68% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java index 06d47f5640..fc5cc3bf5c 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java @@ -1,86 +1,62 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for DeleteBucket.
  * 
* * Protobuf type {@code google.storage.v2.DeleteBucketRequest} */ -public final class DeleteBucketRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DeleteBucketRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.DeleteBucketRequest) DeleteBucketRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DeleteBucketRequest.newBuilder() to construct. private DeleteBucketRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DeleteBucketRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DeleteBucketRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteBucketRequest.class, - com.google.storage.v2.DeleteBucketRequest.Builder.class); + com.google.storage.v2.DeleteBucketRequest.class, com.google.storage.v2.DeleteBucketRequest.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. Name of a bucket to delete.
    * 
* - * - * 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 @@ -89,31 +65,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. Name of a bucket to delete.
    * 
* - * - * 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 { @@ -124,14 +98,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 2; private long ifMetagenerationMatch_; /** - * - * *
    * If set, only deletes the bucket if its metageneration matches this value.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -139,14 +110,11 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * If set, only deletes the bucket if its metageneration matches this value.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -157,15 +125,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 3; private long ifMetagenerationNotMatch_; /** - * - * *
    * If set, only deletes the bucket if its metageneration does not match this
    * value.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -173,15 +138,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * If set, only deletes the bucket if its metageneration does not match this
    * value.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -190,7 +152,6 @@ public long getIfMetagenerationNotMatch() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -202,7 +163,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_); } @@ -225,10 +187,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, ifMetagenerationNotMatch_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -238,22 +202,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.storage.v2.DeleteBucketRequest)) { return super.equals(obj); } - com.google.storage.v2.DeleteBucketRequest other = - (com.google.storage.v2.DeleteBucketRequest) obj; + com.google.storage.v2.DeleteBucketRequest other = (com.google.storage.v2.DeleteBucketRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() + != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() + != other.getIfMetagenerationNotMatch()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -270,147 +236,143 @@ public int hashCode() { hash = (53 * hash) + getName().hashCode(); if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationNotMatch()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.DeleteBucketRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.DeleteBucketRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.DeleteBucketRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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 message for DeleteBucket.
    * 
* * Protobuf type {@code google.storage.v2.DeleteBucketRequest} */ - 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.storage.v2.DeleteBucketRequest) com.google.storage.v2.DeleteBucketRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteBucketRequest.class, - com.google.storage.v2.DeleteBucketRequest.Builder.class); + com.google.storage.v2.DeleteBucketRequest.class, com.google.storage.v2.DeleteBucketRequest.Builder.class); } // Construct using com.google.storage.v2.DeleteBucketRequest.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(); @@ -424,9 +386,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteBucketRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_descriptor; } @java.lang.Override @@ -445,8 +407,7 @@ public com.google.storage.v2.DeleteBucketRequest build() { @java.lang.Override public com.google.storage.v2.DeleteBucketRequest buildPartial() { - com.google.storage.v2.DeleteBucketRequest result = - new com.google.storage.v2.DeleteBucketRequest(this); + com.google.storage.v2.DeleteBucketRequest result = new com.google.storage.v2.DeleteBucketRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; @@ -467,39 +428,38 @@ public com.google.storage.v2.DeleteBucketRequest 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) { + 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.storage.v2.DeleteBucketRequest) { - return mergeFrom((com.google.storage.v2.DeleteBucketRequest) other); + return mergeFrom((com.google.storage.v2.DeleteBucketRequest)other); } else { super.mergeFrom(other); return this; @@ -544,31 +504,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: - { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 16 - case 24: - { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 16 + case 24: { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + 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) { @@ -578,27 +534,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Required. Name of a bucket to delete.
      * 
* - * - * 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; @@ -607,23 +558,20 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Name of a bucket to delete.
      * 
* - * - * 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 { @@ -631,82 +579,66 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Name of a bucket to delete.
      * 
* - * - * 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) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of a bucket to delete.
      * 
* - * - * 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() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. Name of a bucket to delete.
      * 
* - * - * 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) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * If set, only deletes the bucket if its metageneration matches this value.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -714,14 +646,11 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * If set, only deletes the bucket if its metageneration matches this value.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -729,14 +658,11 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * If set, only deletes the bucket if its metageneration matches this value.
      * 
* * optional int64 if_metageneration_match = 2; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -747,14 +673,11 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * If set, only deletes the bucket if its metageneration matches this value.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -764,17 +687,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * If set, only deletes the bucket if its metageneration does not match this
      * value.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -782,15 +702,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * If set, only deletes the bucket if its metageneration does not match this
      * value.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -798,15 +715,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * If set, only deletes the bucket if its metageneration does not match this
      * value.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -817,15 +731,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * If set, only deletes the bucket if its metageneration does not match this
      * value.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -834,9 +745,9 @@ public Builder clearIfMetagenerationNotMatch() { 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); } @@ -846,12 +757,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.DeleteBucketRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.DeleteBucketRequest) private static final com.google.storage.v2.DeleteBucketRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.DeleteBucketRequest(); } @@ -860,27 +771,27 @@ public static com.google.storage.v2.DeleteBucketRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteBucketRequest 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 DeleteBucketRequest 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; @@ -895,4 +806,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.DeleteBucketRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java similarity index 60% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java index 7c2e583d25..cebfae1c2b 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java @@ -1,105 +1,68 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface DeleteBucketRequestOrBuilder - extends +public interface DeleteBucketRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteBucketRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Name of a bucket to delete.
    * 
* - * - * 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.String getName(); /** - * - * *
    * Required. Name of a bucket to delete.
    * 
* - * - * 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. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * If set, only deletes the bucket if its metageneration matches this value.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * If set, only deletes the bucket if its metageneration matches this value.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * If set, only deletes the bucket if its metageneration does not match this
    * value.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * If set, only deletes the bucket if its metageneration does not match this
    * value.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java similarity index 65% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java index d1cf1b85b7..2495b5f81b 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request object to delete a given HMAC key.
  * 
* * Protobuf type {@code google.storage.v2.DeleteHmacKeyRequest} */ -public final class DeleteHmacKeyRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DeleteHmacKeyRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.DeleteHmacKeyRequest) DeleteHmacKeyRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DeleteHmacKeyRequest.newBuilder() to construct. private DeleteHmacKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DeleteHmacKeyRequest() { accessId_ = ""; project_ = ""; @@ -44,41 +26,37 @@ private DeleteHmacKeyRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DeleteHmacKeyRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteHmacKeyRequest.class, - com.google.storage.v2.DeleteHmacKeyRequest.Builder.class); + com.google.storage.v2.DeleteHmacKeyRequest.class, com.google.storage.v2.DeleteHmacKeyRequest.Builder.class); } public static final int ACCESS_ID_FIELD_NUMBER = 1; private volatile java.lang.Object accessId_; /** - * - * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The accessId. */ @java.lang.Override @@ -87,29 +65,29 @@ public java.lang.String getAccessId() { 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(); accessId_ = s; return s; } } /** - * - * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for accessId. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessIdBytes() { + public com.google.protobuf.ByteString + getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -120,18 +98,13 @@ public com.google.protobuf.ByteString getAccessIdBytes() { public static final int PROJECT_FIELD_NUMBER = 2; private volatile java.lang.Object project_; /** - * - * *
    * Required. The project that owns the HMAC key, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ @java.lang.Override @@ -140,33 +113,31 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** - * - * *
    * Required. The project that owns the HMAC key, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -175,7 +146,6 @@ public com.google.protobuf.ByteString getProjectBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -187,7 +157,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(accessId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, accessId_); } @@ -217,16 +188,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.storage.v2.DeleteHmacKeyRequest)) { return super.equals(obj); } - com.google.storage.v2.DeleteHmacKeyRequest other = - (com.google.storage.v2.DeleteHmacKeyRequest) obj; + com.google.storage.v2.DeleteHmacKeyRequest other = (com.google.storage.v2.DeleteHmacKeyRequest) obj; - if (!getAccessId().equals(other.getAccessId())) return false; - if (!getProject().equals(other.getProject())) return false; + if (!getAccessId() + .equals(other.getAccessId())) return false; + if (!getProject() + .equals(other.getProject())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -247,136 +219,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.DeleteHmacKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.DeleteHmacKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.DeleteHmacKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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 object to delete a given HMAC key.
    * 
* * Protobuf type {@code google.storage.v2.DeleteHmacKeyRequest} */ - 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.storage.v2.DeleteHmacKeyRequest) com.google.storage.v2.DeleteHmacKeyRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteHmacKeyRequest.class, - com.google.storage.v2.DeleteHmacKeyRequest.Builder.class); + com.google.storage.v2.DeleteHmacKeyRequest.class, com.google.storage.v2.DeleteHmacKeyRequest.Builder.class); } // Construct using com.google.storage.v2.DeleteHmacKeyRequest.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(); @@ -388,9 +354,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; } @java.lang.Override @@ -409,8 +375,7 @@ public com.google.storage.v2.DeleteHmacKeyRequest build() { @java.lang.Override public com.google.storage.v2.DeleteHmacKeyRequest buildPartial() { - com.google.storage.v2.DeleteHmacKeyRequest result = - new com.google.storage.v2.DeleteHmacKeyRequest(this); + com.google.storage.v2.DeleteHmacKeyRequest result = new com.google.storage.v2.DeleteHmacKeyRequest(this); result.accessId_ = accessId_; result.project_ = project_; onBuilt(); @@ -421,39 +386,38 @@ public com.google.storage.v2.DeleteHmacKeyRequest 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) { + 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.storage.v2.DeleteHmacKeyRequest) { - return mergeFrom((com.google.storage.v2.DeleteHmacKeyRequest) other); + return mergeFrom((com.google.storage.v2.DeleteHmacKeyRequest)other); } else { super.mergeFrom(other); return this; @@ -496,25 +460,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - accessId_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - project_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + accessId_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + project_ = input.readStringRequireUtf8(); + + 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) { @@ -527,20 +488,18 @@ public Builder mergeFrom( private java.lang.Object accessId_ = ""; /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The accessId. */ public java.lang.String getAccessId() { java.lang.Object ref = accessId_; 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(); accessId_ = s; return s; @@ -549,21 +508,20 @@ public java.lang.String getAccessId() { } } /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for accessId. */ - public com.google.protobuf.ByteString getAccessIdBytes() { + public com.google.protobuf.ByteString + getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -571,61 +529,54 @@ public com.google.protobuf.ByteString getAccessIdBytes() { } } /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The accessId to set. * @return This builder for chaining. */ - public Builder setAccessId(java.lang.String value) { + public Builder setAccessId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessId_ = value; onChanged(); return this; } /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearAccessId() { - + accessId_ = getDefaultInstance().getAccessId(); onChanged(); return this; } /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for accessId to set. * @return This builder for chaining. */ - public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { + public Builder setAccessIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessId_ = value; onChanged(); return this; @@ -633,24 +584,20 @@ public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object project_ = ""; /** - * - * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -659,25 +606,22 @@ public java.lang.String getProject() { } } /** - * - * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -685,80 +629,67 @@ public com.google.protobuf.ByteString getProjectBytes() { } } /** - * - * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject(java.lang.String value) { + public Builder setProject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** - * - * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** - * - * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes(com.google.protobuf.ByteString value) { + public Builder setProjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = 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); } @@ -768,12 +699,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.DeleteHmacKeyRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.DeleteHmacKeyRequest) private static final com.google.storage.v2.DeleteHmacKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.DeleteHmacKeyRequest(); } @@ -782,27 +713,27 @@ public static com.google.storage.v2.DeleteHmacKeyRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteHmacKeyRequest 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 DeleteHmacKeyRequest 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; @@ -817,4 +748,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.DeleteHmacKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java similarity index 53% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java index 6a3a8308b9..21c9fb1fd6 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java @@ -1,83 +1,53 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface DeleteHmacKeyRequestOrBuilder - extends +public interface DeleteHmacKeyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteHmacKeyRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The accessId. */ java.lang.String getAccessId(); /** - * - * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for accessId. */ - com.google.protobuf.ByteString getAccessIdBytes(); + com.google.protobuf.ByteString + getAccessIdBytes(); /** - * - * *
    * Required. The project that owns the HMAC key, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ java.lang.String getProject(); /** - * - * *
    * Required. The project that owns the HMAC key, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - com.google.protobuf.ByteString getProjectBytes(); + com.google.protobuf.ByteString + getProjectBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java similarity index 61% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java index 59769a9ece..1d90207a25 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java @@ -1,85 +1,61 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for DeleteNotification.
  * 
* * Protobuf type {@code google.storage.v2.DeleteNotificationRequest} */ -public final class DeleteNotificationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DeleteNotificationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.DeleteNotificationRequest) DeleteNotificationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DeleteNotificationRequest.newBuilder() to construct. private DeleteNotificationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DeleteNotificationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DeleteNotificationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteNotificationRequest.class, - com.google.storage.v2.DeleteNotificationRequest.Builder.class); + com.google.storage.v2.DeleteNotificationRequest.class, com.google.storage.v2.DeleteNotificationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The parent bucket of the notification.
    * 
* - * - * 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 @@ -88,31 +64,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. The parent bucket of the notification.
    * 
* - * - * 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 { @@ -121,7 +95,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -133,7 +106,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_); } @@ -157,15 +131,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.storage.v2.DeleteNotificationRequest)) { return super.equals(obj); } - com.google.storage.v2.DeleteNotificationRequest other = - (com.google.storage.v2.DeleteNotificationRequest) obj; + com.google.storage.v2.DeleteNotificationRequest other = (com.google.storage.v2.DeleteNotificationRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -184,136 +158,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.DeleteNotificationRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.DeleteNotificationRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.DeleteNotificationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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 message for DeleteNotification.
    * 
* * Protobuf type {@code google.storage.v2.DeleteNotificationRequest} */ - 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.storage.v2.DeleteNotificationRequest) com.google.storage.v2.DeleteNotificationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteNotificationRequest.class, - com.google.storage.v2.DeleteNotificationRequest.Builder.class); + com.google.storage.v2.DeleteNotificationRequest.class, com.google.storage.v2.DeleteNotificationRequest.Builder.class); } // Construct using com.google.storage.v2.DeleteNotificationRequest.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(); @@ -323,9 +291,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; } @java.lang.Override @@ -344,8 +312,7 @@ public com.google.storage.v2.DeleteNotificationRequest build() { @java.lang.Override public com.google.storage.v2.DeleteNotificationRequest buildPartial() { - com.google.storage.v2.DeleteNotificationRequest result = - new com.google.storage.v2.DeleteNotificationRequest(this); + com.google.storage.v2.DeleteNotificationRequest result = new com.google.storage.v2.DeleteNotificationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -355,39 +322,38 @@ public com.google.storage.v2.DeleteNotificationRequest 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) { + 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.storage.v2.DeleteNotificationRequest) { - return mergeFrom((com.google.storage.v2.DeleteNotificationRequest) other); + return mergeFrom((com.google.storage.v2.DeleteNotificationRequest)other); } else { super.mergeFrom(other); return this; @@ -395,8 +361,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.DeleteNotificationRequest other) { - if (other == com.google.storage.v2.DeleteNotificationRequest.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.DeleteNotificationRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -427,19 +392,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + + 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) { @@ -452,22 +415,18 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
      * Required. The parent bucket of the notification.
      * 
* - * - * 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; @@ -476,23 +435,20 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The parent bucket of the notification.
      * 
* - * - * 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 { @@ -500,74 +456,61 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The parent bucket of the notification.
      * 
* - * - * 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) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Required. The parent bucket of the notification.
      * 
* - * - * 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() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The parent bucket of the notification.
      * 
* - * - * 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) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = 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); } @@ -577,12 +520,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.DeleteNotificationRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.DeleteNotificationRequest) private static final com.google.storage.v2.DeleteNotificationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.DeleteNotificationRequest(); } @@ -591,27 +534,27 @@ public static com.google.storage.v2.DeleteNotificationRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteNotificationRequest 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 DeleteNotificationRequest 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; @@ -626,4 +569,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.DeleteNotificationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java new file mode 100644 index 0000000000..92611a2d4f --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java @@ -0,0 +1,29 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface DeleteNotificationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteNotificationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The parent bucket of the notification.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The parent bucket of the notification.
+   * 
+ * + * 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/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java similarity index 74% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java index 9321d4720a..b59d184b2a 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Message for deleting an object.
  * `bucket` and `object` **must** be set.
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.storage.v2.DeleteObjectRequest}
  */
-public final class DeleteObjectRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DeleteObjectRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.DeleteObjectRequest)
     DeleteObjectRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DeleteObjectRequest.newBuilder() to construct.
   private DeleteObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DeleteObjectRequest() {
     bucket_ = "";
     object_ = "";
@@ -45,42 +27,38 @@ private DeleteObjectRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DeleteObjectRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.DeleteObjectRequest.class,
-            com.google.storage.v2.DeleteObjectRequest.Builder.class);
+            com.google.storage.v2.DeleteObjectRequest.class, com.google.storage.v2.DeleteObjectRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int BUCKET_FIELD_NUMBER = 1;
   private volatile java.lang.Object bucket_;
   /**
-   *
-   *
    * 
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ @java.lang.Override @@ -89,29 +67,29 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** - * - * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -122,14 +100,13 @@ public com.google.protobuf.ByteString getBucketBytes() { public static final int OBJECT_FIELD_NUMBER = 2; private volatile java.lang.Object object_; /** - * - * *
-   * Required. The name of the object to delete (when not using a resumable write).
+   * Required. The name of the finalized object to delete.
+   * Note: If you want to delete an unfinalized resumable upload please use
+   * `CancelResumableWrite`.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ @java.lang.Override @@ -138,29 +115,31 @@ public java.lang.String getObject() { 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(); object_ = s; return s; } } /** - * - * *
-   * Required. The name of the object to delete (when not using a resumable write).
+   * Required. The name of the finalized object to delete.
+   * Note: If you want to delete an unfinalized resumable upload please use
+   * `CancelResumableWrite`.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ @java.lang.Override - public com.google.protobuf.ByteString getObjectBytes() { + public com.google.protobuf.ByteString + getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -171,15 +150,12 @@ public com.google.protobuf.ByteString getObjectBytes() { public static final int GENERATION_FIELD_NUMBER = 4; private long generation_; /** - * - * *
    * If present, permanently deletes a specific revision of this object (as
    * opposed to the latest version, the default).
    * 
* * int64 generation = 4; - * * @return The generation. */ @java.lang.Override @@ -190,8 +166,6 @@ public long getGeneration() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 5; private long ifGenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -199,7 +173,6 @@ public long getGeneration() {
    * 
* * optional int64 if_generation_match = 5; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -207,8 +180,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -216,7 +187,6 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 5; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -227,8 +197,6 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 6; private long ifGenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -237,7 +205,6 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 6; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -245,8 +212,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -255,7 +220,6 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 6; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -266,15 +230,12 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 7; private long ifMetagenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 7; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -282,15 +243,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 7; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -301,15 +259,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 8; private long ifMetagenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 8; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -317,15 +272,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 8; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -336,14 +288,11 @@ public long getIfMetagenerationNotMatch() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 10; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -351,25 +300,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -377,13 +319,11 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -395,7 +335,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(bucket_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, bucket_); } @@ -436,24 +377,28 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, object_); } if (generation_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, generation_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(4, generation_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(5, ifGenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, ifGenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(6, ifGenerationNotMatch_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(7, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(8, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(8, ifMetagenerationNotMatch_); } if (commonObjectRequestParams_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 10, getCommonObjectRequestParams()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getCommonObjectRequestParams()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -463,37 +408,43 @@ 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.storage.v2.DeleteObjectRequest)) { return super.equals(obj); } - com.google.storage.v2.DeleteObjectRequest other = - (com.google.storage.v2.DeleteObjectRequest) obj; + com.google.storage.v2.DeleteObjectRequest other = (com.google.storage.v2.DeleteObjectRequest) obj; - if (!getBucket().equals(other.getBucket())) return false; - if (!getObject().equals(other.getObject())) return false; - if (getGeneration() != other.getGeneration()) return false; + if (!getBucket() + .equals(other.getBucket())) return false; + if (!getObject() + .equals(other.getObject())) return false; + if (getGeneration() + != other.getGeneration()) return false; if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() + != other.getIfGenerationMatch()) return false; } if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false; if (hasIfGenerationNotMatch()) { - if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false; + if (getIfGenerationNotMatch() + != other.getIfGenerationNotMatch()) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() + != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() + != other.getIfMetagenerationNotMatch()) return false; } if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) - return false; + if (!getCommonObjectRequestParams() + .equals(other.getCommonObjectRequestParams())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -511,22 +462,27 @@ public int hashCode() { hash = (37 * hash) + OBJECT_FIELD_NUMBER; hash = (53 * hash) + getObject().hashCode(); hash = (37 * hash) + GENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getGeneration()); if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationMatch()); } if (hasIfGenerationNotMatch()) { hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationNotMatch()); } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationNotMatch()); } if (hasCommonObjectRequestParams()) { hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER; @@ -537,104 +493,97 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.DeleteObjectRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.DeleteObjectRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.DeleteObjectRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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; } /** - * - * *
    * Message for deleting an object.
    * `bucket` and `object` **must** be set.
@@ -642,32 +591,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.storage.v2.DeleteObjectRequest}
    */
-  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.storage.v2.DeleteObjectRequest)
       com.google.storage.v2.DeleteObjectRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.DeleteObjectRequest.class,
-              com.google.storage.v2.DeleteObjectRequest.Builder.class);
+              com.google.storage.v2.DeleteObjectRequest.class, com.google.storage.v2.DeleteObjectRequest.Builder.class);
     }
 
     // Construct using com.google.storage.v2.DeleteObjectRequest.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();
@@ -695,9 +645,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
     }
 
     @java.lang.Override
@@ -716,8 +666,7 @@ public com.google.storage.v2.DeleteObjectRequest build() {
 
     @java.lang.Override
     public com.google.storage.v2.DeleteObjectRequest buildPartial() {
-      com.google.storage.v2.DeleteObjectRequest result =
-          new com.google.storage.v2.DeleteObjectRequest(this);
+      com.google.storage.v2.DeleteObjectRequest result = new com.google.storage.v2.DeleteObjectRequest(this);
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       result.bucket_ = bucket_;
@@ -753,39 +702,38 @@ public com.google.storage.v2.DeleteObjectRequest 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) {
+        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.storage.v2.DeleteObjectRequest) {
-        return mergeFrom((com.google.storage.v2.DeleteObjectRequest) other);
+        return mergeFrom((com.google.storage.v2.DeleteObjectRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -846,62 +794,54 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                bucket_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 18:
-              {
-                object_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 18
-            case 32:
-              {
-                generation_ = input.readInt64();
-
-                break;
-              } // case 32
-            case 40:
-              {
-                ifGenerationMatch_ = input.readInt64();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 40
-            case 48:
-              {
-                ifGenerationNotMatch_ = input.readInt64();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 48
-            case 56:
-              {
-                ifMetagenerationMatch_ = input.readInt64();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 56
-            case 64:
-              {
-                ifMetagenerationNotMatch_ = input.readInt64();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 64
-            case 82:
-              {
-                input.readMessage(
-                    getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry);
-
-                break;
-              } // case 82
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              bucket_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 18: {
+              object_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 18
+            case 32: {
+              generation_ = input.readInt64();
+
+              break;
+            } // case 32
+            case 40: {
+              ifGenerationMatch_ = input.readInt64();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 40
+            case 48: {
+              ifGenerationNotMatch_ = input.readInt64();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 48
+            case 56: {
+              ifMetagenerationMatch_ = input.readInt64();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 56
+            case 64: {
+              ifMetagenerationNotMatch_ = input.readInt64();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 64
+            case 82: {
+              input.readMessage(
+                  getCommonObjectRequestParamsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              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) {
@@ -911,25 +851,22 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object bucket_ = "";
     /**
-     *
-     *
      * 
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -938,21 +875,20 @@ public java.lang.String getBucket() { } } /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -960,61 +896,54 @@ public com.google.protobuf.ByteString getBucketBytes() { } } /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket(java.lang.String value) { + public Builder setBucket( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes(com.google.protobuf.ByteString value) { + public Builder setBucketBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; @@ -1022,20 +951,20 @@ public Builder setBucketBytes(com.google.protobuf.ByteString value) { private java.lang.Object object_ = ""; /** - * - * *
-     * Required. The name of the object to delete (when not using a resumable write).
+     * Required. The name of the finalized object to delete.
+     * Note: If you want to delete an unfinalized resumable upload please use
+     * `CancelResumableWrite`.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ public java.lang.String getObject() { java.lang.Object ref = object_; 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(); object_ = s; return s; @@ -1044,21 +973,22 @@ public java.lang.String getObject() { } } /** - * - * *
-     * Required. The name of the object to delete (when not using a resumable write).
+     * Required. The name of the finalized object to delete.
+     * Note: If you want to delete an unfinalized resumable upload please use
+     * `CancelResumableWrite`.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ - public com.google.protobuf.ByteString getObjectBytes() { + public com.google.protobuf.ByteString + getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -1066,77 +996,73 @@ public com.google.protobuf.ByteString getObjectBytes() { } } /** - * - * *
-     * Required. The name of the object to delete (when not using a resumable write).
+     * Required. The name of the finalized object to delete.
+     * Note: If you want to delete an unfinalized resumable upload please use
+     * `CancelResumableWrite`.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The object to set. * @return This builder for chaining. */ - public Builder setObject(java.lang.String value) { + public Builder setObject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + object_ = value; onChanged(); return this; } /** - * - * *
-     * Required. The name of the object to delete (when not using a resumable write).
+     * Required. The name of the finalized object to delete.
+     * Note: If you want to delete an unfinalized resumable upload please use
+     * `CancelResumableWrite`.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearObject() { - + object_ = getDefaultInstance().getObject(); onChanged(); return this; } /** - * - * *
-     * Required. The name of the object to delete (when not using a resumable write).
+     * Required. The name of the finalized object to delete.
+     * Note: If you want to delete an unfinalized resumable upload please use
+     * `CancelResumableWrite`.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for object to set. * @return This builder for chaining. */ - public Builder setObjectBytes(com.google.protobuf.ByteString value) { + public Builder setObjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + object_ = value; onChanged(); return this; } - private long generation_; + private long generation_ ; /** - * - * *
      * If present, permanently deletes a specific revision of this object (as
      * opposed to the latest version, the default).
      * 
* * int64 generation = 4; - * * @return The generation. */ @java.lang.Override @@ -1144,47 +1070,39 @@ public long getGeneration() { return generation_; } /** - * - * *
      * If present, permanently deletes a specific revision of this object (as
      * opposed to the latest version, the default).
      * 
* * int64 generation = 4; - * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** - * - * *
      * If present, permanently deletes a specific revision of this object (as
      * opposed to the latest version, the default).
      * 
* * int64 generation = 4; - * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private long ifGenerationMatch_; + private long ifGenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1192,7 +1110,6 @@ public Builder clearGeneration() {
      * 
* * optional int64 if_generation_match = 5; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1200,8 +1117,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1209,7 +1124,6 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 5; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1217,8 +1131,6 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1226,7 +1138,6 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 5; - * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1237,8 +1148,6 @@ public Builder setIfGenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1246,7 +1155,6 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 5; - * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1256,10 +1164,8 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_; + private long ifGenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1268,7 +1174,6 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 6; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1276,8 +1181,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1286,7 +1189,6 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 6; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1294,8 +1196,6 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1304,7 +1204,6 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 6; - * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1315,8 +1214,6 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1325,7 +1222,6 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 6; - * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1335,17 +1231,14 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 7; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1353,15 +1246,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 7; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1369,15 +1259,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 7; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1388,15 +1275,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 7; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1406,17 +1290,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 8; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1424,15 +1305,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 8; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1440,15 +1318,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 8; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1459,15 +1334,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 8; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1479,55 +1351,41 @@ public Builder clearIfMetagenerationNotMatch() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1541,8 +1399,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1561,22 +1417,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1588,8 +1439,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1608,42 +1457,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1651,24 +1491,21 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } - @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); } @@ -1678,12 +1515,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.DeleteObjectRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.DeleteObjectRequest) private static final com.google.storage.v2.DeleteObjectRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.DeleteObjectRequest(); } @@ -1692,27 +1529,27 @@ public static com.google.storage.v2.DeleteObjectRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteObjectRequest 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 DeleteObjectRequest 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; @@ -1727,4 +1564,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.DeleteObjectRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java similarity index 81% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java index e0f4d12201..44098db65b 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java @@ -1,95 +1,68 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface DeleteObjectRequestOrBuilder - extends +public interface DeleteObjectRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteObjectRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ java.lang.String getBucket(); /** - * - * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ - com.google.protobuf.ByteString getBucketBytes(); + com.google.protobuf.ByteString + getBucketBytes(); /** - * - * *
-   * Required. The name of the object to delete (when not using a resumable write).
+   * Required. The name of the finalized object to delete.
+   * Note: If you want to delete an unfinalized resumable upload please use
+   * `CancelResumableWrite`.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ java.lang.String getObject(); /** - * - * *
-   * Required. The name of the object to delete (when not using a resumable write).
+   * Required. The name of the finalized object to delete.
+   * Note: If you want to delete an unfinalized resumable upload please use
+   * `CancelResumableWrite`.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ - com.google.protobuf.ByteString getObjectBytes(); + com.google.protobuf.ByteString + getObjectBytes(); /** - * - * *
    * If present, permanently deletes a specific revision of this object (as
    * opposed to the latest version, the default).
    * 
* * int64 generation = 4; - * * @return The generation. */ long getGeneration(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -97,13 +70,10 @@ public interface DeleteObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 5; - * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -111,14 +81,11 @@ public interface DeleteObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 5; - * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -127,13 +94,10 @@ public interface DeleteObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 6; - * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -142,92 +106,71 @@ public interface DeleteObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 6; - * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 7; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 7; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 8; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 8; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java similarity index 72% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java index a62eb83a6b..07b10c0a3a 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java @@ -1,86 +1,62 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for GetBucket.
  * 
* * Protobuf type {@code google.storage.v2.GetBucketRequest} */ -public final class GetBucketRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetBucketRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetBucketRequest) GetBucketRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetBucketRequest.newBuilder() to construct. private GetBucketRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetBucketRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetBucketRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetBucketRequest.class, - com.google.storage.v2.GetBucketRequest.Builder.class); + com.google.storage.v2.GetBucketRequest.class, com.google.storage.v2.GetBucketRequest.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. Name of a bucket.
    * 
* - * - * 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 @@ -89,31 +65,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. Name of a bucket.
    * 
* - * - * 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 { @@ -124,15 +98,12 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 2; private long ifMetagenerationMatch_; /** - * - * *
    * If set, and if the bucket's current metageneration does not match the
    * specified value, the request will return an error.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -140,15 +111,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * If set, and if the bucket's current metageneration does not match the
    * specified value, the request will return an error.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -159,15 +127,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 3; private long ifMetagenerationNotMatch_; /** - * - * *
    * If set, and if the bucket's current metageneration matches the specified
    * value, the request will return an error.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -175,15 +140,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * If set, and if the bucket's current metageneration matches the specified
    * value, the request will return an error.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -194,8 +156,6 @@ public long getIfMetagenerationNotMatch() { public static final int READ_MASK_FIELD_NUMBER = 5; private com.google.protobuf.FieldMask readMask_; /** - * - * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -203,7 +163,6 @@ public long getIfMetagenerationNotMatch() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return Whether the readMask field is set. */ @java.lang.Override @@ -211,8 +170,6 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -220,7 +177,6 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return The readMask. */ @java.lang.Override @@ -228,8 +184,6 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** - * - * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -244,7 +198,6 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -256,7 +209,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_);
     }
@@ -282,13 +236,16 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifMetagenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(2, ifMetagenerationMatch_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifMetagenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(3, ifMetagenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getReadMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, getReadMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -298,25 +255,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.storage.v2.GetBucketRequest)) {
       return super.equals(obj);
     }
     com.google.storage.v2.GetBucketRequest other = (com.google.storage.v2.GetBucketRequest) obj;
 
-    if (!getName().equals(other.getName())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
     if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false;
     if (hasIfMetagenerationMatch()) {
-      if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false;
+      if (getIfMetagenerationMatch()
+          != other.getIfMetagenerationMatch()) return false;
     }
     if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false;
     if (hasIfMetagenerationNotMatch()) {
-      if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false;
+      if (getIfMetagenerationNotMatch()
+          != other.getIfMetagenerationNotMatch()) return false;
     }
     if (hasReadMask() != other.hasReadMask()) return false;
     if (hasReadMask()) {
-      if (!getReadMask().equals(other.getReadMask())) return false;
+      if (!getReadMask()
+          .equals(other.getReadMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -333,11 +294,13 @@ public int hashCode() {
     hash = (53 * hash) + getName().hashCode();
     if (hasIfMetagenerationMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfMetagenerationMatch());
     }
     if (hasIfMetagenerationNotMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfMetagenerationNotMatch());
     }
     if (hasReadMask()) {
       hash = (37 * hash) + READ_MASK_FIELD_NUMBER;
@@ -348,127 +311,118 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.GetBucketRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.GetBucketRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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 message for GetBucket.
    * 
* * Protobuf type {@code google.storage.v2.GetBucketRequest} */ - 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.storage.v2.GetBucketRequest) com.google.storage.v2.GetBucketRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetBucketRequest.class, - com.google.storage.v2.GetBucketRequest.Builder.class); + com.google.storage.v2.GetBucketRequest.class, com.google.storage.v2.GetBucketRequest.Builder.class); } // Construct using com.google.storage.v2.GetBucketRequest.newBuilder() @@ -476,17 +430,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -506,9 +460,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetBucketRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_descriptor; } @java.lang.Override @@ -527,8 +481,7 @@ public com.google.storage.v2.GetBucketRequest build() { @java.lang.Override public com.google.storage.v2.GetBucketRequest buildPartial() { - com.google.storage.v2.GetBucketRequest result = - new com.google.storage.v2.GetBucketRequest(this); + com.google.storage.v2.GetBucketRequest result = new com.google.storage.v2.GetBucketRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; @@ -557,39 +510,38 @@ public com.google.storage.v2.GetBucketRequest 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) { + 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.storage.v2.GetBucketRequest) { - return mergeFrom((com.google.storage.v2.GetBucketRequest) other); + return mergeFrom((com.google.storage.v2.GetBucketRequest)other); } else { super.mergeFrom(other); return this; @@ -637,37 +589,34 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); + case 10: { + name_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 16: - { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 16 - case 24: - { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 24 - case 42: - { - input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 42 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 10 + case 16: { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 16 + case 24: { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 24 + case 42: { + input.readMessage( + getReadMaskFieldBuilder().getBuilder(), + extensionRegistry); + 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) { @@ -677,27 +626,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * 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; @@ -706,23 +650,20 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * 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 { @@ -730,83 +671,67 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * 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) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * 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() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * 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) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * If set, and if the bucket's current metageneration does not match the
      * specified value, the request will return an error.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -814,15 +739,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * If set, and if the bucket's current metageneration does not match the
      * specified value, the request will return an error.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -830,15 +752,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * If set, and if the bucket's current metageneration does not match the
      * specified value, the request will return an error.
      * 
* * optional int64 if_metageneration_match = 2; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -849,15 +768,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * If set, and if the bucket's current metageneration does not match the
      * specified value, the request will return an error.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -867,17 +783,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * If set, and if the bucket's current metageneration matches the specified
      * value, the request will return an error.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -885,15 +798,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * If set, and if the bucket's current metageneration matches the specified
      * value, the request will return an error.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -901,15 +811,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * If set, and if the bucket's current metageneration matches the specified
      * value, the request will return an error.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -920,15 +827,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * If set, and if the bucket's current metageneration matches the specified
      * value, the request will return an error.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -940,13 +844,8 @@ public Builder clearIfMetagenerationNotMatch() { private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - readMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; /** - * - * *
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -954,15 +853,12 @@ public Builder clearIfMetagenerationNotMatch() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -970,7 +866,6 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -981,8 +876,6 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** - * - * *
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -1005,8 +898,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -1015,7 +906,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 5;
      */
-    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(
+        com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -1026,8 +918,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -1038,11 +928,11 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && readMask_ != null
-            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+            readMask_ != null &&
+            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -1054,8 +944,6 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -1075,8 +963,6 @@ public Builder clearReadMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -1091,8 +977,6 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -1105,12 +989,11 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ?
+            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -1120,24 +1003,21 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask,
-            com.google.protobuf.FieldMask.Builder,
-            com.google.protobuf.FieldMaskOrBuilder>
+        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.FieldMask,
-                com.google.protobuf.FieldMask.Builder,
-                com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(), getParentForChildren(), isClean());
+        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(),
+                getParentForChildren(),
+                isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
     }
-
     @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);
     }
 
@@ -1147,12 +1027,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.GetBucketRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.GetBucketRequest)
   private static final com.google.storage.v2.GetBucketRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.GetBucketRequest();
   }
@@ -1161,27 +1041,27 @@ public static com.google.storage.v2.GetBucketRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public GetBucketRequest 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 GetBucketRequest 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;
@@ -1196,4 +1076,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.GetBucketRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
similarity index 71%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
index 3b0735f116..82d8ecdf33 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
@@ -1,114 +1,75 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface GetBucketRequestOrBuilder
-    extends
+public interface GetBucketRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.GetBucketRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. Name of a bucket.
    * 
* - * - * 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.String getName(); /** - * - * *
    * Required. Name of a bucket.
    * 
* - * - * 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. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * If set, and if the bucket's current metageneration does not match the
    * specified value, the request will return an error.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * If set, and if the bucket's current metageneration does not match the
    * specified value, the request will return an error.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * If set, and if the bucket's current metageneration matches the specified
    * value, the request will return an error.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * If set, and if the bucket's current metageneration matches the specified
    * value, the request will return an error.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** - * - * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -116,13 +77,10 @@ public interface GetBucketRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** - * - * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -130,13 +88,10 @@ public interface GetBucketRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** - * - * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
similarity index 65%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
index 32dff23c07..8811ccbe7a 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
@@ -1,42 +1,24 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Request object to get metadata on a given HMAC key.
  * 
* * Protobuf type {@code google.storage.v2.GetHmacKeyRequest} */ -public final class GetHmacKeyRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetHmacKeyRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetHmacKeyRequest) GetHmacKeyRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetHmacKeyRequest.newBuilder() to construct. private GetHmacKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetHmacKeyRequest() { accessId_ = ""; project_ = ""; @@ -44,41 +26,37 @@ private GetHmacKeyRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetHmacKeyRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetHmacKeyRequest.class, - com.google.storage.v2.GetHmacKeyRequest.Builder.class); + com.google.storage.v2.GetHmacKeyRequest.class, com.google.storage.v2.GetHmacKeyRequest.Builder.class); } public static final int ACCESS_ID_FIELD_NUMBER = 1; private volatile java.lang.Object accessId_; /** - * - * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The accessId. */ @java.lang.Override @@ -87,29 +65,29 @@ public java.lang.String getAccessId() { 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(); accessId_ = s; return s; } } /** - * - * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for accessId. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessIdBytes() { + public com.google.protobuf.ByteString + getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -120,18 +98,13 @@ public com.google.protobuf.ByteString getAccessIdBytes() { public static final int PROJECT_FIELD_NUMBER = 2; private volatile java.lang.Object project_; /** - * - * *
    * Required. The project the HMAC key lies in, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ @java.lang.Override @@ -140,33 +113,31 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** - * - * *
    * Required. The project the HMAC key lies in, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -175,7 +146,6 @@ public com.google.protobuf.ByteString getProjectBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -187,7 +157,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(accessId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, accessId_); } @@ -217,15 +188,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.storage.v2.GetHmacKeyRequest)) { return super.equals(obj); } com.google.storage.v2.GetHmacKeyRequest other = (com.google.storage.v2.GetHmacKeyRequest) obj; - if (!getAccessId().equals(other.getAccessId())) return false; - if (!getProject().equals(other.getProject())) return false; + if (!getAccessId() + .equals(other.getAccessId())) return false; + if (!getProject() + .equals(other.getProject())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -246,136 +219,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.GetHmacKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.GetHmacKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.GetHmacKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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 object to get metadata on a given HMAC key.
    * 
* * Protobuf type {@code google.storage.v2.GetHmacKeyRequest} */ - 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.storage.v2.GetHmacKeyRequest) com.google.storage.v2.GetHmacKeyRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetHmacKeyRequest.class, - com.google.storage.v2.GetHmacKeyRequest.Builder.class); + com.google.storage.v2.GetHmacKeyRequest.class, com.google.storage.v2.GetHmacKeyRequest.Builder.class); } // Construct using com.google.storage.v2.GetHmacKeyRequest.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(); @@ -387,9 +354,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; } @java.lang.Override @@ -408,8 +375,7 @@ public com.google.storage.v2.GetHmacKeyRequest build() { @java.lang.Override public com.google.storage.v2.GetHmacKeyRequest buildPartial() { - com.google.storage.v2.GetHmacKeyRequest result = - new com.google.storage.v2.GetHmacKeyRequest(this); + com.google.storage.v2.GetHmacKeyRequest result = new com.google.storage.v2.GetHmacKeyRequest(this); result.accessId_ = accessId_; result.project_ = project_; onBuilt(); @@ -420,39 +386,38 @@ public com.google.storage.v2.GetHmacKeyRequest 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) { + 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.storage.v2.GetHmacKeyRequest) { - return mergeFrom((com.google.storage.v2.GetHmacKeyRequest) other); + return mergeFrom((com.google.storage.v2.GetHmacKeyRequest)other); } else { super.mergeFrom(other); return this; @@ -495,25 +460,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - accessId_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - project_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + accessId_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + project_ = input.readStringRequireUtf8(); + + 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) { @@ -526,20 +488,18 @@ public Builder mergeFrom( private java.lang.Object accessId_ = ""; /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The accessId. */ public java.lang.String getAccessId() { java.lang.Object ref = accessId_; 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(); accessId_ = s; return s; @@ -548,21 +508,20 @@ public java.lang.String getAccessId() { } } /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for accessId. */ - public com.google.protobuf.ByteString getAccessIdBytes() { + public com.google.protobuf.ByteString + getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -570,61 +529,54 @@ public com.google.protobuf.ByteString getAccessIdBytes() { } } /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The accessId to set. * @return This builder for chaining. */ - public Builder setAccessId(java.lang.String value) { + public Builder setAccessId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessId_ = value; onChanged(); return this; } /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearAccessId() { - + accessId_ = getDefaultInstance().getAccessId(); onChanged(); return this; } /** - * - * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for accessId to set. * @return This builder for chaining. */ - public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { + public Builder setAccessIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessId_ = value; onChanged(); return this; @@ -632,24 +584,20 @@ public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object project_ = ""; /** - * - * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -658,25 +606,22 @@ public java.lang.String getProject() { } } /** - * - * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -684,80 +629,67 @@ public com.google.protobuf.ByteString getProjectBytes() { } } /** - * - * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject(java.lang.String value) { + public Builder setProject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** - * - * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** - * - * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes(com.google.protobuf.ByteString value) { + public Builder setProjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = 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); } @@ -767,12 +699,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.GetHmacKeyRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.GetHmacKeyRequest) private static final com.google.storage.v2.GetHmacKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.GetHmacKeyRequest(); } @@ -781,27 +713,27 @@ public static com.google.storage.v2.GetHmacKeyRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetHmacKeyRequest 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 GetHmacKeyRequest 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; @@ -816,4 +748,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.GetHmacKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java similarity index 53% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java index dd96127a29..9a7c3e706a 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java @@ -1,83 +1,53 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface GetHmacKeyRequestOrBuilder - extends +public interface GetHmacKeyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.GetHmacKeyRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The accessId. */ java.lang.String getAccessId(); /** - * - * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for accessId. */ - com.google.protobuf.ByteString getAccessIdBytes(); + com.google.protobuf.ByteString + getAccessIdBytes(); /** - * - * *
    * Required. The project the HMAC key lies in, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ java.lang.String getProject(); /** - * - * *
    * Required. The project the HMAC key lies in, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - com.google.protobuf.ByteString getProjectBytes(); + com.google.protobuf.ByteString + getProjectBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java similarity index 62% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java index 08a5adaeef..405eb9226f 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java @@ -1,87 +1,63 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for GetNotification.
  * 
* * Protobuf type {@code google.storage.v2.GetNotificationRequest} */ -public final class GetNotificationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetNotificationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetNotificationRequest) GetNotificationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetNotificationRequest.newBuilder() to construct. private GetNotificationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetNotificationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetNotificationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetNotificationRequest.class, - com.google.storage.v2.GetNotificationRequest.Builder.class); + com.google.storage.v2.GetNotificationRequest.class, com.google.storage.v2.GetNotificationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The parent bucket of the notification.
    * Format:
    * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
    * 
* - * - * 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 @@ -90,33 +66,31 @@ 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. The parent bucket of the notification.
    * Format:
    * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
    * 
* - * - * 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 { @@ -125,7 +99,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -137,7 +110,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_); } @@ -161,15 +135,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.storage.v2.GetNotificationRequest)) { return super.equals(obj); } - com.google.storage.v2.GetNotificationRequest other = - (com.google.storage.v2.GetNotificationRequest) obj; + com.google.storage.v2.GetNotificationRequest other = (com.google.storage.v2.GetNotificationRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -188,136 +162,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.GetNotificationRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.GetNotificationRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.GetNotificationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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 message for GetNotification.
    * 
* * Protobuf type {@code google.storage.v2.GetNotificationRequest} */ - 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.storage.v2.GetNotificationRequest) com.google.storage.v2.GetNotificationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetNotificationRequest.class, - com.google.storage.v2.GetNotificationRequest.Builder.class); + com.google.storage.v2.GetNotificationRequest.class, com.google.storage.v2.GetNotificationRequest.Builder.class); } // Construct using com.google.storage.v2.GetNotificationRequest.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(); @@ -327,9 +295,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetNotificationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_descriptor; } @java.lang.Override @@ -348,8 +316,7 @@ public com.google.storage.v2.GetNotificationRequest build() { @java.lang.Override public com.google.storage.v2.GetNotificationRequest buildPartial() { - com.google.storage.v2.GetNotificationRequest result = - new com.google.storage.v2.GetNotificationRequest(this); + com.google.storage.v2.GetNotificationRequest result = new com.google.storage.v2.GetNotificationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -359,39 +326,38 @@ public com.google.storage.v2.GetNotificationRequest 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) { + 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.storage.v2.GetNotificationRequest) { - return mergeFrom((com.google.storage.v2.GetNotificationRequest) other); + return mergeFrom((com.google.storage.v2.GetNotificationRequest)other); } else { super.mergeFrom(other); return this; @@ -430,19 +396,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + + 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) { @@ -455,24 +419,20 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * - * 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; @@ -481,25 +441,22 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * - * 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,80 +464,67 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * - * 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) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * - * 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() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * - * 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) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = 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); } @@ -590,12 +534,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.GetNotificationRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.GetNotificationRequest) private static final com.google.storage.v2.GetNotificationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.GetNotificationRequest(); } @@ -604,27 +548,27 @@ public static com.google.storage.v2.GetNotificationRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetNotificationRequest 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 GetNotificationRequest 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; @@ -639,4 +583,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.GetNotificationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java new file mode 100644 index 0000000000..2a5bbd8017 --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java @@ -0,0 +1,33 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface GetNotificationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.GetNotificationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The parent bucket of the notification.
+   * Format:
+   * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The parent bucket of the notification.
+   * Format:
+   * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
+   * 
+ * + * 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/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java similarity index 76% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java index 4cedaa00c9..34098a5e38 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for GetObject.
  * 
* * Protobuf type {@code google.storage.v2.GetObjectRequest} */ -public final class GetObjectRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetObjectRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetObjectRequest) GetObjectRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetObjectRequest.newBuilder() to construct. private GetObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetObjectRequest() { bucket_ = ""; object_ = ""; @@ -44,42 +26,38 @@ private GetObjectRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetObjectRequest.class, - com.google.storage.v2.GetObjectRequest.Builder.class); + com.google.storage.v2.GetObjectRequest.class, com.google.storage.v2.GetObjectRequest.Builder.class); } private int bitField0_; public static final int BUCKET_FIELD_NUMBER = 1; private volatile java.lang.Object bucket_; /** - * - * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ @java.lang.Override @@ -88,29 +66,29 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** - * - * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -121,14 +99,11 @@ public com.google.protobuf.ByteString getBucketBytes() { public static final int OBJECT_FIELD_NUMBER = 2; private volatile java.lang.Object object_; /** - * - * *
    * Required. Name of the object.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ @java.lang.Override @@ -137,29 +112,29 @@ public java.lang.String getObject() { 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(); object_ = s; return s; } } /** - * - * *
    * Required. Name of the object.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ @java.lang.Override - public com.google.protobuf.ByteString getObjectBytes() { + public com.google.protobuf.ByteString + getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -170,15 +145,12 @@ public com.google.protobuf.ByteString getObjectBytes() { public static final int GENERATION_FIELD_NUMBER = 3; private long generation_; /** - * - * *
    * If present, selects a specific revision of this object (as opposed to the
    * latest version, the default).
    * 
* * int64 generation = 3; - * * @return The generation. */ @java.lang.Override @@ -189,8 +161,6 @@ public long getGeneration() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 4; private long ifGenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -198,7 +168,6 @@ public long getGeneration() {
    * 
* * optional int64 if_generation_match = 4; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -206,8 +175,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -215,7 +182,6 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 4; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -226,8 +192,6 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 5; private long ifGenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -236,7 +200,6 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 5; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -244,8 +207,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -254,7 +215,6 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 5; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -265,15 +225,12 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 6; private long ifMetagenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 6; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -281,15 +238,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 6; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -300,15 +254,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 7; private long ifMetagenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 7; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -316,15 +267,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 7; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -335,14 +283,11 @@ public long getIfMetagenerationNotMatch() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 8; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -350,25 +295,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -376,16 +314,13 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } public static final int READ_MASK_FIELD_NUMBER = 10; private com.google.protobuf.FieldMask readMask_; /** - * - * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -394,7 +329,6 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar
    * 
* * optional .google.protobuf.FieldMask read_mask = 10; - * * @return Whether the readMask field is set. */ @java.lang.Override @@ -402,8 +336,6 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -412,7 +344,6 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 10; - * * @return The readMask. */ @java.lang.Override @@ -420,8 +351,6 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** - * - * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -437,7 +366,6 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -449,7 +377,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(bucket_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, bucket_);
     }
@@ -493,27 +422,32 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, object_);
     }
     if (generation_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, generation_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(3, generation_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, ifGenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(4, ifGenerationMatch_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifGenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(5, ifGenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, ifMetagenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(6, ifMetagenerationMatch_);
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, ifMetagenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(7, ifMetagenerationNotMatch_);
     }
     if (commonObjectRequestParams_ != null) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              8, getCommonObjectRequestParams());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(8, getCommonObjectRequestParams());
     }
     if (((bitField0_ & 0x00000010) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getReadMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(10, getReadMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -523,40 +457,48 @@ 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.storage.v2.GetObjectRequest)) {
       return super.equals(obj);
     }
     com.google.storage.v2.GetObjectRequest other = (com.google.storage.v2.GetObjectRequest) obj;
 
-    if (!getBucket().equals(other.getBucket())) return false;
-    if (!getObject().equals(other.getObject())) return false;
-    if (getGeneration() != other.getGeneration()) return false;
+    if (!getBucket()
+        .equals(other.getBucket())) return false;
+    if (!getObject()
+        .equals(other.getObject())) return false;
+    if (getGeneration()
+        != other.getGeneration()) return false;
     if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false;
     if (hasIfGenerationMatch()) {
-      if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false;
+      if (getIfGenerationMatch()
+          != other.getIfGenerationMatch()) return false;
     }
     if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false;
     if (hasIfGenerationNotMatch()) {
-      if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false;
+      if (getIfGenerationNotMatch()
+          != other.getIfGenerationNotMatch()) return false;
     }
     if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false;
     if (hasIfMetagenerationMatch()) {
-      if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false;
+      if (getIfMetagenerationMatch()
+          != other.getIfMetagenerationMatch()) return false;
     }
     if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false;
     if (hasIfMetagenerationNotMatch()) {
-      if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false;
+      if (getIfMetagenerationNotMatch()
+          != other.getIfMetagenerationNotMatch()) return false;
     }
     if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false;
     if (hasCommonObjectRequestParams()) {
-      if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams()))
-        return false;
+      if (!getCommonObjectRequestParams()
+          .equals(other.getCommonObjectRequestParams())) return false;
     }
     if (hasReadMask() != other.hasReadMask()) return false;
     if (hasReadMask()) {
-      if (!getReadMask().equals(other.getReadMask())) return false;
+      if (!getReadMask()
+          .equals(other.getReadMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -574,22 +516,27 @@ public int hashCode() {
     hash = (37 * hash) + OBJECT_FIELD_NUMBER;
     hash = (53 * hash) + getObject().hashCode();
     hash = (37 * hash) + GENERATION_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getGeneration());
     if (hasIfGenerationMatch()) {
       hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfGenerationMatch());
     }
     if (hasIfGenerationNotMatch()) {
       hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfGenerationNotMatch());
     }
     if (hasIfMetagenerationMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfMetagenerationMatch());
     }
     if (hasIfMetagenerationNotMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfMetagenerationNotMatch());
     }
     if (hasCommonObjectRequestParams()) {
       hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER;
@@ -604,127 +551,118 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.GetObjectRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.GetObjectRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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 message for GetObject.
    * 
* * Protobuf type {@code google.storage.v2.GetObjectRequest} */ - 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.storage.v2.GetObjectRequest) com.google.storage.v2.GetObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetObjectRequest.class, - com.google.storage.v2.GetObjectRequest.Builder.class); + com.google.storage.v2.GetObjectRequest.class, com.google.storage.v2.GetObjectRequest.Builder.class); } // Construct using com.google.storage.v2.GetObjectRequest.newBuilder() @@ -732,17 +670,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -776,9 +714,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_descriptor; } @java.lang.Override @@ -797,8 +735,7 @@ public com.google.storage.v2.GetObjectRequest build() { @java.lang.Override public com.google.storage.v2.GetObjectRequest buildPartial() { - com.google.storage.v2.GetObjectRequest result = - new com.google.storage.v2.GetObjectRequest(this); + com.google.storage.v2.GetObjectRequest result = new com.google.storage.v2.GetObjectRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.bucket_ = bucket_; @@ -842,39 +779,38 @@ public com.google.storage.v2.GetObjectRequest 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) { + 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.storage.v2.GetObjectRequest) { - return mergeFrom((com.google.storage.v2.GetObjectRequest) other); + return mergeFrom((com.google.storage.v2.GetObjectRequest)other); } else { super.mergeFrom(other); return this; @@ -938,68 +874,61 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - bucket_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - object_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 24: - { - generation_ = input.readInt64(); - - break; - } // case 24 - case 32: - { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 32 - case 40: - { - ifGenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 40 - case 48: - { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 48 - case 56: - { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000008; - break; - } // case 56 - case 66: - { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 66 - case 82: - { - input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000010; - break; - } // case 82 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + bucket_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + object_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 24: { + generation_ = input.readInt64(); + + break; + } // case 24 + case 32: { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 32 + case 40: { + ifGenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 40 + case 48: { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 48 + case 56: { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000008; + break; + } // case 56 + case 66: { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 66 + case 82: { + input.readMessage( + getReadMaskFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000010; + 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) { @@ -1009,25 +938,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object bucket_ = ""; /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -1036,21 +962,20 @@ public java.lang.String getBucket() { } } /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -1058,61 +983,54 @@ public com.google.protobuf.ByteString getBucketBytes() { } } /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket(java.lang.String value) { + public Builder setBucket( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** - * - * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes(com.google.protobuf.ByteString value) { + public Builder setBucketBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; @@ -1120,20 +1038,18 @@ public Builder setBucketBytes(com.google.protobuf.ByteString value) { private java.lang.Object object_ = ""; /** - * - * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ public java.lang.String getObject() { java.lang.Object ref = object_; 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(); object_ = s; return s; @@ -1142,21 +1058,20 @@ public java.lang.String getObject() { } } /** - * - * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ - public com.google.protobuf.ByteString getObjectBytes() { + public com.google.protobuf.ByteString + getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -1164,77 +1079,67 @@ public com.google.protobuf.ByteString getObjectBytes() { } } /** - * - * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The object to set. * @return This builder for chaining. */ - public Builder setObject(java.lang.String value) { + public Builder setObject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + object_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearObject() { - + object_ = getDefaultInstance().getObject(); onChanged(); return this; } /** - * - * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for object to set. * @return This builder for chaining. */ - public Builder setObjectBytes(com.google.protobuf.ByteString value) { + public Builder setObjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + object_ = value; onChanged(); return this; } - private long generation_; + private long generation_ ; /** - * - * *
      * If present, selects a specific revision of this object (as opposed to the
      * latest version, the default).
      * 
* * int64 generation = 3; - * * @return The generation. */ @java.lang.Override @@ -1242,47 +1147,39 @@ public long getGeneration() { return generation_; } /** - * - * *
      * If present, selects a specific revision of this object (as opposed to the
      * latest version, the default).
      * 
* * int64 generation = 3; - * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** - * - * *
      * If present, selects a specific revision of this object (as opposed to the
      * latest version, the default).
      * 
* * int64 generation = 3; - * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private long ifGenerationMatch_; + private long ifGenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1290,7 +1187,6 @@ public Builder clearGeneration() {
      * 
* * optional int64 if_generation_match = 4; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1298,8 +1194,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1307,7 +1201,6 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 4; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1315,8 +1208,6 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1324,7 +1215,6 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 4; - * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1335,8 +1225,6 @@ public Builder setIfGenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1344,7 +1232,6 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 4; - * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1354,10 +1241,8 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_; + private long ifGenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1366,7 +1251,6 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 5; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1374,8 +1258,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1384,7 +1266,6 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 5; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1392,8 +1273,6 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1402,7 +1281,6 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 5; - * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1413,8 +1291,6 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1423,7 +1299,6 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 5; - * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1433,17 +1308,14 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 6; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1451,15 +1323,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 6; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1467,15 +1336,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 6; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1486,15 +1352,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 6; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1504,17 +1367,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 7; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1522,15 +1382,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 7; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1538,15 +1395,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 7; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1557,15 +1411,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 7; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1577,55 +1428,41 @@ public Builder clearIfMetagenerationNotMatch() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1639,8 +1476,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1659,22 +1494,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1686,8 +1516,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1706,42 +1534,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1749,17 +1568,14 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; @@ -1767,13 +1583,8 @@ public Builder clearCommonObjectRequestParams() { private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - readMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; /** - * - * *
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1782,15 +1593,12 @@ public Builder clearCommonObjectRequestParams() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 10; - * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1799,7 +1607,6 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 10; - * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -1810,8 +1617,6 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** - * - * *
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1835,8 +1640,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1846,7 +1649,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 10;
      */
-    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(
+        com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -1857,8 +1661,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1870,11 +1672,11 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0)
-            && readMask_ != null
-            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0) &&
+            readMask_ != null &&
+            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -1886,8 +1688,6 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1908,8 +1708,6 @@ public Builder clearReadMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1925,8 +1723,6 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1940,12 +1736,11 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ?
+            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1956,24 +1751,21 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask,
-            com.google.protobuf.FieldMask.Builder,
-            com.google.protobuf.FieldMaskOrBuilder>
+        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.FieldMask,
-                com.google.protobuf.FieldMask.Builder,
-                com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(), getParentForChildren(), isClean());
+        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(),
+                getParentForChildren(),
+                isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
     }
-
     @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);
     }
 
@@ -1983,12 +1775,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.GetObjectRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.GetObjectRequest)
   private static final com.google.storage.v2.GetObjectRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.GetObjectRequest();
   }
@@ -1997,27 +1789,27 @@ public static com.google.storage.v2.GetObjectRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public GetObjectRequest 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 GetObjectRequest 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;
@@ -2032,4 +1824,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.GetObjectRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
similarity index 86%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
index 8730f04d75..e5f2cbadc6 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
@@ -1,95 +1,64 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface GetObjectRequestOrBuilder
-    extends
+public interface GetObjectRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.GetObjectRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ java.lang.String getBucket(); /** - * - * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ - com.google.protobuf.ByteString getBucketBytes(); + com.google.protobuf.ByteString + getBucketBytes(); /** - * - * *
    * Required. Name of the object.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ java.lang.String getObject(); /** - * - * *
    * Required. Name of the object.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ - com.google.protobuf.ByteString getObjectBytes(); + com.google.protobuf.ByteString + getObjectBytes(); /** - * - * *
    * If present, selects a specific revision of this object (as opposed to the
    * latest version, the default).
    * 
* * int64 generation = 3; - * * @return The generation. */ long getGeneration(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -97,13 +66,10 @@ public interface GetObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 4; - * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -111,14 +77,11 @@ public interface GetObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 4; - * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -127,13 +90,10 @@ public interface GetObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 5; - * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -142,92 +102,71 @@ public interface GetObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 5; - * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 6; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 6; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 7; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 7; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -237,8 +176,6 @@ public interface GetObjectRequestOrBuilder com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); /** - * - * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -247,13 +184,10 @@ public interface GetObjectRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 10; - * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** - * - * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -262,13 +196,10 @@ public interface GetObjectRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 10; - * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** - * - * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
similarity index 63%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
index 387ddd1f75..dcb4c39d87 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
@@ -1,86 +1,62 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Request message for GetServiceAccount.
  * 
* * Protobuf type {@code google.storage.v2.GetServiceAccountRequest} */ -public final class GetServiceAccountRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetServiceAccountRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetServiceAccountRequest) GetServiceAccountRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetServiceAccountRequest.newBuilder() to construct. private GetServiceAccountRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetServiceAccountRequest() { project_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetServiceAccountRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetServiceAccountRequest.class, - com.google.storage.v2.GetServiceAccountRequest.Builder.class); + com.google.storage.v2.GetServiceAccountRequest.class, com.google.storage.v2.GetServiceAccountRequest.Builder.class); } public static final int PROJECT_FIELD_NUMBER = 1; private volatile java.lang.Object project_; /** - * - * *
    * Required. Project ID, in the format of "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ @java.lang.Override @@ -89,32 +65,30 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** - * - * *
    * Required. Project ID, in the format of "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -123,7 +97,6 @@ public com.google.protobuf.ByteString getProjectBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -135,7 +108,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(project_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, project_); } @@ -159,15 +133,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.storage.v2.GetServiceAccountRequest)) { return super.equals(obj); } - com.google.storage.v2.GetServiceAccountRequest other = - (com.google.storage.v2.GetServiceAccountRequest) obj; + com.google.storage.v2.GetServiceAccountRequest other = (com.google.storage.v2.GetServiceAccountRequest) obj; - if (!getProject().equals(other.getProject())) return false; + if (!getProject() + .equals(other.getProject())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -186,136 +160,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.GetServiceAccountRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.GetServiceAccountRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.GetServiceAccountRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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 message for GetServiceAccount.
    * 
* * Protobuf type {@code google.storage.v2.GetServiceAccountRequest} */ - 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.storage.v2.GetServiceAccountRequest) com.google.storage.v2.GetServiceAccountRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetServiceAccountRequest.class, - com.google.storage.v2.GetServiceAccountRequest.Builder.class); + com.google.storage.v2.GetServiceAccountRequest.class, com.google.storage.v2.GetServiceAccountRequest.Builder.class); } // Construct using com.google.storage.v2.GetServiceAccountRequest.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(); @@ -325,9 +293,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; } @java.lang.Override @@ -346,8 +314,7 @@ public com.google.storage.v2.GetServiceAccountRequest build() { @java.lang.Override public com.google.storage.v2.GetServiceAccountRequest buildPartial() { - com.google.storage.v2.GetServiceAccountRequest result = - new com.google.storage.v2.GetServiceAccountRequest(this); + com.google.storage.v2.GetServiceAccountRequest result = new com.google.storage.v2.GetServiceAccountRequest(this); result.project_ = project_; onBuilt(); return result; @@ -357,39 +324,38 @@ public com.google.storage.v2.GetServiceAccountRequest 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) { + 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.storage.v2.GetServiceAccountRequest) { - return mergeFrom((com.google.storage.v2.GetServiceAccountRequest) other); + return mergeFrom((com.google.storage.v2.GetServiceAccountRequest)other); } else { super.mergeFrom(other); return this; @@ -428,19 +394,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - project_ = input.readStringRequireUtf8(); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + project_ = input.readStringRequireUtf8(); + + 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) { @@ -453,23 +417,19 @@ public Builder mergeFrom( private java.lang.Object project_ = ""; /** - * - * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -478,24 +438,21 @@ public java.lang.String getProject() { } } /** - * - * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -503,77 +460,64 @@ public com.google.protobuf.ByteString getProjectBytes() { } } /** - * - * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject(java.lang.String value) { + public Builder setProject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** - * - * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** - * - * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes(com.google.protobuf.ByteString value) { + public Builder setProjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = 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); } @@ -583,12 +527,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.GetServiceAccountRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.GetServiceAccountRequest) private static final com.google.storage.v2.GetServiceAccountRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.GetServiceAccountRequest(); } @@ -597,27 +541,27 @@ public static com.google.storage.v2.GetServiceAccountRequest getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetServiceAccountRequest 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 GetServiceAccountRequest 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; @@ -632,4 +576,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.GetServiceAccountRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java new file mode 100644 index 0000000000..c383484b12 --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface GetServiceAccountRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.GetServiceAccountRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Project ID, in the format of "projects/<projectIdentifier>".
+   * <projectIdentifier> can be the project ID or project number.
+   * 
+ * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The project. + */ + java.lang.String getProject(); + /** + *
+   * Required. Project ID, in the format of "projects/<projectIdentifier>".
+   * <projectIdentifier> can be the project ID or project number.
+   * 
+ * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for project. + */ + com.google.protobuf.ByteString + getProjectBytes(); +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java similarity index 67% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java index 04615f4210..8a2db24915 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Hmac Key Metadata, which includes all information other than the secret.
  * 
* * Protobuf type {@code google.storage.v2.HmacKeyMetadata} */ -public final class HmacKeyMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class HmacKeyMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.HmacKeyMetadata) HmacKeyMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use HmacKeyMetadata.newBuilder() to construct. private HmacKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private HmacKeyMetadata() { id_ = ""; accessId_ = ""; @@ -48,35 +30,32 @@ private HmacKeyMetadata() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new HmacKeyMetadata(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_HmacKeyMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.HmacKeyMetadata.class, - com.google.storage.v2.HmacKeyMetadata.Builder.class); + com.google.storage.v2.HmacKeyMetadata.class, com.google.storage.v2.HmacKeyMetadata.Builder.class); } public static final int ID_FIELD_NUMBER = 1; private volatile java.lang.Object id_; /** - * - * *
    * Immutable. Resource name ID of the key in the format
    * <projectIdentifier>/<accessId>.
@@ -84,7 +63,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The id. */ @java.lang.Override @@ -93,15 +71,14 @@ public java.lang.String getId() { 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(); id_ = s; return s; } } /** - * - * *
    * Immutable. Resource name ID of the key in the format
    * <projectIdentifier>/<accessId>.
@@ -109,15 +86,16 @@ public java.lang.String getId() {
    * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -128,14 +106,11 @@ public com.google.protobuf.ByteString getIdBytes() { public static final int ACCESS_ID_FIELD_NUMBER = 2; private volatile java.lang.Object accessId_; /** - * - * *
    * Immutable. Globally unique id for keys.
    * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The accessId. */ @java.lang.Override @@ -144,29 +119,29 @@ public java.lang.String getAccessId() { 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(); accessId_ = s; return s; } } /** - * - * *
    * Immutable. Globally unique id for keys.
    * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for accessId. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessIdBytes() { + public com.google.protobuf.ByteString + getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -177,18 +152,13 @@ public com.google.protobuf.ByteString getAccessIdBytes() { public static final int PROJECT_FIELD_NUMBER = 3; private volatile java.lang.Object project_; /** - * - * *
-   * Immutable. Identifies the project that owns the service account of the specified HMAC
-   * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-   * be the project ID or project number.
+   * Immutable. Identifies the project that owns the service account of the
+   * specified HMAC key, in the format "projects/<projectIdentifier>".
+   * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The project. */ @java.lang.Override @@ -197,33 +167,31 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** - * - * *
-   * Immutable. Identifies the project that owns the service account of the specified HMAC
-   * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-   * be the project ID or project number.
+   * Immutable. Identifies the project that owns the service account of the
+   * specified HMAC key, in the format "projects/<projectIdentifier>".
+   * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -234,14 +202,11 @@ public com.google.protobuf.ByteString getProjectBytes() { public static final int SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER = 4; private volatile java.lang.Object serviceAccountEmail_; /** - * - * *
    * Output only. Email of the service account the key authenticates as.
    * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The serviceAccountEmail. */ @java.lang.Override @@ -250,29 +215,29 @@ public java.lang.String getServiceAccountEmail() { 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(); serviceAccountEmail_ = s; return s; } } /** - * - * *
    * Output only. Email of the service account the key authenticates as.
    * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for serviceAccountEmail. */ @java.lang.Override - public com.google.protobuf.ByteString getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString + getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -283,15 +248,12 @@ public com.google.protobuf.ByteString getServiceAccountEmailBytes() { public static final int STATE_FIELD_NUMBER = 5; private volatile java.lang.Object state_; /** - * - * *
    * State of the key. One of ACTIVE, INACTIVE, or DELETED.
    * Writable, can be updated by UpdateHmacKey operation.
    * 
* * string state = 5; - * * @return The state. */ @java.lang.Override @@ -300,30 +262,30 @@ public java.lang.String getState() { 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(); state_ = s; return s; } } /** - * - * *
    * State of the key. One of ACTIVE, INACTIVE, or DELETED.
    * Writable, can be updated by UpdateHmacKey operation.
    * 
* * string state = 5; - * * @return The bytes for state. */ @java.lang.Override - public com.google.protobuf.ByteString getStateBytes() { + public com.google.protobuf.ByteString + getStateBytes() { java.lang.Object ref = state_; 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); state_ = b; return b; } else { @@ -334,15 +296,11 @@ public com.google.protobuf.ByteString getStateBytes() { public static final int CREATE_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ @java.lang.Override @@ -350,15 +308,11 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ @java.lang.Override @@ -366,14 +320,11 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -383,15 +334,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 7; private com.google.protobuf.Timestamp updateTime_; /** - * - * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ @java.lang.Override @@ -399,15 +346,11 @@ public boolean hasUpdateTime() { return updateTime_ != null; } /** - * - * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ @java.lang.Override @@ -415,14 +358,11 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** - * - * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -432,14 +372,11 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int ETAG_FIELD_NUMBER = 8; private volatile java.lang.Object etag_; /** - * - * *
    * The etag of the HMAC key.
    * 
* * string etag = 8; - * * @return The etag. */ @java.lang.Override @@ -448,29 +385,29 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** - * - * *
    * The etag of the HMAC key.
    * 
* * string etag = 8; - * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -479,7 +416,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -491,7 +427,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(id_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_); } @@ -541,10 +478,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, state_); } if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getCreateTime()); } if (updateTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getUpdateTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, etag_); @@ -557,27 +496,35 @@ 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.storage.v2.HmacKeyMetadata)) { return super.equals(obj); } com.google.storage.v2.HmacKeyMetadata other = (com.google.storage.v2.HmacKeyMetadata) obj; - if (!getId().equals(other.getId())) return false; - if (!getAccessId().equals(other.getAccessId())) return false; - if (!getProject().equals(other.getProject())) return false; - if (!getServiceAccountEmail().equals(other.getServiceAccountEmail())) return false; - if (!getState().equals(other.getState())) return false; + if (!getId() + .equals(other.getId())) return false; + if (!getAccessId() + .equals(other.getAccessId())) return false; + if (!getProject() + .equals(other.getProject())) return false; + if (!getServiceAccountEmail() + .equals(other.getServiceAccountEmail())) return false; + if (!getState() + .equals(other.getState())) 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 (!getEtag().equals(other.getEtag())) return false; + if (!getEtag() + .equals(other.getEtag())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -614,135 +561,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.HmacKeyMetadata parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.HmacKeyMetadata parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.HmacKeyMetadata parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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; } /** - * - * *
    * Hmac Key Metadata, which includes all information other than the secret.
    * 
* * Protobuf type {@code google.storage.v2.HmacKeyMetadata} */ - 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.storage.v2.HmacKeyMetadata) com.google.storage.v2.HmacKeyMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_HmacKeyMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.HmacKeyMetadata.class, - com.google.storage.v2.HmacKeyMetadata.Builder.class); + com.google.storage.v2.HmacKeyMetadata.class, com.google.storage.v2.HmacKeyMetadata.Builder.class); } // Construct using com.google.storage.v2.HmacKeyMetadata.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(); @@ -774,9 +716,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_HmacKeyMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_descriptor; } @java.lang.Override @@ -795,8 +737,7 @@ public com.google.storage.v2.HmacKeyMetadata build() { @java.lang.Override public com.google.storage.v2.HmacKeyMetadata buildPartial() { - com.google.storage.v2.HmacKeyMetadata result = - new com.google.storage.v2.HmacKeyMetadata(this); + com.google.storage.v2.HmacKeyMetadata result = new com.google.storage.v2.HmacKeyMetadata(this); result.id_ = id_; result.accessId_ = accessId_; result.project_ = project_; @@ -821,39 +762,38 @@ public com.google.storage.v2.HmacKeyMetadata 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) { + 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.storage.v2.HmacKeyMetadata) { - return mergeFrom((com.google.storage.v2.HmacKeyMetadata) other); + return mergeFrom((com.google.storage.v2.HmacKeyMetadata)other); } else { super.mergeFrom(other); return this; @@ -918,61 +858,56 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - id_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - accessId_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 26: - { - project_ = input.readStringRequireUtf8(); - - break; - } // case 26 - case 34: - { - serviceAccountEmail_ = input.readStringRequireUtf8(); - - break; - } // case 34 - case 42: - { - state_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 50: - { - input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 50 - case 58: - { - input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 58 - case 66: - { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 66 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + id_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + accessId_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 26: { + project_ = input.readStringRequireUtf8(); + + break; + } // case 26 + case 34: { + serviceAccountEmail_ = input.readStringRequireUtf8(); + + break; + } // case 34 + case 42: { + state_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 50: { + input.readMessage( + getCreateTimeFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 50 + case 58: { + input.readMessage( + getUpdateTimeFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 58 + case 66: { + etag_ = input.readStringRequireUtf8(); + + 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) { @@ -985,8 +920,6 @@ public Builder mergeFrom( private java.lang.Object id_ = ""; /** - * - * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -994,13 +927,13 @@ public Builder mergeFrom(
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; 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(); id_ = s; return s; @@ -1009,8 +942,6 @@ public java.lang.String getId() { } } /** - * - * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -1018,14 +949,15 @@ public java.lang.String getId() {
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for id. */ - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -1033,8 +965,6 @@ public com.google.protobuf.ByteString getIdBytes() { } } /** - * - * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -1042,22 +972,20 @@ public com.google.protobuf.ByteString getIdBytes() {
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId(java.lang.String value) { + public Builder setId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** - * - * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -1065,18 +993,15 @@ public Builder setId(java.lang.String value) {
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** - * - * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -1084,16 +1009,16 @@ public Builder clearId() {
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes(com.google.protobuf.ByteString value) { + public Builder setIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1101,20 +1026,18 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object accessId_ = ""; /** - * - * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The accessId. */ public java.lang.String getAccessId() { java.lang.Object ref = accessId_; 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(); accessId_ = s; return s; @@ -1123,21 +1046,20 @@ public java.lang.String getAccessId() { } } /** - * - * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for accessId. */ - public com.google.protobuf.ByteString getAccessIdBytes() { + public com.google.protobuf.ByteString + getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -1145,61 +1067,54 @@ public com.google.protobuf.ByteString getAccessIdBytes() { } } /** - * - * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The accessId to set. * @return This builder for chaining. */ - public Builder setAccessId(java.lang.String value) { + public Builder setAccessId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessId_ = value; onChanged(); return this; } /** - * - * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearAccessId() { - + accessId_ = getDefaultInstance().getAccessId(); onChanged(); return this; } /** - * - * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The bytes for accessId to set. * @return This builder for chaining. */ - public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { + public Builder setAccessIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessId_ = value; onChanged(); return this; @@ -1207,24 +1122,20 @@ public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object project_ = ""; /** - * - * *
-     * Immutable. Identifies the project that owns the service account of the specified HMAC
-     * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-     * be the project ID or project number.
+     * Immutable. Identifies the project that owns the service account of the
+     * specified HMAC key, in the format "projects/<projectIdentifier>".
+     * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -1233,25 +1144,22 @@ public java.lang.String getProject() { } } /** - * - * *
-     * Immutable. Identifies the project that owns the service account of the specified HMAC
-     * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-     * be the project ID or project number.
+     * Immutable. Identifies the project that owns the service account of the
+     * specified HMAC key, in the format "projects/<projectIdentifier>".
+     * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -1259,73 +1167,60 @@ public com.google.protobuf.ByteString getProjectBytes() { } } /** - * - * *
-     * Immutable. Identifies the project that owns the service account of the specified HMAC
-     * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-     * be the project ID or project number.
+     * Immutable. Identifies the project that owns the service account of the
+     * specified HMAC key, in the format "projects/<projectIdentifier>".
+     * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject(java.lang.String value) { + public Builder setProject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** - * - * *
-     * Immutable. Identifies the project that owns the service account of the specified HMAC
-     * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-     * be the project ID or project number.
+     * Immutable. Identifies the project that owns the service account of the
+     * specified HMAC key, in the format "projects/<projectIdentifier>".
+     * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** - * - * *
-     * Immutable. Identifies the project that owns the service account of the specified HMAC
-     * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-     * be the project ID or project number.
+     * Immutable. Identifies the project that owns the service account of the
+     * specified HMAC key, in the format "projects/<projectIdentifier>".
+     * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes(com.google.protobuf.ByteString value) { + public Builder setProjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = value; onChanged(); return this; @@ -1333,20 +1228,18 @@ public Builder setProjectBytes(com.google.protobuf.ByteString value) { private java.lang.Object serviceAccountEmail_ = ""; /** - * - * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The serviceAccountEmail. */ public java.lang.String getServiceAccountEmail() { java.lang.Object ref = serviceAccountEmail_; 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(); serviceAccountEmail_ = s; return s; @@ -1355,21 +1248,20 @@ public java.lang.String getServiceAccountEmail() { } } /** - * - * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for serviceAccountEmail. */ - public com.google.protobuf.ByteString getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString + getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -1377,61 +1269,54 @@ public com.google.protobuf.ByteString getServiceAccountEmailBytes() { } } /** - * - * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmail(java.lang.String value) { + public Builder setServiceAccountEmail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + serviceAccountEmail_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearServiceAccountEmail() { - + serviceAccountEmail_ = getDefaultInstance().getServiceAccountEmail(); onChanged(); return this; } /** - * - * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value) { + public Builder setServiceAccountEmailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + serviceAccountEmail_ = value; onChanged(); return this; @@ -1439,21 +1324,19 @@ public Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value) private java.lang.Object state_ = ""; /** - * - * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; - * * @return The state. */ public java.lang.String getState() { java.lang.Object ref = state_; 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(); state_ = s; return s; @@ -1462,22 +1345,21 @@ public java.lang.String getState() { } } /** - * - * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; - * * @return The bytes for state. */ - public com.google.protobuf.ByteString getStateBytes() { + public com.google.protobuf.ByteString + getStateBytes() { java.lang.Object ref = state_; 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); state_ = b; return b; } else { @@ -1485,64 +1367,57 @@ public com.google.protobuf.ByteString getStateBytes() { } } /** - * - * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; - * * @param value The state to set. * @return This builder for chaining. */ - public Builder setState(java.lang.String value) { + public Builder setState( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + state_ = value; onChanged(); return this; } /** - * - * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; - * * @return This builder for chaining. */ public Builder clearState() { - + state_ = getDefaultInstance().getState(); onChanged(); return this; } /** - * - * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; - * * @param value The bytes for state to set. * @return This builder for chaining. */ - public Builder setStateBytes(com.google.protobuf.ByteString value) { + public Builder setStateBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + state_ = value; onChanged(); return this; @@ -1550,58 +1425,39 @@ public Builder setStateBytes(com.google.protobuf.ByteString value) { 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 creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return createTimeBuilder_ != null || createTime_ != null; } /** - * - * *
      * Output only. The creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 6 [(.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 creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -1617,17 +1473,14 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.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(); onChanged(); @@ -1638,21 +1491,17 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -1664,15 +1513,11 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearCreateTime() { if (createTimeBuilder_ == null) { @@ -1686,64 +1531,48 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. The creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.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 creation time of the HMAC key.
      * 
* - * - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.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_; @@ -1751,58 +1580,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 modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return updateTimeBuilder_ != null || updateTime_ != null; } /** - * - * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 7 [(.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 modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -1818,17 +1628,14 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.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(); onChanged(); @@ -1839,21 +1646,17 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { if (updateTime_ != null) { updateTime_ = - com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); } else { updateTime_ = value; } @@ -1865,15 +1668,11 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearUpdateTime() { if (updateTimeBuilder_ == null) { @@ -1887,64 +1686,48 @@ public Builder clearUpdateTime() { return this; } /** - * - * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { - + onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.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 modification time of the HMAC key metadata.
      * 
* - * - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.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_; @@ -1952,20 +1735,18 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private java.lang.Object etag_ = ""; /** - * - * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; - * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -1974,21 +1755,20 @@ public java.lang.String getEtag() { } } /** - * - * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; - * * @return The bytes for etag. */ - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -1996,68 +1776,61 @@ public com.google.protobuf.ByteString getEtagBytes() { } } /** - * - * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; - * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag(java.lang.String value) { + public Builder setEtag( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** - * - * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; - * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** - * - * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; - * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes(com.google.protobuf.ByteString value) { + public Builder setEtagBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = 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); } @@ -2067,12 +1840,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.HmacKeyMetadata) } // @@protoc_insertion_point(class_scope:google.storage.v2.HmacKeyMetadata) private static final com.google.storage.v2.HmacKeyMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.HmacKeyMetadata(); } @@ -2081,27 +1854,27 @@ public static com.google.storage.v2.HmacKeyMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public HmacKeyMetadata 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 HmacKeyMetadata 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; @@ -2116,4 +1889,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.HmacKeyMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java similarity index 67% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java index a3ab3e0e79..9d52550ebb 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface HmacKeyMetadataOrBuilder - extends +public interface HmacKeyMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.HmacKeyMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Immutable. Resource name ID of the key in the format
    * <projectIdentifier>/<accessId>.
@@ -33,13 +15,10 @@ public interface HmacKeyMetadataOrBuilder
    * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The id. */ java.lang.String getId(); /** - * - * *
    * Immutable. Resource name ID of the key in the format
    * <projectIdentifier>/<accessId>.
@@ -47,219 +26,168 @@ public interface HmacKeyMetadataOrBuilder
    * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for id. */ - com.google.protobuf.ByteString getIdBytes(); + com.google.protobuf.ByteString + getIdBytes(); /** - * - * *
    * Immutable. Globally unique id for keys.
    * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The accessId. */ java.lang.String getAccessId(); /** - * - * *
    * Immutable. Globally unique id for keys.
    * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for accessId. */ - com.google.protobuf.ByteString getAccessIdBytes(); + com.google.protobuf.ByteString + getAccessIdBytes(); /** - * - * *
-   * Immutable. Identifies the project that owns the service account of the specified HMAC
-   * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-   * be the project ID or project number.
+   * Immutable. Identifies the project that owns the service account of the
+   * specified HMAC key, in the format "projects/<projectIdentifier>".
+   * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The project. */ java.lang.String getProject(); /** - * - * *
-   * Immutable. Identifies the project that owns the service account of the specified HMAC
-   * key, in the format "projects/<projectIdentifier>". <projectIdentifier> can
-   * be the project ID or project number.
+   * Immutable. Identifies the project that owns the service account of the
+   * specified HMAC key, in the format "projects/<projectIdentifier>".
+   * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - com.google.protobuf.ByteString getProjectBytes(); + com.google.protobuf.ByteString + getProjectBytes(); /** - * - * *
    * Output only. Email of the service account the key authenticates as.
    * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The serviceAccountEmail. */ java.lang.String getServiceAccountEmail(); /** - * - * *
    * Output only. Email of the service account the key authenticates as.
    * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for serviceAccountEmail. */ - com.google.protobuf.ByteString getServiceAccountEmailBytes(); + com.google.protobuf.ByteString + getServiceAccountEmailBytes(); /** - * - * *
    * State of the key. One of ACTIVE, INACTIVE, or DELETED.
    * Writable, can be updated by UpdateHmacKey operation.
    * 
* * string state = 5; - * * @return The state. */ java.lang.String getState(); /** - * - * *
    * State of the key. One of ACTIVE, INACTIVE, or DELETED.
    * Writable, can be updated by UpdateHmacKey operation.
    * 
* * string state = 5; - * * @return The bytes for state. */ - com.google.protobuf.ByteString getStateBytes(); + com.google.protobuf.ByteString + getStateBytes(); /** - * - * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** - * - * *
    * The etag of the HMAC key.
    * 
* * string etag = 8; - * * @return The etag. */ java.lang.String getEtag(); /** - * - * *
    * The etag of the HMAC key.
    * 
* * string etag = 8; - * * @return The bytes for etag. */ - com.google.protobuf.ByteString getEtagBytes(); + com.google.protobuf.ByteString + getEtagBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java similarity index 71% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java index 695bd5a643..cae0e38157 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for ListBuckets.
  * 
* * Protobuf type {@code google.storage.v2.ListBucketsRequest} */ -public final class ListBucketsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListBucketsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListBucketsRequest) ListBucketsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListBucketsRequest.newBuilder() to construct. private ListBucketsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListBucketsRequest() { parent_ = ""; pageToken_ = ""; @@ -45,44 +27,38 @@ private ListBucketsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListBucketsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListBucketsRequest.class, - com.google.storage.v2.ListBucketsRequest.Builder.class); + com.google.storage.v2.ListBucketsRequest.class, com.google.storage.v2.ListBucketsRequest.Builder.class); } private int bitField0_; public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. The project whose buckets we are listing.
    * 
* - * - * 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 @@ -91,31 +67,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; } } /** - * - * *
    * Required. The project whose buckets we are listing.
    * 
* - * - * 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 { @@ -126,8 +100,6 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** - * - * *
    * Maximum number of buckets to return in a single response. The service will
    * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -136,7 +108,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -147,15 +118,12 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** - * - * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; - * * @return The pageToken. */ @java.lang.Override @@ -164,30 +132,30 @@ 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; } } /** - * - * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * 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 { @@ -198,14 +166,11 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int PREFIX_FIELD_NUMBER = 4; private volatile java.lang.Object prefix_; /** - * - * *
    * Filter results to buckets whose names begin with this prefix.
    * 
* * string prefix = 4; - * * @return The prefix. */ @java.lang.Override @@ -214,29 +179,29 @@ public java.lang.String getPrefix() { 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(); prefix_ = s; return s; } } /** - * - * *
    * Filter results to buckets whose names begin with this prefix.
    * 
* * string prefix = 4; - * * @return The bytes for prefix. */ @java.lang.Override - public com.google.protobuf.ByteString getPrefixBytes() { + public com.google.protobuf.ByteString + getPrefixBytes() { java.lang.Object ref = prefix_; 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); prefix_ = b; return b; } else { @@ -247,8 +212,6 @@ public com.google.protobuf.ByteString getPrefixBytes() { public static final int READ_MASK_FIELD_NUMBER = 5; private com.google.protobuf.FieldMask readMask_; /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -257,7 +220,6 @@ public com.google.protobuf.ByteString getPrefixBytes() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return Whether the readMask field is set. */ @java.lang.Override @@ -265,8 +227,6 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -275,7 +235,6 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return The readMask. */ @java.lang.Override @@ -283,8 +242,6 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -300,7 +257,6 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -312,7 +268,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_);
     }
@@ -341,7 +298,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,7 +308,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, prefix_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getReadMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, getReadMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -360,20 +319,25 @@ 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.storage.v2.ListBucketsRequest)) {
       return super.equals(obj);
     }
     com.google.storage.v2.ListBucketsRequest other = (com.google.storage.v2.ListBucketsRequest) obj;
 
-    if (!getParent().equals(other.getParent())) return false;
-    if (getPageSize() != other.getPageSize()) return false;
-    if (!getPageToken().equals(other.getPageToken())) return false;
-    if (!getPrefix().equals(other.getPrefix())) return false;
+    if (!getParent()
+        .equals(other.getParent())) return false;
+    if (getPageSize()
+        != other.getPageSize()) return false;
+    if (!getPageToken()
+        .equals(other.getPageToken())) return false;
+    if (!getPrefix()
+        .equals(other.getPrefix())) return false;
     if (hasReadMask() != other.hasReadMask()) return false;
     if (hasReadMask()) {
-      if (!getReadMask().equals(other.getReadMask())) return false;
+      if (!getReadMask()
+          .equals(other.getReadMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -403,127 +367,118 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ListBucketsRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ListBucketsRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.storage.v2.ListBucketsRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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 message for ListBuckets.
    * 
* * Protobuf type {@code google.storage.v2.ListBucketsRequest} */ - 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.storage.v2.ListBucketsRequest) com.google.storage.v2.ListBucketsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListBucketsRequest.class, - com.google.storage.v2.ListBucketsRequest.Builder.class); + com.google.storage.v2.ListBucketsRequest.class, com.google.storage.v2.ListBucketsRequest.Builder.class); } // Construct using com.google.storage.v2.ListBucketsRequest.newBuilder() @@ -531,17 +486,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -563,9 +518,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_descriptor; } @java.lang.Override @@ -584,8 +539,7 @@ public com.google.storage.v2.ListBucketsRequest build() { @java.lang.Override public com.google.storage.v2.ListBucketsRequest buildPartial() { - com.google.storage.v2.ListBucketsRequest result = - new com.google.storage.v2.ListBucketsRequest(this); + com.google.storage.v2.ListBucketsRequest result = new com.google.storage.v2.ListBucketsRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.parent_ = parent_; @@ -609,39 +563,38 @@ public com.google.storage.v2.ListBucketsRequest 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) { + 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.storage.v2.ListBucketsRequest) { - return mergeFrom((com.google.storage.v2.ListBucketsRequest) other); + return mergeFrom((com.google.storage.v2.ListBucketsRequest)other); } else { super.mergeFrom(other); return this; @@ -694,43 +647,39 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); + case 10: { + parent_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 16: - { - pageSize_ = input.readInt32(); + break; + } // case 10 + case 16: { + pageSize_ = input.readInt32(); - break; - } // case 16 - case 26: - { - pageToken_ = input.readStringRequireUtf8(); + break; + } // case 16 + case 26: { + pageToken_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 34: - { - prefix_ = input.readStringRequireUtf8(); + break; + } // case 26 + case 34: { + prefix_ = input.readStringRequireUtf8(); - break; - } // case 34 - case 42: - { - input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 42 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 34 + case 42: { + input.readMessage( + getReadMaskFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + 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) { @@ -740,27 +689,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The project whose buckets we are listing.
      * 
* - * - * 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; @@ -769,23 +713,20 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The project whose buckets we are listing.
      * 
* - * - * 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 { @@ -793,76 +734,61 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The project whose buckets we are listing.
      * 
* - * - * 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) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. The project whose buckets we are listing.
      * 
* - * - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. The project whose buckets we are listing.
      * 
* - * - * 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) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * Maximum number of buckets to return in a single response. The service will
      * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -871,7 +797,6 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -879,8 +804,6 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * Maximum number of buckets to return in a single response. The service will
      * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -889,19 +812,16 @@ public int getPageSize() {
      * 
* * int32 page_size = 2; - * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** - * - * *
      * Maximum number of buckets to return in a single response. The service will
      * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -910,11 +830,10 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 2; - * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -922,21 +841,19 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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; @@ -945,22 +862,21 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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 { @@ -968,64 +884,57 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * string page_token = 3; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { + public Builder setPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * string page_token = 3; - * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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) { + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = value; onChanged(); return this; @@ -1033,20 +942,18 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object prefix_ = ""; /** - * - * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; - * * @return The prefix. */ public java.lang.String getPrefix() { java.lang.Object ref = prefix_; 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(); prefix_ = s; return s; @@ -1055,21 +962,20 @@ public java.lang.String getPrefix() { } } /** - * - * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; - * * @return The bytes for prefix. */ - public com.google.protobuf.ByteString getPrefixBytes() { + public com.google.protobuf.ByteString + getPrefixBytes() { java.lang.Object ref = prefix_; 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); prefix_ = b; return b; } else { @@ -1077,61 +983,54 @@ public com.google.protobuf.ByteString getPrefixBytes() { } } /** - * - * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; - * * @param value The prefix to set. * @return This builder for chaining. */ - public Builder setPrefix(java.lang.String value) { + public Builder setPrefix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + prefix_ = value; onChanged(); return this; } /** - * - * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; - * * @return This builder for chaining. */ public Builder clearPrefix() { - + prefix_ = getDefaultInstance().getPrefix(); onChanged(); return this; } /** - * - * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; - * * @param value The bytes for prefix to set. * @return This builder for chaining. */ - public Builder setPrefixBytes(com.google.protobuf.ByteString value) { + public Builder setPrefixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + prefix_ = value; onChanged(); return this; @@ -1139,13 +1038,8 @@ public Builder setPrefixBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - readMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; /** - * - * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1154,15 +1048,12 @@ public Builder setPrefixBytes(com.google.protobuf.ByteString value) {
      * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1171,7 +1062,6 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -1182,8 +1072,6 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** - * - * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1207,8 +1095,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1218,7 +1104,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 5;
      */
-    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(
+        com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -1229,8 +1116,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1242,11 +1127,11 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0)
-            && readMask_ != null
-            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0) &&
+            readMask_ != null &&
+            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -1258,8 +1143,6 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1280,8 +1163,6 @@ public Builder clearReadMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1297,8 +1178,6 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1312,12 +1191,11 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ?
+            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1328,24 +1206,21 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask,
-            com.google.protobuf.FieldMask.Builder,
-            com.google.protobuf.FieldMaskOrBuilder>
+        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.FieldMask,
-                com.google.protobuf.FieldMask.Builder,
-                com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(), getParentForChildren(), isClean());
+        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(),
+                getParentForChildren(),
+                isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
     }
-
     @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);
     }
 
@@ -1355,12 +1230,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.ListBucketsRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.ListBucketsRequest)
   private static final com.google.storage.v2.ListBucketsRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.ListBucketsRequest();
   }
@@ -1369,27 +1244,27 @@ public static com.google.storage.v2.ListBucketsRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ListBucketsRequest 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 ListBucketsRequest 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;
@@ -1404,4 +1279,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.ListBucketsRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
similarity index 71%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
index 0afd2226ce..070860d103 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
@@ -1,60 +1,33 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface ListBucketsRequestOrBuilder
-    extends
+public interface ListBucketsRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.ListBucketsRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The project whose buckets we are listing.
    * 
* - * - * 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 project whose buckets we are listing.
    * 
* - * - * 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(); /** - * - * *
    * Maximum number of buckets to return in a single response. The service will
    * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -63,66 +36,53 @@ public interface ListBucketsRequestOrBuilder
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); /** - * - * *
    * Filter results to buckets whose names begin with this prefix.
    * 
* * string prefix = 4; - * * @return The prefix. */ java.lang.String getPrefix(); /** - * - * *
    * Filter results to buckets whose names begin with this prefix.
    * 
* * string prefix = 4; - * * @return The bytes for prefix. */ - com.google.protobuf.ByteString getPrefixBytes(); + com.google.protobuf.ByteString + getPrefixBytes(); /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -131,13 +91,10 @@ public interface ListBucketsRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -146,13 +103,10 @@ public interface ListBucketsRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; - * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
similarity index 71%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
index 6798e3129f..b940588a4d 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
@@ -1,42 +1,24 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * The result of a call to Buckets.ListBuckets
  * 
* * Protobuf type {@code google.storage.v2.ListBucketsResponse} */ -public final class ListBucketsResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListBucketsResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListBucketsResponse) ListBucketsResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListBucketsResponse.newBuilder() to construct. private ListBucketsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListBucketsResponse() { buckets_ = java.util.Collections.emptyList(); nextPageToken_ = ""; @@ -44,35 +26,32 @@ private ListBucketsResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListBucketsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListBucketsResponse.class, - com.google.storage.v2.ListBucketsResponse.Builder.class); + com.google.storage.v2.ListBucketsResponse.class, com.google.storage.v2.ListBucketsResponse.Builder.class); } public static final int BUCKETS_FIELD_NUMBER = 1; private java.util.List buckets_; /** - * - * *
    * The list of items.
    * 
@@ -84,8 +63,6 @@ public java.util.List getBucketsList() { return buckets_; } /** - * - * *
    * The list of items.
    * 
@@ -93,12 +70,11 @@ public java.util.List getBucketsList() { * repeated .google.storage.v2.Bucket buckets = 1; */ @java.lang.Override - public java.util.List getBucketsOrBuilderList() { + public java.util.List + getBucketsOrBuilderList() { return buckets_; } /** - * - * *
    * The list of items.
    * 
@@ -110,8 +86,6 @@ public int getBucketsCount() { return buckets_.size(); } /** - * - * *
    * The list of items.
    * 
@@ -123,8 +97,6 @@ public com.google.storage.v2.Bucket getBuckets(int index) { return buckets_.get(index); } /** - * - * *
    * The list of items.
    * 
@@ -132,22 +104,20 @@ public com.google.storage.v2.Bucket getBuckets(int index) { * repeated .google.storage.v2.Bucket buckets = 1; */ @java.lang.Override - public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder(int index) { + public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder( + int index) { return buckets_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object nextPageToken_; /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -156,30 +126,30 @@ 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; } } /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * 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 { @@ -188,7 +158,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -200,7 +169,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 < buckets_.size(); i++) { output.writeMessage(1, buckets_.get(i)); } @@ -217,7 +187,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < buckets_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, buckets_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, buckets_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -230,16 +201,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.storage.v2.ListBucketsResponse)) { return super.equals(obj); } - com.google.storage.v2.ListBucketsResponse other = - (com.google.storage.v2.ListBucketsResponse) obj; + com.google.storage.v2.ListBucketsResponse other = (com.google.storage.v2.ListBucketsResponse) obj; - if (!getBucketsList().equals(other.getBucketsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getBucketsList() + .equals(other.getBucketsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -262,136 +234,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListBucketsResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ListBucketsResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ListBucketsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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 result of a call to Buckets.ListBuckets
    * 
* * Protobuf type {@code google.storage.v2.ListBucketsResponse} */ - 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.storage.v2.ListBucketsResponse) com.google.storage.v2.ListBucketsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListBucketsResponse.class, - com.google.storage.v2.ListBucketsResponse.Builder.class); + com.google.storage.v2.ListBucketsResponse.class, com.google.storage.v2.ListBucketsResponse.Builder.class); } // Construct using com.google.storage.v2.ListBucketsResponse.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(); @@ -408,9 +374,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListBucketsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_descriptor; } @java.lang.Override @@ -429,8 +395,7 @@ public com.google.storage.v2.ListBucketsResponse build() { @java.lang.Override public com.google.storage.v2.ListBucketsResponse buildPartial() { - com.google.storage.v2.ListBucketsResponse result = - new com.google.storage.v2.ListBucketsResponse(this); + com.google.storage.v2.ListBucketsResponse result = new com.google.storage.v2.ListBucketsResponse(this); int from_bitField0_ = bitField0_; if (bucketsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -450,39 +415,38 @@ public com.google.storage.v2.ListBucketsResponse 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) { + 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.storage.v2.ListBucketsResponse) { - return mergeFrom((com.google.storage.v2.ListBucketsResponse) other); + return mergeFrom((com.google.storage.v2.ListBucketsResponse)other); } else { super.mergeFrom(other); return this; @@ -509,10 +473,9 @@ public Builder mergeFrom(com.google.storage.v2.ListBucketsResponse other) { bucketsBuilder_ = null; buckets_ = other.buckets_; bitField0_ = (bitField0_ & ~0x00000001); - bucketsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getBucketsFieldBuilder() - : null; + bucketsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getBucketsFieldBuilder() : null; } else { bucketsBuilder_.addAllMessages(other.buckets_); } @@ -548,31 +511,30 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.storage.v2.Bucket m = - input.readMessage(com.google.storage.v2.Bucket.parser(), extensionRegistry); - if (bucketsBuilder_ == null) { - ensureBucketsIsMutable(); - buckets_.add(m); - } else { - bucketsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: - { - nextPageToken_ = input.readStringRequireUtf8(); + case 10: { + com.google.storage.v2.Bucket m = + input.readMessage( + com.google.storage.v2.Bucket.parser(), + extensionRegistry); + if (bucketsBuilder_ == null) { + ensureBucketsIsMutable(); + buckets_.add(m); + } else { + bucketsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: { + nextPageToken_ = input.readStringRequireUtf8(); - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -582,28 +544,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List buckets_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureBucketsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { buckets_ = new java.util.ArrayList(buckets_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Bucket, - com.google.storage.v2.Bucket.Builder, - com.google.storage.v2.BucketOrBuilder> - bucketsBuilder_; + com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> bucketsBuilder_; /** - * - * *
      * The list of items.
      * 
@@ -618,8 +573,6 @@ public java.util.List getBucketsList() { } } /** - * - * *
      * The list of items.
      * 
@@ -634,8 +587,6 @@ public int getBucketsCount() { } } /** - * - * *
      * The list of items.
      * 
@@ -650,15 +601,14 @@ public com.google.storage.v2.Bucket getBuckets(int index) { } } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder setBuckets(int index, com.google.storage.v2.Bucket value) { + public Builder setBuckets( + int index, com.google.storage.v2.Bucket value) { if (bucketsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -672,15 +622,14 @@ public Builder setBuckets(int index, com.google.storage.v2.Bucket value) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder setBuckets(int index, com.google.storage.v2.Bucket.Builder builderForValue) { + public Builder setBuckets( + int index, com.google.storage.v2.Bucket.Builder builderForValue) { if (bucketsBuilder_ == null) { ensureBucketsIsMutable(); buckets_.set(index, builderForValue.build()); @@ -691,8 +640,6 @@ public Builder setBuckets(int index, com.google.storage.v2.Bucket.Builder builde return this; } /** - * - * *
      * The list of items.
      * 
@@ -713,15 +660,14 @@ public Builder addBuckets(com.google.storage.v2.Bucket value) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder addBuckets(int index, com.google.storage.v2.Bucket value) { + public Builder addBuckets( + int index, com.google.storage.v2.Bucket value) { if (bucketsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -735,15 +681,14 @@ public Builder addBuckets(int index, com.google.storage.v2.Bucket value) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder addBuckets(com.google.storage.v2.Bucket.Builder builderForValue) { + public Builder addBuckets( + com.google.storage.v2.Bucket.Builder builderForValue) { if (bucketsBuilder_ == null) { ensureBucketsIsMutable(); buckets_.add(builderForValue.build()); @@ -754,15 +699,14 @@ public Builder addBuckets(com.google.storage.v2.Bucket.Builder builderForValue) return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder addBuckets(int index, com.google.storage.v2.Bucket.Builder builderForValue) { + public Builder addBuckets( + int index, com.google.storage.v2.Bucket.Builder builderForValue) { if (bucketsBuilder_ == null) { ensureBucketsIsMutable(); buckets_.add(index, builderForValue.build()); @@ -773,8 +717,6 @@ public Builder addBuckets(int index, com.google.storage.v2.Bucket.Builder builde return this; } /** - * - * *
      * The list of items.
      * 
@@ -785,7 +727,8 @@ public Builder addAllBuckets( java.lang.Iterable values) { if (bucketsBuilder_ == null) { ensureBucketsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, buckets_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, buckets_); onChanged(); } else { bucketsBuilder_.addAllMessages(values); @@ -793,8 +736,6 @@ public Builder addAllBuckets( return this; } /** - * - * *
      * The list of items.
      * 
@@ -812,8 +753,6 @@ public Builder clearBuckets() { return this; } /** - * - * *
      * The list of items.
      * 
@@ -831,44 +770,39 @@ public Builder removeBuckets(int index) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public com.google.storage.v2.Bucket.Builder getBucketsBuilder(int index) { + public com.google.storage.v2.Bucket.Builder getBucketsBuilder( + int index) { return getBucketsFieldBuilder().getBuilder(index); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder(int index) { + public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder( + int index) { if (bucketsBuilder_ == null) { - return buckets_.get(index); - } else { + return buckets_.get(index); } else { return bucketsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public java.util.List - getBucketsOrBuilderList() { + public java.util.List + getBucketsOrBuilderList() { if (bucketsBuilder_ != null) { return bucketsBuilder_.getMessageOrBuilderList(); } else { @@ -876,8 +810,6 @@ public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder(int index) { } } /** - * - * *
      * The list of items.
      * 
@@ -885,46 +817,42 @@ public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder(int index) { * repeated .google.storage.v2.Bucket buckets = 1; */ public com.google.storage.v2.Bucket.Builder addBucketsBuilder() { - return getBucketsFieldBuilder().addBuilder(com.google.storage.v2.Bucket.getDefaultInstance()); + return getBucketsFieldBuilder().addBuilder( + com.google.storage.v2.Bucket.getDefaultInstance()); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public com.google.storage.v2.Bucket.Builder addBucketsBuilder(int index) { - return getBucketsFieldBuilder() - .addBuilder(index, com.google.storage.v2.Bucket.getDefaultInstance()); + public com.google.storage.v2.Bucket.Builder addBucketsBuilder( + int index) { + return getBucketsFieldBuilder().addBuilder( + index, com.google.storage.v2.Bucket.getDefaultInstance()); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public java.util.List getBucketsBuilderList() { + public java.util.List + getBucketsBuilderList() { return getBucketsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Bucket, - com.google.storage.v2.Bucket.Builder, - com.google.storage.v2.BucketOrBuilder> + com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> getBucketsFieldBuilder() { if (bucketsBuilder_ == null) { - bucketsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Bucket, - com.google.storage.v2.Bucket.Builder, - com.google.storage.v2.BucketOrBuilder>( - buckets_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + bucketsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder>( + buckets_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); buckets_ = null; } return bucketsBuilder_; @@ -932,21 +860,19 @@ public java.util.List getBucketsBuilderLis private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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; @@ -955,22 +881,21 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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 { @@ -978,71 +903,64 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { + public Builder setNextPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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) { + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -1052,12 +970,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ListBucketsResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListBucketsResponse) private static final com.google.storage.v2.ListBucketsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ListBucketsResponse(); } @@ -1066,27 +984,27 @@ public static com.google.storage.v2.ListBucketsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBucketsResponse 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 ListBucketsResponse 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; @@ -1101,4 +1019,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListBucketsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java similarity index 63% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java index cdc9f1f78e..2ba5c5a1e9 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java @@ -1,41 +1,22 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListBucketsResponseOrBuilder - extends +public interface ListBucketsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListBucketsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - java.util.List getBucketsList(); + java.util.List + getBucketsList(); /** - * - * *
    * The list of items.
    * 
@@ -44,8 +25,6 @@ public interface ListBucketsResponseOrBuilder */ com.google.storage.v2.Bucket getBuckets(int index); /** - * - * *
    * The list of items.
    * 
@@ -54,50 +33,43 @@ public interface ListBucketsResponseOrBuilder */ int getBucketsCount(); /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - java.util.List getBucketsOrBuilderList(); + java.util.List + getBucketsOrBuilderList(); /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder(int index); + com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder( + int index); /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java similarity index 68% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java index f7af56840f..d90c0bfcbb 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request to fetch a list of HMAC keys under a given project.
  * 
* * Protobuf type {@code google.storage.v2.ListHmacKeysRequest} */ -public final class ListHmacKeysRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListHmacKeysRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListHmacKeysRequest) ListHmacKeysRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListHmacKeysRequest.newBuilder() to construct. private ListHmacKeysRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListHmacKeysRequest() { project_ = ""; pageToken_ = ""; @@ -45,45 +27,39 @@ private ListHmacKeysRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListHmacKeysRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListHmacKeysRequest.class, - com.google.storage.v2.ListHmacKeysRequest.Builder.class); + com.google.storage.v2.ListHmacKeysRequest.class, com.google.storage.v2.ListHmacKeysRequest.Builder.class); } public static final int PROJECT_FIELD_NUMBER = 1; private volatile java.lang.Object project_; /** - * - * *
    * Required. The project to list HMAC keys for, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ @java.lang.Override @@ -92,33 +68,31 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** - * - * *
    * Required. The project to list HMAC keys for, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -129,14 +103,11 @@ public com.google.protobuf.ByteString getProjectBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** - * - * *
    * The maximum number of keys to return.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -147,14 +118,11 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** - * - * *
    * A previously returned token from ListHmacKeysResponse to get the next page.
    * 
* * string page_token = 3; - * * @return The pageToken. */ @java.lang.Override @@ -163,29 +131,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; } } /** - * - * *
    * A previously returned token from ListHmacKeysResponse to get the next page.
    * 
* * 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 { @@ -196,14 +164,11 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER = 4; private volatile java.lang.Object serviceAccountEmail_; /** - * - * *
    * If set, filters to only return HMAC keys for specified service account.
    * 
* * string service_account_email = 4; - * * @return The serviceAccountEmail. */ @java.lang.Override @@ -212,29 +177,29 @@ public java.lang.String getServiceAccountEmail() { 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(); serviceAccountEmail_ = s; return s; } } /** - * - * *
    * If set, filters to only return HMAC keys for specified service account.
    * 
* * string service_account_email = 4; - * * @return The bytes for serviceAccountEmail. */ @java.lang.Override - public com.google.protobuf.ByteString getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString + getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -245,14 +210,11 @@ public com.google.protobuf.ByteString getServiceAccountEmailBytes() { public static final int SHOW_DELETED_KEYS_FIELD_NUMBER = 5; private boolean showDeletedKeys_; /** - * - * *
    * If set, return deleted keys that have not yet been wiped out.
    * 
* * bool show_deleted_keys = 5; - * * @return The showDeletedKeys. */ @java.lang.Override @@ -261,7 +223,6 @@ public boolean getShowDeletedKeys() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -273,7 +234,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(project_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, project_); } @@ -302,7 +264,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, project_); } 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_); @@ -311,7 +274,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, serviceAccountEmail_); } if (showDeletedKeys_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, showDeletedKeys_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(5, showDeletedKeys_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -321,19 +285,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.storage.v2.ListHmacKeysRequest)) { return super.equals(obj); } - com.google.storage.v2.ListHmacKeysRequest other = - (com.google.storage.v2.ListHmacKeysRequest) obj; - - if (!getProject().equals(other.getProject())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; - if (!getServiceAccountEmail().equals(other.getServiceAccountEmail())) return false; - if (getShowDeletedKeys() != other.getShowDeletedKeys()) return false; + com.google.storage.v2.ListHmacKeysRequest other = (com.google.storage.v2.ListHmacKeysRequest) obj; + + if (!getProject() + .equals(other.getProject())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; + if (!getServiceAccountEmail() + .equals(other.getServiceAccountEmail())) return false; + if (getShowDeletedKeys() + != other.getShowDeletedKeys()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -354,142 +322,137 @@ public int hashCode() { hash = (37 * hash) + SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER; hash = (53 * hash) + getServiceAccountEmail().hashCode(); hash = (37 * hash) + SHOW_DELETED_KEYS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getShowDeletedKeys()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getShowDeletedKeys()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.ListHmacKeysRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ListHmacKeysRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ListHmacKeysRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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 to fetch a list of HMAC keys under a given project.
    * 
* * Protobuf type {@code google.storage.v2.ListHmacKeysRequest} */ - 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.storage.v2.ListHmacKeysRequest) com.google.storage.v2.ListHmacKeysRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListHmacKeysRequest.class, - com.google.storage.v2.ListHmacKeysRequest.Builder.class); + com.google.storage.v2.ListHmacKeysRequest.class, com.google.storage.v2.ListHmacKeysRequest.Builder.class); } // Construct using com.google.storage.v2.ListHmacKeysRequest.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(); @@ -507,9 +470,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; } @java.lang.Override @@ -528,8 +491,7 @@ public com.google.storage.v2.ListHmacKeysRequest build() { @java.lang.Override public com.google.storage.v2.ListHmacKeysRequest buildPartial() { - com.google.storage.v2.ListHmacKeysRequest result = - new com.google.storage.v2.ListHmacKeysRequest(this); + com.google.storage.v2.ListHmacKeysRequest result = new com.google.storage.v2.ListHmacKeysRequest(this); result.project_ = project_; result.pageSize_ = pageSize_; result.pageToken_ = pageToken_; @@ -543,39 +505,38 @@ public com.google.storage.v2.ListHmacKeysRequest 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) { + 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.storage.v2.ListHmacKeysRequest) { - return mergeFrom((com.google.storage.v2.ListHmacKeysRequest) other); + return mergeFrom((com.google.storage.v2.ListHmacKeysRequest)other); } else { super.mergeFrom(other); return this; @@ -628,43 +589,37 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - project_ = input.readStringRequireUtf8(); + case 10: { + project_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 16: - { - pageSize_ = input.readInt32(); + break; + } // case 10 + case 16: { + pageSize_ = input.readInt32(); - break; - } // case 16 - case 26: - { - pageToken_ = input.readStringRequireUtf8(); + break; + } // case 16 + case 26: { + pageToken_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 34: - { - serviceAccountEmail_ = input.readStringRequireUtf8(); + break; + } // case 26 + case 34: { + serviceAccountEmail_ = input.readStringRequireUtf8(); - break; - } // case 34 - case 40: - { - showDeletedKeys_ = input.readBool(); + break; + } // case 34 + case 40: { + showDeletedKeys_ = input.readBool(); - break; - } // case 40 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 40 + 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) { @@ -677,24 +632,20 @@ public Builder mergeFrom( private java.lang.Object project_ = ""; /** - * - * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -703,25 +654,22 @@ public java.lang.String getProject() { } } /** - * - * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - public com.google.protobuf.ByteString getProjectBytes() { + public com.google.protobuf.ByteString + getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -729,88 +677,72 @@ public com.google.protobuf.ByteString getProjectBytes() { } } /** - * - * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject(java.lang.String value) { + public Builder setProject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** - * - * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** - * - * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes(com.google.protobuf.ByteString value) { + public Builder setProjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = value; onChanged(); return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * The maximum number of keys to return.
      * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -818,36 +750,30 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * The maximum number of keys to return.
      * 
* * int32 page_size = 2; - * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** - * - * *
      * The maximum number of keys to return.
      * 
* * int32 page_size = 2; - * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -855,20 +781,18 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * 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; @@ -877,21 +801,20 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * 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 { @@ -899,61 +822,54 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * string page_token = 3; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { + public Builder setPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** - * - * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * string page_token = 3; - * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** - * - * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * 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) { + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = value; onChanged(); return this; @@ -961,20 +877,18 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object serviceAccountEmail_ = ""; /** - * - * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; - * * @return The serviceAccountEmail. */ public java.lang.String getServiceAccountEmail() { java.lang.Object ref = serviceAccountEmail_; 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(); serviceAccountEmail_ = s; return s; @@ -983,21 +897,20 @@ public java.lang.String getServiceAccountEmail() { } } /** - * - * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; - * * @return The bytes for serviceAccountEmail. */ - public com.google.protobuf.ByteString getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString + getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -1005,76 +918,66 @@ public com.google.protobuf.ByteString getServiceAccountEmailBytes() { } } /** - * - * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; - * * @param value The serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmail(java.lang.String value) { + public Builder setServiceAccountEmail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + serviceAccountEmail_ = value; onChanged(); return this; } /** - * - * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; - * * @return This builder for chaining. */ public Builder clearServiceAccountEmail() { - + serviceAccountEmail_ = getDefaultInstance().getServiceAccountEmail(); onChanged(); return this; } /** - * - * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; - * * @param value The bytes for serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value) { + public Builder setServiceAccountEmailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + serviceAccountEmail_ = value; onChanged(); return this; } - private boolean showDeletedKeys_; + private boolean showDeletedKeys_ ; /** - * - * *
      * If set, return deleted keys that have not yet been wiped out.
      * 
* * bool show_deleted_keys = 5; - * * @return The showDeletedKeys. */ @java.lang.Override @@ -1082,43 +985,37 @@ public boolean getShowDeletedKeys() { return showDeletedKeys_; } /** - * - * *
      * If set, return deleted keys that have not yet been wiped out.
      * 
* * bool show_deleted_keys = 5; - * * @param value The showDeletedKeys to set. * @return This builder for chaining. */ public Builder setShowDeletedKeys(boolean value) { - + showDeletedKeys_ = value; onChanged(); return this; } /** - * - * *
      * If set, return deleted keys that have not yet been wiped out.
      * 
* * bool show_deleted_keys = 5; - * * @return This builder for chaining. */ public Builder clearShowDeletedKeys() { - + showDeletedKeys_ = false; 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); } @@ -1128,12 +1025,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ListHmacKeysRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListHmacKeysRequest) private static final com.google.storage.v2.ListHmacKeysRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ListHmacKeysRequest(); } @@ -1142,27 +1039,27 @@ public static com.google.storage.v2.ListHmacKeysRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListHmacKeysRequest 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 ListHmacKeysRequest 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; @@ -1177,4 +1074,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListHmacKeysRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java similarity index 63% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java index efab34381f..c27fa1a34e 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java @@ -1,133 +1,92 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListHmacKeysRequestOrBuilder - extends +public interface ListHmacKeysRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListHmacKeysRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The project to list HMAC keys for, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The project. */ java.lang.String getProject(); /** - * - * *
    * Required. The project to list HMAC keys for, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for project. */ - com.google.protobuf.ByteString getProjectBytes(); + com.google.protobuf.ByteString + getProjectBytes(); /** - * - * *
    * The maximum number of keys to return.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * A previously returned token from ListHmacKeysResponse to get the next page.
    * 
* * string page_token = 3; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * A previously returned token from ListHmacKeysResponse to get the next page.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); /** - * - * *
    * If set, filters to only return HMAC keys for specified service account.
    * 
* * string service_account_email = 4; - * * @return The serviceAccountEmail. */ java.lang.String getServiceAccountEmail(); /** - * - * *
    * If set, filters to only return HMAC keys for specified service account.
    * 
* * string service_account_email = 4; - * * @return The bytes for serviceAccountEmail. */ - com.google.protobuf.ByteString getServiceAccountEmailBytes(); + com.google.protobuf.ByteString + getServiceAccountEmailBytes(); /** - * - * *
    * If set, return deleted keys that have not yet been wiped out.
    * 
* * bool show_deleted_keys = 5; - * * @return The showDeletedKeys. */ boolean getShowDeletedKeys(); diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java similarity index 71% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java index 0b564c7561..642cf38198 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Hmac key list response with next page information.
  * 
* * Protobuf type {@code google.storage.v2.ListHmacKeysResponse} */ -public final class ListHmacKeysResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListHmacKeysResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListHmacKeysResponse) ListHmacKeysResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListHmacKeysResponse.newBuilder() to construct. private ListHmacKeysResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListHmacKeysResponse() { hmacKeys_ = java.util.Collections.emptyList(); nextPageToken_ = ""; @@ -44,35 +26,32 @@ private ListHmacKeysResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListHmacKeysResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListHmacKeysResponse.class, - com.google.storage.v2.ListHmacKeysResponse.Builder.class); + com.google.storage.v2.ListHmacKeysResponse.class, com.google.storage.v2.ListHmacKeysResponse.Builder.class); } public static final int HMAC_KEYS_FIELD_NUMBER = 1; private java.util.List hmacKeys_; /** - * - * *
    * The list of items.
    * 
@@ -84,8 +63,6 @@ public java.util.List getHmacKeysList() { return hmacKeys_; } /** - * - * *
    * The list of items.
    * 
@@ -93,13 +70,11 @@ public java.util.List getHmacKeysList() { * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ @java.lang.Override - public java.util.List + public java.util.List getHmacKeysOrBuilderList() { return hmacKeys_; } /** - * - * *
    * The list of items.
    * 
@@ -111,8 +86,6 @@ public int getHmacKeysCount() { return hmacKeys_.size(); } /** - * - * *
    * The list of items.
    * 
@@ -124,8 +97,6 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKeys(int index) { return hmacKeys_.get(index); } /** - * - * *
    * The list of items.
    * 
@@ -133,22 +104,20 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKeys(int index) { * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ @java.lang.Override - public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int index) { + public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder( + int index) { return hmacKeys_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object nextPageToken_; /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -157,30 +126,30 @@ 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; } } /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * 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 { @@ -189,7 +158,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -201,7 +169,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 < hmacKeys_.size(); i++) { output.writeMessage(1, hmacKeys_.get(i)); } @@ -218,7 +187,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < hmacKeys_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, hmacKeys_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, hmacKeys_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -231,16 +201,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.storage.v2.ListHmacKeysResponse)) { return super.equals(obj); } - com.google.storage.v2.ListHmacKeysResponse other = - (com.google.storage.v2.ListHmacKeysResponse) obj; + com.google.storage.v2.ListHmacKeysResponse other = (com.google.storage.v2.ListHmacKeysResponse) obj; - if (!getHmacKeysList().equals(other.getHmacKeysList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getHmacKeysList() + .equals(other.getHmacKeysList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -263,136 +234,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListHmacKeysResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ListHmacKeysResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ListHmacKeysResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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; } /** - * - * *
    * Hmac key list response with next page information.
    * 
* * Protobuf type {@code google.storage.v2.ListHmacKeysResponse} */ - 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.storage.v2.ListHmacKeysResponse) com.google.storage.v2.ListHmacKeysResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListHmacKeysResponse.class, - com.google.storage.v2.ListHmacKeysResponse.Builder.class); + com.google.storage.v2.ListHmacKeysResponse.class, com.google.storage.v2.ListHmacKeysResponse.Builder.class); } // Construct using com.google.storage.v2.ListHmacKeysResponse.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(); @@ -409,9 +374,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; } @java.lang.Override @@ -430,8 +395,7 @@ public com.google.storage.v2.ListHmacKeysResponse build() { @java.lang.Override public com.google.storage.v2.ListHmacKeysResponse buildPartial() { - com.google.storage.v2.ListHmacKeysResponse result = - new com.google.storage.v2.ListHmacKeysResponse(this); + com.google.storage.v2.ListHmacKeysResponse result = new com.google.storage.v2.ListHmacKeysResponse(this); int from_bitField0_ = bitField0_; if (hmacKeysBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -451,39 +415,38 @@ public com.google.storage.v2.ListHmacKeysResponse 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) { + 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.storage.v2.ListHmacKeysResponse) { - return mergeFrom((com.google.storage.v2.ListHmacKeysResponse) other); + return mergeFrom((com.google.storage.v2.ListHmacKeysResponse)other); } else { super.mergeFrom(other); return this; @@ -510,10 +473,9 @@ public Builder mergeFrom(com.google.storage.v2.ListHmacKeysResponse other) { hmacKeysBuilder_ = null; hmacKeys_ = other.hmacKeys_; bitField0_ = (bitField0_ & ~0x00000001); - hmacKeysBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getHmacKeysFieldBuilder() - : null; + hmacKeysBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getHmacKeysFieldBuilder() : null; } else { hmacKeysBuilder_.addAllMessages(other.hmacKeys_); } @@ -549,32 +511,30 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.storage.v2.HmacKeyMetadata m = - input.readMessage( - com.google.storage.v2.HmacKeyMetadata.parser(), extensionRegistry); - if (hmacKeysBuilder_ == null) { - ensureHmacKeysIsMutable(); - hmacKeys_.add(m); - } else { - hmacKeysBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: - { - nextPageToken_ = input.readStringRequireUtf8(); + case 10: { + com.google.storage.v2.HmacKeyMetadata m = + input.readMessage( + com.google.storage.v2.HmacKeyMetadata.parser(), + extensionRegistry); + if (hmacKeysBuilder_ == null) { + ensureHmacKeysIsMutable(); + hmacKeys_.add(m); + } else { + hmacKeysBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: { + nextPageToken_ = input.readStringRequireUtf8(); - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -584,28 +544,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List hmacKeys_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureHmacKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { hmacKeys_ = new java.util.ArrayList(hmacKeys_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, - com.google.storage.v2.HmacKeyMetadata.Builder, - com.google.storage.v2.HmacKeyMetadataOrBuilder> - hmacKeysBuilder_; + com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> hmacKeysBuilder_; /** - * - * *
      * The list of items.
      * 
@@ -620,8 +573,6 @@ public java.util.List getHmacKeysList() { } } /** - * - * *
      * The list of items.
      * 
@@ -636,8 +587,6 @@ public int getHmacKeysCount() { } } /** - * - * *
      * The list of items.
      * 
@@ -652,15 +601,14 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKeys(int index) { } } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public Builder setHmacKeys(int index, com.google.storage.v2.HmacKeyMetadata value) { + public Builder setHmacKeys( + int index, com.google.storage.v2.HmacKeyMetadata value) { if (hmacKeysBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -674,8 +622,6 @@ public Builder setHmacKeys(int index, com.google.storage.v2.HmacKeyMetadata valu return this; } /** - * - * *
      * The list of items.
      * 
@@ -694,8 +640,6 @@ public Builder setHmacKeys( return this; } /** - * - * *
      * The list of items.
      * 
@@ -716,15 +660,14 @@ public Builder addHmacKeys(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public Builder addHmacKeys(int index, com.google.storage.v2.HmacKeyMetadata value) { + public Builder addHmacKeys( + int index, com.google.storage.v2.HmacKeyMetadata value) { if (hmacKeysBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -738,15 +681,14 @@ public Builder addHmacKeys(int index, com.google.storage.v2.HmacKeyMetadata valu return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public Builder addHmacKeys(com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { + public Builder addHmacKeys( + com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { if (hmacKeysBuilder_ == null) { ensureHmacKeysIsMutable(); hmacKeys_.add(builderForValue.build()); @@ -757,8 +699,6 @@ public Builder addHmacKeys(com.google.storage.v2.HmacKeyMetadata.Builder builder return this; } /** - * - * *
      * The list of items.
      * 
@@ -777,8 +717,6 @@ public Builder addHmacKeys( return this; } /** - * - * *
      * The list of items.
      * 
@@ -789,7 +727,8 @@ public Builder addAllHmacKeys( java.lang.Iterable values) { if (hmacKeysBuilder_ == null) { ensureHmacKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, hmacKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, hmacKeys_); onChanged(); } else { hmacKeysBuilder_.addAllMessages(values); @@ -797,8 +736,6 @@ public Builder addAllHmacKeys( return this; } /** - * - * *
      * The list of items.
      * 
@@ -816,8 +753,6 @@ public Builder clearHmacKeys() { return this; } /** - * - * *
      * The list of items.
      * 
@@ -835,44 +770,39 @@ public Builder removeHmacKeys(int index) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public com.google.storage.v2.HmacKeyMetadata.Builder getHmacKeysBuilder(int index) { + public com.google.storage.v2.HmacKeyMetadata.Builder getHmacKeysBuilder( + int index) { return getHmacKeysFieldBuilder().getBuilder(index); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int index) { + public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder( + int index) { if (hmacKeysBuilder_ == null) { - return hmacKeys_.get(index); - } else { + return hmacKeys_.get(index); } else { return hmacKeysBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public java.util.List - getHmacKeysOrBuilderList() { + public java.util.List + getHmacKeysOrBuilderList() { if (hmacKeysBuilder_ != null) { return hmacKeysBuilder_.getMessageOrBuilderList(); } else { @@ -880,8 +810,6 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int i } } /** - * - * *
      * The list of items.
      * 
@@ -889,47 +817,42 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int i * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ public com.google.storage.v2.HmacKeyMetadata.Builder addHmacKeysBuilder() { - return getHmacKeysFieldBuilder() - .addBuilder(com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()); + return getHmacKeysFieldBuilder().addBuilder( + com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public com.google.storage.v2.HmacKeyMetadata.Builder addHmacKeysBuilder(int index) { - return getHmacKeysFieldBuilder() - .addBuilder(index, com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()); + public com.google.storage.v2.HmacKeyMetadata.Builder addHmacKeysBuilder( + int index) { + return getHmacKeysFieldBuilder().addBuilder( + index, com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public java.util.List getHmacKeysBuilderList() { + public java.util.List + getHmacKeysBuilderList() { return getHmacKeysFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, - com.google.storage.v2.HmacKeyMetadata.Builder, - com.google.storage.v2.HmacKeyMetadataOrBuilder> + com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> getHmacKeysFieldBuilder() { if (hmacKeysBuilder_ == null) { - hmacKeysBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, - com.google.storage.v2.HmacKeyMetadata.Builder, - com.google.storage.v2.HmacKeyMetadataOrBuilder>( - hmacKeys_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + hmacKeysBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder>( + hmacKeys_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); hmacKeys_ = null; } return hmacKeysBuilder_; @@ -937,21 +860,19 @@ public java.util.List getHmacKeys private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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; @@ -960,22 +881,21 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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 { @@ -983,71 +903,64 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { + public Builder setNextPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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) { + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -1057,12 +970,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ListHmacKeysResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListHmacKeysResponse) private static final com.google.storage.v2.ListHmacKeysResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ListHmacKeysResponse(); } @@ -1071,27 +984,27 @@ public static com.google.storage.v2.ListHmacKeysResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListHmacKeysResponse 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 ListHmacKeysResponse 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; @@ -1106,4 +1019,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListHmacKeysResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java similarity index 67% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java index fc777c3430..948ccfa96c 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java @@ -1,41 +1,22 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListHmacKeysResponseOrBuilder - extends +public interface ListHmacKeysResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListHmacKeysResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - java.util.List getHmacKeysList(); + java.util.List + getHmacKeysList(); /** - * - * *
    * The list of items.
    * 
@@ -44,8 +25,6 @@ public interface ListHmacKeysResponseOrBuilder */ com.google.storage.v2.HmacKeyMetadata getHmacKeys(int index); /** - * - * *
    * The list of items.
    * 
@@ -54,51 +33,43 @@ public interface ListHmacKeysResponseOrBuilder */ int getHmacKeysCount(); /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - java.util.List + java.util.List getHmacKeysOrBuilderList(); /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int index); + com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder( + int index); /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java similarity index 67% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java index 133546fa0c..d81e56aea1 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for ListNotifications.
  * 
* * Protobuf type {@code google.storage.v2.ListNotificationsRequest} */ -public final class ListNotificationsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListNotificationsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListNotificationsRequest) ListNotificationsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListNotificationsRequest.newBuilder() to construct. private ListNotificationsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListNotificationsRequest() { parent_ = ""; pageToken_ = ""; @@ -44,43 +26,37 @@ private ListNotificationsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListNotificationsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListNotificationsRequest.class, - com.google.storage.v2.ListNotificationsRequest.Builder.class); + com.google.storage.v2.ListNotificationsRequest.class, com.google.storage.v2.ListNotificationsRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. Name of a Google Cloud Storage bucket.
    * 
* - * - * 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,31 +65,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; } } /** - * - * *
    * Required. Name of a Google Cloud Storage bucket.
    * 
* - * - * 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,8 +98,6 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** - * - * *
    * The maximum number of notifications to return. The service may return fewer
    * than this value.
@@ -134,7 +106,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -145,8 +116,6 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** - * - * *
    * A page token, received from a previous `ListNotifications` call.
    * Provide this to retrieve the subsequent page.
@@ -155,7 +124,6 @@ public int getPageSize() {
    * 
* * string page_token = 3; - * * @return The pageToken. */ @java.lang.Override @@ -164,15 +132,14 @@ 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; } } /** - * - * *
    * A page token, received from a previous `ListNotifications` call.
    * Provide this to retrieve the subsequent page.
@@ -181,15 +148,16 @@ public java.lang.String getPageToken() {
    * 
* * 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 { @@ -198,7 +166,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -210,7 +177,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_); } @@ -233,7 +201,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_); @@ -246,17 +215,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.storage.v2.ListNotificationsRequest)) { return super.equals(obj); } - com.google.storage.v2.ListNotificationsRequest other = - (com.google.storage.v2.ListNotificationsRequest) obj; + com.google.storage.v2.ListNotificationsRequest other = (com.google.storage.v2.ListNotificationsRequest) obj; - if (!getParent().equals(other.getParent())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; + if (!getParent() + .equals(other.getParent())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -279,136 +250,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListNotificationsRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ListNotificationsRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ListNotificationsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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 message for ListNotifications.
    * 
* * Protobuf type {@code google.storage.v2.ListNotificationsRequest} */ - 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.storage.v2.ListNotificationsRequest) com.google.storage.v2.ListNotificationsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListNotificationsRequest.class, - com.google.storage.v2.ListNotificationsRequest.Builder.class); + com.google.storage.v2.ListNotificationsRequest.class, com.google.storage.v2.ListNotificationsRequest.Builder.class); } // Construct using com.google.storage.v2.ListNotificationsRequest.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(); @@ -422,9 +387,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_descriptor; } @java.lang.Override @@ -443,8 +408,7 @@ public com.google.storage.v2.ListNotificationsRequest build() { @java.lang.Override public com.google.storage.v2.ListNotificationsRequest buildPartial() { - com.google.storage.v2.ListNotificationsRequest result = - new com.google.storage.v2.ListNotificationsRequest(this); + com.google.storage.v2.ListNotificationsRequest result = new com.google.storage.v2.ListNotificationsRequest(this); result.parent_ = parent_; result.pageSize_ = pageSize_; result.pageToken_ = pageToken_; @@ -456,39 +420,38 @@ public com.google.storage.v2.ListNotificationsRequest 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) { + 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.storage.v2.ListNotificationsRequest) { - return mergeFrom((com.google.storage.v2.ListNotificationsRequest) other); + return mergeFrom((com.google.storage.v2.ListNotificationsRequest)other); } else { super.mergeFrom(other); return this; @@ -534,31 +497,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: - { - pageSize_ = input.readInt32(); - - break; - } // case 16 - case 26: - { - pageToken_ = input.readStringRequireUtf8(); - - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: { + pageSize_ = input.readInt32(); + + break; + } // case 16 + case 26: { + pageToken_ = input.readStringRequireUtf8(); + + 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) { @@ -571,22 +530,18 @@ public Builder mergeFrom( private java.lang.Object parent_ = ""; /** - * - * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * - * 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; @@ -595,23 +550,20 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * - * 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 { @@ -619,76 +571,61 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * - * 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) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * - * 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) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * The maximum number of notifications to return. The service may return fewer
      * than this value.
@@ -697,7 +634,6 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -705,8 +641,6 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * The maximum number of notifications to return. The service may return fewer
      * than this value.
@@ -715,19 +649,16 @@ public int getPageSize() {
      * 
* * int32 page_size = 2; - * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** - * - * *
      * The maximum number of notifications to return. The service may return fewer
      * than this value.
@@ -736,11 +667,10 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 2; - * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -748,8 +678,6 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -758,13 +686,13 @@ public Builder clearPageSize() {
      * 
* * 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; @@ -773,8 +701,6 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -783,14 +709,15 @@ public java.lang.String getPageToken() {
      * 
* * 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 { @@ -798,8 +725,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -808,22 +733,20 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
      * 
* * string page_token = 3; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { + public Builder setPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** - * - * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -832,18 +755,15 @@ public Builder setPageToken(java.lang.String value) {
      * 
* * string page_token = 3; - * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** - * - * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -852,23 +772,23 @@ public Builder clearPageToken() {
      * 
* * 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) { + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = 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); } @@ -878,12 +798,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ListNotificationsRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListNotificationsRequest) private static final com.google.storage.v2.ListNotificationsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ListNotificationsRequest(); } @@ -892,27 +812,27 @@ public static com.google.storage.v2.ListNotificationsRequest getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListNotificationsRequest 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 ListNotificationsRequest 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; @@ -927,4 +847,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListNotificationsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java similarity index 59% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java index af80ec7637..718c18a788 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java @@ -1,60 +1,33 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListNotificationsRequestOrBuilder - extends +public interface ListNotificationsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListNotificationsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Name of a Google Cloud Storage bucket.
    * 
* - * - * 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 Google Cloud Storage bucket.
    * 
* - * - * 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(); /** - * - * *
    * The maximum number of notifications to return. The service may return fewer
    * than this value.
@@ -63,14 +36,11 @@ public interface ListNotificationsRequestOrBuilder
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * A page token, received from a previous `ListNotifications` call.
    * Provide this to retrieve the subsequent page.
@@ -79,13 +49,10 @@ public interface ListNotificationsRequestOrBuilder
    * 
* * string page_token = 3; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * A page token, received from a previous `ListNotifications` call.
    * Provide this to retrieve the subsequent page.
@@ -94,8 +61,8 @@ public interface ListNotificationsRequestOrBuilder
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java similarity index 72% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java index 673ff5ce05..05a2d1da2d 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * The result of a call to Notifications.ListNotifications
  * 
* * Protobuf type {@code google.storage.v2.ListNotificationsResponse} */ -public final class ListNotificationsResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListNotificationsResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListNotificationsResponse) ListNotificationsResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListNotificationsResponse.newBuilder() to construct. private ListNotificationsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListNotificationsResponse() { notifications_ = java.util.Collections.emptyList(); nextPageToken_ = ""; @@ -44,35 +26,32 @@ private ListNotificationsResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListNotificationsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListNotificationsResponse.class, - com.google.storage.v2.ListNotificationsResponse.Builder.class); + com.google.storage.v2.ListNotificationsResponse.class, com.google.storage.v2.ListNotificationsResponse.Builder.class); } public static final int NOTIFICATIONS_FIELD_NUMBER = 1; private java.util.List notifications_; /** - * - * *
    * The list of items.
    * 
@@ -84,8 +63,6 @@ public java.util.List getNotificationsList() return notifications_; } /** - * - * *
    * The list of items.
    * 
@@ -93,13 +70,11 @@ public java.util.List getNotificationsList() * repeated .google.storage.v2.Notification notifications = 1; */ @java.lang.Override - public java.util.List + public java.util.List getNotificationsOrBuilderList() { return notifications_; } /** - * - * *
    * The list of items.
    * 
@@ -111,8 +86,6 @@ public int getNotificationsCount() { return notifications_.size(); } /** - * - * *
    * The list of items.
    * 
@@ -124,8 +97,6 @@ public com.google.storage.v2.Notification getNotifications(int index) { return notifications_.get(index); } /** - * - * *
    * The list of items.
    * 
@@ -133,22 +104,20 @@ public com.google.storage.v2.Notification getNotifications(int index) { * repeated .google.storage.v2.Notification notifications = 1; */ @java.lang.Override - public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder(int index) { + public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder( + int index) { return notifications_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object nextPageToken_; /** - * - * *
    * A token, which can be sent as `page_token` to retrieve the next page.
    * If this field is omitted, there are no subsequent pages.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -157,30 +126,30 @@ 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; } } /** - * - * *
    * A token, which can be sent as `page_token` to retrieve the next page.
    * If this field is omitted, there are no subsequent pages.
    * 
* * 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 { @@ -189,7 +158,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -201,7 +169,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 < notifications_.size(); i++) { output.writeMessage(1, notifications_.get(i)); } @@ -218,7 +187,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < notifications_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, notifications_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, notifications_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -231,16 +201,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.storage.v2.ListNotificationsResponse)) { return super.equals(obj); } - com.google.storage.v2.ListNotificationsResponse other = - (com.google.storage.v2.ListNotificationsResponse) obj; + com.google.storage.v2.ListNotificationsResponse other = (com.google.storage.v2.ListNotificationsResponse) obj; - if (!getNotificationsList().equals(other.getNotificationsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getNotificationsList() + .equals(other.getNotificationsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -263,136 +234,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListNotificationsResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ListNotificationsResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ListNotificationsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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 result of a call to Notifications.ListNotifications
    * 
* * Protobuf type {@code google.storage.v2.ListNotificationsResponse} */ - 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.storage.v2.ListNotificationsResponse) com.google.storage.v2.ListNotificationsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListNotificationsResponse.class, - com.google.storage.v2.ListNotificationsResponse.Builder.class); + com.google.storage.v2.ListNotificationsResponse.class, com.google.storage.v2.ListNotificationsResponse.Builder.class); } // Construct using com.google.storage.v2.ListNotificationsResponse.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(); @@ -409,9 +374,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListNotificationsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_descriptor; } @java.lang.Override @@ -430,8 +395,7 @@ public com.google.storage.v2.ListNotificationsResponse build() { @java.lang.Override public com.google.storage.v2.ListNotificationsResponse buildPartial() { - com.google.storage.v2.ListNotificationsResponse result = - new com.google.storage.v2.ListNotificationsResponse(this); + com.google.storage.v2.ListNotificationsResponse result = new com.google.storage.v2.ListNotificationsResponse(this); int from_bitField0_ = bitField0_; if (notificationsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -451,39 +415,38 @@ public com.google.storage.v2.ListNotificationsResponse 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) { + 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.storage.v2.ListNotificationsResponse) { - return mergeFrom((com.google.storage.v2.ListNotificationsResponse) other); + return mergeFrom((com.google.storage.v2.ListNotificationsResponse)other); } else { super.mergeFrom(other); return this; @@ -491,8 +454,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.ListNotificationsResponse other) { - if (other == com.google.storage.v2.ListNotificationsResponse.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.ListNotificationsResponse.getDefaultInstance()) return this; if (notificationsBuilder_ == null) { if (!other.notifications_.isEmpty()) { if (notifications_.isEmpty()) { @@ -511,10 +473,9 @@ public Builder mergeFrom(com.google.storage.v2.ListNotificationsResponse other) notificationsBuilder_ = null; notifications_ = other.notifications_; bitField0_ = (bitField0_ & ~0x00000001); - notificationsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getNotificationsFieldBuilder() - : null; + notificationsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getNotificationsFieldBuilder() : null; } else { notificationsBuilder_.addAllMessages(other.notifications_); } @@ -550,32 +511,30 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.storage.v2.Notification m = - input.readMessage( - com.google.storage.v2.Notification.parser(), extensionRegistry); - if (notificationsBuilder_ == null) { - ensureNotificationsIsMutable(); - notifications_.add(m); - } else { - notificationsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: - { - nextPageToken_ = input.readStringRequireUtf8(); + case 10: { + com.google.storage.v2.Notification m = + input.readMessage( + com.google.storage.v2.Notification.parser(), + extensionRegistry); + if (notificationsBuilder_ == null) { + ensureNotificationsIsMutable(); + notifications_.add(m); + } else { + notificationsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: { + nextPageToken_ = input.readStringRequireUtf8(); - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -585,29 +544,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List notifications_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureNotificationsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - notifications_ = - new java.util.ArrayList(notifications_); + notifications_ = new java.util.ArrayList(notifications_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Notification, - com.google.storage.v2.Notification.Builder, - com.google.storage.v2.NotificationOrBuilder> - notificationsBuilder_; + com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder> notificationsBuilder_; /** - * - * *
      * The list of items.
      * 
@@ -622,8 +573,6 @@ public java.util.List getNotificationsList() } } /** - * - * *
      * The list of items.
      * 
@@ -638,8 +587,6 @@ public int getNotificationsCount() { } } /** - * - * *
      * The list of items.
      * 
@@ -654,15 +601,14 @@ public com.google.storage.v2.Notification getNotifications(int index) { } } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public Builder setNotifications(int index, com.google.storage.v2.Notification value) { + public Builder setNotifications( + int index, com.google.storage.v2.Notification value) { if (notificationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -676,8 +622,6 @@ public Builder setNotifications(int index, com.google.storage.v2.Notification va return this; } /** - * - * *
      * The list of items.
      * 
@@ -696,8 +640,6 @@ public Builder setNotifications( return this; } /** - * - * *
      * The list of items.
      * 
@@ -718,15 +660,14 @@ public Builder addNotifications(com.google.storage.v2.Notification value) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public Builder addNotifications(int index, com.google.storage.v2.Notification value) { + public Builder addNotifications( + int index, com.google.storage.v2.Notification value) { if (notificationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -740,15 +681,14 @@ public Builder addNotifications(int index, com.google.storage.v2.Notification va return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public Builder addNotifications(com.google.storage.v2.Notification.Builder builderForValue) { + public Builder addNotifications( + com.google.storage.v2.Notification.Builder builderForValue) { if (notificationsBuilder_ == null) { ensureNotificationsIsMutable(); notifications_.add(builderForValue.build()); @@ -759,8 +699,6 @@ public Builder addNotifications(com.google.storage.v2.Notification.Builder build return this; } /** - * - * *
      * The list of items.
      * 
@@ -779,8 +717,6 @@ public Builder addNotifications( return this; } /** - * - * *
      * The list of items.
      * 
@@ -791,7 +727,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); @@ -799,8 +736,6 @@ public Builder addAllNotifications( return this; } /** - * - * *
      * The list of items.
      * 
@@ -818,8 +753,6 @@ public Builder clearNotifications() { return this; } /** - * - * *
      * The list of items.
      * 
@@ -837,44 +770,39 @@ public Builder removeNotifications(int index) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public com.google.storage.v2.Notification.Builder getNotificationsBuilder(int index) { + public com.google.storage.v2.Notification.Builder getNotificationsBuilder( + int index) { return getNotificationsFieldBuilder().getBuilder(index); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder(int index) { + public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder( + int index) { if (notificationsBuilder_ == null) { - return notifications_.get(index); - } else { + return notifications_.get(index); } else { return notificationsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public java.util.List - getNotificationsOrBuilderList() { + public java.util.List + getNotificationsOrBuilderList() { if (notificationsBuilder_ != null) { return notificationsBuilder_.getMessageOrBuilderList(); } else { @@ -882,8 +810,6 @@ public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder(int } } /** - * - * *
      * The list of items.
      * 
@@ -891,47 +817,38 @@ public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder(int * repeated .google.storage.v2.Notification notifications = 1; */ public com.google.storage.v2.Notification.Builder addNotificationsBuilder() { - return getNotificationsFieldBuilder() - .addBuilder(com.google.storage.v2.Notification.getDefaultInstance()); + return getNotificationsFieldBuilder().addBuilder( + com.google.storage.v2.Notification.getDefaultInstance()); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public com.google.storage.v2.Notification.Builder addNotificationsBuilder(int index) { - return getNotificationsFieldBuilder() - .addBuilder(index, com.google.storage.v2.Notification.getDefaultInstance()); + public com.google.storage.v2.Notification.Builder addNotificationsBuilder( + int index) { + return getNotificationsFieldBuilder().addBuilder( + index, com.google.storage.v2.Notification.getDefaultInstance()); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public java.util.List - getNotificationsBuilderList() { + public java.util.List + getNotificationsBuilderList() { return getNotificationsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Notification, - com.google.storage.v2.Notification.Builder, - com.google.storage.v2.NotificationOrBuilder> + com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder> getNotificationsFieldBuilder() { if (notificationsBuilder_ == null) { - notificationsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Notification, - com.google.storage.v2.Notification.Builder, - com.google.storage.v2.NotificationOrBuilder>( + notificationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder>( notifications_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -943,21 +860,19 @@ public com.google.storage.v2.Notification.Builder addNotificationsBuilder(int in private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * 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; @@ -966,22 +881,21 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * 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 { @@ -989,71 +903,64 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { + public Builder setNextPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** - * - * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** - * - * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * 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) { + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -1063,12 +970,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ListNotificationsResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListNotificationsResponse) private static final com.google.storage.v2.ListNotificationsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ListNotificationsResponse(); } @@ -1077,27 +984,27 @@ public static com.google.storage.v2.ListNotificationsResponse getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListNotificationsResponse 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 ListNotificationsResponse 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; @@ -1112,4 +1019,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.ListNotificationsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java similarity index 66% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java index 3abe122daa..fcab3cd00e 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java @@ -1,41 +1,22 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListNotificationsResponseOrBuilder - extends +public interface ListNotificationsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListNotificationsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - java.util.List getNotificationsList(); + java.util.List + getNotificationsList(); /** - * - * *
    * The list of items.
    * 
@@ -44,8 +25,6 @@ public interface ListNotificationsResponseOrBuilder */ com.google.storage.v2.Notification getNotifications(int index); /** - * - * *
    * The list of items.
    * 
@@ -54,51 +33,43 @@ public interface ListNotificationsResponseOrBuilder */ int getNotificationsCount(); /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - java.util.List + java.util.List getNotificationsOrBuilderList(); /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder(int index); + com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder( + int index); /** - * - * *
    * A token, which can be sent as `page_token` to retrieve the next page.
    * If this field is omitted, there are no subsequent pages.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * A token, which can be sent as `page_token` to retrieve the next page.
    * If this field is omitted, there are no subsequent pages.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java similarity index 70% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java index 4e3a7a0d47..255f1004cc 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for ListObjects.
  * 
* * Protobuf type {@code google.storage.v2.ListObjectsRequest} */ -public final class ListObjectsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListObjectsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListObjectsRequest) ListObjectsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListObjectsRequest.newBuilder() to construct. private ListObjectsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListObjectsRequest() { parent_ = ""; pageToken_ = ""; @@ -48,44 +30,38 @@ private ListObjectsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListObjectsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListObjectsRequest.class, - com.google.storage.v2.ListObjectsRequest.Builder.class); + com.google.storage.v2.ListObjectsRequest.class, com.google.storage.v2.ListObjectsRequest.Builder.class); } private int bitField0_; public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. Name of the bucket in which to look for objects.
    * 
* - * - * 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 @@ -94,31 +70,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; } } /** - * - * *
    * Required. Name of the bucket in which to look for objects.
    * 
* - * - * 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 { @@ -129,8 +103,6 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** - * - * *
    * Maximum number of `items` plus `prefixes` to return
    * in a single page of responses. As duplicate `prefixes` are
@@ -139,7 +111,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -150,15 +121,12 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** - * - * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; - * * @return The pageToken. */ @java.lang.Override @@ -167,30 +135,30 @@ 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; } } /** - * - * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * 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 { @@ -201,8 +169,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int DELIMITER_FIELD_NUMBER = 4; private volatile java.lang.Object delimiter_; /** - * - * *
    * If set, returns results in a directory-like mode. `items` will contain
    * only objects whose names, aside from the `prefix`, do not
@@ -213,7 +179,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
    * 
* * string delimiter = 4; - * * @return The delimiter. */ @java.lang.Override @@ -222,15 +187,14 @@ public java.lang.String getDelimiter() { 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(); delimiter_ = s; return s; } } /** - * - * *
    * If set, returns results in a directory-like mode. `items` will contain
    * only objects whose names, aside from the `prefix`, do not
@@ -241,15 +205,16 @@ public java.lang.String getDelimiter() {
    * 
* * string delimiter = 4; - * * @return The bytes for delimiter. */ @java.lang.Override - public com.google.protobuf.ByteString getDelimiterBytes() { + public com.google.protobuf.ByteString + getDelimiterBytes() { java.lang.Object ref = delimiter_; 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); delimiter_ = b; return b; } else { @@ -260,8 +225,6 @@ public com.google.protobuf.ByteString getDelimiterBytes() { public static final int INCLUDE_TRAILING_DELIMITER_FIELD_NUMBER = 5; private boolean includeTrailingDelimiter_; /** - * - * *
    * If true, objects that end in exactly one instance of `delimiter`
    * will have their metadata included in `items` in addition to
@@ -269,7 +232,6 @@ public com.google.protobuf.ByteString getDelimiterBytes() {
    * 
* * bool include_trailing_delimiter = 5; - * * @return The includeTrailingDelimiter. */ @java.lang.Override @@ -280,14 +242,11 @@ public boolean getIncludeTrailingDelimiter() { public static final int PREFIX_FIELD_NUMBER = 6; private volatile java.lang.Object prefix_; /** - * - * *
    * Filter results to objects whose names begin with this prefix.
    * 
* * string prefix = 6; - * * @return The prefix. */ @java.lang.Override @@ -296,29 +255,29 @@ public java.lang.String getPrefix() { 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(); prefix_ = s; return s; } } /** - * - * *
    * Filter results to objects whose names begin with this prefix.
    * 
* * string prefix = 6; - * * @return The bytes for prefix. */ @java.lang.Override - public com.google.protobuf.ByteString getPrefixBytes() { + public com.google.protobuf.ByteString + getPrefixBytes() { java.lang.Object ref = prefix_; 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); prefix_ = b; return b; } else { @@ -329,8 +288,6 @@ public com.google.protobuf.ByteString getPrefixBytes() { public static final int VERSIONS_FIELD_NUMBER = 7; private boolean versions_; /** - * - * *
    * If `true`, lists all versions of an object as distinct results.
    * For more information, see
@@ -339,7 +296,6 @@ public com.google.protobuf.ByteString getPrefixBytes() {
    * 
* * bool versions = 7; - * * @return The versions. */ @java.lang.Override @@ -350,8 +306,6 @@ public boolean getVersions() { public static final int READ_MASK_FIELD_NUMBER = 8; private com.google.protobuf.FieldMask readMask_; /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -360,7 +314,6 @@ public boolean getVersions() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 8; - * * @return Whether the readMask field is set. */ @java.lang.Override @@ -368,8 +321,6 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -378,7 +329,6 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 8; - * * @return The readMask. */ @java.lang.Override @@ -386,8 +336,6 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -405,17 +353,14 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   public static final int LEXICOGRAPHIC_START_FIELD_NUMBER = 10;
   private volatile java.lang.Object lexicographicStart_;
   /**
-   *
-   *
    * 
-   * Filter results to objects whose names are lexicographically equal to or
-   * after lexicographic_start. If lexicographic_end is also set, the objects
-   * listed have names between lexicographic_start (inclusive) and
+   * Optional. Filter results to objects whose names are lexicographically equal
+   * to or after lexicographic_start. If lexicographic_end is also set, the
+   * objects listed have names between lexicographic_start (inclusive) and
    * lexicographic_end (exclusive).
    * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The lexicographicStart. */ @java.lang.Override @@ -424,32 +369,32 @@ public java.lang.String getLexicographicStart() { 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(); lexicographicStart_ = s; return s; } } /** - * - * *
-   * Filter results to objects whose names are lexicographically equal to or
-   * after lexicographic_start. If lexicographic_end is also set, the objects
-   * listed have names between lexicographic_start (inclusive) and
+   * Optional. Filter results to objects whose names are lexicographically equal
+   * to or after lexicographic_start. If lexicographic_end is also set, the
+   * objects listed have names between lexicographic_start (inclusive) and
    * lexicographic_end (exclusive).
    * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The bytes for lexicographicStart. */ @java.lang.Override - public com.google.protobuf.ByteString getLexicographicStartBytes() { + public com.google.protobuf.ByteString + getLexicographicStartBytes() { java.lang.Object ref = lexicographicStart_; 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); lexicographicStart_ = b; return b; } else { @@ -460,17 +405,14 @@ public com.google.protobuf.ByteString getLexicographicStartBytes() { public static final int LEXICOGRAPHIC_END_FIELD_NUMBER = 11; private volatile java.lang.Object lexicographicEnd_; /** - * - * *
-   * Filter results to objects whose names are lexicographically before
-   * lexicographic_end. If lexicographic_start is also set, the objects listed
-   * have names between lexicographic_start (inclusive) and lexicographic_end
-   * (exclusive).
+   * Optional. Filter results to objects whose names are lexicographically
+   * before lexicographic_end. If lexicographic_start is also set, the objects
+   * listed have names between lexicographic_start (inclusive) and
+   * lexicographic_end (exclusive).
    * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @return The lexicographicEnd. */ @java.lang.Override @@ -479,32 +421,32 @@ public java.lang.String getLexicographicEnd() { 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(); lexicographicEnd_ = s; return s; } } /** - * - * *
-   * Filter results to objects whose names are lexicographically before
-   * lexicographic_end. If lexicographic_start is also set, the objects listed
-   * have names between lexicographic_start (inclusive) and lexicographic_end
-   * (exclusive).
+   * Optional. Filter results to objects whose names are lexicographically
+   * before lexicographic_end. If lexicographic_start is also set, the objects
+   * listed have names between lexicographic_start (inclusive) and
+   * lexicographic_end (exclusive).
    * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @return The bytes for lexicographicEnd. */ @java.lang.Override - public com.google.protobuf.ByteString getLexicographicEndBytes() { + public com.google.protobuf.ByteString + getLexicographicEndBytes() { java.lang.Object ref = lexicographicEnd_; 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); lexicographicEnd_ = b; return b; } else { @@ -513,7 +455,6 @@ public com.google.protobuf.ByteString getLexicographicEndBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -525,7 +466,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_); } @@ -569,7 +511,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_); @@ -578,16 +521,19 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, delimiter_); } if (includeTrailingDelimiter_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, includeTrailingDelimiter_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(5, includeTrailingDelimiter_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(prefix_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, prefix_); } if (versions_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, versions_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(7, versions_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getReadMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getReadMask()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(lexicographicStart_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, lexicographicStart_); @@ -603,26 +549,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.storage.v2.ListObjectsRequest)) { return super.equals(obj); } com.google.storage.v2.ListObjectsRequest other = (com.google.storage.v2.ListObjectsRequest) obj; - if (!getParent().equals(other.getParent())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; - if (!getDelimiter().equals(other.getDelimiter())) return false; - if (getIncludeTrailingDelimiter() != other.getIncludeTrailingDelimiter()) return false; - if (!getPrefix().equals(other.getPrefix())) return false; - if (getVersions() != other.getVersions()) return false; + if (!getParent() + .equals(other.getParent())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; + if (!getDelimiter() + .equals(other.getDelimiter())) return false; + if (getIncludeTrailingDelimiter() + != other.getIncludeTrailingDelimiter()) return false; + if (!getPrefix() + .equals(other.getPrefix())) return false; + if (getVersions() + != other.getVersions()) return false; if (hasReadMask() != other.hasReadMask()) return false; if (hasReadMask()) { - if (!getReadMask().equals(other.getReadMask())) return false; + if (!getReadMask() + .equals(other.getReadMask())) return false; } - if (!getLexicographicStart().equals(other.getLexicographicStart())) return false; - if (!getLexicographicEnd().equals(other.getLexicographicEnd())) return false; + if (!getLexicographicStart() + .equals(other.getLexicographicStart())) return false; + if (!getLexicographicEnd() + .equals(other.getLexicographicEnd())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -643,11 +599,13 @@ public int hashCode() { hash = (37 * hash) + DELIMITER_FIELD_NUMBER; hash = (53 * hash) + getDelimiter().hashCode(); hash = (37 * hash) + INCLUDE_TRAILING_DELIMITER_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIncludeTrailingDelimiter()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getIncludeTrailingDelimiter()); hash = (37 * hash) + PREFIX_FIELD_NUMBER; hash = (53 * hash) + getPrefix().hashCode(); hash = (37 * hash) + VERSIONS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getVersions()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getVersions()); if (hasReadMask()) { hash = (37 * hash) + READ_MASK_FIELD_NUMBER; hash = (53 * hash) + getReadMask().hashCode(); @@ -661,127 +619,118 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListObjectsRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ListObjectsRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ListObjectsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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 message for ListObjects.
    * 
* * Protobuf type {@code google.storage.v2.ListObjectsRequest} */ - 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.storage.v2.ListObjectsRequest) com.google.storage.v2.ListObjectsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListObjectsRequest.class, - com.google.storage.v2.ListObjectsRequest.Builder.class); + com.google.storage.v2.ListObjectsRequest.class, com.google.storage.v2.ListObjectsRequest.Builder.class); } // Construct using com.google.storage.v2.ListObjectsRequest.newBuilder() @@ -789,17 +738,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -831,9 +780,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_descriptor; } @java.lang.Override @@ -852,8 +801,7 @@ public com.google.storage.v2.ListObjectsRequest build() { @java.lang.Override public com.google.storage.v2.ListObjectsRequest buildPartial() { - com.google.storage.v2.ListObjectsRequest result = - new com.google.storage.v2.ListObjectsRequest(this); + com.google.storage.v2.ListObjectsRequest result = new com.google.storage.v2.ListObjectsRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.parent_ = parent_; @@ -882,39 +830,38 @@ public com.google.storage.v2.ListObjectsRequest 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) { + 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.storage.v2.ListObjectsRequest) { - return mergeFrom((com.google.storage.v2.ListObjectsRequest) other); + return mergeFrom((com.google.storage.v2.ListObjectsRequest)other); } else { super.mergeFrom(other); return this; @@ -985,73 +932,64 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: - { - pageSize_ = input.readInt32(); - - break; - } // case 16 - case 26: - { - pageToken_ = input.readStringRequireUtf8(); - - break; - } // case 26 - case 34: - { - delimiter_ = input.readStringRequireUtf8(); - - break; - } // case 34 - case 40: - { - includeTrailingDelimiter_ = input.readBool(); - - break; - } // case 40 - case 50: - { - prefix_ = input.readStringRequireUtf8(); - - break; - } // case 50 - case 56: - { - versions_ = input.readBool(); - - break; - } // case 56 - case 66: - { - input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 66 - case 82: - { - lexicographicStart_ = input.readStringRequireUtf8(); - - break; - } // case 82 - case 90: - { - lexicographicEnd_ = input.readStringRequireUtf8(); - - break; - } // case 90 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: { + pageSize_ = input.readInt32(); + + break; + } // case 16 + case 26: { + pageToken_ = input.readStringRequireUtf8(); + + break; + } // case 26 + case 34: { + delimiter_ = input.readStringRequireUtf8(); + + break; + } // case 34 + case 40: { + includeTrailingDelimiter_ = input.readBool(); + + break; + } // case 40 + case 50: { + prefix_ = input.readStringRequireUtf8(); + + break; + } // case 50 + case 56: { + versions_ = input.readBool(); + + break; + } // case 56 + case 66: { + input.readMessage( + getReadMaskFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 66 + case 82: { + lexicographicStart_ = input.readStringRequireUtf8(); + + break; + } // case 82 + case 90: { + lexicographicEnd_ = input.readStringRequireUtf8(); + + 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) { @@ -1061,27 +999,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object parent_ = ""; /** - * - * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * - * 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; @@ -1090,23 +1023,20 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * - * 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 { @@ -1114,76 +1044,61 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * - * 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) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * - * 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) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * Maximum number of `items` plus `prefixes` to return
      * in a single page of responses. As duplicate `prefixes` are
@@ -1192,7 +1107,6 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -1200,8 +1114,6 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * Maximum number of `items` plus `prefixes` to return
      * in a single page of responses. As duplicate `prefixes` are
@@ -1210,19 +1122,16 @@ public int getPageSize() {
      * 
* * int32 page_size = 2; - * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** - * - * *
      * Maximum number of `items` plus `prefixes` to return
      * in a single page of responses. As duplicate `prefixes` are
@@ -1231,11 +1140,10 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 2; - * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -1243,21 +1151,19 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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; @@ -1266,22 +1172,21 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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 { @@ -1289,64 +1194,57 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * string page_token = 3; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { + public Builder setPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * string page_token = 3; - * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** - * - * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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) { + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = value; onChanged(); return this; @@ -1354,8 +1252,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object delimiter_ = ""; /** - * - * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1366,13 +1262,13 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
      * 
* * string delimiter = 4; - * * @return The delimiter. */ public java.lang.String getDelimiter() { java.lang.Object ref = delimiter_; 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(); delimiter_ = s; return s; @@ -1381,8 +1277,6 @@ public java.lang.String getDelimiter() { } } /** - * - * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1393,14 +1287,15 @@ public java.lang.String getDelimiter() {
      * 
* * string delimiter = 4; - * * @return The bytes for delimiter. */ - public com.google.protobuf.ByteString getDelimiterBytes() { + public com.google.protobuf.ByteString + getDelimiterBytes() { java.lang.Object ref = delimiter_; 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); delimiter_ = b; return b; } else { @@ -1408,8 +1303,6 @@ public com.google.protobuf.ByteString getDelimiterBytes() { } } /** - * - * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1420,22 +1313,20 @@ public com.google.protobuf.ByteString getDelimiterBytes() {
      * 
* * string delimiter = 4; - * * @param value The delimiter to set. * @return This builder for chaining. */ - public Builder setDelimiter(java.lang.String value) { + public Builder setDelimiter( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + delimiter_ = value; onChanged(); return this; } /** - * - * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1446,18 +1337,15 @@ public Builder setDelimiter(java.lang.String value) {
      * 
* * string delimiter = 4; - * * @return This builder for chaining. */ public Builder clearDelimiter() { - + delimiter_ = getDefaultInstance().getDelimiter(); onChanged(); return this; } /** - * - * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1468,25 +1356,23 @@ public Builder clearDelimiter() {
      * 
* * string delimiter = 4; - * * @param value The bytes for delimiter to set. * @return This builder for chaining. */ - public Builder setDelimiterBytes(com.google.protobuf.ByteString value) { + public Builder setDelimiterBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + delimiter_ = value; onChanged(); return this; } - private boolean includeTrailingDelimiter_; + private boolean includeTrailingDelimiter_ ; /** - * - * *
      * If true, objects that end in exactly one instance of `delimiter`
      * will have their metadata included in `items` in addition to
@@ -1494,7 +1380,6 @@ public Builder setDelimiterBytes(com.google.protobuf.ByteString value) {
      * 
* * bool include_trailing_delimiter = 5; - * * @return The includeTrailingDelimiter. */ @java.lang.Override @@ -1502,8 +1387,6 @@ public boolean getIncludeTrailingDelimiter() { return includeTrailingDelimiter_; } /** - * - * *
      * If true, objects that end in exactly one instance of `delimiter`
      * will have their metadata included in `items` in addition to
@@ -1511,19 +1394,16 @@ public boolean getIncludeTrailingDelimiter() {
      * 
* * bool include_trailing_delimiter = 5; - * * @param value The includeTrailingDelimiter to set. * @return This builder for chaining. */ public Builder setIncludeTrailingDelimiter(boolean value) { - + includeTrailingDelimiter_ = value; onChanged(); return this; } /** - * - * *
      * If true, objects that end in exactly one instance of `delimiter`
      * will have their metadata included in `items` in addition to
@@ -1531,11 +1411,10 @@ public Builder setIncludeTrailingDelimiter(boolean value) {
      * 
* * bool include_trailing_delimiter = 5; - * * @return This builder for chaining. */ public Builder clearIncludeTrailingDelimiter() { - + includeTrailingDelimiter_ = false; onChanged(); return this; @@ -1543,20 +1422,18 @@ public Builder clearIncludeTrailingDelimiter() { private java.lang.Object prefix_ = ""; /** - * - * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; - * * @return The prefix. */ public java.lang.String getPrefix() { java.lang.Object ref = prefix_; 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(); prefix_ = s; return s; @@ -1565,21 +1442,20 @@ public java.lang.String getPrefix() { } } /** - * - * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; - * * @return The bytes for prefix. */ - public com.google.protobuf.ByteString getPrefixBytes() { + public com.google.protobuf.ByteString + getPrefixBytes() { java.lang.Object ref = prefix_; 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); prefix_ = b; return b; } else { @@ -1587,70 +1463,61 @@ public com.google.protobuf.ByteString getPrefixBytes() { } } /** - * - * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; - * * @param value The prefix to set. * @return This builder for chaining. */ - public Builder setPrefix(java.lang.String value) { + public Builder setPrefix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + prefix_ = value; onChanged(); return this; } /** - * - * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; - * * @return This builder for chaining. */ public Builder clearPrefix() { - + prefix_ = getDefaultInstance().getPrefix(); onChanged(); return this; } /** - * - * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; - * * @param value The bytes for prefix to set. * @return This builder for chaining. */ - public Builder setPrefixBytes(com.google.protobuf.ByteString value) { + public Builder setPrefixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + prefix_ = value; onChanged(); return this; } - private boolean versions_; + private boolean versions_ ; /** - * - * *
      * If `true`, lists all versions of an object as distinct results.
      * For more information, see
@@ -1659,7 +1526,6 @@ public Builder setPrefixBytes(com.google.protobuf.ByteString value) {
      * 
* * bool versions = 7; - * * @return The versions. */ @java.lang.Override @@ -1667,8 +1533,6 @@ public boolean getVersions() { return versions_; } /** - * - * *
      * If `true`, lists all versions of an object as distinct results.
      * For more information, see
@@ -1677,19 +1541,16 @@ public boolean getVersions() {
      * 
* * bool versions = 7; - * * @param value The versions to set. * @return This builder for chaining. */ public Builder setVersions(boolean value) { - + versions_ = value; onChanged(); return this; } /** - * - * *
      * If `true`, lists all versions of an object as distinct results.
      * For more information, see
@@ -1698,11 +1559,10 @@ public Builder setVersions(boolean value) {
      * 
* * bool versions = 7; - * * @return This builder for chaining. */ public Builder clearVersions() { - + versions_ = false; onChanged(); return this; @@ -1710,13 +1570,8 @@ public Builder clearVersions() { private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - readMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; /** - * - * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1725,15 +1580,12 @@ public Builder clearVersions() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 8; - * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1742,7 +1594,6 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 8; - * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -1753,8 +1604,6 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** - * - * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1778,8 +1627,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1789,7 +1636,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 8;
      */
-    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(
+        com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -1800,8 +1648,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1813,11 +1659,11 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0)
-            && readMask_ != null
-            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0) &&
+            readMask_ != null &&
+            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -1829,8 +1675,6 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1851,8 +1695,6 @@ public Builder clearReadMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1868,8 +1710,6 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1883,12 +1723,11 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ?
+            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1899,17 +1738,14 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 8;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask,
-            com.google.protobuf.FieldMask.Builder,
-            com.google.protobuf.FieldMaskOrBuilder>
+        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.FieldMask,
-                com.google.protobuf.FieldMask.Builder,
-                com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(), getParentForChildren(), isClean());
+        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(),
+                getParentForChildren(),
+                isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
@@ -1917,23 +1753,21 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
 
     private java.lang.Object lexicographicStart_ = "";
     /**
-     *
-     *
      * 
-     * Filter results to objects whose names are lexicographically equal to or
-     * after lexicographic_start. If lexicographic_end is also set, the objects
-     * listed have names between lexicographic_start (inclusive) and
+     * Optional. Filter results to objects whose names are lexicographically equal
+     * to or after lexicographic_start. If lexicographic_end is also set, the
+     * objects listed have names between lexicographic_start (inclusive) and
      * lexicographic_end (exclusive).
      * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The lexicographicStart. */ public java.lang.String getLexicographicStart() { java.lang.Object ref = lexicographicStart_; 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(); lexicographicStart_ = s; return s; @@ -1942,24 +1776,23 @@ public java.lang.String getLexicographicStart() { } } /** - * - * *
-     * Filter results to objects whose names are lexicographically equal to or
-     * after lexicographic_start. If lexicographic_end is also set, the objects
-     * listed have names between lexicographic_start (inclusive) and
+     * Optional. Filter results to objects whose names are lexicographically equal
+     * to or after lexicographic_start. If lexicographic_end is also set, the
+     * objects listed have names between lexicographic_start (inclusive) and
      * lexicographic_end (exclusive).
      * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The bytes for lexicographicStart. */ - public com.google.protobuf.ByteString getLexicographicStartBytes() { + public com.google.protobuf.ByteString + getLexicographicStartBytes() { java.lang.Object ref = lexicographicStart_; 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); lexicographicStart_ = b; return b; } else { @@ -1967,70 +1800,63 @@ public com.google.protobuf.ByteString getLexicographicStartBytes() { } } /** - * - * *
-     * Filter results to objects whose names are lexicographically equal to or
-     * after lexicographic_start. If lexicographic_end is also set, the objects
-     * listed have names between lexicographic_start (inclusive) and
+     * Optional. Filter results to objects whose names are lexicographically equal
+     * to or after lexicographic_start. If lexicographic_end is also set, the
+     * objects listed have names between lexicographic_start (inclusive) and
      * lexicographic_end (exclusive).
      * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @param value The lexicographicStart to set. * @return This builder for chaining. */ - public Builder setLexicographicStart(java.lang.String value) { + public Builder setLexicographicStart( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + lexicographicStart_ = value; onChanged(); return this; } /** - * - * *
-     * Filter results to objects whose names are lexicographically equal to or
-     * after lexicographic_start. If lexicographic_end is also set, the objects
-     * listed have names between lexicographic_start (inclusive) and
+     * Optional. Filter results to objects whose names are lexicographically equal
+     * to or after lexicographic_start. If lexicographic_end is also set, the
+     * objects listed have names between lexicographic_start (inclusive) and
      * lexicographic_end (exclusive).
      * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return This builder for chaining. */ public Builder clearLexicographicStart() { - + lexicographicStart_ = getDefaultInstance().getLexicographicStart(); onChanged(); return this; } /** - * - * *
-     * Filter results to objects whose names are lexicographically equal to or
-     * after lexicographic_start. If lexicographic_end is also set, the objects
-     * listed have names between lexicographic_start (inclusive) and
+     * Optional. Filter results to objects whose names are lexicographically equal
+     * to or after lexicographic_start. If lexicographic_end is also set, the
+     * objects listed have names between lexicographic_start (inclusive) and
      * lexicographic_end (exclusive).
      * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @param value The bytes for lexicographicStart to set. * @return This builder for chaining. */ - public Builder setLexicographicStartBytes(com.google.protobuf.ByteString value) { + public Builder setLexicographicStartBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + lexicographicStart_ = value; onChanged(); return this; @@ -2038,23 +1864,21 @@ public Builder setLexicographicStartBytes(com.google.protobuf.ByteString value) private java.lang.Object lexicographicEnd_ = ""; /** - * - * *
-     * Filter results to objects whose names are lexicographically before
-     * lexicographic_end. If lexicographic_start is also set, the objects listed
-     * have names between lexicographic_start (inclusive) and lexicographic_end
-     * (exclusive).
+     * Optional. Filter results to objects whose names are lexicographically
+     * before lexicographic_end. If lexicographic_start is also set, the objects
+     * listed have names between lexicographic_start (inclusive) and
+     * lexicographic_end (exclusive).
      * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @return The lexicographicEnd. */ public java.lang.String getLexicographicEnd() { java.lang.Object ref = lexicographicEnd_; 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(); lexicographicEnd_ = s; return s; @@ -2063,24 +1887,23 @@ public java.lang.String getLexicographicEnd() { } } /** - * - * *
-     * Filter results to objects whose names are lexicographically before
-     * lexicographic_end. If lexicographic_start is also set, the objects listed
-     * have names between lexicographic_start (inclusive) and lexicographic_end
-     * (exclusive).
+     * Optional. Filter results to objects whose names are lexicographically
+     * before lexicographic_end. If lexicographic_start is also set, the objects
+     * listed have names between lexicographic_start (inclusive) and
+     * lexicographic_end (exclusive).
      * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @return The bytes for lexicographicEnd. */ - public com.google.protobuf.ByteString getLexicographicEndBytes() { + public com.google.protobuf.ByteString + getLexicographicEndBytes() { java.lang.Object ref = lexicographicEnd_; 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); lexicographicEnd_ = b; return b; } else { @@ -2088,77 +1911,70 @@ public com.google.protobuf.ByteString getLexicographicEndBytes() { } } /** - * - * *
-     * Filter results to objects whose names are lexicographically before
-     * lexicographic_end. If lexicographic_start is also set, the objects listed
-     * have names between lexicographic_start (inclusive) and lexicographic_end
-     * (exclusive).
+     * Optional. Filter results to objects whose names are lexicographically
+     * before lexicographic_end. If lexicographic_start is also set, the objects
+     * listed have names between lexicographic_start (inclusive) and
+     * lexicographic_end (exclusive).
      * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @param value The lexicographicEnd to set. * @return This builder for chaining. */ - public Builder setLexicographicEnd(java.lang.String value) { + public Builder setLexicographicEnd( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + lexicographicEnd_ = value; onChanged(); return this; } /** - * - * *
-     * Filter results to objects whose names are lexicographically before
-     * lexicographic_end. If lexicographic_start is also set, the objects listed
-     * have names between lexicographic_start (inclusive) and lexicographic_end
-     * (exclusive).
+     * Optional. Filter results to objects whose names are lexicographically
+     * before lexicographic_end. If lexicographic_start is also set, the objects
+     * listed have names between lexicographic_start (inclusive) and
+     * lexicographic_end (exclusive).
      * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @return This builder for chaining. */ public Builder clearLexicographicEnd() { - + lexicographicEnd_ = getDefaultInstance().getLexicographicEnd(); onChanged(); return this; } /** - * - * *
-     * Filter results to objects whose names are lexicographically before
-     * lexicographic_end. If lexicographic_start is also set, the objects listed
-     * have names between lexicographic_start (inclusive) and lexicographic_end
-     * (exclusive).
+     * Optional. Filter results to objects whose names are lexicographically
+     * before lexicographic_end. If lexicographic_start is also set, the objects
+     * listed have names between lexicographic_start (inclusive) and
+     * lexicographic_end (exclusive).
      * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @param value The bytes for lexicographicEnd to set. * @return This builder for chaining. */ - public Builder setLexicographicEndBytes(com.google.protobuf.ByteString value) { + public Builder setLexicographicEndBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + lexicographicEnd_ = 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); } @@ -2168,12 +1984,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ListObjectsRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListObjectsRequest) private static final com.google.storage.v2.ListObjectsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ListObjectsRequest(); } @@ -2182,27 +1998,27 @@ public static com.google.storage.v2.ListObjectsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListObjectsRequest 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 ListObjectsRequest 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; @@ -2217,4 +2033,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListObjectsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java similarity index 67% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java index f836678a84..0dd58b215e 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java @@ -1,60 +1,33 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListObjectsRequestOrBuilder - extends +public interface ListObjectsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListObjectsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Name of the bucket in which to look for objects.
    * 
* - * - * 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 the bucket in which to look for objects.
    * 
* - * - * 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(); /** - * - * *
    * Maximum number of `items` plus `prefixes` to return
    * in a single page of responses. As duplicate `prefixes` are
@@ -63,41 +36,33 @@ public interface ListObjectsRequestOrBuilder
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); /** - * - * *
    * If set, returns results in a directory-like mode. `items` will contain
    * only objects whose names, aside from the `prefix`, do not
@@ -108,13 +73,10 @@ public interface ListObjectsRequestOrBuilder
    * 
* * string delimiter = 4; - * * @return The delimiter. */ java.lang.String getDelimiter(); /** - * - * *
    * If set, returns results in a directory-like mode. `items` will contain
    * only objects whose names, aside from the `prefix`, do not
@@ -125,14 +87,12 @@ public interface ListObjectsRequestOrBuilder
    * 
* * string delimiter = 4; - * * @return The bytes for delimiter. */ - com.google.protobuf.ByteString getDelimiterBytes(); + com.google.protobuf.ByteString + getDelimiterBytes(); /** - * - * *
    * If true, objects that end in exactly one instance of `delimiter`
    * will have their metadata included in `items` in addition to
@@ -140,39 +100,31 @@ public interface ListObjectsRequestOrBuilder
    * 
* * bool include_trailing_delimiter = 5; - * * @return The includeTrailingDelimiter. */ boolean getIncludeTrailingDelimiter(); /** - * - * *
    * Filter results to objects whose names begin with this prefix.
    * 
* * string prefix = 6; - * * @return The prefix. */ java.lang.String getPrefix(); /** - * - * *
    * Filter results to objects whose names begin with this prefix.
    * 
* * string prefix = 6; - * * @return The bytes for prefix. */ - com.google.protobuf.ByteString getPrefixBytes(); + com.google.protobuf.ByteString + getPrefixBytes(); /** - * - * *
    * If `true`, lists all versions of an object as distinct results.
    * For more information, see
@@ -181,14 +133,11 @@ public interface ListObjectsRequestOrBuilder
    * 
* * bool versions = 7; - * * @return The versions. */ boolean getVersions(); /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -197,13 +146,10 @@ public interface ListObjectsRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 8; - * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -212,13 +158,10 @@ public interface ListObjectsRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 8; - * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** - * - * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -231,64 +174,54 @@ public interface ListObjectsRequestOrBuilder
   com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder();
 
   /**
-   *
-   *
    * 
-   * Filter results to objects whose names are lexicographically equal to or
-   * after lexicographic_start. If lexicographic_end is also set, the objects
-   * listed have names between lexicographic_start (inclusive) and
+   * Optional. Filter results to objects whose names are lexicographically equal
+   * to or after lexicographic_start. If lexicographic_end is also set, the
+   * objects listed have names between lexicographic_start (inclusive) and
    * lexicographic_end (exclusive).
    * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The lexicographicStart. */ java.lang.String getLexicographicStart(); /** - * - * *
-   * Filter results to objects whose names are lexicographically equal to or
-   * after lexicographic_start. If lexicographic_end is also set, the objects
-   * listed have names between lexicographic_start (inclusive) and
+   * Optional. Filter results to objects whose names are lexicographically equal
+   * to or after lexicographic_start. If lexicographic_end is also set, the
+   * objects listed have names between lexicographic_start (inclusive) and
    * lexicographic_end (exclusive).
    * 
* - * string lexicographic_start = 10; - * + * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return The bytes for lexicographicStart. */ - com.google.protobuf.ByteString getLexicographicStartBytes(); + com.google.protobuf.ByteString + getLexicographicStartBytes(); /** - * - * *
-   * Filter results to objects whose names are lexicographically before
-   * lexicographic_end. If lexicographic_start is also set, the objects listed
-   * have names between lexicographic_start (inclusive) and lexicographic_end
-   * (exclusive).
+   * Optional. Filter results to objects whose names are lexicographically
+   * before lexicographic_end. If lexicographic_start is also set, the objects
+   * listed have names between lexicographic_start (inclusive) and
+   * lexicographic_end (exclusive).
    * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @return The lexicographicEnd. */ java.lang.String getLexicographicEnd(); /** - * - * *
-   * Filter results to objects whose names are lexicographically before
-   * lexicographic_end. If lexicographic_start is also set, the objects listed
-   * have names between lexicographic_start (inclusive) and lexicographic_end
-   * (exclusive).
+   * Optional. Filter results to objects whose names are lexicographically
+   * before lexicographic_end. If lexicographic_start is also set, the objects
+   * listed have names between lexicographic_start (inclusive) and
+   * lexicographic_end (exclusive).
    * 
* - * string lexicographic_end = 11; - * + * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; * @return The bytes for lexicographicEnd. */ - com.google.protobuf.ByteString getLexicographicEndBytes(); + com.google.protobuf.ByteString + getLexicographicEndBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java similarity index 72% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java index ec62d1ff8d..f7b5d78112 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * The result of a call to Objects.ListObjects
  * 
* * Protobuf type {@code google.storage.v2.ListObjectsResponse} */ -public final class ListObjectsResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListObjectsResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListObjectsResponse) ListObjectsResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListObjectsResponse.newBuilder() to construct. private ListObjectsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListObjectsResponse() { objects_ = java.util.Collections.emptyList(); prefixes_ = com.google.protobuf.LazyStringArrayList.EMPTY; @@ -45,35 +27,32 @@ private ListObjectsResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListObjectsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListObjectsResponse.class, - com.google.storage.v2.ListObjectsResponse.Builder.class); + com.google.storage.v2.ListObjectsResponse.class, com.google.storage.v2.ListObjectsResponse.Builder.class); } public static final int OBJECTS_FIELD_NUMBER = 1; private java.util.List objects_; /** - * - * *
    * The list of items.
    * 
@@ -85,8 +64,6 @@ public java.util.List getObjectsList() { return objects_; } /** - * - * *
    * The list of items.
    * 
@@ -94,12 +71,11 @@ public java.util.List getObjectsList() { * repeated .google.storage.v2.Object objects = 1; */ @java.lang.Override - public java.util.List getObjectsOrBuilderList() { + public java.util.List + getObjectsOrBuilderList() { return objects_; } /** - * - * *
    * The list of items.
    * 
@@ -111,8 +87,6 @@ public int getObjectsCount() { return objects_.size(); } /** - * - * *
    * The list of items.
    * 
@@ -124,8 +98,6 @@ public com.google.storage.v2.Object getObjects(int index) { return objects_.get(index); } /** - * - * *
    * The list of items.
    * 
@@ -133,52 +105,45 @@ public com.google.storage.v2.Object getObjects(int index) { * repeated .google.storage.v2.Object objects = 1; */ @java.lang.Override - public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder(int index) { + public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder( + int index) { return objects_.get(index); } public static final int PREFIXES_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList prefixes_; /** - * - * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; - * * @return A list containing the prefixes. */ - public com.google.protobuf.ProtocolStringList getPrefixesList() { + public com.google.protobuf.ProtocolStringList + getPrefixesList() { return prefixes_; } /** - * - * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; - * * @return The count of prefixes. */ public int getPrefixesCount() { return prefixes_.size(); } /** - * - * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; - * * @param index The index of the element to return. * @return The prefixes at the given index. */ @@ -186,34 +151,29 @@ public java.lang.String getPrefixes(int index) { return prefixes_.get(index); } /** - * - * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; - * * @param index The index of the value to return. * @return The bytes of the prefixes at the given index. */ - public com.google.protobuf.ByteString getPrefixesBytes(int index) { + public com.google.protobuf.ByteString + getPrefixesBytes(int index) { return prefixes_.getByteString(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object nextPageToken_; /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 3; - * * @return The nextPageToken. */ @java.lang.Override @@ -222,30 +182,30 @@ 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; } } /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 3; - * * @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 { @@ -254,7 +214,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -266,7 +225,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 < objects_.size(); i++) { output.writeMessage(1, objects_.get(i)); } @@ -286,7 +246,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < objects_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, objects_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, objects_.get(i)); } { int dataSize = 0; @@ -307,17 +268,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.storage.v2.ListObjectsResponse)) { return super.equals(obj); } - com.google.storage.v2.ListObjectsResponse other = - (com.google.storage.v2.ListObjectsResponse) obj; + com.google.storage.v2.ListObjectsResponse other = (com.google.storage.v2.ListObjectsResponse) obj; - if (!getObjectsList().equals(other.getObjectsList())) return false; - if (!getPrefixesList().equals(other.getPrefixesList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getObjectsList() + .equals(other.getObjectsList())) return false; + if (!getPrefixesList() + .equals(other.getPrefixesList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -344,136 +307,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListObjectsResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ListObjectsResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ListObjectsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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 result of a call to Objects.ListObjects
    * 
* * Protobuf type {@code google.storage.v2.ListObjectsResponse} */ - 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.storage.v2.ListObjectsResponse) com.google.storage.v2.ListObjectsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListObjectsResponse.class, - com.google.storage.v2.ListObjectsResponse.Builder.class); + com.google.storage.v2.ListObjectsResponse.class, com.google.storage.v2.ListObjectsResponse.Builder.class); } // Construct using com.google.storage.v2.ListObjectsResponse.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(); @@ -492,9 +449,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ListObjectsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_descriptor; } @java.lang.Override @@ -513,8 +470,7 @@ public com.google.storage.v2.ListObjectsResponse build() { @java.lang.Override public com.google.storage.v2.ListObjectsResponse buildPartial() { - com.google.storage.v2.ListObjectsResponse result = - new com.google.storage.v2.ListObjectsResponse(this); + com.google.storage.v2.ListObjectsResponse result = new com.google.storage.v2.ListObjectsResponse(this); int from_bitField0_ = bitField0_; if (objectsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -539,39 +495,38 @@ public com.google.storage.v2.ListObjectsResponse 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) { + 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.storage.v2.ListObjectsResponse) { - return mergeFrom((com.google.storage.v2.ListObjectsResponse) other); + return mergeFrom((com.google.storage.v2.ListObjectsResponse)other); } else { super.mergeFrom(other); return this; @@ -598,10 +553,9 @@ public Builder mergeFrom(com.google.storage.v2.ListObjectsResponse other) { objectsBuilder_ = null; objects_ = other.objects_; bitField0_ = (bitField0_ & ~0x00000001); - objectsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getObjectsFieldBuilder() - : null; + objectsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getObjectsFieldBuilder() : null; } else { objectsBuilder_.addAllMessages(other.objects_); } @@ -647,38 +601,36 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.storage.v2.Object m = - input.readMessage(com.google.storage.v2.Object.parser(), extensionRegistry); - if (objectsBuilder_ == null) { - ensureObjectsIsMutable(); - objects_.add(m); - } else { - objectsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - ensurePrefixesIsMutable(); - prefixes_.add(s); - break; - } // case 18 - case 26: - { - nextPageToken_ = input.readStringRequireUtf8(); + case 10: { + com.google.storage.v2.Object m = + input.readMessage( + com.google.storage.v2.Object.parser(), + extensionRegistry); + if (objectsBuilder_ == null) { + ensureObjectsIsMutable(); + objects_.add(m); + } else { + objectsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + ensurePrefixesIsMutable(); + prefixes_.add(s); + break; + } // case 18 + case 26: { + nextPageToken_ = input.readStringRequireUtf8(); - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -688,28 +640,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List objects_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureObjectsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { objects_ = new java.util.ArrayList(objects_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> - objectsBuilder_; + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> objectsBuilder_; /** - * - * *
      * The list of items.
      * 
@@ -724,8 +669,6 @@ public java.util.List getObjectsList() { } } /** - * - * *
      * The list of items.
      * 
@@ -740,8 +683,6 @@ public int getObjectsCount() { } } /** - * - * *
      * The list of items.
      * 
@@ -756,15 +697,14 @@ public com.google.storage.v2.Object getObjects(int index) { } } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder setObjects(int index, com.google.storage.v2.Object value) { + public Builder setObjects( + int index, com.google.storage.v2.Object value) { if (objectsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -778,15 +718,14 @@ public Builder setObjects(int index, com.google.storage.v2.Object value) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder setObjects(int index, com.google.storage.v2.Object.Builder builderForValue) { + public Builder setObjects( + int index, com.google.storage.v2.Object.Builder builderForValue) { if (objectsBuilder_ == null) { ensureObjectsIsMutable(); objects_.set(index, builderForValue.build()); @@ -797,8 +736,6 @@ public Builder setObjects(int index, com.google.storage.v2.Object.Builder builde return this; } /** - * - * *
      * The list of items.
      * 
@@ -819,15 +756,14 @@ public Builder addObjects(com.google.storage.v2.Object value) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder addObjects(int index, com.google.storage.v2.Object value) { + public Builder addObjects( + int index, com.google.storage.v2.Object value) { if (objectsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -841,15 +777,14 @@ public Builder addObjects(int index, com.google.storage.v2.Object value) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder addObjects(com.google.storage.v2.Object.Builder builderForValue) { + public Builder addObjects( + com.google.storage.v2.Object.Builder builderForValue) { if (objectsBuilder_ == null) { ensureObjectsIsMutable(); objects_.add(builderForValue.build()); @@ -860,15 +795,14 @@ public Builder addObjects(com.google.storage.v2.Object.Builder builderForValue) return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder addObjects(int index, com.google.storage.v2.Object.Builder builderForValue) { + public Builder addObjects( + int index, com.google.storage.v2.Object.Builder builderForValue) { if (objectsBuilder_ == null) { ensureObjectsIsMutable(); objects_.add(index, builderForValue.build()); @@ -879,8 +813,6 @@ public Builder addObjects(int index, com.google.storage.v2.Object.Builder builde return this; } /** - * - * *
      * The list of items.
      * 
@@ -891,7 +823,8 @@ public Builder addAllObjects( java.lang.Iterable values) { if (objectsBuilder_ == null) { ensureObjectsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, objects_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, objects_); onChanged(); } else { objectsBuilder_.addAllMessages(values); @@ -899,8 +832,6 @@ public Builder addAllObjects( return this; } /** - * - * *
      * The list of items.
      * 
@@ -918,8 +849,6 @@ public Builder clearObjects() { return this; } /** - * - * *
      * The list of items.
      * 
@@ -937,44 +866,39 @@ public Builder removeObjects(int index) { return this; } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public com.google.storage.v2.Object.Builder getObjectsBuilder(int index) { + public com.google.storage.v2.Object.Builder getObjectsBuilder( + int index) { return getObjectsFieldBuilder().getBuilder(index); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder(int index) { + public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder( + int index) { if (objectsBuilder_ == null) { - return objects_.get(index); - } else { + return objects_.get(index); } else { return objectsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public java.util.List - getObjectsOrBuilderList() { + public java.util.List + getObjectsOrBuilderList() { if (objectsBuilder_ != null) { return objectsBuilder_.getMessageOrBuilderList(); } else { @@ -982,8 +906,6 @@ public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder(int index) { } } /** - * - * *
      * The list of items.
      * 
@@ -991,100 +913,86 @@ public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder(int index) { * repeated .google.storage.v2.Object objects = 1; */ public com.google.storage.v2.Object.Builder addObjectsBuilder() { - return getObjectsFieldBuilder().addBuilder(com.google.storage.v2.Object.getDefaultInstance()); + return getObjectsFieldBuilder().addBuilder( + com.google.storage.v2.Object.getDefaultInstance()); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public com.google.storage.v2.Object.Builder addObjectsBuilder(int index) { - return getObjectsFieldBuilder() - .addBuilder(index, com.google.storage.v2.Object.getDefaultInstance()); + public com.google.storage.v2.Object.Builder addObjectsBuilder( + int index) { + return getObjectsFieldBuilder().addBuilder( + index, com.google.storage.v2.Object.getDefaultInstance()); } /** - * - * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public java.util.List getObjectsBuilderList() { + public java.util.List + getObjectsBuilderList() { return getObjectsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> getObjectsFieldBuilder() { if (objectsBuilder_ == null) { - objectsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder>( - objects_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + objectsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>( + objects_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); objects_ = null; } return objectsBuilder_; } - private com.google.protobuf.LazyStringList prefixes_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList prefixes_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensurePrefixesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { prefixes_ = new com.google.protobuf.LazyStringArrayList(prefixes_); bitField0_ |= 0x00000002; - } + } } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @return A list containing the prefixes. */ - public com.google.protobuf.ProtocolStringList getPrefixesList() { + public com.google.protobuf.ProtocolStringList + getPrefixesList() { return prefixes_.getUnmodifiableView(); } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @return The count of prefixes. */ public int getPrefixesCount() { return prefixes_.size(); } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @param index The index of the element to return. * @return The prefixes at the given index. */ @@ -1092,95 +1000,85 @@ public java.lang.String getPrefixes(int index) { return prefixes_.get(index); } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @param index The index of the value to return. * @return The bytes of the prefixes at the given index. */ - public com.google.protobuf.ByteString getPrefixesBytes(int index) { + public com.google.protobuf.ByteString + getPrefixesBytes(int index) { return prefixes_.getByteString(index); } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @param index The index to set the value at. * @param value The prefixes to set. * @return This builder for chaining. */ - public Builder setPrefixes(int index, java.lang.String value) { + public Builder setPrefixes( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePrefixesIsMutable(); + throw new NullPointerException(); + } + ensurePrefixesIsMutable(); prefixes_.set(index, value); onChanged(); return this; } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @param value The prefixes to add. * @return This builder for chaining. */ - public Builder addPrefixes(java.lang.String value) { + public Builder addPrefixes( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePrefixesIsMutable(); + throw new NullPointerException(); + } + ensurePrefixesIsMutable(); prefixes_.add(value); onChanged(); return this; } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @param values The prefixes to add. * @return This builder for chaining. */ - public Builder addAllPrefixes(java.lang.Iterable values) { + public Builder addAllPrefixes( + java.lang.Iterable values) { ensurePrefixesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, prefixes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, prefixes_); onChanged(); return this; } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @return This builder for chaining. */ public Builder clearPrefixes() { @@ -1190,23 +1088,21 @@ public Builder clearPrefixes() { return this; } /** - * - * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; - * * @param value The bytes of the prefixes to add. * @return This builder for chaining. */ - public Builder addPrefixesBytes(com.google.protobuf.ByteString value) { + public Builder addPrefixesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePrefixesIsMutable(); prefixes_.add(value); onChanged(); @@ -1215,21 +1111,19 @@ public Builder addPrefixesBytes(com.google.protobuf.ByteString value) { private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; - * * @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; @@ -1238,22 +1132,21 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; - * * @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 { @@ -1261,71 +1154,64 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { + public Builder setNextPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** - * - * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -1335,12 +1221,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ListObjectsResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListObjectsResponse) private static final com.google.storage.v2.ListObjectsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ListObjectsResponse(); } @@ -1349,27 +1235,27 @@ public static com.google.storage.v2.ListObjectsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListObjectsResponse 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 ListObjectsResponse 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; @@ -1384,4 +1270,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListObjectsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java similarity index 71% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java index 6fa2582940..fcecca4ad3 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java @@ -1,41 +1,22 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListObjectsResponseOrBuilder - extends +public interface ListObjectsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListObjectsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Object objects = 1; */ - java.util.List getObjectsList(); + java.util.List + getObjectsList(); /** - * - * *
    * The list of items.
    * 
@@ -44,8 +25,6 @@ public interface ListObjectsResponseOrBuilder */ com.google.storage.v2.Object getObjects(int index); /** - * - * *
    * The list of items.
    * 
@@ -54,105 +33,88 @@ public interface ListObjectsResponseOrBuilder */ int getObjectsCount(); /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Object objects = 1; */ - java.util.List getObjectsOrBuilderList(); + java.util.List + getObjectsOrBuilderList(); /** - * - * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Object objects = 1; */ - com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder(int index); + com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder( + int index); /** - * - * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; - * * @return A list containing the prefixes. */ - java.util.List getPrefixesList(); + java.util.List + getPrefixesList(); /** - * - * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; - * * @return The count of prefixes. */ int getPrefixesCount(); /** - * - * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; - * * @param index The index of the element to return. * @return The prefixes at the given index. */ java.lang.String getPrefixes(int index); /** - * - * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; - * * @param index The index of the value to return. * @return The bytes of the prefixes at the given index. */ - com.google.protobuf.ByteString getPrefixesBytes(int index); + com.google.protobuf.ByteString + getPrefixesBytes(int index); /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 3; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 3; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java similarity index 61% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java index 0eb8b59ebe..eae481219f 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java @@ -1,86 +1,61 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for LockBucketRetentionPolicyRequest.
  * 
* * Protobuf type {@code google.storage.v2.LockBucketRetentionPolicyRequest} */ -public final class LockBucketRetentionPolicyRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class LockBucketRetentionPolicyRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.LockBucketRetentionPolicyRequest) LockBucketRetentionPolicyRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use LockBucketRetentionPolicyRequest.newBuilder() to construct. - private LockBucketRetentionPolicyRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LockBucketRetentionPolicyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private LockBucketRetentionPolicyRequest() { bucket_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new LockBucketRetentionPolicyRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.LockBucketRetentionPolicyRequest.class, - com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder.class); + com.google.storage.v2.LockBucketRetentionPolicyRequest.class, com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder.class); } public static final int BUCKET_FIELD_NUMBER = 1; private volatile java.lang.Object bucket_; /** - * - * *
    * Required. Name of a bucket.
    * 
* - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bucket. */ @java.lang.Override @@ -89,31 +64,29 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** - * - * *
    * Required. Name of a bucket.
    * 
* - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -124,15 +97,12 @@ public com.google.protobuf.ByteString getBucketBytes() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 2; private long ifMetagenerationMatch_; /** - * - * *
-   * Required. Makes the operation conditional on whether bucket's current metageneration
-   * matches the given value. Must be positive.
+   * Required. Makes the operation conditional on whether bucket's current
+   * metageneration matches the given value. Must be positive.
    * 
* * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -141,7 +111,6 @@ public long getIfMetagenerationMatch() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -153,7 +122,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(bucket_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, bucket_); } @@ -173,7 +143,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, bucket_); } if (ifMetagenerationMatch_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, ifMetagenerationMatch_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -183,16 +154,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.storage.v2.LockBucketRetentionPolicyRequest)) { return super.equals(obj); } - com.google.storage.v2.LockBucketRetentionPolicyRequest other = - (com.google.storage.v2.LockBucketRetentionPolicyRequest) obj; + com.google.storage.v2.LockBucketRetentionPolicyRequest other = (com.google.storage.v2.LockBucketRetentionPolicyRequest) obj; - if (!getBucket().equals(other.getBucket())) return false; - if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; + if (!getBucket() + .equals(other.getBucket())) return false; + if (getIfMetagenerationMatch() + != other.getIfMetagenerationMatch()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -207,143 +179,137 @@ public int hashCode() { hash = (37 * hash) + BUCKET_FIELD_NUMBER; hash = (53 * hash) + getBucket().hashCode(); hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationMatch()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.LockBucketRetentionPolicyRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.LockBucketRetentionPolicyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest prototype) { + public static Builder newBuilder(com.google.storage.v2.LockBucketRetentionPolicyRequest 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 message for LockBucketRetentionPolicyRequest.
    * 
* * Protobuf type {@code google.storage.v2.LockBucketRetentionPolicyRequest} */ - 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.storage.v2.LockBucketRetentionPolicyRequest) com.google.storage.v2.LockBucketRetentionPolicyRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.LockBucketRetentionPolicyRequest.class, - com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder.class); + com.google.storage.v2.LockBucketRetentionPolicyRequest.class, com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder.class); } // Construct using com.google.storage.v2.LockBucketRetentionPolicyRequest.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(); @@ -355,9 +321,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; } @java.lang.Override @@ -376,8 +342,7 @@ public com.google.storage.v2.LockBucketRetentionPolicyRequest build() { @java.lang.Override public com.google.storage.v2.LockBucketRetentionPolicyRequest buildPartial() { - com.google.storage.v2.LockBucketRetentionPolicyRequest result = - new com.google.storage.v2.LockBucketRetentionPolicyRequest(this); + com.google.storage.v2.LockBucketRetentionPolicyRequest result = new com.google.storage.v2.LockBucketRetentionPolicyRequest(this); result.bucket_ = bucket_; result.ifMetagenerationMatch_ = ifMetagenerationMatch_; onBuilt(); @@ -388,39 +353,38 @@ public com.google.storage.v2.LockBucketRetentionPolicyRequest 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) { + 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.storage.v2.LockBucketRetentionPolicyRequest) { - return mergeFrom((com.google.storage.v2.LockBucketRetentionPolicyRequest) other); + return mergeFrom((com.google.storage.v2.LockBucketRetentionPolicyRequest)other); } else { super.mergeFrom(other); return this; @@ -428,8 +392,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.LockBucketRetentionPolicyRequest other) { - if (other == com.google.storage.v2.LockBucketRetentionPolicyRequest.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.LockBucketRetentionPolicyRequest.getDefaultInstance()) return this; if (!other.getBucket().isEmpty()) { bucket_ = other.bucket_; onChanged(); @@ -463,25 +426,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - bucket_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: - { - ifMetagenerationMatch_ = input.readInt64(); - - break; - } // case 16 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + bucket_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: { + ifMetagenerationMatch_ = input.readInt64(); + + 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) { @@ -494,22 +454,18 @@ public Builder mergeFrom( private java.lang.Object bucket_ = ""; /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -518,23 +474,20 @@ public java.lang.String getBucket() { } } /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for bucket. */ - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -542,83 +495,67 @@ public com.google.protobuf.ByteString getBucketBytes() { } } /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket(java.lang.String value) { + public Builder setBucket( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** - * - * *
      * Required. Name of a bucket.
      * 
* - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes(com.google.protobuf.ByteString value) { + public Builder setBucketBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
-     * Required. Makes the operation conditional on whether bucket's current metageneration
-     * matches the given value. Must be positive.
+     * Required. Makes the operation conditional on whether bucket's current
+     * metageneration matches the given value. Must be positive.
      * 
* * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -626,45 +563,39 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
-     * Required. Makes the operation conditional on whether bucket's current metageneration
-     * matches the given value. Must be positive.
+     * Required. Makes the operation conditional on whether bucket's current
+     * metageneration matches the given value. Must be positive.
      * 
* * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ public Builder setIfMetagenerationMatch(long value) { - + ifMetagenerationMatch_ = value; onChanged(); return this; } /** - * - * *
-     * Required. Makes the operation conditional on whether bucket's current metageneration
-     * matches the given value. Must be positive.
+     * Required. Makes the operation conditional on whether bucket's current
+     * metageneration matches the given value. Must be positive.
      * 
* * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { - + ifMetagenerationMatch_ = 0L; 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); } @@ -674,12 +605,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.LockBucketRetentionPolicyRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.LockBucketRetentionPolicyRequest) private static final com.google.storage.v2.LockBucketRetentionPolicyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.LockBucketRetentionPolicyRequest(); } @@ -688,27 +619,27 @@ public static com.google.storage.v2.LockBucketRetentionPolicyRequest getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public LockBucketRetentionPolicyRequest 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 LockBucketRetentionPolicyRequest 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; @@ -723,4 +654,6 @@ public com.google.protobuf.Parser getParserFor public com.google.storage.v2.LockBucketRetentionPolicyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java new file mode 100644 index 0000000000..a8d33e2468 --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java @@ -0,0 +1,40 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface LockBucketRetentionPolicyRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.LockBucketRetentionPolicyRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Name of a bucket.
+   * 
+ * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bucket. + */ + java.lang.String getBucket(); + /** + *
+   * Required. Name of a bucket.
+   * 
+ * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for bucket. + */ + com.google.protobuf.ByteString + getBucketBytes(); + + /** + *
+   * Required. Makes the operation conditional on whether bucket's current
+   * metageneration matches the given value. Must be positive.
+   * 
+ * + * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The ifMetagenerationMatch. + */ + long getIfMetagenerationMatch(); +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java similarity index 70% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java index 4596958643..6dd4a33844 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * A directive to publish Pub/Sub notifications upon changes to a bucket.
  * 
* * Protobuf type {@code google.storage.v2.Notification} */ -public final class Notification extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Notification extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Notification) NotificationOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Notification.newBuilder() to construct. private Notification(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Notification() { name_ = ""; topic_ = ""; @@ -48,46 +30,44 @@ private Notification() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Notification(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Notification_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_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 internalGetCustomAttributes(); 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.storage.v2.StorageProto - .internal_static_google_storage_v2_Notification_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Notification.class, - com.google.storage.v2.Notification.Builder.class); + com.google.storage.v2.Notification.class, com.google.storage.v2.Notification.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The resource name of this notification.
    * Format:
@@ -96,7 +76,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ @java.lang.Override @@ -105,15 +84,14 @@ 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. The resource name of this notification.
    * Format:
@@ -122,15 +100,16 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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 { @@ -141,15 +120,13 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int TOPIC_FIELD_NUMBER = 2; private volatile java.lang.Object topic_; /** - * - * *
-   * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+   * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+   * as:
    * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
    * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The topic. */ @java.lang.Override @@ -158,30 +135,31 @@ public java.lang.String getTopic() { 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(); topic_ = s; return s; } } /** - * - * *
-   * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+   * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+   * as:
    * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
    * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for topic. */ @java.lang.Override - public com.google.protobuf.ByteString getTopicBytes() { + public com.google.protobuf.ByteString + getTopicBytes() { java.lang.Object ref = topic_; 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); topic_ = b; return b; } else { @@ -192,8 +170,6 @@ public com.google.protobuf.ByteString getTopicBytes() { public static final int ETAG_FIELD_NUMBER = 7; private volatile java.lang.Object etag_; /** - * - * *
    * The etag of the Notification.
    * If included in the metadata of GetNotificationRequest, the operation will
@@ -201,7 +177,6 @@ public com.google.protobuf.ByteString getTopicBytes() {
    * 
* * string etag = 7; - * * @return The etag. */ @java.lang.Override @@ -210,15 +185,14 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** - * - * *
    * The etag of the Notification.
    * If included in the metadata of GetNotificationRequest, the operation will
@@ -226,15 +200,16 @@ public java.lang.String getEtag() {
    * 
* * string etag = 7; - * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -245,45 +220,37 @@ public com.google.protobuf.ByteString getEtagBytes() { public static final int EVENT_TYPES_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList eventTypes_; /** - * - * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; - * * @return A list containing the eventTypes. */ - public com.google.protobuf.ProtocolStringList getEventTypesList() { + public com.google.protobuf.ProtocolStringList + getEventTypesList() { return eventTypes_; } /** - * - * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; - * * @return The count of eventTypes. */ public int getEventTypesCount() { return eventTypes_.size(); } /** - * - * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; - * * @param index The index of the element to return. * @return The eventTypes at the given index. */ @@ -291,39 +258,36 @@ public java.lang.String getEventTypes(int index) { return eventTypes_.get(index); } /** - * - * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; - * * @param index The index of the value to return. * @return The bytes of the eventTypes at the given index. */ - public com.google.protobuf.ByteString getEventTypesBytes(int index) { + public com.google.protobuf.ByteString + getEventTypesBytes(int index) { return eventTypes_.getByteString(index); } public static final int CUSTOM_ATTRIBUTES_FIELD_NUMBER = 4; - private static final class CustomAttributesDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Notification_CustomAttributesEntry_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.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - - private com.google.protobuf.MapField customAttributes_; - + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> customAttributes_; private com.google.protobuf.MapField - internalGetCustomAttributes() { + internalGetCustomAttributes() { if (customAttributes_ == null) { return com.google.protobuf.MapField.emptyMapField( CustomAttributesDefaultEntryHolder.defaultEntry); @@ -335,8 +299,6 @@ public int getCustomAttributesCount() { return internalGetCustomAttributes().getMap().size(); } /** - * - * *
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -344,22 +306,22 @@ public int getCustomAttributesCount() {
    *
    * map<string, string> custom_attributes = 4;
    */
+
   @java.lang.Override
-  public boolean containsCustomAttributes(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsCustomAttributes(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetCustomAttributes().getMap().containsKey(key);
   }
-  /** Use {@link #getCustomAttributesMap()} instead. */
+  /**
+   * Use {@link #getCustomAttributesMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getCustomAttributes() {
     return getCustomAttributesMap();
   }
   /**
-   *
-   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -368,12 +330,11 @@ public java.util.Map getCustomAttributes() {
    * map<string, string> custom_attributes = 4;
    */
   @java.lang.Override
+
   public java.util.Map getCustomAttributesMap() {
     return internalGetCustomAttributes().getMap();
   }
   /**
-   *
-   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -382,17 +343,16 @@ public java.util.Map getCustomAttributesMap(
    * map<string, string> custom_attributes = 4;
    */
   @java.lang.Override
+
   public java.lang.String getCustomAttributesOrDefault(
-      java.lang.String key, java.lang.String defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetCustomAttributes().getMap();
+      java.lang.String key,
+      java.lang.String defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetCustomAttributes().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -401,11 +361,12 @@ public java.lang.String getCustomAttributesOrDefault(
    * map<string, string> custom_attributes = 4;
    */
   @java.lang.Override
-  public java.lang.String getCustomAttributesOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetCustomAttributes().getMap();
+
+  public java.lang.String getCustomAttributesOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetCustomAttributes().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -415,15 +376,12 @@ public java.lang.String getCustomAttributesOrThrow(java.lang.String key) {
   public static final int OBJECT_NAME_PREFIX_FIELD_NUMBER = 5;
   private volatile java.lang.Object objectNamePrefix_;
   /**
-   *
-   *
    * 
    * If present, only apply this notification config to object names that
    * begin with this prefix.
    * 
* * string object_name_prefix = 5; - * * @return The objectNamePrefix. */ @java.lang.Override @@ -432,30 +390,30 @@ public java.lang.String getObjectNamePrefix() { 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(); objectNamePrefix_ = s; return s; } } /** - * - * *
    * If present, only apply this notification config to object names that
    * begin with this prefix.
    * 
* * string object_name_prefix = 5; - * * @return The bytes for objectNamePrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getObjectNamePrefixBytes() { + public com.google.protobuf.ByteString + getObjectNamePrefixBytes() { java.lang.Object ref = objectNamePrefix_; 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); objectNamePrefix_ = b; return b; } else { @@ -466,14 +424,11 @@ public com.google.protobuf.ByteString getObjectNamePrefixBytes() { public static final int PAYLOAD_FORMAT_FIELD_NUMBER = 6; private volatile java.lang.Object payloadFormat_; /** - * - * *
    * Required. The desired content of the Payload.
    * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @return The payloadFormat. */ @java.lang.Override @@ -482,29 +437,29 @@ public java.lang.String getPayloadFormat() { 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(); payloadFormat_ = s; return s; } } /** - * - * *
    * Required. The desired content of the Payload.
    * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for payloadFormat. */ @java.lang.Override - public com.google.protobuf.ByteString getPayloadFormatBytes() { + public com.google.protobuf.ByteString + getPayloadFormatBytes() { java.lang.Object ref = payloadFormat_; 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); payloadFormat_ = b; return b; } else { @@ -513,7 +468,6 @@ public com.google.protobuf.ByteString getPayloadFormatBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -525,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 { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -535,8 +490,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io for (int i = 0; i < eventTypes_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, eventTypes_.getRaw(i)); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetCustomAttributes(), CustomAttributesDefaultEntryHolder.defaultEntry, 4); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetCustomAttributes(), + CustomAttributesDefaultEntryHolder.defaultEntry, + 4); if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(objectNamePrefix_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, objectNamePrefix_); } @@ -569,15 +528,15 @@ public int getSerializedSize() { size += dataSize; size += 1 * getEventTypesList().size(); } - for (java.util.Map.Entry entry : - internalGetCustomAttributes().getMap().entrySet()) { - com.google.protobuf.MapEntry customAttributes__ = - CustomAttributesDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, customAttributes__); + for (java.util.Map.Entry entry + : internalGetCustomAttributes().getMap().entrySet()) { + com.google.protobuf.MapEntry + customAttributes__ = CustomAttributesDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, customAttributes__); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(objectNamePrefix_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, objectNamePrefix_); @@ -596,20 +555,27 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.storage.v2.Notification)) { return super.equals(obj); } com.google.storage.v2.Notification other = (com.google.storage.v2.Notification) obj; - if (!getName().equals(other.getName())) return false; - if (!getTopic().equals(other.getTopic())) return false; - if (!getEtag().equals(other.getEtag())) return false; - if (!getEventTypesList().equals(other.getEventTypesList())) return false; - if (!internalGetCustomAttributes().equals(other.internalGetCustomAttributes())) return false; - if (!getObjectNamePrefix().equals(other.getObjectNamePrefix())) return false; - if (!getPayloadFormat().equals(other.getPayloadFormat())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getTopic() + .equals(other.getTopic())) return false; + if (!getEtag() + .equals(other.getEtag())) return false; + if (!getEventTypesList() + .equals(other.getEventTypesList())) return false; + if (!internalGetCustomAttributes().equals( + other.internalGetCustomAttributes())) return false; + if (!getObjectNamePrefix() + .equals(other.getObjectNamePrefix())) return false; + if (!getPayloadFormat() + .equals(other.getPayloadFormat())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -644,155 +610,152 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Notification parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Notification parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Notification 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.storage.v2.Notification parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.Notification parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Notification 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.storage.v2.Notification parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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 directive to publish Pub/Sub notifications upon changes to a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Notification} */ - 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.storage.v2.Notification) com.google.storage.v2.NotificationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Notification_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 4: return internalGetCustomAttributes(); 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 internalGetMutableCustomAttributes(); 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.storage.v2.StorageProto - .internal_static_google_storage_v2_Notification_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Notification.class, - com.google.storage.v2.Notification.Builder.class); + com.google.storage.v2.Notification.class, com.google.storage.v2.Notification.Builder.class); } // Construct using com.google.storage.v2.Notification.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(); @@ -813,9 +776,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Notification_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_descriptor; } @java.lang.Override @@ -856,39 +819,38 @@ public com.google.storage.v2.Notification 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) { + 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.storage.v2.Notification) { - return mergeFrom((com.google.storage.v2.Notification) other); + return mergeFrom((com.google.storage.v2.Notification)other); } else { super.mergeFrom(other); return this; @@ -919,7 +881,8 @@ public Builder mergeFrom(com.google.storage.v2.Notification other) { } onChanged(); } - internalGetMutableCustomAttributes().mergeFrom(other.internalGetCustomAttributes()); + internalGetMutableCustomAttributes().mergeFrom( + other.internalGetCustomAttributes()); if (!other.getObjectNamePrefix().isEmpty()) { objectNamePrefix_ = other.objectNamePrefix_; onChanged(); @@ -954,62 +917,51 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - topic_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureEventTypesIsMutable(); - eventTypes_.add(s); - break; - } // case 26 - case 34: - { - com.google.protobuf.MapEntry - customAttributes__ = - input.readMessage( - CustomAttributesDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableCustomAttributes() - .getMutableMap() - .put(customAttributes__.getKey(), customAttributes__.getValue()); - break; - } // case 34 - case 42: - { - objectNamePrefix_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 50: - { - payloadFormat_ = input.readStringRequireUtf8(); - - break; - } // case 50 - case 58: - { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 58 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + topic_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + ensureEventTypesIsMutable(); + eventTypes_.add(s); + break; + } // case 26 + case 34: { + com.google.protobuf.MapEntry + customAttributes__ = input.readMessage( + CustomAttributesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableCustomAttributes().getMutableMap().put( + customAttributes__.getKey(), customAttributes__.getValue()); + break; + } // case 34 + case 42: { + objectNamePrefix_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 50: { + payloadFormat_ = input.readStringRequireUtf8(); + + break; + } // case 50 + case 58: { + etag_ = input.readStringRequireUtf8(); + + 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) { @@ -1019,13 +971,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Required. The resource name of this notification.
      * Format:
@@ -1034,13 +983,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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; @@ -1049,8 +998,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The resource name of this notification.
      * Format:
@@ -1059,14 +1006,15 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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 { @@ -1074,8 +1022,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The resource name of this notification.
      * Format:
@@ -1084,22 +1030,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Required. The resource name of this notification.
      * Format:
@@ -1108,18 +1052,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The resource name of this notification.
      * Format:
@@ -1128,16 +1069,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1145,21 +1086,20 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object topic_ = ""; /** - * - * *
-     * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+     * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+     * as:
      * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The topic. */ public java.lang.String getTopic() { java.lang.Object ref = topic_; 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(); topic_ = s; return s; @@ -1168,22 +1108,22 @@ public java.lang.String getTopic() { } } /** - * - * *
-     * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+     * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+     * as:
      * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for topic. */ - public com.google.protobuf.ByteString getTopicBytes() { + public com.google.protobuf.ByteString + getTopicBytes() { java.lang.Object ref = topic_; 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); topic_ = b; return b; } else { @@ -1191,64 +1131,60 @@ public com.google.protobuf.ByteString getTopicBytes() { } } /** - * - * *
-     * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+     * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+     * as:
      * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The topic to set. * @return This builder for chaining. */ - public Builder setTopic(java.lang.String value) { + public Builder setTopic( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + topic_ = value; onChanged(); return this; } /** - * - * *
-     * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+     * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+     * as:
      * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearTopic() { - + topic_ = getDefaultInstance().getTopic(); onChanged(); return this; } /** - * - * *
-     * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+     * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+     * as:
      * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for topic to set. * @return This builder for chaining. */ - public Builder setTopicBytes(com.google.protobuf.ByteString value) { + public Builder setTopicBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + topic_ = value; onChanged(); return this; @@ -1256,8 +1192,6 @@ public Builder setTopicBytes(com.google.protobuf.ByteString value) { private java.lang.Object etag_ = ""; /** - * - * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1265,13 +1199,13 @@ public Builder setTopicBytes(com.google.protobuf.ByteString value) {
      * 
* * string etag = 7; - * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -1280,8 +1214,6 @@ public java.lang.String getEtag() { } } /** - * - * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1289,14 +1221,15 @@ public java.lang.String getEtag() {
      * 
* * string etag = 7; - * * @return The bytes for etag. */ - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -1304,8 +1237,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } } /** - * - * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1313,22 +1244,20 @@ public com.google.protobuf.ByteString getEtagBytes() {
      * 
* * string etag = 7; - * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag(java.lang.String value) { + public Builder setEtag( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** - * - * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1336,18 +1265,15 @@ public Builder setEtag(java.lang.String value) {
      * 
* * string etag = 7; - * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** - * - * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1355,70 +1281,60 @@ public Builder clearEtag() {
      * 
* * string etag = 7; - * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes(com.google.protobuf.ByteString value) { + public Builder setEtagBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList eventTypes_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList eventTypes_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureEventTypesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { eventTypes_ = new com.google.protobuf.LazyStringArrayList(eventTypes_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @return A list containing the eventTypes. */ - public com.google.protobuf.ProtocolStringList getEventTypesList() { + public com.google.protobuf.ProtocolStringList + getEventTypesList() { return eventTypes_.getUnmodifiableView(); } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @return The count of eventTypes. */ public int getEventTypesCount() { return eventTypes_.size(); } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @param index The index of the element to return. * @return The eventTypes at the given index. */ @@ -1426,95 +1342,85 @@ public java.lang.String getEventTypes(int index) { return eventTypes_.get(index); } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @param index The index of the value to return. * @return The bytes of the eventTypes at the given index. */ - public com.google.protobuf.ByteString getEventTypesBytes(int index) { + public com.google.protobuf.ByteString + getEventTypesBytes(int index) { return eventTypes_.getByteString(index); } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @param index The index to set the value at. * @param value The eventTypes to set. * @return This builder for chaining. */ - public Builder setEventTypes(int index, java.lang.String value) { + public Builder setEventTypes( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureEventTypesIsMutable(); + throw new NullPointerException(); + } + ensureEventTypesIsMutable(); eventTypes_.set(index, value); onChanged(); return this; } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @param value The eventTypes to add. * @return This builder for chaining. */ - public Builder addEventTypes(java.lang.String value) { + public Builder addEventTypes( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureEventTypesIsMutable(); + throw new NullPointerException(); + } + ensureEventTypesIsMutable(); eventTypes_.add(value); onChanged(); return this; } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @param values The eventTypes to add. * @return This builder for chaining. */ - public Builder addAllEventTypes(java.lang.Iterable values) { + public Builder addAllEventTypes( + java.lang.Iterable values) { ensureEventTypesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, eventTypes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, eventTypes_); onChanged(); return this; } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @return This builder for chaining. */ public Builder clearEventTypes() { @@ -1524,48 +1430,43 @@ public Builder clearEventTypes() { return this; } /** - * - * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; - * * @param value The bytes of the eventTypes to add. * @return This builder for chaining. */ - public Builder addEventTypesBytes(com.google.protobuf.ByteString value) { + public Builder addEventTypesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureEventTypesIsMutable(); eventTypes_.add(value); onChanged(); return this; } - private com.google.protobuf.MapField customAttributes_; - + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> customAttributes_; private com.google.protobuf.MapField - internalGetCustomAttributes() { + internalGetCustomAttributes() { if (customAttributes_ == null) { return com.google.protobuf.MapField.emptyMapField( CustomAttributesDefaultEntryHolder.defaultEntry); } return customAttributes_; } - private com.google.protobuf.MapField - internalGetMutableCustomAttributes() { - onChanged(); - ; + internalGetMutableCustomAttributes() { + onChanged();; if (customAttributes_ == null) { - customAttributes_ = - com.google.protobuf.MapField.newMapField( - CustomAttributesDefaultEntryHolder.defaultEntry); + customAttributes_ = com.google.protobuf.MapField.newMapField( + CustomAttributesDefaultEntryHolder.defaultEntry); } if (!customAttributes_.isMutable()) { customAttributes_ = customAttributes_.copy(); @@ -1577,8 +1478,6 @@ public int getCustomAttributesCount() { return internalGetCustomAttributes().getMap().size(); } /** - * - * *
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1586,22 +1485,22 @@ public int getCustomAttributesCount() {
      *
      * map<string, string> custom_attributes = 4;
      */
+
     @java.lang.Override
-    public boolean containsCustomAttributes(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsCustomAttributes(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetCustomAttributes().getMap().containsKey(key);
     }
-    /** Use {@link #getCustomAttributesMap()} instead. */
+    /**
+     * Use {@link #getCustomAttributesMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getCustomAttributes() {
       return getCustomAttributesMap();
     }
     /**
-     *
-     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1610,12 +1509,11 @@ public java.util.Map getCustomAttributes() {
      * map<string, string> custom_attributes = 4;
      */
     @java.lang.Override
+
     public java.util.Map getCustomAttributesMap() {
       return internalGetCustomAttributes().getMap();
     }
     /**
-     *
-     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1624,18 +1522,16 @@ public java.util.Map getCustomAttributesMap(
      * map<string, string> custom_attributes = 4;
      */
     @java.lang.Override
+
     public java.lang.String getCustomAttributesOrDefault(
-        java.lang.String key, java.lang.String defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+        java.lang.String key,
+        java.lang.String defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
       java.util.Map map =
           internalGetCustomAttributes().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1644,10 +1540,10 @@ public java.lang.String getCustomAttributesOrDefault(
      * map<string, string> custom_attributes = 4;
      */
     @java.lang.Override
-    public java.lang.String getCustomAttributesOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+
+    public java.lang.String getCustomAttributesOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       java.util.Map map =
           internalGetCustomAttributes().getMap();
       if (!map.containsKey(key)) {
@@ -1657,12 +1553,11 @@ public java.lang.String getCustomAttributesOrThrow(java.lang.String key) {
     }
 
     public Builder clearCustomAttributes() {
-      internalGetMutableCustomAttributes().getMutableMap().clear();
+      internalGetMutableCustomAttributes().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1670,21 +1565,23 @@ public Builder clearCustomAttributes() {
      *
      * map<string, string> custom_attributes = 4;
      */
-    public Builder removeCustomAttributes(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableCustomAttributes().getMutableMap().remove(key);
+
+    public Builder removeCustomAttributes(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableCustomAttributes().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableCustomAttributes() {
+    public java.util.Map
+    getMutableCustomAttributes() {
       return internalGetMutableCustomAttributes().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1692,20 +1589,19 @@ public java.util.Map getMutableCustomAttribu
      *
      * map<string, string> custom_attributes = 4;
      */
-    public Builder putCustomAttributes(java.lang.String key, java.lang.String value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public Builder putCustomAttributes(
+        java.lang.String key,
+        java.lang.String value) {
+      if (key == null) { throw new NullPointerException("map key"); }
       if (value == null) {
-        throw new NullPointerException("map value");
-      }
+  throw new NullPointerException("map value");
+}
 
-      internalGetMutableCustomAttributes().getMutableMap().put(key, value);
+      internalGetMutableCustomAttributes().getMutableMap()
+          .put(key, value);
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1713,29 +1609,29 @@ public Builder putCustomAttributes(java.lang.String key, java.lang.String value)
      *
      * map<string, string> custom_attributes = 4;
      */
+
     public Builder putAllCustomAttributes(
         java.util.Map values) {
-      internalGetMutableCustomAttributes().getMutableMap().putAll(values);
+      internalGetMutableCustomAttributes().getMutableMap()
+          .putAll(values);
       return this;
     }
 
     private java.lang.Object objectNamePrefix_ = "";
     /**
-     *
-     *
      * 
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; - * * @return The objectNamePrefix. */ public java.lang.String getObjectNamePrefix() { java.lang.Object ref = objectNamePrefix_; 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(); objectNamePrefix_ = s; return s; @@ -1744,22 +1640,21 @@ public java.lang.String getObjectNamePrefix() { } } /** - * - * *
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; - * * @return The bytes for objectNamePrefix. */ - public com.google.protobuf.ByteString getObjectNamePrefixBytes() { + public com.google.protobuf.ByteString + getObjectNamePrefixBytes() { java.lang.Object ref = objectNamePrefix_; 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); objectNamePrefix_ = b; return b; } else { @@ -1767,64 +1662,57 @@ public com.google.protobuf.ByteString getObjectNamePrefixBytes() { } } /** - * - * *
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; - * * @param value The objectNamePrefix to set. * @return This builder for chaining. */ - public Builder setObjectNamePrefix(java.lang.String value) { + public Builder setObjectNamePrefix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + objectNamePrefix_ = value; onChanged(); return this; } /** - * - * *
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; - * * @return This builder for chaining. */ public Builder clearObjectNamePrefix() { - + objectNamePrefix_ = getDefaultInstance().getObjectNamePrefix(); onChanged(); return this; } /** - * - * *
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; - * * @param value The bytes for objectNamePrefix to set. * @return This builder for chaining. */ - public Builder setObjectNamePrefixBytes(com.google.protobuf.ByteString value) { + public Builder setObjectNamePrefixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + objectNamePrefix_ = value; onChanged(); return this; @@ -1832,20 +1720,18 @@ public Builder setObjectNamePrefixBytes(com.google.protobuf.ByteString value) { private java.lang.Object payloadFormat_ = ""; /** - * - * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @return The payloadFormat. */ public java.lang.String getPayloadFormat() { java.lang.Object ref = payloadFormat_; 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(); payloadFormat_ = s; return s; @@ -1854,21 +1740,20 @@ public java.lang.String getPayloadFormat() { } } /** - * - * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for payloadFormat. */ - public com.google.protobuf.ByteString getPayloadFormatBytes() { + public com.google.protobuf.ByteString + getPayloadFormatBytes() { java.lang.Object ref = payloadFormat_; 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); payloadFormat_ = b; return b; } else { @@ -1876,68 +1761,61 @@ public com.google.protobuf.ByteString getPayloadFormatBytes() { } } /** - * - * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The payloadFormat to set. * @return This builder for chaining. */ - public Builder setPayloadFormat(java.lang.String value) { + public Builder setPayloadFormat( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + payloadFormat_ = value; onChanged(); return this; } /** - * - * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearPayloadFormat() { - + payloadFormat_ = getDefaultInstance().getPayloadFormat(); onChanged(); return this; } /** - * - * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for payloadFormat to set. * @return This builder for chaining. */ - public Builder setPayloadFormatBytes(com.google.protobuf.ByteString value) { + public Builder setPayloadFormatBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + payloadFormat_ = 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); } @@ -1947,12 +1825,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Notification) } // @@protoc_insertion_point(class_scope:google.storage.v2.Notification) private static final com.google.storage.v2.Notification DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Notification(); } @@ -1961,27 +1839,27 @@ public static com.google.storage.v2.Notification getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Notification 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 Notification 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; @@ -1996,4 +1874,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Notification getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationName.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationName.java similarity index 100% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationName.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationName.java diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java similarity index 76% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java index 367f1e4085..d9d5303537 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface NotificationOrBuilder - extends +public interface NotificationOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Notification) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The resource name of this notification.
    * Format:
@@ -34,13 +16,10 @@ public interface NotificationOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Required. The resource name of this notification.
    * Format:
@@ -49,41 +28,36 @@ public interface NotificationOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
-   * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+   * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+   * as:
    * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
    * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The topic. */ java.lang.String getTopic(); /** - * - * *
-   * Required. The Pub/Sub topic to which this subscription publishes. Formatted as:
+   * Required. The Pub/Sub topic to which this subscription publishes. Formatted
+   * as:
    * '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'
    * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for topic. */ - com.google.protobuf.ByteString getTopicBytes(); + com.google.protobuf.ByteString + getTopicBytes(); /** - * - * *
    * The etag of the Notification.
    * If included in the metadata of GetNotificationRequest, the operation will
@@ -91,13 +65,10 @@ public interface NotificationOrBuilder
    * 
* * string etag = 7; - * * @return The etag. */ java.lang.String getEtag(); /** - * - * *
    * The etag of the Notification.
    * If included in the metadata of GetNotificationRequest, the operation will
@@ -105,69 +76,57 @@ public interface NotificationOrBuilder
    * 
* * string etag = 7; - * * @return The bytes for etag. */ - com.google.protobuf.ByteString getEtagBytes(); + com.google.protobuf.ByteString + getEtagBytes(); /** - * - * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; - * * @return A list containing the eventTypes. */ - java.util.List getEventTypesList(); + java.util.List + getEventTypesList(); /** - * - * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; - * * @return The count of eventTypes. */ int getEventTypesCount(); /** - * - * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; - * * @param index The index of the element to return. * @return The eventTypes at the given index. */ java.lang.String getEventTypes(int index); /** - * - * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; - * * @param index The index of the value to return. * @return The bytes of the eventTypes at the given index. */ - com.google.protobuf.ByteString getEventTypesBytes(int index); + com.google.protobuf.ByteString + getEventTypesBytes(int index); /** - * - * *
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -177,8 +136,6 @@ public interface NotificationOrBuilder
    */
   int getCustomAttributesCount();
   /**
-   *
-   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -186,13 +143,15 @@ public interface NotificationOrBuilder
    *
    * map<string, string> custom_attributes = 4;
    */
-  boolean containsCustomAttributes(java.lang.String key);
-  /** Use {@link #getCustomAttributesMap()} instead. */
+  boolean containsCustomAttributes(
+      java.lang.String key);
+  /**
+   * Use {@link #getCustomAttributesMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getCustomAttributes();
+  java.util.Map
+  getCustomAttributes();
   /**
-   *
-   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -200,10 +159,9 @@ public interface NotificationOrBuilder
    *
    * map<string, string> custom_attributes = 4;
    */
-  java.util.Map getCustomAttributesMap();
+  java.util.Map
+  getCustomAttributesMap();
   /**
-   *
-   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -213,13 +171,11 @@ public interface NotificationOrBuilder
    */
 
   /* nullable */
-  java.lang.String getCustomAttributesOrDefault(
+java.lang.String getCustomAttributesOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue);
+java.lang.String defaultValue);
   /**
-   *
-   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -227,57 +183,49 @@ java.lang.String getCustomAttributesOrDefault(
    *
    * map<string, string> custom_attributes = 4;
    */
-  java.lang.String getCustomAttributesOrThrow(java.lang.String key);
+
+  java.lang.String getCustomAttributesOrThrow(
+      java.lang.String key);
 
   /**
-   *
-   *
    * 
    * If present, only apply this notification config to object names that
    * begin with this prefix.
    * 
* * string object_name_prefix = 5; - * * @return The objectNamePrefix. */ java.lang.String getObjectNamePrefix(); /** - * - * *
    * If present, only apply this notification config to object names that
    * begin with this prefix.
    * 
* * string object_name_prefix = 5; - * * @return The bytes for objectNamePrefix. */ - com.google.protobuf.ByteString getObjectNamePrefixBytes(); + com.google.protobuf.ByteString + getObjectNamePrefixBytes(); /** - * - * *
    * Required. The desired content of the Payload.
    * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @return The payloadFormat. */ java.lang.String getPayloadFormat(); /** - * - * *
    * Required. The desired content of the Payload.
    * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for payloadFormat. */ - com.google.protobuf.ByteString getPayloadFormatBytes(); + com.google.protobuf.ByteString + getPayloadFormatBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java similarity index 71% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java index 6d81467b80..7f6d02a9e4 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * An object.
  * 
* * Protobuf type {@code google.storage.v2.Object} */ -public final class Object extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Object extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Object) ObjectOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Object.newBuilder() to construct. private Object(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Object() { name_ = ""; bucket_ = ""; @@ -53,35 +35,37 @@ private Object() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Object(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_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 22: return internalGetMetadata(); 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.storage.v2.StorageProto - .internal_static_google_storage_v2_Object_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Object.class, com.google.storage.v2.Object.Builder.class); } @@ -90,12 +74,10 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
-   * Immutable. The name of this object. Nearly any sequence of unicode characters is
-   * valid. See
-   * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+   * Immutable. The name of this object. Nearly any sequence of unicode
+   * characters is valid. See
+   * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
    * Example: `test.txt`
    * The `name` field by itself does not uniquely identify a Cloud Storage
    * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -103,7 +85,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ @java.lang.Override @@ -112,19 +93,18 @@ 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; } } /** - * - * *
-   * Immutable. The name of this object. Nearly any sequence of unicode characters is
-   * valid. See
-   * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+   * Immutable. The name of this object. Nearly any sequence of unicode
+   * characters is valid. See
+   * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
    * Example: `test.txt`
    * The `name` field by itself does not uniquely identify a Cloud Storage
    * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -132,15 +112,16 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @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 { @@ -151,16 +132,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int BUCKET_FIELD_NUMBER = 2; private volatile java.lang.Object bucket_; /** - * - * *
    * Immutable. The name of the bucket containing this object.
    * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bucket. */ @java.lang.Override @@ -169,31 +145,29 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** - * - * *
    * Immutable. The name of the bucket containing this object.
    * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -204,8 +178,6 @@ public com.google.protobuf.ByteString getBucketBytes() { public static final int ETAG_FIELD_NUMBER = 27; private volatile java.lang.Object etag_; /** - * - * *
    * The etag of the object.
    * If included in the metadata of an update or delete request message, the
@@ -214,7 +186,6 @@ public com.google.protobuf.ByteString getBucketBytes() {
    * 
* * string etag = 27; - * * @return The etag. */ @java.lang.Override @@ -223,15 +194,14 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** - * - * *
    * The etag of the object.
    * If included in the metadata of an update or delete request message, the
@@ -240,15 +210,16 @@ public java.lang.String getEtag() {
    * 
* * string etag = 27; - * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -259,16 +230,13 @@ public com.google.protobuf.ByteString getEtagBytes() { public static final int GENERATION_FIELD_NUMBER = 3; private long generation_; /** - * - * *
-   * Immutable. The content generation of this object. Used for object versioning.
-   * Attempting to set or update this field will result in a
+   * Immutable. The content generation of this object. Used for object
+   * versioning. Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The generation. */ @java.lang.Override @@ -279,19 +247,15 @@ public long getGeneration() { public static final int METAGENERATION_FIELD_NUMBER = 4; private long metageneration_; /** - * - * *
-   * Output only. The version of the metadata for this generation of this object. Used for
-   * preconditions and for detecting changes in metadata. A metageneration
-   * number is only meaningful in the context of a particular generation of a
-   * particular object.
-   * Attempting to set or update this field will result in a
-   * [FieldViolation][google.rpc.BadRequest.FieldViolation].
+   * Output only. The version of the metadata for this generation of this
+   * object. Used for preconditions and for detecting changes in metadata. A
+   * metageneration number is only meaningful in the context of a particular
+   * generation of a particular object. Attempting to set or update this field
+   * will result in a [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The metageneration. */ @java.lang.Override @@ -302,14 +266,11 @@ public long getMetageneration() { public static final int STORAGE_CLASS_FIELD_NUMBER = 5; private volatile java.lang.Object storageClass_; /** - * - * *
    * Storage class of the object.
    * 
* * string storage_class = 5; - * * @return The storageClass. */ @java.lang.Override @@ -318,29 +279,29 @@ public java.lang.String getStorageClass() { 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(); storageClass_ = s; return s; } } /** - * - * *
    * Storage class of the object.
    * 
* * string storage_class = 5; - * * @return The bytes for storageClass. */ @java.lang.Override - public com.google.protobuf.ByteString getStorageClassBytes() { + public com.google.protobuf.ByteString + getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -351,8 +312,6 @@ public com.google.protobuf.ByteString getStorageClassBytes() { public static final int SIZE_FIELD_NUMBER = 6; private long size_; /** - * - * *
    * Output only. Content-Length of the object data in bytes, matching
    * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -361,7 +320,6 @@ public com.google.protobuf.ByteString getStorageClassBytes() {
    * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The size. */ @java.lang.Override @@ -372,15 +330,12 @@ public long getSize() { public static final int CONTENT_ENCODING_FIELD_NUMBER = 7; private volatile java.lang.Object contentEncoding_; /** - * - * *
    * Content-Encoding of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
    * 
* * string content_encoding = 7; - * * @return The contentEncoding. */ @java.lang.Override @@ -389,30 +344,30 @@ public java.lang.String getContentEncoding() { 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(); contentEncoding_ = s; return s; } } /** - * - * *
    * Content-Encoding of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
    * 
* * string content_encoding = 7; - * * @return The bytes for contentEncoding. */ @java.lang.Override - public com.google.protobuf.ByteString getContentEncodingBytes() { + public com.google.protobuf.ByteString + getContentEncodingBytes() { java.lang.Object ref = contentEncoding_; 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); contentEncoding_ = b; return b; } else { @@ -423,15 +378,12 @@ public com.google.protobuf.ByteString getContentEncodingBytes() { public static final int CONTENT_DISPOSITION_FIELD_NUMBER = 8; private volatile java.lang.Object contentDisposition_; /** - * - * *
    * Content-Disposition of the object data, matching
    * [https://tools.ietf.org/html/rfc6266][RFC 6266].
    * 
* * string content_disposition = 8; - * * @return The contentDisposition. */ @java.lang.Override @@ -440,30 +392,30 @@ public java.lang.String getContentDisposition() { 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(); contentDisposition_ = s; return s; } } /** - * - * *
    * Content-Disposition of the object data, matching
    * [https://tools.ietf.org/html/rfc6266][RFC 6266].
    * 
* * string content_disposition = 8; - * * @return The bytes for contentDisposition. */ @java.lang.Override - public com.google.protobuf.ByteString getContentDispositionBytes() { + public com.google.protobuf.ByteString + getContentDispositionBytes() { java.lang.Object ref = contentDisposition_; 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); contentDisposition_ = b; return b; } else { @@ -474,8 +426,6 @@ public com.google.protobuf.ByteString getContentDispositionBytes() { public static final int CACHE_CONTROL_FIELD_NUMBER = 9; private volatile java.lang.Object cacheControl_; /** - * - * *
    * Cache-Control directive for the object data, matching
    * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -484,7 +434,6 @@ public com.google.protobuf.ByteString getContentDispositionBytes() {
    * 
* * string cache_control = 9; - * * @return The cacheControl. */ @java.lang.Override @@ -493,15 +442,14 @@ public java.lang.String getCacheControl() { 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(); cacheControl_ = s; return s; } } /** - * - * *
    * Cache-Control directive for the object data, matching
    * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -510,15 +458,16 @@ public java.lang.String getCacheControl() {
    * 
* * string cache_control = 9; - * * @return The bytes for cacheControl. */ @java.lang.Override - public com.google.protobuf.ByteString getCacheControlBytes() { + public com.google.protobuf.ByteString + getCacheControlBytes() { java.lang.Object ref = cacheControl_; 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); cacheControl_ = b; return b; } else { @@ -529,11 +478,9 @@ public com.google.protobuf.ByteString getCacheControlBytes() { public static final int ACL_FIELD_NUMBER = 10; private java.util.List acl_; /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* @@ -544,27 +491,23 @@ public java.util.List getAclList() { return acl_; } /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ @java.lang.Override - public java.util.List + public java.util.List getAclOrBuilderList() { return acl_; } /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* @@ -575,11 +518,9 @@ public int getAclCount() { return acl_.size(); } /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* @@ -590,33 +531,29 @@ public com.google.storage.v2.ObjectAccessControl getAcl(int index) { return acl_.get(index); } /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ @java.lang.Override - public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(int index) { + public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder( + int index) { return acl_.get(index); } public static final int CONTENT_LANGUAGE_FIELD_NUMBER = 11; private volatile java.lang.Object contentLanguage_; /** - * - * *
    * Content-Language of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
    * 
* * string content_language = 11; - * * @return The contentLanguage. */ @java.lang.Override @@ -625,30 +562,30 @@ public java.lang.String getContentLanguage() { 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(); contentLanguage_ = s; return s; } } /** - * - * *
    * Content-Language of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
    * 
* * string content_language = 11; - * * @return The bytes for contentLanguage. */ @java.lang.Override - public com.google.protobuf.ByteString getContentLanguageBytes() { + public com.google.protobuf.ByteString + getContentLanguageBytes() { java.lang.Object ref = contentLanguage_; 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); contentLanguage_ = b; return b; } else { @@ -659,18 +596,14 @@ public com.google.protobuf.ByteString getContentLanguageBytes() { public static final int DELETE_TIME_FIELD_NUMBER = 12; private com.google.protobuf.Timestamp deleteTime_; /** - * - * *
-   * Output only. The deletion time of the object. Will be returned if and only if this
-   * version of the object has been deleted.
-   * Attempting to set or update this field will result in a
+   * Output only. The deletion time of the object. Will be returned if and only
+   * if this version of the object has been deleted. Attempting to set or update
+   * this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the deleteTime field is set. */ @java.lang.Override @@ -678,18 +611,14 @@ public boolean hasDeleteTime() { return deleteTime_ != null; } /** - * - * *
-   * Output only. The deletion time of the object. Will be returned if and only if this
-   * version of the object has been deleted.
-   * Attempting to set or update this field will result in a
+   * Output only. The deletion time of the object. Will be returned if and only
+   * if this version of the object has been deleted. Attempting to set or update
+   * this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The deleteTime. */ @java.lang.Override @@ -697,17 +626,14 @@ public com.google.protobuf.Timestamp getDeleteTime() { return deleteTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : deleteTime_; } /** - * - * *
-   * Output only. The deletion time of the object. Will be returned if and only if this
-   * version of the object has been deleted.
-   * Attempting to set or update this field will result in a
+   * Output only. The deletion time of the object. Will be returned if and only
+   * if this version of the object has been deleted. Attempting to set or update
+   * this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { @@ -717,8 +643,6 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { public static final int CONTENT_TYPE_FIELD_NUMBER = 13; private volatile java.lang.Object contentType_; /** - * - * *
    * Content-Type of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -727,7 +651,6 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() {
    * 
* * string content_type = 13; - * * @return The contentType. */ @java.lang.Override @@ -736,15 +659,14 @@ public java.lang.String getContentType() { 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(); contentType_ = s; return s; } } /** - * - * *
    * Content-Type of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -753,15 +675,16 @@ public java.lang.String getContentType() {
    * 
* * string content_type = 13; - * * @return The bytes for contentType. */ @java.lang.Override - public com.google.protobuf.ByteString getContentTypeBytes() { + public com.google.protobuf.ByteString + getContentTypeBytes() { java.lang.Object ref = contentType_; 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); contentType_ = b; return b; } else { @@ -772,17 +695,13 @@ public com.google.protobuf.ByteString getContentTypeBytes() { public static final int CREATE_TIME_FIELD_NUMBER = 14; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ @java.lang.Override @@ -790,17 +709,13 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ @java.lang.Override @@ -808,16 +723,13 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -827,17 +739,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int COMPONENT_COUNT_FIELD_NUMBER = 15; private int componentCount_; /** - * - * *
-   * Output only. Number of underlying components that make up this object. Components are
-   * accumulated by compose operations.
-   * Attempting to set or update this field will result in a
+   * Output only. Number of underlying components that make up this object.
+   * Components are accumulated by compose operations. Attempting to set or
+   * update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The componentCount. */ @java.lang.Override @@ -848,16 +757,12 @@ public int getComponentCount() { public static final int CHECKSUMS_FIELD_NUMBER = 16; private com.google.storage.v2.ObjectChecksums checksums_; /** - * - * *
-   * Output only. Hashes for the data part of this object.
+   * Output only. Hashes for the data part of this object. This field is used
+   * for output only and will be silently ignored if provided in requests.
    * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the checksums field is set. */ @java.lang.Override @@ -865,34 +770,25 @@ public boolean hasChecksums() { return checksums_ != null; } /** - * - * *
-   * Output only. Hashes for the data part of this object.
+   * Output only. Hashes for the data part of this object. This field is used
+   * for output only and will be silently ignored if provided in requests.
    * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The checksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getChecksums() { - return checksums_ == null - ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() - : checksums_; + return checksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : checksums_; } /** - * - * *
-   * Output only. Hashes for the data part of this object.
+   * Output only. Hashes for the data part of this object. This field is used
+   * for output only and will be silently ignored if provided in requests.
    * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() { @@ -902,8 +798,6 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 17; private com.google.protobuf.Timestamp updateTime_; /** - * - * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -915,9 +809,7 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ @java.lang.Override @@ -925,8 +817,6 @@ public boolean hasUpdateTime() { return updateTime_ != null; } /** - * - * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -938,9 +828,7 @@ public boolean hasUpdateTime() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ @java.lang.Override @@ -948,8 +836,6 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** - * - * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -961,8 +847,7 @@ public com.google.protobuf.Timestamp getUpdateTime() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -972,15 +857,12 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int KMS_KEY_FIELD_NUMBER = 18; private volatile java.lang.Object kmsKey_; /** - * - * *
    * Cloud KMS Key used to encrypt this object, if the object is encrypted by
    * such a key.
    * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @return The kmsKey. */ @java.lang.Override @@ -989,30 +871,30 @@ public java.lang.String getKmsKey() { 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(); kmsKey_ = s; return s; } } /** - * - * *
    * Cloud KMS Key used to encrypt this object, if the object is encrypted by
    * such a key.
    * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @return The bytes for kmsKey. */ @java.lang.Override - public com.google.protobuf.ByteString getKmsKeyBytes() { + public com.google.protobuf.ByteString + getKmsKeyBytes() { java.lang.Object ref = kmsKey_; 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); kmsKey_ = b; return b; } else { @@ -1023,19 +905,14 @@ public com.google.protobuf.ByteString getKmsKeyBytes() { public static final int UPDATE_STORAGE_CLASS_TIME_FIELD_NUMBER = 19; private com.google.protobuf.Timestamp updateStorageClassTime_; /** - * - * *
-   * Output only. The time at which the object's storage class was last changed. When the
-   * object is initially created, it will be set to time_created.
+   * Output only. The time at which the object's storage class was last changed.
+   * When the object is initially created, it will be set to time_created.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateStorageClassTime field is set. */ @java.lang.Override @@ -1043,40 +920,29 @@ public boolean hasUpdateStorageClassTime() { return updateStorageClassTime_ != null; } /** - * - * *
-   * Output only. The time at which the object's storage class was last changed. When the
-   * object is initially created, it will be set to time_created.
+   * Output only. The time at which the object's storage class was last changed.
+   * When the object is initially created, it will be set to time_created.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateStorageClassTime. */ @java.lang.Override public com.google.protobuf.Timestamp getUpdateStorageClassTime() { - return updateStorageClassTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateStorageClassTime_; + return updateStorageClassTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateStorageClassTime_; } /** - * - * *
-   * Output only. The time at which the object's storage class was last changed. When the
-   * object is initially created, it will be set to time_created.
+   * Output only. The time at which the object's storage class was last changed.
+   * When the object is initially created, it will be set to time_created.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder() { @@ -1086,8 +952,6 @@ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder public static final int TEMPORARY_HOLD_FIELD_NUMBER = 20; private boolean temporaryHold_; /** - * - * *
    * Whether an object is under temporary hold. While this flag is set to true,
    * the object is protected against deletion and overwrites.  A common use case
@@ -1097,7 +961,6 @@ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder
    * 
* * bool temporary_hold = 20; - * * @return The temporaryHold. */ @java.lang.Override @@ -1108,8 +971,6 @@ public boolean getTemporaryHold() { public static final int RETENTION_EXPIRE_TIME_FIELD_NUMBER = 21; private com.google.protobuf.Timestamp retentionExpireTime_; /** - * - * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -1121,7 +982,6 @@ public boolean getTemporaryHold() {
    * 
* * .google.protobuf.Timestamp retention_expire_time = 21; - * * @return Whether the retentionExpireTime field is set. */ @java.lang.Override @@ -1129,8 +989,6 @@ public boolean hasRetentionExpireTime() { return retentionExpireTime_ != null; } /** - * - * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -1142,18 +1000,13 @@ public boolean hasRetentionExpireTime() {
    * 
* * .google.protobuf.Timestamp retention_expire_time = 21; - * * @return The retentionExpireTime. */ @java.lang.Override public com.google.protobuf.Timestamp getRetentionExpireTime() { - return retentionExpireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : retentionExpireTime_; + return retentionExpireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : retentionExpireTime_; } /** - * - * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -1172,23 +1025,24 @@ public com.google.protobuf.TimestampOrBuilder getRetentionExpireTimeOrBuilder()
   }
 
   public static final int METADATA_FIELD_NUMBER = 22;
-
   private static final class MetadataDefaultEntryHolder {
-    static final com.google.protobuf.MapEntry defaultEntry =
-        com.google.protobuf.MapEntry.newDefaultInstance(
-            com.google.storage.v2.StorageProto
-                .internal_static_google_storage_v2_Object_MetadataEntry_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.storage.v2.StorageProto.internal_static_google_storage_v2_Object_MetadataEntry_descriptor, 
+                com.google.protobuf.WireFormat.FieldType.STRING,
+                "",
+                com.google.protobuf.WireFormat.FieldType.STRING,
+                "");
   }
-
-  private com.google.protobuf.MapField metadata_;
-
-  private com.google.protobuf.MapField internalGetMetadata() {
+  private com.google.protobuf.MapField<
+      java.lang.String, java.lang.String> metadata_;
+  private com.google.protobuf.MapField
+  internalGetMetadata() {
     if (metadata_ == null) {
-      return com.google.protobuf.MapField.emptyMapField(MetadataDefaultEntryHolder.defaultEntry);
+      return com.google.protobuf.MapField.emptyMapField(
+          MetadataDefaultEntryHolder.defaultEntry);
     }
     return metadata_;
   }
@@ -1197,30 +1051,28 @@ public int getMetadataCount() {
     return internalGetMetadata().getMap().size();
   }
   /**
-   *
-   *
    * 
    * User-provided metadata, in key/value pairs.
    * 
* * map<string, string> metadata = 22; */ + @java.lang.Override - public boolean containsMetadata(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsMetadata( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetMetadata().getMap().containsKey(key); } - /** Use {@link #getMetadataMap()} instead. */ + /** + * Use {@link #getMetadataMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMetadata() { return getMetadataMap(); } /** - * - * *
    * User-provided metadata, in key/value pairs.
    * 
@@ -1228,12 +1080,11 @@ public java.util.Map getMetadata() { * map<string, string> metadata = 22; */ @java.lang.Override + public java.util.Map getMetadataMap() { return internalGetMetadata().getMap(); } /** - * - * *
    * User-provided metadata, in key/value pairs.
    * 
@@ -1241,17 +1092,16 @@ public java.util.Map getMetadataMap() { * map<string, string> metadata = 22; */ @java.lang.Override + public java.lang.String getMetadataOrDefault( - java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetMetadata().getMap(); + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetMetadata().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * User-provided metadata, in key/value pairs.
    * 
@@ -1259,11 +1109,12 @@ public java.lang.String getMetadataOrDefault( * map<string, string> metadata = 22; */ @java.lang.Override - public java.lang.String getMetadataOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetMetadata().getMap(); + + public java.lang.String getMetadataOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetMetadata().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -1273,8 +1124,6 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) { public static final int EVENT_BASED_HOLD_FIELD_NUMBER = 23; private boolean eventBasedHold_; /** - * - * *
    * Whether an object is under event-based hold.
    * An event-based hold is a way to force the retention of an object until
@@ -1289,7 +1138,6 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
    * 
* * optional bool event_based_hold = 23; - * * @return Whether the eventBasedHold field is set. */ @java.lang.Override @@ -1297,8 +1145,6 @@ public boolean hasEventBasedHold() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Whether an object is under event-based hold.
    * An event-based hold is a way to force the retention of an object until
@@ -1313,7 +1159,6 @@ public boolean hasEventBasedHold() {
    * 
* * optional bool event_based_hold = 23; - * * @return The eventBasedHold. */ @java.lang.Override @@ -1324,16 +1169,13 @@ public boolean getEventBasedHold() { public static final int OWNER_FIELD_NUMBER = 24; private com.google.storage.v2.Owner owner_; /** - * - * *
-   * Output only. The owner of the object. This will always be the uploader of the object.
-   * Attempting to set or update this field will result in a
+   * Output only. The owner of the object. This will always be the uploader of
+   * the object. Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return Whether the owner field is set. */ @java.lang.Override @@ -1341,16 +1183,13 @@ public boolean hasOwner() { return owner_ != null; } /** - * - * *
-   * Output only. The owner of the object. This will always be the uploader of the object.
-   * Attempting to set or update this field will result in a
+   * Output only. The owner of the object. This will always be the uploader of
+   * the object. Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The owner. */ @java.lang.Override @@ -1358,11 +1197,9 @@ public com.google.storage.v2.Owner getOwner() { return owner_ == null ? com.google.storage.v2.Owner.getDefaultInstance() : owner_; } /** - * - * *
-   * Output only. The owner of the object. This will always be the uploader of the object.
-   * Attempting to set or update this field will result in a
+   * Output only. The owner of the object. This will always be the uploader of
+   * the object. Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* @@ -1376,15 +1213,12 @@ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { public static final int CUSTOMER_ENCRYPTION_FIELD_NUMBER = 25; private com.google.storage.v2.CustomerEncryption customerEncryption_; /** - * - * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
    * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; - * * @return Whether the customerEncryption field is set. */ @java.lang.Override @@ -1392,26 +1226,19 @@ public boolean hasCustomerEncryption() { return customerEncryption_ != null; } /** - * - * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
    * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; - * * @return The customerEncryption. */ @java.lang.Override public com.google.storage.v2.CustomerEncryption getCustomerEncryption() { - return customerEncryption_ == null - ? com.google.storage.v2.CustomerEncryption.getDefaultInstance() - : customerEncryption_; + return customerEncryption_ == null ? com.google.storage.v2.CustomerEncryption.getDefaultInstance() : customerEncryption_; } /** - * - * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
@@ -1427,14 +1254,11 @@ public com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOr
   public static final int CUSTOM_TIME_FIELD_NUMBER = 26;
   private com.google.protobuf.Timestamp customTime_;
   /**
-   *
-   *
    * 
    * A user-specified timestamp set on an object.
    * 
* * .google.protobuf.Timestamp custom_time = 26; - * * @return Whether the customTime field is set. */ @java.lang.Override @@ -1442,14 +1266,11 @@ public boolean hasCustomTime() { return customTime_ != null; } /** - * - * *
    * A user-specified timestamp set on an object.
    * 
* * .google.protobuf.Timestamp custom_time = 26; - * * @return The customTime. */ @java.lang.Override @@ -1457,8 +1278,6 @@ public com.google.protobuf.Timestamp getCustomTime() { return customTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : customTime_; } /** - * - * *
    * A user-specified timestamp set on an object.
    * 
@@ -1471,7 +1290,6 @@ public com.google.protobuf.TimestampOrBuilder getCustomTimeOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1483,7 +1301,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_); } @@ -1547,8 +1366,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (retentionExpireTime_ != null) { output.writeMessage(21, getRetentionExpireTime()); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetMetadata(), MetadataDefaultEntryHolder.defaultEntry, 22); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetMetadata(), + MetadataDefaultEntryHolder.defaultEntry, + 22); if (((bitField0_ & 0x00000001) != 0)) { output.writeBool(23, eventBasedHold_); } @@ -1580,16 +1403,19 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, bucket_); } if (generation_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, generation_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, generation_); } if (metageneration_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, metageneration_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(4, metageneration_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(storageClass_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, storageClass_); } if (size_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, size_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(6, size_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentEncoding_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, contentEncoding_); @@ -1601,64 +1427,75 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, cacheControl_); } for (int i = 0; i < acl_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, acl_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, acl_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentLanguage_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, contentLanguage_); } if (deleteTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getDeleteTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(12, getDeleteTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentType_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, contentType_); } if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(14, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(14, getCreateTime()); } if (componentCount_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(15, componentCount_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(15, componentCount_); } if (checksums_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(16, getChecksums()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(16, getChecksums()); } if (updateTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(17, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(17, getUpdateTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(kmsKey_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, kmsKey_); } if (updateStorageClassTime_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(19, getUpdateStorageClassTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(19, getUpdateStorageClassTime()); } if (temporaryHold_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(20, temporaryHold_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(20, temporaryHold_); } if (retentionExpireTime_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(21, getRetentionExpireTime()); - } - for (java.util.Map.Entry entry : - internalGetMetadata().getMap().entrySet()) { - com.google.protobuf.MapEntry metadata__ = - MetadataDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(22, metadata__); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(21, getRetentionExpireTime()); + } + for (java.util.Map.Entry entry + : internalGetMetadata().getMap().entrySet()) { + com.google.protobuf.MapEntry + metadata__ = MetadataDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(22, metadata__); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(23, eventBasedHold_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(23, eventBasedHold_); } if (owner_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(24, getOwner()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(24, getOwner()); } if (customerEncryption_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(25, getCustomerEncryption()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(25, getCustomerEncryption()); } if (customTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(26, getCustomTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(26, getCustomTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, etag_); @@ -1671,69 +1508,96 @@ 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.storage.v2.Object)) { return super.equals(obj); } com.google.storage.v2.Object other = (com.google.storage.v2.Object) obj; - if (!getName().equals(other.getName())) return false; - if (!getBucket().equals(other.getBucket())) return false; - if (!getEtag().equals(other.getEtag())) return false; - if (getGeneration() != other.getGeneration()) return false; - if (getMetageneration() != other.getMetageneration()) return false; - if (!getStorageClass().equals(other.getStorageClass())) return false; - if (getSize() != other.getSize()) return false; - if (!getContentEncoding().equals(other.getContentEncoding())) return false; - if (!getContentDisposition().equals(other.getContentDisposition())) return false; - if (!getCacheControl().equals(other.getCacheControl())) return false; - if (!getAclList().equals(other.getAclList())) return false; - if (!getContentLanguage().equals(other.getContentLanguage())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getBucket() + .equals(other.getBucket())) return false; + if (!getEtag() + .equals(other.getEtag())) return false; + if (getGeneration() + != other.getGeneration()) return false; + if (getMetageneration() + != other.getMetageneration()) return false; + if (!getStorageClass() + .equals(other.getStorageClass())) return false; + if (getSize() + != other.getSize()) return false; + if (!getContentEncoding() + .equals(other.getContentEncoding())) return false; + if (!getContentDisposition() + .equals(other.getContentDisposition())) return false; + if (!getCacheControl() + .equals(other.getCacheControl())) return false; + if (!getAclList() + .equals(other.getAclList())) return false; + if (!getContentLanguage() + .equals(other.getContentLanguage())) return false; if (hasDeleteTime() != other.hasDeleteTime()) return false; if (hasDeleteTime()) { - if (!getDeleteTime().equals(other.getDeleteTime())) return false; + if (!getDeleteTime() + .equals(other.getDeleteTime())) return false; } - if (!getContentType().equals(other.getContentType())) return false; + if (!getContentType() + .equals(other.getContentType())) 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 (getComponentCount() != other.getComponentCount()) return false; + if (getComponentCount() + != other.getComponentCount()) return false; if (hasChecksums() != other.hasChecksums()) return false; if (hasChecksums()) { - if (!getChecksums().equals(other.getChecksums())) return false; + if (!getChecksums() + .equals(other.getChecksums())) 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 (!getKmsKey().equals(other.getKmsKey())) return false; + if (!getKmsKey() + .equals(other.getKmsKey())) return false; if (hasUpdateStorageClassTime() != other.hasUpdateStorageClassTime()) return false; if (hasUpdateStorageClassTime()) { - if (!getUpdateStorageClassTime().equals(other.getUpdateStorageClassTime())) return false; + if (!getUpdateStorageClassTime() + .equals(other.getUpdateStorageClassTime())) return false; } - if (getTemporaryHold() != other.getTemporaryHold()) return false; + if (getTemporaryHold() + != other.getTemporaryHold()) return false; if (hasRetentionExpireTime() != other.hasRetentionExpireTime()) return false; if (hasRetentionExpireTime()) { - if (!getRetentionExpireTime().equals(other.getRetentionExpireTime())) return false; + if (!getRetentionExpireTime() + .equals(other.getRetentionExpireTime())) return false; } - if (!internalGetMetadata().equals(other.internalGetMetadata())) return false; + if (!internalGetMetadata().equals( + other.internalGetMetadata())) return false; if (hasEventBasedHold() != other.hasEventBasedHold()) return false; if (hasEventBasedHold()) { - if (getEventBasedHold() != other.getEventBasedHold()) return false; + if (getEventBasedHold() + != other.getEventBasedHold()) return false; } if (hasOwner() != other.hasOwner()) return false; if (hasOwner()) { - if (!getOwner().equals(other.getOwner())) return false; + if (!getOwner() + .equals(other.getOwner())) return false; } if (hasCustomerEncryption() != other.hasCustomerEncryption()) return false; if (hasCustomerEncryption()) { - if (!getCustomerEncryption().equals(other.getCustomerEncryption())) return false; + if (!getCustomerEncryption() + .equals(other.getCustomerEncryption())) return false; } if (hasCustomTime() != other.hasCustomTime()) return false; if (hasCustomTime()) { - if (!getCustomTime().equals(other.getCustomTime())) return false; + if (!getCustomTime() + .equals(other.getCustomTime())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -1753,13 +1617,16 @@ public int hashCode() { hash = (37 * hash) + ETAG_FIELD_NUMBER; hash = (53 * hash) + getEtag().hashCode(); hash = (37 * hash) + GENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getGeneration()); hash = (37 * hash) + METAGENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMetageneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getMetageneration()); hash = (37 * hash) + STORAGE_CLASS_FIELD_NUMBER; hash = (53 * hash) + getStorageClass().hashCode(); hash = (37 * hash) + SIZE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getSize()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getSize()); hash = (37 * hash) + CONTENT_ENCODING_FIELD_NUMBER; hash = (53 * hash) + getContentEncoding().hashCode(); hash = (37 * hash) + CONTENT_DISPOSITION_FIELD_NUMBER; @@ -1799,7 +1666,8 @@ public int hashCode() { hash = (53 * hash) + getUpdateStorageClassTime().hashCode(); } hash = (37 * hash) + TEMPORARY_HOLD_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getTemporaryHold()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getTemporaryHold()); if (hasRetentionExpireTime()) { hash = (37 * hash) + RETENTION_EXPIRE_TIME_FIELD_NUMBER; hash = (53 * hash) + getRetentionExpireTime().hashCode(); @@ -1810,7 +1678,8 @@ public int hashCode() { } if (hasEventBasedHold()) { hash = (37 * hash) + EVENT_BASED_HOLD_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEventBasedHold()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getEventBasedHold()); } if (hasOwner()) { hash = (37 * hash) + OWNER_FIELD_NUMBER; @@ -1829,153 +1698,152 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Object parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Object parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Object 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.storage.v2.Object parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.Object parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Object 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.storage.v2.Object parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object 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 object.
    * 
* * Protobuf type {@code google.storage.v2.Object} */ - 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.storage.v2.Object) com.google.storage.v2.ObjectOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 22: return internalGetMetadata(); 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 22: return internalGetMutableMetadata(); 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.storage.v2.StorageProto - .internal_static_google_storage_v2_Object_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Object.class, com.google.storage.v2.Object.Builder.class); } // Construct using com.google.storage.v2.Object.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(); @@ -2077,7 +1945,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_descriptor; } @@ -2184,39 +2053,38 @@ public com.google.storage.v2.Object 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) { + 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.storage.v2.Object) { - return mergeFrom((com.google.storage.v2.Object) other); + return mergeFrom((com.google.storage.v2.Object)other); } else { super.mergeFrom(other); return this; @@ -2280,10 +2148,9 @@ public Builder mergeFrom(com.google.storage.v2.Object other) { aclBuilder_ = null; acl_ = other.acl_; bitField0_ = (bitField0_ & ~0x00000001); - aclBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getAclFieldBuilder() - : null; + aclBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getAclFieldBuilder() : null; } else { aclBuilder_.addAllMessages(other.acl_); } @@ -2325,7 +2192,8 @@ public Builder mergeFrom(com.google.storage.v2.Object other) { if (other.hasRetentionExpireTime()) { mergeRetentionExpireTime(other.getRetentionExpireTime()); } - internalGetMutableMetadata().mergeFrom(other.internalGetMetadata()); + internalGetMutableMetadata().mergeFrom( + other.internalGetMetadata()); if (other.hasEventBasedHold()) { setEventBasedHold(other.getEventBasedHold()); } @@ -2364,210 +2232,193 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - bucket_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 24: - { - generation_ = input.readInt64(); - - break; - } // case 24 - case 32: - { - metageneration_ = input.readInt64(); - - break; - } // case 32 - case 42: - { - storageClass_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 48: - { - size_ = input.readInt64(); - - break; - } // case 48 - case 58: - { - contentEncoding_ = input.readStringRequireUtf8(); - - break; - } // case 58 - case 66: - { - contentDisposition_ = input.readStringRequireUtf8(); - - break; - } // case 66 - case 74: - { - cacheControl_ = input.readStringRequireUtf8(); - - break; - } // case 74 - case 82: - { - com.google.storage.v2.ObjectAccessControl m = - input.readMessage( - com.google.storage.v2.ObjectAccessControl.parser(), extensionRegistry); - if (aclBuilder_ == null) { - ensureAclIsMutable(); - acl_.add(m); - } else { - aclBuilder_.addMessage(m); - } - break; - } // case 82 - case 90: - { - contentLanguage_ = input.readStringRequireUtf8(); - - break; - } // case 90 - case 98: - { - input.readMessage(getDeleteTimeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 98 - case 106: - { - contentType_ = input.readStringRequireUtf8(); - - break; - } // case 106 - case 114: - { - input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 114 - case 120: - { - componentCount_ = input.readInt32(); - - break; - } // case 120 - case 130: - { - input.readMessage(getChecksumsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 130 - case 138: - { - input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 138 - case 146: - { - kmsKey_ = input.readStringRequireUtf8(); - - break; - } // case 146 - case 154: - { - input.readMessage( - getUpdateStorageClassTimeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 154 - case 160: - { - temporaryHold_ = input.readBool(); - - break; - } // case 160 - case 170: - { - input.readMessage( - getRetentionExpireTimeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 170 - case 178: - { - com.google.protobuf.MapEntry metadata__ = - input.readMessage( - MetadataDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableMetadata() - .getMutableMap() - .put(metadata__.getKey(), metadata__.getValue()); - break; - } // case 178 - case 184: - { - eventBasedHold_ = input.readBool(); - bitField0_ |= 0x00000004; - break; - } // case 184 - case 194: - { - input.readMessage(getOwnerFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 194 - case 202: - { - input.readMessage( - getCustomerEncryptionFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 202 - case 210: - { - input.readMessage(getCustomTimeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 210 - case 218: - { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 218 - 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) { - throw e.unwrapIOException(); - } finally { - onChanged(); - } // finally - return this; - } + case 10: { + name_ = input.readStringRequireUtf8(); - private int bitField0_; + break; + } // case 10 + case 18: { + bucket_ = input.readStringRequireUtf8(); - private java.lang.Object name_ = ""; - /** - * - * - *
-     * Immutable. The name of this object. Nearly any sequence of unicode characters is
-     * valid. See
-     * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+              break;
+            } // case 18
+            case 24: {
+              generation_ = input.readInt64();
+
+              break;
+            } // case 24
+            case 32: {
+              metageneration_ = input.readInt64();
+
+              break;
+            } // case 32
+            case 42: {
+              storageClass_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 42
+            case 48: {
+              size_ = input.readInt64();
+
+              break;
+            } // case 48
+            case 58: {
+              contentEncoding_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 58
+            case 66: {
+              contentDisposition_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 66
+            case 74: {
+              cacheControl_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 74
+            case 82: {
+              com.google.storage.v2.ObjectAccessControl m =
+                  input.readMessage(
+                      com.google.storage.v2.ObjectAccessControl.parser(),
+                      extensionRegistry);
+              if (aclBuilder_ == null) {
+                ensureAclIsMutable();
+                acl_.add(m);
+              } else {
+                aclBuilder_.addMessage(m);
+              }
+              break;
+            } // case 82
+            case 90: {
+              contentLanguage_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 90
+            case 98: {
+              input.readMessage(
+                  getDeleteTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 98
+            case 106: {
+              contentType_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 106
+            case 114: {
+              input.readMessage(
+                  getCreateTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 114
+            case 120: {
+              componentCount_ = input.readInt32();
+
+              break;
+            } // case 120
+            case 130: {
+              input.readMessage(
+                  getChecksumsFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 130
+            case 138: {
+              input.readMessage(
+                  getUpdateTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 138
+            case 146: {
+              kmsKey_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 146
+            case 154: {
+              input.readMessage(
+                  getUpdateStorageClassTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 154
+            case 160: {
+              temporaryHold_ = input.readBool();
+
+              break;
+            } // case 160
+            case 170: {
+              input.readMessage(
+                  getRetentionExpireTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 170
+            case 178: {
+              com.google.protobuf.MapEntry
+              metadata__ = input.readMessage(
+                  MetadataDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableMetadata().getMutableMap().put(
+                  metadata__.getKey(), metadata__.getValue());
+              break;
+            } // case 178
+            case 184: {
+              eventBasedHold_ = input.readBool();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 184
+            case 194: {
+              input.readMessage(
+                  getOwnerFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 194
+            case 202: {
+              input.readMessage(
+                  getCustomerEncryptionFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 202
+            case 210: {
+              input.readMessage(
+                  getCustomTimeFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 210
+            case 218: {
+              etag_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 218
+            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) {
+        throw e.unwrapIOException();
+      } finally {
+        onChanged();
+      } // finally
+      return this;
+    }
+    private int bitField0_;
+
+    private java.lang.Object name_ = "";
+    /**
+     * 
+     * Immutable. The name of this object. Nearly any sequence of unicode
+     * characters is valid. See
+     * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -2575,13 +2426,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @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; @@ -2590,12 +2441,10 @@ public java.lang.String getName() { } } /** - * - * *
-     * Immutable. The name of this object. Nearly any sequence of unicode characters is
-     * valid. See
-     * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * Immutable. The name of this object. Nearly any sequence of unicode
+     * characters is valid. See
+     * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -2603,14 +2452,15 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @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 { @@ -2618,12 +2468,10 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
-     * Immutable. The name of this object. Nearly any sequence of unicode characters is
-     * valid. See
-     * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * Immutable. The name of this object. Nearly any sequence of unicode
+     * characters is valid. See
+     * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -2631,26 +2479,24 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
-     * Immutable. The name of this object. Nearly any sequence of unicode characters is
-     * valid. See
-     * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * Immutable. The name of this object. Nearly any sequence of unicode
+     * characters is valid. See
+     * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -2658,22 +2504,19 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
-     * Immutable. The name of this object. Nearly any sequence of unicode characters is
-     * valid. See
-     * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * Immutable. The name of this object. Nearly any sequence of unicode
+     * characters is valid. See
+     * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -2681,16 +2524,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -2698,22 +2541,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object bucket_ = ""; /** - * - * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -2722,23 +2561,20 @@ public java.lang.String getBucket() { } } /** - * - * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for bucket. */ - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -2746,67 +2582,54 @@ public com.google.protobuf.ByteString getBucketBytes() { } } /** - * - * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket(java.lang.String value) { + public Builder setBucket( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** - * - * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** - * - * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes(com.google.protobuf.ByteString value) { + public Builder setBucketBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; @@ -2814,8 +2637,6 @@ public Builder setBucketBytes(com.google.protobuf.ByteString value) { private java.lang.Object etag_ = ""; /** - * - * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2824,13 +2645,13 @@ public Builder setBucketBytes(com.google.protobuf.ByteString value) {
      * 
* * string etag = 27; - * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -2839,8 +2660,6 @@ public java.lang.String getEtag() { } } /** - * - * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2849,14 +2668,15 @@ public java.lang.String getEtag() {
      * 
* * string etag = 27; - * * @return The bytes for etag. */ - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -2864,8 +2684,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } } /** - * - * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2874,22 +2692,20 @@ public com.google.protobuf.ByteString getEtagBytes() {
      * 
* * string etag = 27; - * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag(java.lang.String value) { + public Builder setEtag( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** - * - * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2898,18 +2714,15 @@ public Builder setEtag(java.lang.String value) {
      * 
* * string etag = 27; - * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** - * - * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2918,33 +2731,30 @@ public Builder clearEtag() {
      * 
* * string etag = 27; - * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes(com.google.protobuf.ByteString value) { + public Builder setEtagBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; } - private long generation_; + private long generation_ ; /** - * - * *
-     * Immutable. The content generation of this object. Used for object versioning.
-     * Attempting to set or update this field will result in a
+     * Immutable. The content generation of this object. Used for object
+     * versioning. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The generation. */ @java.lang.Override @@ -2952,60 +2762,50 @@ public long getGeneration() { return generation_; } /** - * - * *
-     * Immutable. The content generation of this object. Used for object versioning.
-     * Attempting to set or update this field will result in a
+     * Immutable. The content generation of this object. Used for object
+     * versioning. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** - * - * *
-     * Immutable. The content generation of this object. Used for object versioning.
-     * Attempting to set or update this field will result in a
+     * Immutable. The content generation of this object. Used for object
+     * versioning. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private long metageneration_; + private long metageneration_ ; /** - * - * *
-     * Output only. The version of the metadata for this generation of this object. Used for
-     * preconditions and for detecting changes in metadata. A metageneration
-     * number is only meaningful in the context of a particular generation of a
-     * particular object.
-     * Attempting to set or update this field will result in a
-     * [FieldViolation][google.rpc.BadRequest.FieldViolation].
+     * Output only. The version of the metadata for this generation of this
+     * object. Used for preconditions and for detecting changes in metadata. A
+     * metageneration number is only meaningful in the context of a particular
+     * generation of a particular object. Attempting to set or update this field
+     * will result in a [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The metageneration. */ @java.lang.Override @@ -3013,46 +2813,38 @@ public long getMetageneration() { return metageneration_; } /** - * - * *
-     * Output only. The version of the metadata for this generation of this object. Used for
-     * preconditions and for detecting changes in metadata. A metageneration
-     * number is only meaningful in the context of a particular generation of a
-     * particular object.
-     * Attempting to set or update this field will result in a
-     * [FieldViolation][google.rpc.BadRequest.FieldViolation].
+     * Output only. The version of the metadata for this generation of this
+     * object. Used for preconditions and for detecting changes in metadata. A
+     * metageneration number is only meaningful in the context of a particular
+     * generation of a particular object. Attempting to set or update this field
+     * will result in a [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The metageneration to set. * @return This builder for chaining. */ public Builder setMetageneration(long value) { - + metageneration_ = value; onChanged(); return this; } /** - * - * *
-     * Output only. The version of the metadata for this generation of this object. Used for
-     * preconditions and for detecting changes in metadata. A metageneration
-     * number is only meaningful in the context of a particular generation of a
-     * particular object.
-     * Attempting to set or update this field will result in a
-     * [FieldViolation][google.rpc.BadRequest.FieldViolation].
+     * Output only. The version of the metadata for this generation of this
+     * object. Used for preconditions and for detecting changes in metadata. A
+     * metageneration number is only meaningful in the context of a particular
+     * generation of a particular object. Attempting to set or update this field
+     * will result in a [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearMetageneration() { - + metageneration_ = 0L; onChanged(); return this; @@ -3060,20 +2852,18 @@ public Builder clearMetageneration() { private java.lang.Object storageClass_ = ""; /** - * - * *
      * Storage class of the object.
      * 
* * string storage_class = 5; - * * @return The storageClass. */ public java.lang.String getStorageClass() { java.lang.Object ref = storageClass_; 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(); storageClass_ = s; return s; @@ -3082,21 +2872,20 @@ public java.lang.String getStorageClass() { } } /** - * - * *
      * Storage class of the object.
      * 
* * string storage_class = 5; - * * @return The bytes for storageClass. */ - public com.google.protobuf.ByteString getStorageClassBytes() { + public com.google.protobuf.ByteString + getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -3104,70 +2893,61 @@ public com.google.protobuf.ByteString getStorageClassBytes() { } } /** - * - * *
      * Storage class of the object.
      * 
* * string storage_class = 5; - * * @param value The storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClass(java.lang.String value) { + public Builder setStorageClass( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + storageClass_ = value; onChanged(); return this; } /** - * - * *
      * Storage class of the object.
      * 
* * string storage_class = 5; - * * @return This builder for chaining. */ public Builder clearStorageClass() { - + storageClass_ = getDefaultInstance().getStorageClass(); onChanged(); return this; } /** - * - * *
      * Storage class of the object.
      * 
* * string storage_class = 5; - * * @param value The bytes for storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClassBytes(com.google.protobuf.ByteString value) { + public Builder setStorageClassBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + storageClass_ = value; onChanged(); return this; } - private long size_; + private long size_ ; /** - * - * *
      * Output only. Content-Length of the object data in bytes, matching
      * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -3176,7 +2956,6 @@ public Builder setStorageClassBytes(com.google.protobuf.ByteString value) {
      * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The size. */ @java.lang.Override @@ -3184,8 +2963,6 @@ public long getSize() { return size_; } /** - * - * *
      * Output only. Content-Length of the object data in bytes, matching
      * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -3194,19 +2971,16 @@ public long getSize() {
      * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The size to set. * @return This builder for chaining. */ public Builder setSize(long value) { - + size_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Content-Length of the object data in bytes, matching
      * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -3215,11 +2989,10 @@ public Builder setSize(long value) {
      * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSize() { - + size_ = 0L; onChanged(); return this; @@ -3227,21 +3000,19 @@ public Builder clearSize() { private java.lang.Object contentEncoding_ = ""; /** - * - * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; - * * @return The contentEncoding. */ public java.lang.String getContentEncoding() { java.lang.Object ref = contentEncoding_; 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(); contentEncoding_ = s; return s; @@ -3250,22 +3021,21 @@ public java.lang.String getContentEncoding() { } } /** - * - * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; - * * @return The bytes for contentEncoding. */ - public com.google.protobuf.ByteString getContentEncodingBytes() { + public com.google.protobuf.ByteString + getContentEncodingBytes() { java.lang.Object ref = contentEncoding_; 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); contentEncoding_ = b; return b; } else { @@ -3273,64 +3043,57 @@ public com.google.protobuf.ByteString getContentEncodingBytes() { } } /** - * - * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; - * * @param value The contentEncoding to set. * @return This builder for chaining. */ - public Builder setContentEncoding(java.lang.String value) { + public Builder setContentEncoding( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentEncoding_ = value; onChanged(); return this; } /** - * - * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; - * * @return This builder for chaining. */ public Builder clearContentEncoding() { - + contentEncoding_ = getDefaultInstance().getContentEncoding(); onChanged(); return this; } /** - * - * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; - * * @param value The bytes for contentEncoding to set. * @return This builder for chaining. */ - public Builder setContentEncodingBytes(com.google.protobuf.ByteString value) { + public Builder setContentEncodingBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentEncoding_ = value; onChanged(); return this; @@ -3338,21 +3101,19 @@ public Builder setContentEncodingBytes(com.google.protobuf.ByteString value) { private java.lang.Object contentDisposition_ = ""; /** - * - * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; - * * @return The contentDisposition. */ public java.lang.String getContentDisposition() { java.lang.Object ref = contentDisposition_; 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(); contentDisposition_ = s; return s; @@ -3361,22 +3122,21 @@ public java.lang.String getContentDisposition() { } } /** - * - * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; - * * @return The bytes for contentDisposition. */ - public com.google.protobuf.ByteString getContentDispositionBytes() { + public com.google.protobuf.ByteString + getContentDispositionBytes() { java.lang.Object ref = contentDisposition_; 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); contentDisposition_ = b; return b; } else { @@ -3384,64 +3144,57 @@ public com.google.protobuf.ByteString getContentDispositionBytes() { } } /** - * - * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; - * * @param value The contentDisposition to set. * @return This builder for chaining. */ - public Builder setContentDisposition(java.lang.String value) { + public Builder setContentDisposition( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentDisposition_ = value; onChanged(); return this; } /** - * - * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; - * * @return This builder for chaining. */ public Builder clearContentDisposition() { - + contentDisposition_ = getDefaultInstance().getContentDisposition(); onChanged(); return this; } /** - * - * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; - * * @param value The bytes for contentDisposition to set. * @return This builder for chaining. */ - public Builder setContentDispositionBytes(com.google.protobuf.ByteString value) { + public Builder setContentDispositionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentDisposition_ = value; onChanged(); return this; @@ -3449,8 +3202,6 @@ public Builder setContentDispositionBytes(com.google.protobuf.ByteString value) private java.lang.Object cacheControl_ = ""; /** - * - * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3459,13 +3210,13 @@ public Builder setContentDispositionBytes(com.google.protobuf.ByteString value)
      * 
* * string cache_control = 9; - * * @return The cacheControl. */ public java.lang.String getCacheControl() { java.lang.Object ref = cacheControl_; 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(); cacheControl_ = s; return s; @@ -3474,8 +3225,6 @@ public java.lang.String getCacheControl() { } } /** - * - * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3484,14 +3233,15 @@ public java.lang.String getCacheControl() {
      * 
* * string cache_control = 9; - * * @return The bytes for cacheControl. */ - public com.google.protobuf.ByteString getCacheControlBytes() { + public com.google.protobuf.ByteString + getCacheControlBytes() { java.lang.Object ref = cacheControl_; 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); cacheControl_ = b; return b; } else { @@ -3499,8 +3249,6 @@ public com.google.protobuf.ByteString getCacheControlBytes() { } } /** - * - * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3509,22 +3257,20 @@ public com.google.protobuf.ByteString getCacheControlBytes() {
      * 
* * string cache_control = 9; - * * @param value The cacheControl to set. * @return This builder for chaining. */ - public Builder setCacheControl(java.lang.String value) { + public Builder setCacheControl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + cacheControl_ = value; onChanged(); return this; } /** - * - * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3533,18 +3279,15 @@ public Builder setCacheControl(java.lang.String value) {
      * 
* * string cache_control = 9; - * * @return This builder for chaining. */ public Builder clearCacheControl() { - + cacheControl_ = getDefaultInstance().getCacheControl(); onChanged(); return this; } /** - * - * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3553,43 +3296,37 @@ public Builder clearCacheControl() {
      * 
* * string cache_control = 9; - * * @param value The bytes for cacheControl to set. * @return This builder for chaining. */ - public Builder setCacheControlBytes(com.google.protobuf.ByteString value) { + public Builder setCacheControlBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + cacheControl_ = value; onChanged(); return this; } private java.util.List acl_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureAclIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { acl_ = new java.util.ArrayList(acl_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ObjectAccessControl, - com.google.storage.v2.ObjectAccessControl.Builder, - com.google.storage.v2.ObjectAccessControlOrBuilder> - aclBuilder_; + com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder> aclBuilder_; /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3603,11 +3340,9 @@ public java.util.List getAclList() { } } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3621,11 +3356,9 @@ public int getAclCount() { } } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3639,17 +3372,16 @@ public com.google.storage.v2.ObjectAccessControl getAcl(int index) { } } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - public Builder setAcl(int index, com.google.storage.v2.ObjectAccessControl value) { + public Builder setAcl( + int index, com.google.storage.v2.ObjectAccessControl value) { if (aclBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3663,11 +3395,9 @@ public Builder setAcl(int index, com.google.storage.v2.ObjectAccessControl value return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3685,11 +3415,9 @@ public Builder setAcl( return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3709,17 +3437,16 @@ public Builder addAcl(com.google.storage.v2.ObjectAccessControl value) { return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - public Builder addAcl(int index, com.google.storage.v2.ObjectAccessControl value) { + public Builder addAcl( + int index, com.google.storage.v2.ObjectAccessControl value) { if (aclBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3733,17 +3460,16 @@ public Builder addAcl(int index, com.google.storage.v2.ObjectAccessControl value return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - public Builder addAcl(com.google.storage.v2.ObjectAccessControl.Builder builderForValue) { + public Builder addAcl( + com.google.storage.v2.ObjectAccessControl.Builder builderForValue) { if (aclBuilder_ == null) { ensureAclIsMutable(); acl_.add(builderForValue.build()); @@ -3754,11 +3480,9 @@ public Builder addAcl(com.google.storage.v2.ObjectAccessControl.Builder builderF return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3776,11 +3500,9 @@ public Builder addAcl( return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3790,7 +3512,8 @@ public Builder addAllAcl( java.lang.Iterable values) { if (aclBuilder_ == null) { ensureAclIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, acl_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, acl_); onChanged(); } else { aclBuilder_.addAllMessages(values); @@ -3798,11 +3521,9 @@ public Builder addAllAcl( return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3819,11 +3540,9 @@ public Builder clearAcl() { return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* @@ -3840,50 +3559,45 @@ public Builder removeAcl(int index) { return this; } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - public com.google.storage.v2.ObjectAccessControl.Builder getAclBuilder(int index) { + public com.google.storage.v2.ObjectAccessControl.Builder getAclBuilder( + int index) { return getAclFieldBuilder().getBuilder(index); } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(int index) { + public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder( + int index) { if (aclBuilder_ == null) { - return acl_.get(index); - } else { + return acl_.get(index); } else { return aclBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - public java.util.List - getAclOrBuilderList() { + public java.util.List + getAclOrBuilderList() { if (aclBuilder_ != null) { return aclBuilder_.getMessageOrBuilderList(); } else { @@ -3891,62 +3605,55 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(int in } } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder() { - return getAclFieldBuilder() - .addBuilder(com.google.storage.v2.ObjectAccessControl.getDefaultInstance()); + return getAclFieldBuilder().addBuilder( + com.google.storage.v2.ObjectAccessControl.getDefaultInstance()); } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder(int index) { - return getAclFieldBuilder() - .addBuilder(index, com.google.storage.v2.ObjectAccessControl.getDefaultInstance()); + public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder( + int index) { + return getAclFieldBuilder().addBuilder( + index, com.google.storage.v2.ObjectAccessControl.getDefaultInstance()); } /** - * - * *
      * Access controls on the object.
-     * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+     * If iam_config.uniform_bucket_level_access is enabled on the parent
      * bucket, requests to set, read, or modify acl is an error.
      * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - public java.util.List getAclBuilderList() { + public java.util.List + getAclBuilderList() { return getAclFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ObjectAccessControl, - com.google.storage.v2.ObjectAccessControl.Builder, - com.google.storage.v2.ObjectAccessControlOrBuilder> + com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder> getAclFieldBuilder() { if (aclBuilder_ == null) { - aclBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ObjectAccessControl, - com.google.storage.v2.ObjectAccessControl.Builder, - com.google.storage.v2.ObjectAccessControlOrBuilder>( - acl_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + aclBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder>( + acl_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); acl_ = null; } return aclBuilder_; @@ -3954,21 +3661,19 @@ public java.util.List getAclB private java.lang.Object contentLanguage_ = ""; /** - * - * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; - * * @return The contentLanguage. */ public java.lang.String getContentLanguage() { java.lang.Object ref = contentLanguage_; 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(); contentLanguage_ = s; return s; @@ -3977,22 +3682,21 @@ public java.lang.String getContentLanguage() { } } /** - * - * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; - * * @return The bytes for contentLanguage. */ - public com.google.protobuf.ByteString getContentLanguageBytes() { + public com.google.protobuf.ByteString + getContentLanguageBytes() { java.lang.Object ref = contentLanguage_; 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); contentLanguage_ = b; return b; } else { @@ -4000,64 +3704,57 @@ public com.google.protobuf.ByteString getContentLanguageBytes() { } } /** - * - * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; - * * @param value The contentLanguage to set. * @return This builder for chaining. */ - public Builder setContentLanguage(java.lang.String value) { + public Builder setContentLanguage( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentLanguage_ = value; onChanged(); return this; } /** - * - * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; - * * @return This builder for chaining. */ public Builder clearContentLanguage() { - + contentLanguage_ = getDefaultInstance().getContentLanguage(); onChanged(); return this; } /** - * - * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; - * * @param value The bytes for contentLanguage to set. * @return This builder for chaining. */ - public Builder setContentLanguageBytes(com.google.protobuf.ByteString value) { + public Builder setContentLanguageBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentLanguage_ = value; onChanged(); return this; @@ -4065,67 +3762,48 @@ public Builder setContentLanguageBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp deleteTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - deleteTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> deleteTimeBuilder_; /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the deleteTime field is set. */ public boolean hasDeleteTime() { return deleteTimeBuilder_ != null || deleteTime_ != null; } /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The deleteTime. */ public com.google.protobuf.Timestamp getDeleteTime() { if (deleteTimeBuilder_ == null) { - return deleteTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : deleteTime_; + return deleteTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : deleteTime_; } else { return deleteTimeBuilder_.getMessage(); } } /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setDeleteTime(com.google.protobuf.Timestamp value) { if (deleteTimeBuilder_ == null) { @@ -4141,20 +3819,17 @@ public Builder setDeleteTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setDeleteTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setDeleteTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (deleteTimeBuilder_ == null) { deleteTime_ = builderForValue.build(); onChanged(); @@ -4165,24 +3840,20 @@ public Builder setDeleteTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeDeleteTime(com.google.protobuf.Timestamp value) { if (deleteTimeBuilder_ == null) { if (deleteTime_ != null) { deleteTime_ = - com.google.protobuf.Timestamp.newBuilder(deleteTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(deleteTime_).mergeFrom(value).buildPartial(); } else { deleteTime_ = value; } @@ -4194,18 +3865,14 @@ public Builder mergeDeleteTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearDeleteTime() { if (deleteTimeBuilder_ == null) { @@ -4219,73 +3886,57 @@ public Builder clearDeleteTime() { return this; } /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getDeleteTimeBuilder() { - + onChanged(); return getDeleteTimeFieldBuilder().getBuilder(); } /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { if (deleteTimeBuilder_ != null) { return deleteTimeBuilder_.getMessageOrBuilder(); } else { - return deleteTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : deleteTime_; + return deleteTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : deleteTime_; } } /** - * - * *
-     * Output only. The deletion time of the object. Will be returned if and only if this
-     * version of the object has been deleted.
-     * Attempting to set or update this field will result in a
+     * Output only. The deletion time of the object. Will be returned if and only
+     * if this version of the object has been deleted. Attempting to set or update
+     * this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_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> getDeleteTimeFieldBuilder() { if (deleteTimeBuilder_ == null) { - deleteTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getDeleteTime(), getParentForChildren(), isClean()); + deleteTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getDeleteTime(), + getParentForChildren(), + isClean()); deleteTime_ = null; } return deleteTimeBuilder_; @@ -4293,8 +3944,6 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { private java.lang.Object contentType_ = ""; /** - * - * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -4303,13 +3952,13 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() {
      * 
* * string content_type = 13; - * * @return The contentType. */ public java.lang.String getContentType() { java.lang.Object ref = contentType_; 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(); contentType_ = s; return s; @@ -4318,8 +3967,6 @@ public java.lang.String getContentType() { } } /** - * - * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -4328,14 +3975,15 @@ public java.lang.String getContentType() {
      * 
* * string content_type = 13; - * * @return The bytes for contentType. */ - public com.google.protobuf.ByteString getContentTypeBytes() { + public com.google.protobuf.ByteString + getContentTypeBytes() { java.lang.Object ref = contentType_; 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); contentType_ = b; return b; } else { @@ -4343,8 +3991,6 @@ public com.google.protobuf.ByteString getContentTypeBytes() { } } /** - * - * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -4353,22 +3999,20 @@ public com.google.protobuf.ByteString getContentTypeBytes() {
      * 
* * string content_type = 13; - * * @param value The contentType to set. * @return This builder for chaining. */ - public Builder setContentType(java.lang.String value) { + public Builder setContentType( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentType_ = value; onChanged(); return this; } /** - * - * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -4377,18 +4021,15 @@ public Builder setContentType(java.lang.String value) {
      * 
* * string content_type = 13; - * * @return This builder for chaining. */ public Builder clearContentType() { - + contentType_ = getDefaultInstance().getContentType(); onChanged(); return this; } /** - * - * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -4397,16 +4038,16 @@ public Builder clearContentType() {
      * 
* * string content_type = 13; - * * @param value The bytes for contentType to set. * @return This builder for chaining. */ - public Builder setContentTypeBytes(com.google.protobuf.ByteString value) { + public Builder setContentTypeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentType_ = value; onChanged(); return this; @@ -4414,64 +4055,45 @@ public Builder setContentTypeBytes(com.google.protobuf.ByteString value) { 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 creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return createTimeBuilder_ != null || createTime_ != null; } /** - * - * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 14 [(.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 creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -4487,19 +4109,16 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.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(); onChanged(); @@ -4510,23 +4129,19 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -4538,17 +4153,13 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearCreateTime() { if (createTimeBuilder_ == null) { @@ -4562,88 +4173,69 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.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 creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.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_; } - private int componentCount_; + private int componentCount_ ; /** - * - * *
-     * Output only. Number of underlying components that make up this object. Components are
-     * accumulated by compose operations.
-     * Attempting to set or update this field will result in a
+     * Output only. Number of underlying components that make up this object.
+     * Components are accumulated by compose operations. Attempting to set or
+     * update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The componentCount. */ @java.lang.Override @@ -4651,42 +4243,36 @@ public int getComponentCount() { return componentCount_; } /** - * - * *
-     * Output only. Number of underlying components that make up this object. Components are
-     * accumulated by compose operations.
-     * Attempting to set or update this field will result in a
+     * Output only. Number of underlying components that make up this object.
+     * Components are accumulated by compose operations. Attempting to set or
+     * update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The componentCount to set. * @return This builder for chaining. */ public Builder setComponentCount(int value) { - + componentCount_ = value; onChanged(); return this; } /** - * - * *
-     * Output only. Number of underlying components that make up this object. Components are
-     * accumulated by compose operations.
-     * Attempting to set or update this field will result in a
+     * Output only. Number of underlying components that make up this object.
+     * Components are accumulated by compose operations. Attempting to set or
+     * update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearComponentCount() { - + componentCount_ = 0; onChanged(); return this; @@ -4694,58 +4280,42 @@ public Builder clearComponentCount() { private com.google.storage.v2.ObjectChecksums checksums_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, - com.google.storage.v2.ObjectChecksums.Builder, - com.google.storage.v2.ObjectChecksumsOrBuilder> - checksumsBuilder_; + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> checksumsBuilder_; /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the checksums field is set. */ public boolean hasChecksums() { return checksumsBuilder_ != null || checksums_ != null; } /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The checksums. */ public com.google.storage.v2.ObjectChecksums getChecksums() { if (checksumsBuilder_ == null) { - return checksums_ == null - ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() - : checksums_; + return checksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : checksums_; } else { return checksumsBuilder_.getMessage(); } } /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setChecksums(com.google.storage.v2.ObjectChecksums value) { if (checksumsBuilder_ == null) { @@ -4761,17 +4331,15 @@ public Builder setChecksums(com.google.storage.v2.ObjectChecksums value) { return this; } /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setChecksums(com.google.storage.v2.ObjectChecksums.Builder builderForValue) { + public Builder setChecksums( + com.google.storage.v2.ObjectChecksums.Builder builderForValue) { if (checksumsBuilder_ == null) { checksums_ = builderForValue.build(); onChanged(); @@ -4782,23 +4350,18 @@ public Builder setChecksums(com.google.storage.v2.ObjectChecksums.Builder builde return this; } /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeChecksums(com.google.storage.v2.ObjectChecksums value) { if (checksumsBuilder_ == null) { if (checksums_ != null) { checksums_ = - com.google.storage.v2.ObjectChecksums.newBuilder(checksums_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.ObjectChecksums.newBuilder(checksums_).mergeFrom(value).buildPartial(); } else { checksums_ = value; } @@ -4810,15 +4373,12 @@ public Builder mergeChecksums(com.google.storage.v2.ObjectChecksums value) { return this; } /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearChecksums() { if (checksumsBuilder_ == null) { @@ -4832,64 +4392,51 @@ public Builder clearChecksums() { return this; } /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.storage.v2.ObjectChecksums.Builder getChecksumsBuilder() { - + onChanged(); return getChecksumsFieldBuilder().getBuilder(); } /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() { if (checksumsBuilder_ != null) { return checksumsBuilder_.getMessageOrBuilder(); } else { - return checksums_ == null - ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() - : checksums_; + return checksums_ == null ? + com.google.storage.v2.ObjectChecksums.getDefaultInstance() : checksums_; } } /** - * - * *
-     * Output only. Hashes for the data part of this object.
+     * Output only. Hashes for the data part of this object. This field is used
+     * for output only and will be silently ignored if provided in requests.
      * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, - com.google.storage.v2.ObjectChecksums.Builder, - com.google.storage.v2.ObjectChecksumsOrBuilder> + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> getChecksumsFieldBuilder() { if (checksumsBuilder_ == null) { - checksumsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, - com.google.storage.v2.ObjectChecksums.Builder, - com.google.storage.v2.ObjectChecksumsOrBuilder>( - getChecksums(), getParentForChildren(), isClean()); + checksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>( + getChecksums(), + getParentForChildren(), + isClean()); checksums_ = null; } return checksumsBuilder_; @@ -4897,13 +4444,8 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() { 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 modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4915,18 +4457,13 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return updateTimeBuilder_ != null || updateTime_ != null; } /** - * - * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4938,24 +4475,17 @@ public boolean hasUpdateTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 17 [(.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 modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4967,9 +4497,7 @@ public com.google.protobuf.Timestamp getUpdateTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -4985,8 +4513,6 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4998,11 +4524,10 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.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(); onChanged(); @@ -5013,8 +4538,6 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -5026,15 +4549,13 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { if (updateTime_ != null) { updateTime_ = - com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); } else { updateTime_ = value; } @@ -5046,8 +4567,6 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -5059,9 +4578,7 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearUpdateTime() { if (updateTimeBuilder_ == null) { @@ -5075,8 +4592,6 @@ public Builder clearUpdateTime() { return this; } /** - * - * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -5088,18 +4603,14 @@ public Builder clearUpdateTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { - + onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -5111,22 +4622,17 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.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 modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -5138,22 +4644,17 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.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_; @@ -5161,21 +4662,19 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private java.lang.Object kmsKey_ = ""; /** - * - * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @return The kmsKey. */ public java.lang.String getKmsKey() { java.lang.Object ref = kmsKey_; 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(); kmsKey_ = s; return s; @@ -5184,22 +4683,21 @@ public java.lang.String getKmsKey() { } } /** - * - * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @return The bytes for kmsKey. */ - public com.google.protobuf.ByteString getKmsKeyBytes() { + public com.google.protobuf.ByteString + getKmsKeyBytes() { java.lang.Object ref = kmsKey_; 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); kmsKey_ = b; return b; } else { @@ -5207,64 +4705,57 @@ public com.google.protobuf.ByteString getKmsKeyBytes() { } } /** - * - * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @param value The kmsKey to set. * @return This builder for chaining. */ - public Builder setKmsKey(java.lang.String value) { + public Builder setKmsKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + kmsKey_ = value; onChanged(); return this; } /** - * - * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @return This builder for chaining. */ public Builder clearKmsKey() { - + kmsKey_ = getDefaultInstance().getKmsKey(); onChanged(); return this; } /** - * - * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @param value The bytes for kmsKey to set. * @return This builder for chaining. */ - public Builder setKmsKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKmsKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + kmsKey_ = value; onChanged(); return this; @@ -5272,67 +4763,48 @@ public Builder setKmsKeyBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp updateStorageClassTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - updateStorageClassTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateStorageClassTimeBuilder_; /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateStorageClassTime field is set. */ public boolean hasUpdateStorageClassTime() { return updateStorageClassTimeBuilder_ != null || updateStorageClassTime_ != null; } /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateStorageClassTime. */ public com.google.protobuf.Timestamp getUpdateStorageClassTime() { if (updateStorageClassTimeBuilder_ == null) { - return updateStorageClassTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateStorageClassTime_; + return updateStorageClassTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateStorageClassTime_; } else { return updateStorageClassTimeBuilder_.getMessage(); } } /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setUpdateStorageClassTime(com.google.protobuf.Timestamp value) { if (updateStorageClassTimeBuilder_ == null) { @@ -5348,18 +4820,14 @@ public Builder setUpdateStorageClassTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setUpdateStorageClassTime( com.google.protobuf.Timestamp.Builder builderForValue) { @@ -5373,26 +4841,20 @@ public Builder setUpdateStorageClassTime( return this; } /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeUpdateStorageClassTime(com.google.protobuf.Timestamp value) { if (updateStorageClassTimeBuilder_ == null) { if (updateStorageClassTime_ != null) { updateStorageClassTime_ = - com.google.protobuf.Timestamp.newBuilder(updateStorageClassTime_) - .mergeFrom(value) - .buildPartial(); + com.google.protobuf.Timestamp.newBuilder(updateStorageClassTime_).mergeFrom(value).buildPartial(); } else { updateStorageClassTime_ = value; } @@ -5404,18 +4866,14 @@ public Builder mergeUpdateStorageClassTime(com.google.protobuf.Timestamp value) return this; } /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearUpdateStorageClassTime() { if (updateStorageClassTimeBuilder_ == null) { @@ -5429,82 +4887,64 @@ public Builder clearUpdateStorageClassTime() { return this; } /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getUpdateStorageClassTimeBuilder() { - + onChanged(); return getUpdateStorageClassTimeFieldBuilder().getBuilder(); } /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder() { if (updateStorageClassTimeBuilder_ != null) { return updateStorageClassTimeBuilder_.getMessageOrBuilder(); } else { - return updateStorageClassTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateStorageClassTime_; + return updateStorageClassTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : updateStorageClassTime_; } } /** - * - * *
-     * Output only. The time at which the object's storage class was last changed. When the
-     * object is initially created, it will be set to time_created.
+     * Output only. The time at which the object's storage class was last changed.
+     * When the object is initially created, it will be set to time_created.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.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> getUpdateStorageClassTimeFieldBuilder() { if (updateStorageClassTimeBuilder_ == null) { - updateStorageClassTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getUpdateStorageClassTime(), getParentForChildren(), isClean()); + updateStorageClassTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getUpdateStorageClassTime(), + getParentForChildren(), + isClean()); updateStorageClassTime_ = null; } return updateStorageClassTimeBuilder_; } - private boolean temporaryHold_; + private boolean temporaryHold_ ; /** - * - * *
      * Whether an object is under temporary hold. While this flag is set to true,
      * the object is protected against deletion and overwrites.  A common use case
@@ -5514,7 +4954,6 @@ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder
      * 
* * bool temporary_hold = 20; - * * @return The temporaryHold. */ @java.lang.Override @@ -5522,8 +4961,6 @@ public boolean getTemporaryHold() { return temporaryHold_; } /** - * - * *
      * Whether an object is under temporary hold. While this flag is set to true,
      * the object is protected against deletion and overwrites.  A common use case
@@ -5533,19 +4970,16 @@ public boolean getTemporaryHold() {
      * 
* * bool temporary_hold = 20; - * * @param value The temporaryHold to set. * @return This builder for chaining. */ public Builder setTemporaryHold(boolean value) { - + temporaryHold_ = value; onChanged(); return this; } /** - * - * *
      * Whether an object is under temporary hold. While this flag is set to true,
      * the object is protected against deletion and overwrites.  A common use case
@@ -5555,11 +4989,10 @@ public Builder setTemporaryHold(boolean value) {
      * 
* * bool temporary_hold = 20; - * * @return This builder for chaining. */ public Builder clearTemporaryHold() { - + temporaryHold_ = false; onChanged(); return this; @@ -5567,13 +5000,8 @@ public Builder clearTemporaryHold() { private com.google.protobuf.Timestamp retentionExpireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - retentionExpireTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> retentionExpireTimeBuilder_; /** - * - * *
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5585,15 +5013,12 @@ public Builder clearTemporaryHold() {
      * 
* * .google.protobuf.Timestamp retention_expire_time = 21; - * * @return Whether the retentionExpireTime field is set. */ public boolean hasRetentionExpireTime() { return retentionExpireTimeBuilder_ != null || retentionExpireTime_ != null; } /** - * - * *
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5605,21 +5030,16 @@ public boolean hasRetentionExpireTime() {
      * 
* * .google.protobuf.Timestamp retention_expire_time = 21; - * * @return The retentionExpireTime. */ public com.google.protobuf.Timestamp getRetentionExpireTime() { if (retentionExpireTimeBuilder_ == null) { - return retentionExpireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : retentionExpireTime_; + return retentionExpireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : retentionExpireTime_; } else { return retentionExpireTimeBuilder_.getMessage(); } } /** - * - * *
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5646,8 +5066,6 @@ public Builder setRetentionExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5660,7 +5078,8 @@ public Builder setRetentionExpireTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp retention_expire_time = 21;
      */
-    public Builder setRetentionExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setRetentionExpireTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (retentionExpireTimeBuilder_ == null) {
         retentionExpireTime_ = builderForValue.build();
         onChanged();
@@ -5671,8 +5090,6 @@ public Builder setRetentionExpireTime(com.google.protobuf.Timestamp.Builder buil
       return this;
     }
     /**
-     *
-     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5689,9 +5106,7 @@ public Builder mergeRetentionExpireTime(com.google.protobuf.Timestamp value) {
       if (retentionExpireTimeBuilder_ == null) {
         if (retentionExpireTime_ != null) {
           retentionExpireTime_ =
-              com.google.protobuf.Timestamp.newBuilder(retentionExpireTime_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.protobuf.Timestamp.newBuilder(retentionExpireTime_).mergeFrom(value).buildPartial();
         } else {
           retentionExpireTime_ = value;
         }
@@ -5703,8 +5118,6 @@ public Builder mergeRetentionExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5729,8 +5142,6 @@ public Builder clearRetentionExpireTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5744,13 +5155,11 @@ public Builder clearRetentionExpireTime() {
      * .google.protobuf.Timestamp retention_expire_time = 21;
      */
     public com.google.protobuf.Timestamp.Builder getRetentionExpireTimeBuilder() {
-
+      
       onChanged();
       return getRetentionExpireTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5767,14 +5176,11 @@ public com.google.protobuf.TimestampOrBuilder getRetentionExpireTimeOrBuilder()
       if (retentionExpireTimeBuilder_ != null) {
         return retentionExpireTimeBuilder_.getMessageOrBuilder();
       } else {
-        return retentionExpireTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : retentionExpireTime_;
+        return retentionExpireTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : retentionExpireTime_;
       }
     }
     /**
-     *
-     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5788,38 +5194,35 @@ public com.google.protobuf.TimestampOrBuilder getRetentionExpireTimeOrBuilder()
      * .google.protobuf.Timestamp retention_expire_time = 21;
      */
     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> 
         getRetentionExpireTimeFieldBuilder() {
       if (retentionExpireTimeBuilder_ == null) {
-        retentionExpireTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getRetentionExpireTime(), getParentForChildren(), isClean());
+        retentionExpireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getRetentionExpireTime(),
+                getParentForChildren(),
+                isClean());
         retentionExpireTime_ = null;
       }
       return retentionExpireTimeBuilder_;
     }
 
-    private com.google.protobuf.MapField metadata_;
-
-    private com.google.protobuf.MapField internalGetMetadata() {
+    private com.google.protobuf.MapField<
+        java.lang.String, java.lang.String> metadata_;
+    private com.google.protobuf.MapField
+    internalGetMetadata() {
       if (metadata_ == null) {
-        return com.google.protobuf.MapField.emptyMapField(MetadataDefaultEntryHolder.defaultEntry);
+        return com.google.protobuf.MapField.emptyMapField(
+            MetadataDefaultEntryHolder.defaultEntry);
       }
       return metadata_;
     }
-
     private com.google.protobuf.MapField
-        internalGetMutableMetadata() {
-      onChanged();
-      ;
+    internalGetMutableMetadata() {
+      onChanged();;
       if (metadata_ == null) {
-        metadata_ =
-            com.google.protobuf.MapField.newMapField(MetadataDefaultEntryHolder.defaultEntry);
+        metadata_ = com.google.protobuf.MapField.newMapField(
+            MetadataDefaultEntryHolder.defaultEntry);
       }
       if (!metadata_.isMutable()) {
         metadata_ = metadata_.copy();
@@ -5831,30 +5234,28 @@ public int getMetadataCount() {
       return internalGetMetadata().getMap().size();
     }
     /**
-     *
-     *
      * 
      * User-provided metadata, in key/value pairs.
      * 
* * map<string, string> metadata = 22; */ + @java.lang.Override - public boolean containsMetadata(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsMetadata( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetMetadata().getMap().containsKey(key); } - /** Use {@link #getMetadataMap()} instead. */ + /** + * Use {@link #getMetadataMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMetadata() { return getMetadataMap(); } /** - * - * *
      * User-provided metadata, in key/value pairs.
      * 
@@ -5862,12 +5263,11 @@ public java.util.Map getMetadata() { * map<string, string> metadata = 22; */ @java.lang.Override + public java.util.Map getMetadataMap() { return internalGetMetadata().getMap(); } /** - * - * *
      * User-provided metadata, in key/value pairs.
      * 
@@ -5875,17 +5275,16 @@ public java.util.Map getMetadataMap() { * map<string, string> metadata = 22; */ @java.lang.Override + public java.lang.String getMetadataOrDefault( - java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetMetadata().getMap(); + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetMetadata().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * User-provided metadata, in key/value pairs.
      * 
@@ -5893,11 +5292,12 @@ public java.lang.String getMetadataOrDefault( * map<string, string> metadata = 22; */ @java.lang.Override - public java.lang.String getMetadataOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetMetadata().getMap(); + + public java.lang.String getMetadataOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetMetadata().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -5905,68 +5305,69 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) { } public Builder clearMetadata() { - internalGetMutableMetadata().getMutableMap().clear(); + internalGetMutableMetadata().getMutableMap() + .clear(); return this; } /** - * - * *
      * User-provided metadata, in key/value pairs.
      * 
* * map<string, string> metadata = 22; */ - public Builder removeMetadata(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - internalGetMutableMetadata().getMutableMap().remove(key); + + public Builder removeMetadata( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + internalGetMutableMetadata().getMutableMap() + .remove(key); return this; } - /** Use alternate mutation accessors instead. */ + /** + * Use alternate mutation accessors instead. + */ @java.lang.Deprecated - public java.util.Map getMutableMetadata() { + public java.util.Map + getMutableMetadata() { return internalGetMutableMetadata().getMutableMap(); } /** - * - * *
      * User-provided metadata, in key/value pairs.
      * 
* * map<string, string> metadata = 22; */ - public Builder putMetadata(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new NullPointerException("map key"); - } + public Builder putMetadata( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new NullPointerException("map key"); } if (value == null) { - throw new NullPointerException("map value"); - } + throw new NullPointerException("map value"); +} - internalGetMutableMetadata().getMutableMap().put(key, value); + internalGetMutableMetadata().getMutableMap() + .put(key, value); return this; } /** - * - * *
      * User-provided metadata, in key/value pairs.
      * 
* * map<string, string> metadata = 22; */ - public Builder putAllMetadata(java.util.Map values) { - internalGetMutableMetadata().getMutableMap().putAll(values); + + public Builder putAllMetadata( + java.util.Map values) { + internalGetMutableMetadata().getMutableMap() + .putAll(values); return this; } - private boolean eventBasedHold_; + private boolean eventBasedHold_ ; /** - * - * *
      * Whether an object is under event-based hold.
      * An event-based hold is a way to force the retention of an object until
@@ -5981,7 +5382,6 @@ public Builder putAllMetadata(java.util.Map
      * 
* * optional bool event_based_hold = 23; - * * @return Whether the eventBasedHold field is set. */ @java.lang.Override @@ -5989,8 +5389,6 @@ public boolean hasEventBasedHold() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Whether an object is under event-based hold.
      * An event-based hold is a way to force the retention of an object until
@@ -6005,7 +5403,6 @@ public boolean hasEventBasedHold() {
      * 
* * optional bool event_based_hold = 23; - * * @return The eventBasedHold. */ @java.lang.Override @@ -6013,8 +5410,6 @@ public boolean getEventBasedHold() { return eventBasedHold_; } /** - * - * *
      * Whether an object is under event-based hold.
      * An event-based hold is a way to force the retention of an object until
@@ -6029,7 +5424,6 @@ public boolean getEventBasedHold() {
      * 
* * optional bool event_based_hold = 23; - * * @param value The eventBasedHold to set. * @return This builder for chaining. */ @@ -6040,8 +5434,6 @@ public Builder setEventBasedHold(boolean value) { return this; } /** - * - * *
      * Whether an object is under event-based hold.
      * An event-based hold is a way to force the retention of an object until
@@ -6056,7 +5448,6 @@ public Builder setEventBasedHold(boolean value) {
      * 
* * optional bool event_based_hold = 23; - * * @return This builder for chaining. */ public Builder clearEventBasedHold() { @@ -6068,39 +5459,28 @@ public Builder clearEventBasedHold() { private com.google.storage.v2.Owner owner_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, - com.google.storage.v2.Owner.Builder, - com.google.storage.v2.OwnerOrBuilder> - ownerBuilder_; + com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder> ownerBuilder_; /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the owner field is set. */ public boolean hasOwner() { return ownerBuilder_ != null || owner_ != null; } /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The owner. */ public com.google.storage.v2.Owner getOwner() { @@ -6111,16 +5491,13 @@ public com.google.storage.v2.Owner getOwner() { } } /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setOwner(com.google.storage.v2.Owner value) { if (ownerBuilder_ == null) { @@ -6136,18 +5513,16 @@ public Builder setOwner(com.google.storage.v2.Owner value) { return this; } /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setOwner(com.google.storage.v2.Owner.Builder builderForValue) { + public Builder setOwner( + com.google.storage.v2.Owner.Builder builderForValue) { if (ownerBuilder_ == null) { owner_ = builderForValue.build(); onChanged(); @@ -6158,21 +5533,19 @@ public Builder setOwner(com.google.storage.v2.Owner.Builder builderForValue) { return this; } /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeOwner(com.google.storage.v2.Owner value) { if (ownerBuilder_ == null) { if (owner_ != null) { - owner_ = com.google.storage.v2.Owner.newBuilder(owner_).mergeFrom(value).buildPartial(); + owner_ = + com.google.storage.v2.Owner.newBuilder(owner_).mergeFrom(value).buildPartial(); } else { owner_ = value; } @@ -6184,16 +5557,13 @@ public Builder mergeOwner(com.google.storage.v2.Owner value) { return this; } /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearOwner() { if (ownerBuilder_ == null) { @@ -6207,65 +5577,54 @@ public Builder clearOwner() { return this; } /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.storage.v2.Owner.Builder getOwnerBuilder() { - + onChanged(); return getOwnerFieldBuilder().getBuilder(); } /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { if (ownerBuilder_ != null) { return ownerBuilder_.getMessageOrBuilder(); } else { - return owner_ == null ? com.google.storage.v2.Owner.getDefaultInstance() : owner_; + return owner_ == null ? + com.google.storage.v2.Owner.getDefaultInstance() : owner_; } } /** - * - * *
-     * Output only. The owner of the object. This will always be the uploader of the object.
-     * Attempting to set or update this field will result in a
+     * Output only. The owner of the object. This will always be the uploader of
+     * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, - com.google.storage.v2.Owner.Builder, - com.google.storage.v2.OwnerOrBuilder> + com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder> getOwnerFieldBuilder() { if (ownerBuilder_ == null) { - ownerBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, - com.google.storage.v2.Owner.Builder, - com.google.storage.v2.OwnerOrBuilder>( - getOwner(), getParentForChildren(), isClean()); + ownerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder>( + getOwner(), + getParentForChildren(), + isClean()); owner_ = null; } return ownerBuilder_; @@ -6273,49 +5632,36 @@ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { private com.google.storage.v2.CustomerEncryption customerEncryption_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CustomerEncryption, - com.google.storage.v2.CustomerEncryption.Builder, - com.google.storage.v2.CustomerEncryptionOrBuilder> - customerEncryptionBuilder_; + com.google.storage.v2.CustomerEncryption, com.google.storage.v2.CustomerEncryption.Builder, com.google.storage.v2.CustomerEncryptionOrBuilder> customerEncryptionBuilder_; /** - * - * *
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
      * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; - * * @return Whether the customerEncryption field is set. */ public boolean hasCustomerEncryption() { return customerEncryptionBuilder_ != null || customerEncryption_ != null; } /** - * - * *
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
      * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; - * * @return The customerEncryption. */ public com.google.storage.v2.CustomerEncryption getCustomerEncryption() { if (customerEncryptionBuilder_ == null) { - return customerEncryption_ == null - ? com.google.storage.v2.CustomerEncryption.getDefaultInstance() - : customerEncryption_; + return customerEncryption_ == null ? com.google.storage.v2.CustomerEncryption.getDefaultInstance() : customerEncryption_; } else { return customerEncryptionBuilder_.getMessage(); } } /** - * - * *
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -6337,8 +5683,6 @@ public Builder setCustomerEncryption(com.google.storage.v2.CustomerEncryption va
       return this;
     }
     /**
-     *
-     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -6358,8 +5702,6 @@ public Builder setCustomerEncryption(
       return this;
     }
     /**
-     *
-     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -6371,9 +5713,7 @@ public Builder mergeCustomerEncryption(com.google.storage.v2.CustomerEncryption
       if (customerEncryptionBuilder_ == null) {
         if (customerEncryption_ != null) {
           customerEncryption_ =
-              com.google.storage.v2.CustomerEncryption.newBuilder(customerEncryption_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.CustomerEncryption.newBuilder(customerEncryption_).mergeFrom(value).buildPartial();
         } else {
           customerEncryption_ = value;
         }
@@ -6385,8 +5725,6 @@ public Builder mergeCustomerEncryption(com.google.storage.v2.CustomerEncryption
       return this;
     }
     /**
-     *
-     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -6406,8 +5744,6 @@ public Builder clearCustomerEncryption() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -6416,13 +5752,11 @@ public Builder clearCustomerEncryption() {
      * .google.storage.v2.CustomerEncryption customer_encryption = 25;
      */
     public com.google.storage.v2.CustomerEncryption.Builder getCustomerEncryptionBuilder() {
-
+      
       onChanged();
       return getCustomerEncryptionFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -6434,14 +5768,11 @@ public com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOr
       if (customerEncryptionBuilder_ != null) {
         return customerEncryptionBuilder_.getMessageOrBuilder();
       } else {
-        return customerEncryption_ == null
-            ? com.google.storage.v2.CustomerEncryption.getDefaultInstance()
-            : customerEncryption_;
+        return customerEncryption_ == null ?
+            com.google.storage.v2.CustomerEncryption.getDefaultInstance() : customerEncryption_;
       }
     }
     /**
-     *
-     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -6450,17 +5781,14 @@ public com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOr
      * .google.storage.v2.CustomerEncryption customer_encryption = 25;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.CustomerEncryption,
-            com.google.storage.v2.CustomerEncryption.Builder,
-            com.google.storage.v2.CustomerEncryptionOrBuilder>
+        com.google.storage.v2.CustomerEncryption, com.google.storage.v2.CustomerEncryption.Builder, com.google.storage.v2.CustomerEncryptionOrBuilder> 
         getCustomerEncryptionFieldBuilder() {
       if (customerEncryptionBuilder_ == null) {
-        customerEncryptionBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.CustomerEncryption,
-                com.google.storage.v2.CustomerEncryption.Builder,
-                com.google.storage.v2.CustomerEncryptionOrBuilder>(
-                getCustomerEncryption(), getParentForChildren(), isClean());
+        customerEncryptionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.CustomerEncryption, com.google.storage.v2.CustomerEncryption.Builder, com.google.storage.v2.CustomerEncryptionOrBuilder>(
+                getCustomerEncryption(),
+                getParentForChildren(),
+                isClean());
         customerEncryption_ = null;
       }
       return customerEncryptionBuilder_;
@@ -6468,47 +5796,34 @@ public com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOr
 
     private com.google.protobuf.Timestamp customTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
-        customTimeBuilder_;
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> customTimeBuilder_;
     /**
-     *
-     *
      * 
      * A user-specified timestamp set on an object.
      * 
* * .google.protobuf.Timestamp custom_time = 26; - * * @return Whether the customTime field is set. */ public boolean hasCustomTime() { return customTimeBuilder_ != null || customTime_ != null; } /** - * - * *
      * A user-specified timestamp set on an object.
      * 
* * .google.protobuf.Timestamp custom_time = 26; - * * @return The customTime. */ public com.google.protobuf.Timestamp getCustomTime() { if (customTimeBuilder_ == null) { - return customTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : customTime_; + return customTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : customTime_; } else { return customTimeBuilder_.getMessage(); } } /** - * - * *
      * A user-specified timestamp set on an object.
      * 
@@ -6529,15 +5844,14 @@ public Builder setCustomTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * A user-specified timestamp set on an object.
      * 
* * .google.protobuf.Timestamp custom_time = 26; */ - public Builder setCustomTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCustomTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (customTimeBuilder_ == null) { customTime_ = builderForValue.build(); onChanged(); @@ -6548,8 +5862,6 @@ public Builder setCustomTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * A user-specified timestamp set on an object.
      * 
@@ -6560,7 +5872,7 @@ public Builder mergeCustomTime(com.google.protobuf.Timestamp value) { if (customTimeBuilder_ == null) { if (customTime_ != null) { customTime_ = - com.google.protobuf.Timestamp.newBuilder(customTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(customTime_).mergeFrom(value).buildPartial(); } else { customTime_ = value; } @@ -6572,8 +5884,6 @@ public Builder mergeCustomTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * A user-specified timestamp set on an object.
      * 
@@ -6592,8 +5902,6 @@ public Builder clearCustomTime() { return this; } /** - * - * *
      * A user-specified timestamp set on an object.
      * 
@@ -6601,13 +5909,11 @@ public Builder clearCustomTime() { * .google.protobuf.Timestamp custom_time = 26; */ public com.google.protobuf.Timestamp.Builder getCustomTimeBuilder() { - + onChanged(); return getCustomTimeFieldBuilder().getBuilder(); } /** - * - * *
      * A user-specified timestamp set on an object.
      * 
@@ -6618,14 +5924,11 @@ public com.google.protobuf.TimestampOrBuilder getCustomTimeOrBuilder() { if (customTimeBuilder_ != null) { return customTimeBuilder_.getMessageOrBuilder(); } else { - return customTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : customTime_; + return customTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : customTime_; } } /** - * - * *
      * A user-specified timestamp set on an object.
      * 
@@ -6633,24 +5936,21 @@ public com.google.protobuf.TimestampOrBuilder getCustomTimeOrBuilder() { * .google.protobuf.Timestamp custom_time = 26; */ 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> getCustomTimeFieldBuilder() { if (customTimeBuilder_ == null) { - customTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCustomTime(), getParentForChildren(), isClean()); + customTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCustomTime(), + getParentForChildren(), + isClean()); customTime_ = null; } return customTimeBuilder_; } - @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); } @@ -6660,12 +5960,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Object) } // @@protoc_insertion_point(class_scope:google.storage.v2.Object) private static final com.google.storage.v2.Object DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Object(); } @@ -6674,27 +5974,27 @@ public static com.google.storage.v2.Object getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Object 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 Object 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; @@ -6709,4 +6009,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Object getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java similarity index 73% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java index db4ad96ee0..3b3d108148 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * An access-control entry.
  * 
* * Protobuf type {@code google.storage.v2.ObjectAccessControl} */ -public final class ObjectAccessControl extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ObjectAccessControl extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ObjectAccessControl) ObjectAccessControlOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ObjectAccessControl.newBuilder() to construct. private ObjectAccessControl(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ObjectAccessControl() { role_ = ""; id_ = ""; @@ -50,41 +32,37 @@ private ObjectAccessControl() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ObjectAccessControl(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectAccessControl_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ObjectAccessControl.class, - com.google.storage.v2.ObjectAccessControl.Builder.class); + com.google.storage.v2.ObjectAccessControl.class, com.google.storage.v2.ObjectAccessControl.Builder.class); } public static final int ROLE_FIELD_NUMBER = 1; private volatile java.lang.Object role_; /** - * - * *
    * The access permission for the entity.
    * 
* * string role = 1; - * * @return The role. */ @java.lang.Override @@ -93,29 +71,29 @@ public java.lang.String getRole() { 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(); role_ = s; return s; } } /** - * - * *
    * The access permission for the entity.
    * 
* * string role = 1; - * * @return The bytes for role. */ @java.lang.Override - public com.google.protobuf.ByteString getRoleBytes() { + public com.google.protobuf.ByteString + getRoleBytes() { java.lang.Object ref = role_; 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); role_ = b; return b; } else { @@ -126,14 +104,11 @@ public com.google.protobuf.ByteString getRoleBytes() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** - * - * *
    * The ID of the access-control entry.
    * 
* * string id = 2; - * * @return The id. */ @java.lang.Override @@ -142,29 +117,29 @@ public java.lang.String getId() { 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(); id_ = s; return s; } } /** - * - * *
    * The ID of the access-control entry.
    * 
* * string id = 2; - * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -175,8 +150,6 @@ public com.google.protobuf.ByteString getIdBytes() { public static final int ENTITY_FIELD_NUMBER = 3; private volatile java.lang.Object entity_; /** - * - * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -199,7 +172,6 @@ public com.google.protobuf.ByteString getIdBytes() {
    * 
* * string entity = 3; - * * @return The entity. */ @java.lang.Override @@ -208,15 +180,14 @@ public java.lang.String getEntity() { 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(); entity_ = s; return s; } } /** - * - * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -239,15 +210,16 @@ public java.lang.String getEntity() {
    * 
* * string entity = 3; - * * @return The bytes for entity. */ @java.lang.Override - public com.google.protobuf.ByteString getEntityBytes() { + public com.google.protobuf.ByteString + getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -258,15 +230,12 @@ public com.google.protobuf.ByteString getEntityBytes() { public static final int ENTITY_ALT_FIELD_NUMBER = 9; private volatile java.lang.Object entityAlt_; /** - * - * *
-   * Output only. The alternative entity format, if exists. For project entities,
-   * `project-{team}-{projectid}` format will be returned on response.
+   * Output only. The alternative entity format, if exists. For project
+   * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The entityAlt. */ @java.lang.Override @@ -275,30 +244,30 @@ public java.lang.String getEntityAlt() { 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(); entityAlt_ = s; return s; } } /** - * - * *
-   * Output only. The alternative entity format, if exists. For project entities,
-   * `project-{team}-{projectid}` format will be returned on response.
+   * Output only. The alternative entity format, if exists. For project
+   * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for entityAlt. */ @java.lang.Override - public com.google.protobuf.ByteString getEntityAltBytes() { + public com.google.protobuf.ByteString + getEntityAltBytes() { java.lang.Object ref = entityAlt_; 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); entityAlt_ = b; return b; } else { @@ -309,14 +278,11 @@ public com.google.protobuf.ByteString getEntityAltBytes() { public static final int ENTITY_ID_FIELD_NUMBER = 4; private volatile java.lang.Object entityId_; /** - * - * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; - * * @return The entityId. */ @java.lang.Override @@ -325,29 +291,29 @@ public java.lang.String getEntityId() { 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(); entityId_ = s; return s; } } /** - * - * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; - * * @return The bytes for entityId. */ @java.lang.Override - public com.google.protobuf.ByteString getEntityIdBytes() { + public com.google.protobuf.ByteString + getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -358,8 +324,6 @@ public com.google.protobuf.ByteString getEntityIdBytes() { public static final int ETAG_FIELD_NUMBER = 8; private volatile java.lang.Object etag_; /** - * - * *
    * The etag of the ObjectAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -368,7 +332,6 @@ public com.google.protobuf.ByteString getEntityIdBytes() {
    * 
* * string etag = 8; - * * @return The etag. */ @java.lang.Override @@ -377,15 +340,14 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** - * - * *
    * The etag of the ObjectAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -394,15 +356,16 @@ public java.lang.String getEtag() {
    * 
* * string etag = 8; - * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -413,14 +376,11 @@ public com.google.protobuf.ByteString getEtagBytes() { public static final int EMAIL_FIELD_NUMBER = 5; private volatile java.lang.Object email_; /** - * - * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; - * * @return The email. */ @java.lang.Override @@ -429,29 +389,29 @@ public java.lang.String getEmail() { 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(); email_ = s; return s; } } /** - * - * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; - * * @return The bytes for email. */ @java.lang.Override - public com.google.protobuf.ByteString getEmailBytes() { + public com.google.protobuf.ByteString + getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -462,14 +422,11 @@ public com.google.protobuf.ByteString getEmailBytes() { public static final int DOMAIN_FIELD_NUMBER = 6; private volatile java.lang.Object domain_; /** - * - * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; - * * @return The domain. */ @java.lang.Override @@ -478,29 +435,29 @@ public java.lang.String getDomain() { 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(); domain_ = s; return s; } } /** - * - * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; - * * @return The bytes for domain. */ @java.lang.Override - public com.google.protobuf.ByteString getDomainBytes() { + public com.google.protobuf.ByteString + getDomainBytes() { java.lang.Object ref = domain_; 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); domain_ = b; return b; } else { @@ -511,14 +468,11 @@ public com.google.protobuf.ByteString getDomainBytes() { public static final int PROJECT_TEAM_FIELD_NUMBER = 7; private com.google.storage.v2.ProjectTeam projectTeam_; /** - * - * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return Whether the projectTeam field is set. */ @java.lang.Override @@ -526,25 +480,18 @@ public boolean hasProjectTeam() { return projectTeam_ != null; } /** - * - * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return The projectTeam. */ @java.lang.Override public com.google.storage.v2.ProjectTeam getProjectTeam() { - return projectTeam_ == null - ? com.google.storage.v2.ProjectTeam.getDefaultInstance() - : projectTeam_; + return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } /** - * - * *
    * The project team associated with the entity, if any.
    * 
@@ -557,7 +504,6 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -569,7 +515,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(role_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, role_); } @@ -625,7 +572,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, domain_); } if (projectTeam_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getProjectTeam()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getProjectTeam()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, etag_); @@ -641,25 +589,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.storage.v2.ObjectAccessControl)) { return super.equals(obj); } - com.google.storage.v2.ObjectAccessControl other = - (com.google.storage.v2.ObjectAccessControl) obj; - - if (!getRole().equals(other.getRole())) return false; - if (!getId().equals(other.getId())) return false; - if (!getEntity().equals(other.getEntity())) return false; - if (!getEntityAlt().equals(other.getEntityAlt())) return false; - if (!getEntityId().equals(other.getEntityId())) return false; - if (!getEtag().equals(other.getEtag())) return false; - if (!getEmail().equals(other.getEmail())) return false; - if (!getDomain().equals(other.getDomain())) return false; + com.google.storage.v2.ObjectAccessControl other = (com.google.storage.v2.ObjectAccessControl) obj; + + if (!getRole() + .equals(other.getRole())) return false; + if (!getId() + .equals(other.getId())) return false; + if (!getEntity() + .equals(other.getEntity())) return false; + if (!getEntityAlt() + .equals(other.getEntityAlt())) return false; + if (!getEntityId() + .equals(other.getEntityId())) return false; + if (!getEtag() + .equals(other.getEtag())) return false; + if (!getEmail() + .equals(other.getEmail())) return false; + if (!getDomain() + .equals(other.getDomain())) return false; if (hasProjectTeam() != other.hasProjectTeam()) return false; if (hasProjectTeam()) { - if (!getProjectTeam().equals(other.getProjectTeam())) return false; + if (!getProjectTeam() + .equals(other.getProjectTeam())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -697,136 +653,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ObjectAccessControl parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ObjectAccessControl parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.ObjectAccessControl parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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 access-control entry.
    * 
* * Protobuf type {@code google.storage.v2.ObjectAccessControl} */ - 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.storage.v2.ObjectAccessControl) com.google.storage.v2.ObjectAccessControlOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectAccessControl_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ObjectAccessControl.class, - com.google.storage.v2.ObjectAccessControl.Builder.class); + com.google.storage.v2.ObjectAccessControl.class, com.google.storage.v2.ObjectAccessControl.Builder.class); } // Construct using com.google.storage.v2.ObjectAccessControl.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(); @@ -856,9 +806,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectAccessControl_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override @@ -877,8 +827,7 @@ public com.google.storage.v2.ObjectAccessControl build() { @java.lang.Override public com.google.storage.v2.ObjectAccessControl buildPartial() { - com.google.storage.v2.ObjectAccessControl result = - new com.google.storage.v2.ObjectAccessControl(this); + com.google.storage.v2.ObjectAccessControl result = new com.google.storage.v2.ObjectAccessControl(this); result.role_ = role_; result.id_ = id_; result.entity_ = entity_; @@ -900,39 +849,38 @@ public com.google.storage.v2.ObjectAccessControl 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) { + 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.storage.v2.ObjectAccessControl) { - return mergeFrom((com.google.storage.v2.ObjectAccessControl) other); + return mergeFrom((com.google.storage.v2.ObjectAccessControl)other); } else { super.mergeFrom(other); return this; @@ -1002,67 +950,59 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - role_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - id_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 26: - { - entity_ = input.readStringRequireUtf8(); - - break; - } // case 26 - case 34: - { - entityId_ = input.readStringRequireUtf8(); - - break; - } // case 34 - case 42: - { - email_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 50: - { - domain_ = input.readStringRequireUtf8(); - - break; - } // case 50 - case 58: - { - input.readMessage(getProjectTeamFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 58 - case 66: - { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 66 - case 74: - { - entityAlt_ = input.readStringRequireUtf8(); - - break; - } // case 74 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + role_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + id_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 26: { + entity_ = input.readStringRequireUtf8(); + + break; + } // case 26 + case 34: { + entityId_ = input.readStringRequireUtf8(); + + break; + } // case 34 + case 42: { + email_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 50: { + domain_ = input.readStringRequireUtf8(); + + break; + } // case 50 + case 58: { + input.readMessage( + getProjectTeamFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 58 + case 66: { + etag_ = input.readStringRequireUtf8(); + + break; + } // case 66 + case 74: { + entityAlt_ = input.readStringRequireUtf8(); + + break; + } // case 74 + 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) { @@ -1075,20 +1015,18 @@ public Builder mergeFrom( private java.lang.Object role_ = ""; /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @return The role. */ public java.lang.String getRole() { java.lang.Object ref = role_; 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(); role_ = s; return s; @@ -1097,21 +1035,20 @@ public java.lang.String getRole() { } } /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @return The bytes for role. */ - public com.google.protobuf.ByteString getRoleBytes() { + public com.google.protobuf.ByteString + getRoleBytes() { java.lang.Object ref = role_; 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); role_ = b; return b; } else { @@ -1119,61 +1056,54 @@ public com.google.protobuf.ByteString getRoleBytes() { } } /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @param value The role to set. * @return This builder for chaining. */ - public Builder setRole(java.lang.String value) { + public Builder setRole( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + role_ = value; onChanged(); return this; } /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @return This builder for chaining. */ public Builder clearRole() { - + role_ = getDefaultInstance().getRole(); onChanged(); return this; } /** - * - * *
      * The access permission for the entity.
      * 
* * string role = 1; - * * @param value The bytes for role to set. * @return This builder for chaining. */ - public Builder setRoleBytes(com.google.protobuf.ByteString value) { + public Builder setRoleBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + role_ = value; onChanged(); return this; @@ -1181,20 +1111,18 @@ public Builder setRoleBytes(com.google.protobuf.ByteString value) { private java.lang.Object id_ = ""; /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; 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(); id_ = s; return s; @@ -1203,21 +1131,20 @@ public java.lang.String getId() { } } /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @return The bytes for id. */ - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -1225,61 +1152,54 @@ public com.google.protobuf.ByteString getIdBytes() { } } /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId(java.lang.String value) { + public Builder setId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** - * - * *
      * The ID of the access-control entry.
      * 
* * string id = 2; - * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes(com.google.protobuf.ByteString value) { + public Builder setIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1287,8 +1207,6 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object entity_ = ""; /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1311,13 +1229,13 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string entity = 3; - * * @return The entity. */ public java.lang.String getEntity() { java.lang.Object ref = entity_; 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(); entity_ = s; return s; @@ -1326,8 +1244,6 @@ public java.lang.String getEntity() { } } /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1350,14 +1266,15 @@ public java.lang.String getEntity() {
      * 
* * string entity = 3; - * * @return The bytes for entity. */ - public com.google.protobuf.ByteString getEntityBytes() { + public com.google.protobuf.ByteString + getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -1365,8 +1282,6 @@ public com.google.protobuf.ByteString getEntityBytes() { } } /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1389,22 +1304,20 @@ public com.google.protobuf.ByteString getEntityBytes() {
      * 
* * string entity = 3; - * * @param value The entity to set. * @return This builder for chaining. */ - public Builder setEntity(java.lang.String value) { + public Builder setEntity( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entity_ = value; onChanged(); return this; } /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1427,18 +1340,15 @@ public Builder setEntity(java.lang.String value) {
      * 
* * string entity = 3; - * * @return This builder for chaining. */ public Builder clearEntity() { - + entity_ = getDefaultInstance().getEntity(); onChanged(); return this; } /** - * - * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1461,16 +1371,16 @@ public Builder clearEntity() {
      * 
* * string entity = 3; - * * @param value The bytes for entity to set. * @return This builder for chaining. */ - public Builder setEntityBytes(com.google.protobuf.ByteString value) { + public Builder setEntityBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entity_ = value; onChanged(); return this; @@ -1478,21 +1388,19 @@ public Builder setEntityBytes(com.google.protobuf.ByteString value) { private java.lang.Object entityAlt_ = ""; /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The entityAlt. */ public java.lang.String getEntityAlt() { java.lang.Object ref = entityAlt_; 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(); entityAlt_ = s; return s; @@ -1501,22 +1409,21 @@ public java.lang.String getEntityAlt() { } } /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for entityAlt. */ - public com.google.protobuf.ByteString getEntityAltBytes() { + public com.google.protobuf.ByteString + getEntityAltBytes() { java.lang.Object ref = entityAlt_; 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); entityAlt_ = b; return b; } else { @@ -1524,64 +1431,57 @@ public com.google.protobuf.ByteString getEntityAltBytes() { } } /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The entityAlt to set. * @return This builder for chaining. */ - public Builder setEntityAlt(java.lang.String value) { + public Builder setEntityAlt( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityAlt_ = value; onChanged(); return this; } /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearEntityAlt() { - + entityAlt_ = getDefaultInstance().getEntityAlt(); onChanged(); return this; } /** - * - * *
-     * Output only. The alternative entity format, if exists. For project entities,
-     * `project-{team}-{projectid}` format will be returned on response.
+     * Output only. The alternative entity format, if exists. For project
+     * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for entityAlt to set. * @return This builder for chaining. */ - public Builder setEntityAltBytes(com.google.protobuf.ByteString value) { + public Builder setEntityAltBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityAlt_ = value; onChanged(); return this; @@ -1589,20 +1489,18 @@ public Builder setEntityAltBytes(com.google.protobuf.ByteString value) { private java.lang.Object entityId_ = ""; /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @return The entityId. */ public java.lang.String getEntityId() { java.lang.Object ref = entityId_; 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(); entityId_ = s; return s; @@ -1611,21 +1509,20 @@ public java.lang.String getEntityId() { } } /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @return The bytes for entityId. */ - public com.google.protobuf.ByteString getEntityIdBytes() { + public com.google.protobuf.ByteString + getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -1633,61 +1530,54 @@ public com.google.protobuf.ByteString getEntityIdBytes() { } } /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @param value The entityId to set. * @return This builder for chaining. */ - public Builder setEntityId(java.lang.String value) { + public Builder setEntityId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityId_ = value; onChanged(); return this; } /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @return This builder for chaining. */ public Builder clearEntityId() { - + entityId_ = getDefaultInstance().getEntityId(); onChanged(); return this; } /** - * - * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; - * * @param value The bytes for entityId to set. * @return This builder for chaining. */ - public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { + public Builder setEntityIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityId_ = value; onChanged(); return this; @@ -1695,8 +1585,6 @@ public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object etag_ = ""; /** - * - * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1705,13 +1593,13 @@ public Builder setEntityIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string etag = 8; - * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -1720,8 +1608,6 @@ public java.lang.String getEtag() { } } /** - * - * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1730,14 +1616,15 @@ public java.lang.String getEtag() {
      * 
* * string etag = 8; - * * @return The bytes for etag. */ - public com.google.protobuf.ByteString getEtagBytes() { + public com.google.protobuf.ByteString + getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -1745,8 +1632,6 @@ public com.google.protobuf.ByteString getEtagBytes() { } } /** - * - * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1755,22 +1640,20 @@ public com.google.protobuf.ByteString getEtagBytes() {
      * 
* * string etag = 8; - * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag(java.lang.String value) { + public Builder setEtag( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** - * - * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1779,18 +1662,15 @@ public Builder setEtag(java.lang.String value) {
      * 
* * string etag = 8; - * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** - * - * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1799,16 +1679,16 @@ public Builder clearEtag() {
      * 
* * string etag = 8; - * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes(com.google.protobuf.ByteString value) { + public Builder setEtagBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; @@ -1816,20 +1696,18 @@ public Builder setEtagBytes(com.google.protobuf.ByteString value) { private java.lang.Object email_ = ""; /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @return The email. */ public java.lang.String getEmail() { java.lang.Object ref = email_; 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(); email_ = s; return s; @@ -1838,21 +1716,20 @@ public java.lang.String getEmail() { } } /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @return The bytes for email. */ - public com.google.protobuf.ByteString getEmailBytes() { + public com.google.protobuf.ByteString + getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -1860,61 +1737,54 @@ public com.google.protobuf.ByteString getEmailBytes() { } } /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @param value The email to set. * @return This builder for chaining. */ - public Builder setEmail(java.lang.String value) { + public Builder setEmail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + email_ = value; onChanged(); return this; } /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @return This builder for chaining. */ public Builder clearEmail() { - + email_ = getDefaultInstance().getEmail(); onChanged(); return this; } /** - * - * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; - * * @param value The bytes for email to set. * @return This builder for chaining. */ - public Builder setEmailBytes(com.google.protobuf.ByteString value) { + public Builder setEmailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + email_ = value; onChanged(); return this; @@ -1922,20 +1792,18 @@ public Builder setEmailBytes(com.google.protobuf.ByteString value) { private java.lang.Object domain_ = ""; /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @return The domain. */ public java.lang.String getDomain() { java.lang.Object ref = domain_; 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(); domain_ = s; return s; @@ -1944,21 +1812,20 @@ public java.lang.String getDomain() { } } /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @return The bytes for domain. */ - public com.google.protobuf.ByteString getDomainBytes() { + public com.google.protobuf.ByteString + getDomainBytes() { java.lang.Object ref = domain_; 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); domain_ = b; return b; } else { @@ -1966,61 +1833,54 @@ public com.google.protobuf.ByteString getDomainBytes() { } } /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @param value The domain to set. * @return This builder for chaining. */ - public Builder setDomain(java.lang.String value) { + public Builder setDomain( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domain_ = value; onChanged(); return this; } /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @return This builder for chaining. */ public Builder clearDomain() { - + domain_ = getDefaultInstance().getDomain(); onChanged(); return this; } /** - * - * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; - * * @param value The bytes for domain to set. * @return This builder for chaining. */ - public Builder setDomainBytes(com.google.protobuf.ByteString value) { + public Builder setDomainBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domain_ = value; onChanged(); return this; @@ -2028,47 +1888,34 @@ public Builder setDomainBytes(com.google.protobuf.ByteString value) { private com.google.storage.v2.ProjectTeam projectTeam_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, - com.google.storage.v2.ProjectTeam.Builder, - com.google.storage.v2.ProjectTeamOrBuilder> - projectTeamBuilder_; + com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> projectTeamBuilder_; /** - * - * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return Whether the projectTeam field is set. */ public boolean hasProjectTeam() { return projectTeamBuilder_ != null || projectTeam_ != null; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return The projectTeam. */ public com.google.storage.v2.ProjectTeam getProjectTeam() { if (projectTeamBuilder_ == null) { - return projectTeam_ == null - ? com.google.storage.v2.ProjectTeam.getDefaultInstance() - : projectTeam_; + return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } else { return projectTeamBuilder_.getMessage(); } } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2089,15 +1936,14 @@ public Builder setProjectTeam(com.google.storage.v2.ProjectTeam value) { return this; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ - public Builder setProjectTeam(com.google.storage.v2.ProjectTeam.Builder builderForValue) { + public Builder setProjectTeam( + com.google.storage.v2.ProjectTeam.Builder builderForValue) { if (projectTeamBuilder_ == null) { projectTeam_ = builderForValue.build(); onChanged(); @@ -2108,8 +1954,6 @@ public Builder setProjectTeam(com.google.storage.v2.ProjectTeam.Builder builderF return this; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2120,9 +1964,7 @@ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { if (projectTeamBuilder_ == null) { if (projectTeam_ != null) { projectTeam_ = - com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_).mergeFrom(value).buildPartial(); } else { projectTeam_ = value; } @@ -2134,8 +1976,6 @@ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { return this; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2154,8 +1994,6 @@ public Builder clearProjectTeam() { return this; } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2163,13 +2001,11 @@ public Builder clearProjectTeam() { * .google.storage.v2.ProjectTeam project_team = 7; */ public com.google.storage.v2.ProjectTeam.Builder getProjectTeamBuilder() { - + onChanged(); return getProjectTeamFieldBuilder().getBuilder(); } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2180,14 +2016,11 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { if (projectTeamBuilder_ != null) { return projectTeamBuilder_.getMessageOrBuilder(); } else { - return projectTeam_ == null - ? com.google.storage.v2.ProjectTeam.getDefaultInstance() - : projectTeam_; + return projectTeam_ == null ? + com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } } /** - * - * *
      * The project team associated with the entity, if any.
      * 
@@ -2195,24 +2028,21 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { * .google.storage.v2.ProjectTeam project_team = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, - com.google.storage.v2.ProjectTeam.Builder, - com.google.storage.v2.ProjectTeamOrBuilder> + com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> getProjectTeamFieldBuilder() { if (projectTeamBuilder_ == null) { - projectTeamBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, - com.google.storage.v2.ProjectTeam.Builder, - com.google.storage.v2.ProjectTeamOrBuilder>( - getProjectTeam(), getParentForChildren(), isClean()); + projectTeamBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder>( + getProjectTeam(), + getParentForChildren(), + isClean()); projectTeam_ = null; } return projectTeamBuilder_; } - @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); } @@ -2222,12 +2052,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ObjectAccessControl) } // @@protoc_insertion_point(class_scope:google.storage.v2.ObjectAccessControl) private static final com.google.storage.v2.ObjectAccessControl DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ObjectAccessControl(); } @@ -2236,27 +2066,27 @@ public static com.google.storage.v2.ObjectAccessControl getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ObjectAccessControl 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 ObjectAccessControl 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; @@ -2271,4 +2101,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ObjectAccessControl getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java similarity index 78% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java index f5be8ac453..dfb08835cc 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java @@ -1,81 +1,53 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ObjectAccessControlOrBuilder - extends +public interface ObjectAccessControlOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ObjectAccessControl) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The access permission for the entity.
    * 
* * string role = 1; - * * @return The role. */ java.lang.String getRole(); /** - * - * *
    * The access permission for the entity.
    * 
* * string role = 1; - * * @return The bytes for role. */ - com.google.protobuf.ByteString getRoleBytes(); + com.google.protobuf.ByteString + getRoleBytes(); /** - * - * *
    * The ID of the access-control entry.
    * 
* * string id = 2; - * * @return The id. */ java.lang.String getId(); /** - * - * *
    * The ID of the access-control entry.
    * 
* * string id = 2; - * * @return The bytes for id. */ - com.google.protobuf.ByteString getIdBytes(); + com.google.protobuf.ByteString + getIdBytes(); /** - * - * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -98,13 +70,10 @@ public interface ObjectAccessControlOrBuilder
    * 
* * string entity = 3; - * * @return The entity. */ java.lang.String getEntity(); /** - * - * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -127,66 +96,54 @@ public interface ObjectAccessControlOrBuilder
    * 
* * string entity = 3; - * * @return The bytes for entity. */ - com.google.protobuf.ByteString getEntityBytes(); + com.google.protobuf.ByteString + getEntityBytes(); /** - * - * *
-   * Output only. The alternative entity format, if exists. For project entities,
-   * `project-{team}-{projectid}` format will be returned on response.
+   * Output only. The alternative entity format, if exists. For project
+   * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The entityAlt. */ java.lang.String getEntityAlt(); /** - * - * *
-   * Output only. The alternative entity format, if exists. For project entities,
-   * `project-{team}-{projectid}` format will be returned on response.
+   * Output only. The alternative entity format, if exists. For project
+   * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for entityAlt. */ - com.google.protobuf.ByteString getEntityAltBytes(); + com.google.protobuf.ByteString + getEntityAltBytes(); /** - * - * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; - * * @return The entityId. */ java.lang.String getEntityId(); /** - * - * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; - * * @return The bytes for entityId. */ - com.google.protobuf.ByteString getEntityIdBytes(); + com.google.protobuf.ByteString + getEntityIdBytes(); /** - * - * *
    * The etag of the ObjectAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -195,13 +152,10 @@ public interface ObjectAccessControlOrBuilder
    * 
* * string etag = 8; - * * @return The etag. */ java.lang.String getEtag(); /** - * - * *
    * The etag of the ObjectAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -210,88 +164,70 @@ public interface ObjectAccessControlOrBuilder
    * 
* * string etag = 8; - * * @return The bytes for etag. */ - com.google.protobuf.ByteString getEtagBytes(); + com.google.protobuf.ByteString + getEtagBytes(); /** - * - * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; - * * @return The email. */ java.lang.String getEmail(); /** - * - * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; - * * @return The bytes for email. */ - com.google.protobuf.ByteString getEmailBytes(); + com.google.protobuf.ByteString + getEmailBytes(); /** - * - * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; - * * @return The domain. */ java.lang.String getDomain(); /** - * - * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; - * * @return The bytes for domain. */ - com.google.protobuf.ByteString getDomainBytes(); + com.google.protobuf.ByteString + getDomainBytes(); /** - * - * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return Whether the projectTeam field is set. */ boolean hasProjectTeam(); /** - * - * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; - * * @return The projectTeam. */ com.google.storage.v2.ProjectTeam getProjectTeam(); /** - * - * *
    * The project team associated with the entity, if any.
    * 
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java similarity index 72% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java index 971b972005..230b667c13 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java @@ -1,78 +1,57 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Message used for storing full (not subrange) object checksums.
  * 
* * Protobuf type {@code google.storage.v2.ObjectChecksums} */ -public final class ObjectChecksums extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ObjectChecksums extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ObjectChecksums) ObjectChecksumsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ObjectChecksums.newBuilder() to construct. private ObjectChecksums(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ObjectChecksums() { md5Hash_ = com.google.protobuf.ByteString.EMPTY; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ObjectChecksums(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectChecksums_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ObjectChecksums.class, - com.google.storage.v2.ObjectChecksums.Builder.class); + com.google.storage.v2.ObjectChecksums.class, com.google.storage.v2.ObjectChecksums.Builder.class); } private int bitField0_; public static final int CRC32C_FIELD_NUMBER = 1; private int crc32C_; /** - * - * *
    * CRC32C digest of the object data. Computed by the Cloud Storage service for
    * all written objects.
@@ -81,7 +60,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * optional fixed32 crc32c = 1; - * * @return Whether the crc32c field is set. */ @java.lang.Override @@ -89,8 +67,6 @@ public boolean hasCrc32C() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * CRC32C digest of the object data. Computed by the Cloud Storage service for
    * all written objects.
@@ -99,7 +75,6 @@ public boolean hasCrc32C() {
    * 
* * optional fixed32 crc32c = 1; - * * @return The crc32c. */ @java.lang.Override @@ -110,8 +85,6 @@ public int getCrc32C() { public static final int MD5_HASH_FIELD_NUMBER = 2; private com.google.protobuf.ByteString md5Hash_; /** - * - * *
    * 128 bit MD5 hash of the object data.
    * For more information about using the MD5 hash, see
@@ -123,7 +96,6 @@ public int getCrc32C() {
    * 
* * bytes md5_hash = 2; - * * @return The md5Hash. */ @java.lang.Override @@ -132,7 +104,6 @@ public com.google.protobuf.ByteString getMd5Hash() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -144,7 +115,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 (((bitField0_ & 0x00000001) != 0)) { output.writeFixed32(1, crc32C_); } @@ -161,10 +133,12 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeFixed32Size(1, crc32C_); + size += com.google.protobuf.CodedOutputStream + .computeFixed32Size(1, crc32C_); } if (!md5Hash_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, md5Hash_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(2, md5Hash_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -174,7 +148,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.storage.v2.ObjectChecksums)) { return super.equals(obj); @@ -183,9 +157,11 @@ public boolean equals(final java.lang.Object obj) { if (hasCrc32C() != other.hasCrc32C()) return false; if (hasCrc32C()) { - if (getCrc32C() != other.getCrc32C()) return false; + if (getCrc32C() + != other.getCrc32C()) return false; } - if (!getMd5Hash().equals(other.getMd5Hash())) return false; + if (!getMd5Hash() + .equals(other.getMd5Hash())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -208,135 +184,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ObjectChecksums parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ObjectChecksums parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.ObjectChecksums parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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; } /** - * - * *
    * Message used for storing full (not subrange) object checksums.
    * 
* * Protobuf type {@code google.storage.v2.ObjectChecksums} */ - 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.storage.v2.ObjectChecksums) com.google.storage.v2.ObjectChecksumsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectChecksums_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ObjectChecksums.class, - com.google.storage.v2.ObjectChecksums.Builder.class); + com.google.storage.v2.ObjectChecksums.class, com.google.storage.v2.ObjectChecksums.Builder.class); } // Construct using com.google.storage.v2.ObjectChecksums.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(); @@ -348,9 +319,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ObjectChecksums_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_descriptor; } @java.lang.Override @@ -369,8 +340,7 @@ public com.google.storage.v2.ObjectChecksums build() { @java.lang.Override public com.google.storage.v2.ObjectChecksums buildPartial() { - com.google.storage.v2.ObjectChecksums result = - new com.google.storage.v2.ObjectChecksums(this); + com.google.storage.v2.ObjectChecksums result = new com.google.storage.v2.ObjectChecksums(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { @@ -387,39 +357,38 @@ public com.google.storage.v2.ObjectChecksums 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) { + 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.storage.v2.ObjectChecksums) { - return mergeFrom((com.google.storage.v2.ObjectChecksums) other); + return mergeFrom((com.google.storage.v2.ObjectChecksums)other); } else { super.mergeFrom(other); return this; @@ -460,25 +429,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 13: - { - crc32C_ = input.readFixed32(); - bitField0_ |= 0x00000001; - break; - } // case 13 - case 18: - { - md5Hash_ = input.readBytes(); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 13: { + crc32C_ = input.readFixed32(); + bitField0_ |= 0x00000001; + break; + } // case 13 + case 18: { + md5Hash_ = input.readBytes(); + + 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) { @@ -488,13 +454,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private int crc32C_; + private int crc32C_ ; /** - * - * *
      * CRC32C digest of the object data. Computed by the Cloud Storage service for
      * all written objects.
@@ -503,7 +466,6 @@ public Builder mergeFrom(
      * 
* * optional fixed32 crc32c = 1; - * * @return Whether the crc32c field is set. */ @java.lang.Override @@ -511,8 +473,6 @@ public boolean hasCrc32C() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * CRC32C digest of the object data. Computed by the Cloud Storage service for
      * all written objects.
@@ -521,7 +481,6 @@ public boolean hasCrc32C() {
      * 
* * optional fixed32 crc32c = 1; - * * @return The crc32c. */ @java.lang.Override @@ -529,8 +488,6 @@ public int getCrc32C() { return crc32C_; } /** - * - * *
      * CRC32C digest of the object data. Computed by the Cloud Storage service for
      * all written objects.
@@ -539,7 +496,6 @@ public int getCrc32C() {
      * 
* * optional fixed32 crc32c = 1; - * * @param value The crc32c to set. * @return This builder for chaining. */ @@ -550,8 +506,6 @@ public Builder setCrc32C(int value) { return this; } /** - * - * *
      * CRC32C digest of the object data. Computed by the Cloud Storage service for
      * all written objects.
@@ -560,7 +514,6 @@ public Builder setCrc32C(int value) {
      * 
* * optional fixed32 crc32c = 1; - * * @return This builder for chaining. */ public Builder clearCrc32C() { @@ -572,8 +525,6 @@ public Builder clearCrc32C() { private com.google.protobuf.ByteString md5Hash_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * 128 bit MD5 hash of the object data.
      * For more information about using the MD5 hash, see
@@ -585,7 +536,6 @@ public Builder clearCrc32C() {
      * 
* * bytes md5_hash = 2; - * * @return The md5Hash. */ @java.lang.Override @@ -593,8 +543,6 @@ public com.google.protobuf.ByteString getMd5Hash() { return md5Hash_; } /** - * - * *
      * 128 bit MD5 hash of the object data.
      * For more information about using the MD5 hash, see
@@ -606,22 +554,19 @@ public com.google.protobuf.ByteString getMd5Hash() {
      * 
* * bytes md5_hash = 2; - * * @param value The md5Hash to set. * @return This builder for chaining. */ public Builder setMd5Hash(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + md5Hash_ = value; onChanged(); return this; } /** - * - * *
      * 128 bit MD5 hash of the object data.
      * For more information about using the MD5 hash, see
@@ -633,18 +578,17 @@ public Builder setMd5Hash(com.google.protobuf.ByteString value) {
      * 
* * bytes md5_hash = 2; - * * @return This builder for chaining. */ public Builder clearMd5Hash() { - + md5Hash_ = getDefaultInstance().getMd5Hash(); 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); } @@ -654,12 +598,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ObjectChecksums) } // @@protoc_insertion_point(class_scope:google.storage.v2.ObjectChecksums) private static final com.google.storage.v2.ObjectChecksums DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ObjectChecksums(); } @@ -668,27 +612,27 @@ public static com.google.storage.v2.ObjectChecksums getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ObjectChecksums 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 ObjectChecksums 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; @@ -703,4 +647,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ObjectChecksums getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java similarity index 68% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java index f094b2b6f9..42bb460c94 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ObjectChecksumsOrBuilder - extends +public interface ObjectChecksumsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ObjectChecksums) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * CRC32C digest of the object data. Computed by the Cloud Storage service for
    * all written objects.
@@ -34,13 +16,10 @@ public interface ObjectChecksumsOrBuilder
    * 
* * optional fixed32 crc32c = 1; - * * @return Whether the crc32c field is set. */ boolean hasCrc32C(); /** - * - * *
    * CRC32C digest of the object data. Computed by the Cloud Storage service for
    * all written objects.
@@ -49,14 +28,11 @@ public interface ObjectChecksumsOrBuilder
    * 
* * optional fixed32 crc32c = 1; - * * @return The crc32c. */ int getCrc32C(); /** - * - * *
    * 128 bit MD5 hash of the object data.
    * For more information about using the MD5 hash, see
@@ -68,7 +44,6 @@ public interface ObjectChecksumsOrBuilder
    * 
* * bytes md5_hash = 2; - * * @return The md5Hash. */ com.google.protobuf.ByteString getMd5Hash(); diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java similarity index 77% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java index 4546815fe8..037f3a3808 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java @@ -1,35 +1,17 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ObjectOrBuilder - extends +public interface ObjectOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Object) com.google.protobuf.MessageOrBuilder { /** - * - * *
-   * Immutable. The name of this object. Nearly any sequence of unicode characters is
-   * valid. See
-   * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+   * Immutable. The name of this object. Nearly any sequence of unicode
+   * characters is valid. See
+   * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
    * Example: `test.txt`
    * The `name` field by itself does not uniquely identify a Cloud Storage
    * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -37,17 +19,14 @@ public interface ObjectOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
-   * Immutable. The name of this object. Nearly any sequence of unicode characters is
-   * valid. See
-   * [Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+   * Immutable. The name of this object. Nearly any sequence of unicode
+   * characters is valid. See
+   * [Guidelines](https://cloud.google.com/storage/docs/objects#naming).
    * Example: `test.txt`
    * The `name` field by itself does not uniquely identify a Cloud Storage
    * object. A Cloud Storage object is uniquely identified by the tuple of
@@ -55,43 +34,32 @@ public interface ObjectOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Immutable. The name of the bucket containing this object.
    * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bucket. */ java.lang.String getBucket(); /** - * - * *
    * Immutable. The name of the bucket containing this object.
    * 
* - * - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for bucket. */ - com.google.protobuf.ByteString getBucketBytes(); + com.google.protobuf.ByteString + getBucketBytes(); /** - * - * *
    * The etag of the object.
    * If included in the metadata of an update or delete request message, the
@@ -100,13 +68,10 @@ public interface ObjectOrBuilder
    * 
* * string etag = 27; - * * @return The etag. */ java.lang.String getEtag(); /** - * - * *
    * The etag of the object.
    * If included in the metadata of an update or delete request message, the
@@ -115,72 +80,58 @@ public interface ObjectOrBuilder
    * 
* * string etag = 27; - * * @return The bytes for etag. */ - com.google.protobuf.ByteString getEtagBytes(); + com.google.protobuf.ByteString + getEtagBytes(); /** - * - * *
-   * Immutable. The content generation of this object. Used for object versioning.
-   * Attempting to set or update this field will result in a
+   * Immutable. The content generation of this object. Used for object
+   * versioning. Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The generation. */ long getGeneration(); /** - * - * *
-   * Output only. The version of the metadata for this generation of this object. Used for
-   * preconditions and for detecting changes in metadata. A metageneration
-   * number is only meaningful in the context of a particular generation of a
-   * particular object.
-   * Attempting to set or update this field will result in a
-   * [FieldViolation][google.rpc.BadRequest.FieldViolation].
+   * Output only. The version of the metadata for this generation of this
+   * object. Used for preconditions and for detecting changes in metadata. A
+   * metageneration number is only meaningful in the context of a particular
+   * generation of a particular object. Attempting to set or update this field
+   * will result in a [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The metageneration. */ long getMetageneration(); /** - * - * *
    * Storage class of the object.
    * 
* * string storage_class = 5; - * * @return The storageClass. */ java.lang.String getStorageClass(); /** - * - * *
    * Storage class of the object.
    * 
* * string storage_class = 5; - * * @return The bytes for storageClass. */ - com.google.protobuf.ByteString getStorageClassBytes(); + com.google.protobuf.ByteString + getStorageClassBytes(); /** - * - * *
    * Output only. Content-Length of the object data in bytes, matching
    * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -189,68 +140,55 @@ public interface ObjectOrBuilder
    * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The size. */ long getSize(); /** - * - * *
    * Content-Encoding of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
    * 
* * string content_encoding = 7; - * * @return The contentEncoding. */ java.lang.String getContentEncoding(); /** - * - * *
    * Content-Encoding of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
    * 
* * string content_encoding = 7; - * * @return The bytes for contentEncoding. */ - com.google.protobuf.ByteString getContentEncodingBytes(); + com.google.protobuf.ByteString + getContentEncodingBytes(); /** - * - * *
    * Content-Disposition of the object data, matching
    * [https://tools.ietf.org/html/rfc6266][RFC 6266].
    * 
* * string content_disposition = 8; - * * @return The contentDisposition. */ java.lang.String getContentDisposition(); /** - * - * *
    * Content-Disposition of the object data, matching
    * [https://tools.ietf.org/html/rfc6266][RFC 6266].
    * 
* * string content_disposition = 8; - * * @return The bytes for contentDisposition. */ - com.google.protobuf.ByteString getContentDispositionBytes(); + com.google.protobuf.ByteString + getContentDispositionBytes(); /** - * - * *
    * Cache-Control directive for the object data, matching
    * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -259,13 +197,10 @@ public interface ObjectOrBuilder
    * 
* * string cache_control = 9; - * * @return The cacheControl. */ java.lang.String getCacheControl(); /** - * - * *
    * Cache-Control directive for the object data, matching
    * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -274,29 +209,26 @@ public interface ObjectOrBuilder
    * 
* * string cache_control = 9; - * * @return The bytes for cacheControl. */ - com.google.protobuf.ByteString getCacheControlBytes(); + com.google.protobuf.ByteString + getCacheControlBytes(); /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - java.util.List getAclList(); + java.util.List + getAclList(); /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* @@ -304,11 +236,9 @@ public interface ObjectOrBuilder */ com.google.storage.v2.ObjectAccessControl getAcl(int index); /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* @@ -316,108 +246,87 @@ public interface ObjectOrBuilder */ int getAclCount(); /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - java.util.List + java.util.List getAclOrBuilderList(); /** - * - * *
    * Access controls on the object.
-   * If iamConfig.uniformBucketLevelAccess is enabled on the parent
+   * If iam_config.uniform_bucket_level_access is enabled on the parent
    * bucket, requests to set, read, or modify acl is an error.
    * 
* * repeated .google.storage.v2.ObjectAccessControl acl = 10; */ - com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(int index); + com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder( + int index); /** - * - * *
    * Content-Language of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
    * 
* * string content_language = 11; - * * @return The contentLanguage. */ java.lang.String getContentLanguage(); /** - * - * *
    * Content-Language of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
    * 
* * string content_language = 11; - * * @return The bytes for contentLanguage. */ - com.google.protobuf.ByteString getContentLanguageBytes(); + com.google.protobuf.ByteString + getContentLanguageBytes(); /** - * - * *
-   * Output only. The deletion time of the object. Will be returned if and only if this
-   * version of the object has been deleted.
-   * Attempting to set or update this field will result in a
+   * Output only. The deletion time of the object. Will be returned if and only
+   * if this version of the object has been deleted. Attempting to set or update
+   * this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the deleteTime field is set. */ boolean hasDeleteTime(); /** - * - * *
-   * Output only. The deletion time of the object. Will be returned if and only if this
-   * version of the object has been deleted.
-   * Attempting to set or update this field will result in a
+   * Output only. The deletion time of the object. Will be returned if and only
+   * if this version of the object has been deleted. Attempting to set or update
+   * this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The deleteTime. */ com.google.protobuf.Timestamp getDeleteTime(); /** - * - * *
-   * Output only. The deletion time of the object. Will be returned if and only if this
-   * version of the object has been deleted.
-   * Attempting to set or update this field will result in a
+   * Output only. The deletion time of the object. Will be returned if and only
+   * if this version of the object has been deleted. Attempting to set or update
+   * this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder(); /** - * - * *
    * Content-Type of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -426,13 +335,10 @@ public interface ObjectOrBuilder
    * 
* * string content_type = 13; - * * @return The contentType. */ java.lang.String getContentType(); /** - * - * *
    * Content-Type of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -441,115 +347,88 @@ public interface ObjectOrBuilder
    * 
* * string content_type = 13; - * * @return The bytes for contentType. */ - com.google.protobuf.ByteString getContentTypeBytes(); + com.google.protobuf.ByteString + getContentTypeBytes(); /** - * - * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
-   * Output only. Number of underlying components that make up this object. Components are
-   * accumulated by compose operations.
-   * Attempting to set or update this field will result in a
+   * Output only. Number of underlying components that make up this object.
+   * Components are accumulated by compose operations. Attempting to set or
+   * update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The componentCount. */ int getComponentCount(); /** - * - * *
-   * Output only. Hashes for the data part of this object.
+   * Output only. Hashes for the data part of this object. This field is used
+   * for output only and will be silently ignored if provided in requests.
    * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the checksums field is set. */ boolean hasChecksums(); /** - * - * *
-   * Output only. Hashes for the data part of this object.
+   * Output only. Hashes for the data part of this object. This field is used
+   * for output only and will be silently ignored if provided in requests.
    * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The checksums. */ com.google.storage.v2.ObjectChecksums getChecksums(); /** - * - * *
-   * Output only. Hashes for the data part of this object.
+   * Output only. Hashes for the data part of this object. This field is used
+   * for output only and will be silently ignored if provided in requests.
    * 
* - * - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder(); /** - * - * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -561,15 +440,11 @@ public interface ObjectOrBuilder
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -581,15 +456,11 @@ public interface ObjectOrBuilder
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -601,91 +472,69 @@ public interface ObjectOrBuilder
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** - * - * *
    * Cloud KMS Key used to encrypt this object, if the object is encrypted by
    * such a key.
    * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @return The kmsKey. */ java.lang.String getKmsKey(); /** - * - * *
    * Cloud KMS Key used to encrypt this object, if the object is encrypted by
    * such a key.
    * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } - * * @return The bytes for kmsKey. */ - com.google.protobuf.ByteString getKmsKeyBytes(); + com.google.protobuf.ByteString + getKmsKeyBytes(); /** - * - * *
-   * Output only. The time at which the object's storage class was last changed. When the
-   * object is initially created, it will be set to time_created.
+   * Output only. The time at which the object's storage class was last changed.
+   * When the object is initially created, it will be set to time_created.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateStorageClassTime field is set. */ boolean hasUpdateStorageClassTime(); /** - * - * *
-   * Output only. The time at which the object's storage class was last changed. When the
-   * object is initially created, it will be set to time_created.
+   * Output only. The time at which the object's storage class was last changed.
+   * When the object is initially created, it will be set to time_created.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateStorageClassTime. */ com.google.protobuf.Timestamp getUpdateStorageClassTime(); /** - * - * *
-   * Output only. The time at which the object's storage class was last changed. When the
-   * object is initially created, it will be set to time_created.
+   * Output only. The time at which the object's storage class was last changed.
+   * When the object is initially created, it will be set to time_created.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder(); /** - * - * *
    * Whether an object is under temporary hold. While this flag is set to true,
    * the object is protected against deletion and overwrites.  A common use case
@@ -695,14 +544,11 @@ public interface ObjectOrBuilder
    * 
* * bool temporary_hold = 20; - * * @return The temporaryHold. */ boolean getTemporaryHold(); /** - * - * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -714,13 +560,10 @@ public interface ObjectOrBuilder
    * 
* * .google.protobuf.Timestamp retention_expire_time = 21; - * * @return Whether the retentionExpireTime field is set. */ boolean hasRetentionExpireTime(); /** - * - * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -732,13 +575,10 @@ public interface ObjectOrBuilder
    * 
* * .google.protobuf.Timestamp retention_expire_time = 21; - * * @return The retentionExpireTime. */ com.google.protobuf.Timestamp getRetentionExpireTime(); /** - * - * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -754,8 +594,6 @@ public interface ObjectOrBuilder
   com.google.protobuf.TimestampOrBuilder getRetentionExpireTimeOrBuilder();
 
   /**
-   *
-   *
    * 
    * User-provided metadata, in key/value pairs.
    * 
@@ -764,31 +602,30 @@ public interface ObjectOrBuilder */ int getMetadataCount(); /** - * - * *
    * User-provided metadata, in key/value pairs.
    * 
* * map<string, string> metadata = 22; */ - boolean containsMetadata(java.lang.String key); - /** Use {@link #getMetadataMap()} instead. */ + boolean containsMetadata( + java.lang.String key); + /** + * Use {@link #getMetadataMap()} instead. + */ @java.lang.Deprecated - java.util.Map getMetadata(); + java.util.Map + getMetadata(); /** - * - * *
    * User-provided metadata, in key/value pairs.
    * 
* * map<string, string> metadata = 22; */ - java.util.Map getMetadataMap(); + java.util.Map + getMetadataMap(); /** - * - * *
    * User-provided metadata, in key/value pairs.
    * 
@@ -797,24 +634,22 @@ public interface ObjectOrBuilder */ /* nullable */ - java.lang.String getMetadataOrDefault( +java.lang.String getMetadataOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue); +java.lang.String defaultValue); /** - * - * *
    * User-provided metadata, in key/value pairs.
    * 
* * map<string, string> metadata = 22; */ - java.lang.String getMetadataOrThrow(java.lang.String key); + + java.lang.String getMetadataOrThrow( + java.lang.String key); /** - * - * *
    * Whether an object is under event-based hold.
    * An event-based hold is a way to force the retention of an object until
@@ -829,13 +664,10 @@ java.lang.String getMetadataOrDefault(
    * 
* * optional bool event_based_hold = 23; - * * @return Whether the eventBasedHold field is set. */ boolean hasEventBasedHold(); /** - * - * *
    * Whether an object is under event-based hold.
    * An event-based hold is a way to force the retention of an object until
@@ -850,45 +682,36 @@ java.lang.String getMetadataOrDefault(
    * 
* * optional bool event_based_hold = 23; - * * @return The eventBasedHold. */ boolean getEventBasedHold(); /** - * - * *
-   * Output only. The owner of the object. This will always be the uploader of the object.
-   * Attempting to set or update this field will result in a
+   * Output only. The owner of the object. This will always be the uploader of
+   * the object. Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return Whether the owner field is set. */ boolean hasOwner(); /** - * - * *
-   * Output only. The owner of the object. This will always be the uploader of the object.
-   * Attempting to set or update this field will result in a
+   * Output only. The owner of the object. This will always be the uploader of
+   * the object. Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The owner. */ com.google.storage.v2.Owner getOwner(); /** - * - * *
-   * Output only. The owner of the object. This will always be the uploader of the object.
-   * Attempting to set or update this field will result in a
+   * Output only. The owner of the object. This will always be the uploader of
+   * the object. Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* @@ -897,34 +720,26 @@ java.lang.String getMetadataOrDefault( com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder(); /** - * - * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
    * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; - * * @return Whether the customerEncryption field is set. */ boolean hasCustomerEncryption(); /** - * - * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
    * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; - * * @return The customerEncryption. */ com.google.storage.v2.CustomerEncryption getCustomerEncryption(); /** - * - * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
@@ -935,32 +750,24 @@ java.lang.String getMetadataOrDefault(
   com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOrBuilder();
 
   /**
-   *
-   *
    * 
    * A user-specified timestamp set on an object.
    * 
* * .google.protobuf.Timestamp custom_time = 26; - * * @return Whether the customTime field is set. */ boolean hasCustomTime(); /** - * - * *
    * A user-specified timestamp set on an object.
    * 
* * .google.protobuf.Timestamp custom_time = 26; - * * @return The customTime. */ com.google.protobuf.Timestamp getCustomTime(); /** - * - * *
    * A user-specified timestamp set on an object.
    * 
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java similarity index 68% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java index 4765669644..5a49880ab1 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * The owner of a specific resource.
  * 
* * Protobuf type {@code google.storage.v2.Owner} */ -public final class Owner extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Owner extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.Owner) OwnerOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Owner.newBuilder() to construct. private Owner(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Owner() { entity_ = ""; entityId_ = ""; @@ -44,24 +26,25 @@ private Owner() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Owner(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Owner_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Owner.class, com.google.storage.v2.Owner.Builder.class); } @@ -69,14 +52,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int ENTITY_FIELD_NUMBER = 1; private volatile java.lang.Object entity_; /** - * - * *
    * The entity, in the form `user-`*userId*.
    * 
* * string entity = 1; - * * @return The entity. */ @java.lang.Override @@ -85,29 +65,29 @@ public java.lang.String getEntity() { 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(); entity_ = s; return s; } } /** - * - * *
    * The entity, in the form `user-`*userId*.
    * 
* * string entity = 1; - * * @return The bytes for entity. */ @java.lang.Override - public com.google.protobuf.ByteString getEntityBytes() { + public com.google.protobuf.ByteString + getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -118,14 +98,11 @@ public com.google.protobuf.ByteString getEntityBytes() { public static final int ENTITY_ID_FIELD_NUMBER = 2; private volatile java.lang.Object entityId_; /** - * - * *
    * The ID for the entity.
    * 
* * string entity_id = 2; - * * @return The entityId. */ @java.lang.Override @@ -134,29 +111,29 @@ public java.lang.String getEntityId() { 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(); entityId_ = s; return s; } } /** - * - * *
    * The ID for the entity.
    * 
* * string entity_id = 2; - * * @return The bytes for entityId. */ @java.lang.Override - public com.google.protobuf.ByteString getEntityIdBytes() { + public com.google.protobuf.ByteString + getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -165,7 +142,6 @@ public com.google.protobuf.ByteString getEntityIdBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -177,7 +153,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(entity_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, entity_); } @@ -207,15 +184,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.storage.v2.Owner)) { return super.equals(obj); } com.google.storage.v2.Owner other = (com.google.storage.v2.Owner) obj; - if (!getEntity().equals(other.getEntity())) return false; - if (!getEntityId().equals(other.getEntityId())) return false; + if (!getEntity() + .equals(other.getEntity())) return false; + if (!getEntityId() + .equals(other.getEntityId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -236,133 +215,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Owner parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.Owner parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Owner 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.storage.v2.Owner parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.Owner parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Owner 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.storage.v2.Owner parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner 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 owner of a specific resource.
    * 
* * Protobuf type {@code google.storage.v2.Owner} */ - 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.storage.v2.Owner) com.google.storage.v2.OwnerOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_Owner_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Owner.class, com.google.storage.v2.Owner.Builder.class); } // Construct using com.google.storage.v2.Owner.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,7 +350,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_descriptor; } @@ -405,39 +382,38 @@ public com.google.storage.v2.Owner 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) { + 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.storage.v2.Owner) { - return mergeFrom((com.google.storage.v2.Owner) other); + return mergeFrom((com.google.storage.v2.Owner)other); } else { super.mergeFrom(other); return this; @@ -480,25 +456,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - entity_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - entityId_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + entity_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + entityId_ = input.readStringRequireUtf8(); + + 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) { @@ -511,20 +484,18 @@ public Builder mergeFrom( private java.lang.Object entity_ = ""; /** - * - * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; - * * @return The entity. */ public java.lang.String getEntity() { java.lang.Object ref = entity_; 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(); entity_ = s; return s; @@ -533,21 +504,20 @@ public java.lang.String getEntity() { } } /** - * - * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; - * * @return The bytes for entity. */ - public com.google.protobuf.ByteString getEntityBytes() { + public com.google.protobuf.ByteString + getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -555,61 +525,54 @@ public com.google.protobuf.ByteString getEntityBytes() { } } /** - * - * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; - * * @param value The entity to set. * @return This builder for chaining. */ - public Builder setEntity(java.lang.String value) { + public Builder setEntity( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entity_ = value; onChanged(); return this; } /** - * - * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; - * * @return This builder for chaining. */ public Builder clearEntity() { - + entity_ = getDefaultInstance().getEntity(); onChanged(); return this; } /** - * - * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; - * * @param value The bytes for entity to set. * @return This builder for chaining. */ - public Builder setEntityBytes(com.google.protobuf.ByteString value) { + public Builder setEntityBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entity_ = value; onChanged(); return this; @@ -617,20 +580,18 @@ public Builder setEntityBytes(com.google.protobuf.ByteString value) { private java.lang.Object entityId_ = ""; /** - * - * *
      * The ID for the entity.
      * 
* * string entity_id = 2; - * * @return The entityId. */ public java.lang.String getEntityId() { java.lang.Object ref = entityId_; 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(); entityId_ = s; return s; @@ -639,21 +600,20 @@ public java.lang.String getEntityId() { } } /** - * - * *
      * The ID for the entity.
      * 
* * string entity_id = 2; - * * @return The bytes for entityId. */ - public com.google.protobuf.ByteString getEntityIdBytes() { + public com.google.protobuf.ByteString + getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -661,68 +621,61 @@ public com.google.protobuf.ByteString getEntityIdBytes() { } } /** - * - * *
      * The ID for the entity.
      * 
* * string entity_id = 2; - * * @param value The entityId to set. * @return This builder for chaining. */ - public Builder setEntityId(java.lang.String value) { + public Builder setEntityId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityId_ = value; onChanged(); return this; } /** - * - * *
      * The ID for the entity.
      * 
* * string entity_id = 2; - * * @return This builder for chaining. */ public Builder clearEntityId() { - + entityId_ = getDefaultInstance().getEntityId(); onChanged(); return this; } /** - * - * *
      * The ID for the entity.
      * 
* * string entity_id = 2; - * * @param value The bytes for entityId to set. * @return This builder for chaining. */ - public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { + public Builder setEntityIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityId_ = 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); } @@ -732,12 +685,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.Owner) } // @@protoc_insertion_point(class_scope:google.storage.v2.Owner) private static final com.google.storage.v2.Owner DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.Owner(); } @@ -746,27 +699,27 @@ public static com.google.storage.v2.Owner getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Owner 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 Owner 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; @@ -781,4 +734,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Owner getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java similarity index 53% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java index 4caffe13d6..d4d78b5497 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java @@ -1,75 +1,49 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface OwnerOrBuilder - extends +public interface OwnerOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Owner) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The entity, in the form `user-`*userId*.
    * 
* * string entity = 1; - * * @return The entity. */ java.lang.String getEntity(); /** - * - * *
    * The entity, in the form `user-`*userId*.
    * 
* * string entity = 1; - * * @return The bytes for entity. */ - com.google.protobuf.ByteString getEntityBytes(); + com.google.protobuf.ByteString + getEntityBytes(); /** - * - * *
    * The ID for the entity.
    * 
* * string entity_id = 2; - * * @return The entityId. */ java.lang.String getEntityId(); /** - * - * *
    * The ID for the entity.
    * 
* * string entity_id = 2; - * * @return The bytes for entityId. */ - com.google.protobuf.ByteString getEntityIdBytes(); + com.google.protobuf.ByteString + getEntityIdBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectName.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectName.java similarity index 100% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectName.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectName.java diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java similarity index 66% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java index d7e9f7a495..ebd01f04b4 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Represents the Viewers, Editors, or Owners of a given project.
  * 
* * Protobuf type {@code google.storage.v2.ProjectTeam} */ -public final class ProjectTeam extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ProjectTeam extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ProjectTeam) ProjectTeamOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ProjectTeam.newBuilder() to construct. private ProjectTeam(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ProjectTeam() { projectNumber_ = ""; team_ = ""; @@ -44,41 +26,37 @@ private ProjectTeam() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ProjectTeam(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ProjectTeam_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ProjectTeam.class, - com.google.storage.v2.ProjectTeam.Builder.class); + com.google.storage.v2.ProjectTeam.class, com.google.storage.v2.ProjectTeam.Builder.class); } public static final int PROJECT_NUMBER_FIELD_NUMBER = 1; private volatile java.lang.Object projectNumber_; /** - * - * *
    * The project number.
    * 
* * string project_number = 1; - * * @return The projectNumber. */ @java.lang.Override @@ -87,29 +65,29 @@ public java.lang.String getProjectNumber() { 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(); projectNumber_ = s; return s; } } /** - * - * *
    * The project number.
    * 
* * string project_number = 1; - * * @return The bytes for projectNumber. */ @java.lang.Override - public com.google.protobuf.ByteString getProjectNumberBytes() { + public com.google.protobuf.ByteString + getProjectNumberBytes() { java.lang.Object ref = projectNumber_; 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); projectNumber_ = b; return b; } else { @@ -120,14 +98,11 @@ public com.google.protobuf.ByteString getProjectNumberBytes() { public static final int TEAM_FIELD_NUMBER = 2; private volatile java.lang.Object team_; /** - * - * *
    * The team.
    * 
* * string team = 2; - * * @return The team. */ @java.lang.Override @@ -136,29 +111,29 @@ public java.lang.String getTeam() { 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(); team_ = s; return s; } } /** - * - * *
    * The team.
    * 
* * string team = 2; - * * @return The bytes for team. */ @java.lang.Override - public com.google.protobuf.ByteString getTeamBytes() { + public com.google.protobuf.ByteString + getTeamBytes() { java.lang.Object ref = team_; 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); team_ = b; return b; } else { @@ -167,7 +142,6 @@ public com.google.protobuf.ByteString getTeamBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,7 +153,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(projectNumber_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, projectNumber_); } @@ -209,15 +184,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.storage.v2.ProjectTeam)) { return super.equals(obj); } com.google.storage.v2.ProjectTeam other = (com.google.storage.v2.ProjectTeam) obj; - if (!getProjectNumber().equals(other.getProjectNumber())) return false; - if (!getTeam().equals(other.getTeam())) return false; + if (!getProjectNumber() + .equals(other.getProjectNumber())) return false; + if (!getTeam() + .equals(other.getTeam())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -238,135 +215,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ProjectTeam parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ProjectTeam parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.ProjectTeam parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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 Viewers, Editors, or Owners of a given project.
    * 
* * Protobuf type {@code google.storage.v2.ProjectTeam} */ - 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.storage.v2.ProjectTeam) com.google.storage.v2.ProjectTeamOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ProjectTeam_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ProjectTeam.class, - com.google.storage.v2.ProjectTeam.Builder.class); + com.google.storage.v2.ProjectTeam.class, com.google.storage.v2.ProjectTeam.Builder.class); } // Construct using com.google.storage.v2.ProjectTeam.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(); @@ -378,9 +350,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ProjectTeam_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_descriptor; } @java.lang.Override @@ -410,39 +382,38 @@ public com.google.storage.v2.ProjectTeam 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) { + 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.storage.v2.ProjectTeam) { - return mergeFrom((com.google.storage.v2.ProjectTeam) other); + return mergeFrom((com.google.storage.v2.ProjectTeam)other); } else { super.mergeFrom(other); return this; @@ -485,25 +456,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - projectNumber_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - team_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + projectNumber_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + team_ = input.readStringRequireUtf8(); + + 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) { @@ -516,20 +484,18 @@ public Builder mergeFrom( private java.lang.Object projectNumber_ = ""; /** - * - * *
      * The project number.
      * 
* * string project_number = 1; - * * @return The projectNumber. */ public java.lang.String getProjectNumber() { java.lang.Object ref = projectNumber_; 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(); projectNumber_ = s; return s; @@ -538,21 +504,20 @@ public java.lang.String getProjectNumber() { } } /** - * - * *
      * The project number.
      * 
* * string project_number = 1; - * * @return The bytes for projectNumber. */ - public com.google.protobuf.ByteString getProjectNumberBytes() { + public com.google.protobuf.ByteString + getProjectNumberBytes() { java.lang.Object ref = projectNumber_; 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); projectNumber_ = b; return b; } else { @@ -560,61 +525,54 @@ public com.google.protobuf.ByteString getProjectNumberBytes() { } } /** - * - * *
      * The project number.
      * 
* * string project_number = 1; - * * @param value The projectNumber to set. * @return This builder for chaining. */ - public Builder setProjectNumber(java.lang.String value) { + public Builder setProjectNumber( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + projectNumber_ = value; onChanged(); return this; } /** - * - * *
      * The project number.
      * 
* * string project_number = 1; - * * @return This builder for chaining. */ public Builder clearProjectNumber() { - + projectNumber_ = getDefaultInstance().getProjectNumber(); onChanged(); return this; } /** - * - * *
      * The project number.
      * 
* * string project_number = 1; - * * @param value The bytes for projectNumber to set. * @return This builder for chaining. */ - public Builder setProjectNumberBytes(com.google.protobuf.ByteString value) { + public Builder setProjectNumberBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + projectNumber_ = value; onChanged(); return this; @@ -622,20 +580,18 @@ public Builder setProjectNumberBytes(com.google.protobuf.ByteString value) { private java.lang.Object team_ = ""; /** - * - * *
      * The team.
      * 
* * string team = 2; - * * @return The team. */ public java.lang.String getTeam() { java.lang.Object ref = team_; 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(); team_ = s; return s; @@ -644,21 +600,20 @@ public java.lang.String getTeam() { } } /** - * - * *
      * The team.
      * 
* * string team = 2; - * * @return The bytes for team. */ - public com.google.protobuf.ByteString getTeamBytes() { + public com.google.protobuf.ByteString + getTeamBytes() { java.lang.Object ref = team_; 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); team_ = b; return b; } else { @@ -666,68 +621,61 @@ public com.google.protobuf.ByteString getTeamBytes() { } } /** - * - * *
      * The team.
      * 
* * string team = 2; - * * @param value The team to set. * @return This builder for chaining. */ - public Builder setTeam(java.lang.String value) { + public Builder setTeam( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + team_ = value; onChanged(); return this; } /** - * - * *
      * The team.
      * 
* * string team = 2; - * * @return This builder for chaining. */ public Builder clearTeam() { - + team_ = getDefaultInstance().getTeam(); onChanged(); return this; } /** - * - * *
      * The team.
      * 
* * string team = 2; - * * @param value The bytes for team to set. * @return This builder for chaining. */ - public Builder setTeamBytes(com.google.protobuf.ByteString value) { + public Builder setTeamBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + team_ = 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); } @@ -737,12 +685,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ProjectTeam) } // @@protoc_insertion_point(class_scope:google.storage.v2.ProjectTeam) private static final com.google.storage.v2.ProjectTeam DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ProjectTeam(); } @@ -751,27 +699,27 @@ public static com.google.storage.v2.ProjectTeam getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ProjectTeam 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 ProjectTeam 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; @@ -786,4 +734,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ProjectTeam getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java similarity index 51% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java index 3af551ee1e..1544bb7527 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java @@ -1,75 +1,49 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ProjectTeamOrBuilder - extends +public interface ProjectTeamOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ProjectTeam) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The project number.
    * 
* * string project_number = 1; - * * @return The projectNumber. */ java.lang.String getProjectNumber(); /** - * - * *
    * The project number.
    * 
* * string project_number = 1; - * * @return The bytes for projectNumber. */ - com.google.protobuf.ByteString getProjectNumberBytes(); + com.google.protobuf.ByteString + getProjectNumberBytes(); /** - * - * *
    * The team.
    * 
* * string team = 2; - * * @return The team. */ java.lang.String getTeam(); /** - * - * *
    * The team.
    * 
* * string team = 2; - * * @return The bytes for team. */ - com.google.protobuf.ByteString getTeamBytes(); + com.google.protobuf.ByteString + getTeamBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java similarity index 67% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java index 9e30af475f..9d46974e10 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java @@ -1,84 +1,62 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request object for `QueryWriteStatus`.
  * 
* * Protobuf type {@code google.storage.v2.QueryWriteStatusRequest} */ -public final class QueryWriteStatusRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class QueryWriteStatusRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.QueryWriteStatusRequest) QueryWriteStatusRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use QueryWriteStatusRequest.newBuilder() to construct. private QueryWriteStatusRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private QueryWriteStatusRequest() { uploadId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new QueryWriteStatusRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.QueryWriteStatusRequest.class, - com.google.storage.v2.QueryWriteStatusRequest.Builder.class); + com.google.storage.v2.QueryWriteStatusRequest.class, com.google.storage.v2.QueryWriteStatusRequest.Builder.class); } public static final int UPLOAD_ID_FIELD_NUMBER = 1; private volatile java.lang.Object uploadId_; /** - * - * *
-   * Required. The name of the resume token for the object whose write status is being
-   * requested.
+   * Required. The name of the resume token for the object whose write status is
+   * being requested.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The uploadId. */ @java.lang.Override @@ -87,30 +65,30 @@ public java.lang.String getUploadId() { 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(); uploadId_ = s; return s; } } /** - * - * *
-   * Required. The name of the resume token for the object whose write status is being
-   * requested.
+   * Required. The name of the resume token for the object whose write status is
+   * being requested.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for uploadId. */ @java.lang.Override - public com.google.protobuf.ByteString getUploadIdBytes() { + public com.google.protobuf.ByteString + getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -121,14 +99,11 @@ public com.google.protobuf.ByteString getUploadIdBytes() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 2; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -136,25 +111,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -162,13 +130,11 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -180,7 +146,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(uploadId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uploadId_); } @@ -200,9 +167,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, uploadId_); } if (commonObjectRequestParams_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, getCommonObjectRequestParams()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getCommonObjectRequestParams()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -212,19 +178,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.storage.v2.QueryWriteStatusRequest)) { return super.equals(obj); } - com.google.storage.v2.QueryWriteStatusRequest other = - (com.google.storage.v2.QueryWriteStatusRequest) obj; + com.google.storage.v2.QueryWriteStatusRequest other = (com.google.storage.v2.QueryWriteStatusRequest) obj; - if (!getUploadId().equals(other.getUploadId())) return false; + if (!getUploadId() + .equals(other.getUploadId())) return false; if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) - return false; + if (!getCommonObjectRequestParams() + .equals(other.getCommonObjectRequestParams())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -248,136 +214,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.QueryWriteStatusRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.QueryWriteStatusRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.QueryWriteStatusRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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 object for `QueryWriteStatus`.
    * 
* * Protobuf type {@code google.storage.v2.QueryWriteStatusRequest} */ - 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.storage.v2.QueryWriteStatusRequest) com.google.storage.v2.QueryWriteStatusRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.QueryWriteStatusRequest.class, - com.google.storage.v2.QueryWriteStatusRequest.Builder.class); + com.google.storage.v2.QueryWriteStatusRequest.class, com.google.storage.v2.QueryWriteStatusRequest.Builder.class); } // Construct using com.google.storage.v2.QueryWriteStatusRequest.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(); @@ -393,9 +353,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; } @java.lang.Override @@ -414,8 +374,7 @@ public com.google.storage.v2.QueryWriteStatusRequest build() { @java.lang.Override public com.google.storage.v2.QueryWriteStatusRequest buildPartial() { - com.google.storage.v2.QueryWriteStatusRequest result = - new com.google.storage.v2.QueryWriteStatusRequest(this); + com.google.storage.v2.QueryWriteStatusRequest result = new com.google.storage.v2.QueryWriteStatusRequest(this); result.uploadId_ = uploadId_; if (commonObjectRequestParamsBuilder_ == null) { result.commonObjectRequestParams_ = commonObjectRequestParams_; @@ -430,39 +389,38 @@ public com.google.storage.v2.QueryWriteStatusRequest 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) { + 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.storage.v2.QueryWriteStatusRequest) { - return mergeFrom((com.google.storage.v2.QueryWriteStatusRequest) other); + return mergeFrom((com.google.storage.v2.QueryWriteStatusRequest)other); } else { super.mergeFrom(other); return this; @@ -504,26 +462,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - uploadId_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + uploadId_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), + extensionRegistry); + + 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) { @@ -536,21 +492,19 @@ public Builder mergeFrom( private java.lang.Object uploadId_ = ""; /** - * - * *
-     * Required. The name of the resume token for the object whose write status is being
-     * requested.
+     * Required. The name of the resume token for the object whose write status is
+     * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The uploadId. */ public java.lang.String getUploadId() { java.lang.Object ref = uploadId_; 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(); uploadId_ = s; return s; @@ -559,22 +513,21 @@ public java.lang.String getUploadId() { } } /** - * - * *
-     * Required. The name of the resume token for the object whose write status is being
-     * requested.
+     * Required. The name of the resume token for the object whose write status is
+     * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for uploadId. */ - public com.google.protobuf.ByteString getUploadIdBytes() { + public com.google.protobuf.ByteString + getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -582,64 +535,57 @@ public com.google.protobuf.ByteString getUploadIdBytes() { } } /** - * - * *
-     * Required. The name of the resume token for the object whose write status is being
-     * requested.
+     * Required. The name of the resume token for the object whose write status is
+     * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The uploadId to set. * @return This builder for chaining. */ - public Builder setUploadId(java.lang.String value) { + public Builder setUploadId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + uploadId_ = value; onChanged(); return this; } /** - * - * *
-     * Required. The name of the resume token for the object whose write status is being
-     * requested.
+     * Required. The name of the resume token for the object whose write status is
+     * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearUploadId() { - + uploadId_ = getDefaultInstance().getUploadId(); onChanged(); return this; } /** - * - * *
-     * Required. The name of the resume token for the object whose write status is being
-     * requested.
+     * Required. The name of the resume token for the object whose write status is
+     * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for uploadId to set. * @return This builder for chaining. */ - public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { + public Builder setUploadIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + uploadId_ = value; onChanged(); return this; @@ -647,55 +593,41 @@ public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -709,8 +641,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -729,22 +659,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -756,8 +681,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -776,42 +699,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -819,24 +733,21 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } - @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); } @@ -846,12 +757,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.QueryWriteStatusRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.QueryWriteStatusRequest) private static final com.google.storage.v2.QueryWriteStatusRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.QueryWriteStatusRequest(); } @@ -860,27 +771,27 @@ public static com.google.storage.v2.QueryWriteStatusRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public QueryWriteStatusRequest 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 QueryWriteStatusRequest 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; @@ -895,4 +806,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.QueryWriteStatusRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java similarity index 66% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java index 09641bb1e5..898a21ec1c 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java @@ -1,82 +1,53 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface QueryWriteStatusRequestOrBuilder - extends +public interface QueryWriteStatusRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.QueryWriteStatusRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
-   * Required. The name of the resume token for the object whose write status is being
-   * requested.
+   * Required. The name of the resume token for the object whose write status is
+   * being requested.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The uploadId. */ java.lang.String getUploadId(); /** - * - * *
-   * Required. The name of the resume token for the object whose write status is being
-   * requested.
+   * Required. The name of the resume token for the object whose write status is
+   * being requested.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for uploadId. */ - com.google.protobuf.ByteString getUploadIdBytes(); + com.google.protobuf.ByteString + getUploadIdBytes(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; - * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; - * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java similarity index 70% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java index 05adf05082..c9d49484a1 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java @@ -1,82 +1,61 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Response object for `QueryWriteStatus`.
  * 
* * Protobuf type {@code google.storage.v2.QueryWriteStatusResponse} */ -public final class QueryWriteStatusResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class QueryWriteStatusResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.QueryWriteStatusResponse) QueryWriteStatusResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use QueryWriteStatusResponse.newBuilder() to construct. private QueryWriteStatusResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private QueryWriteStatusResponse() {} + private QueryWriteStatusResponse() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new QueryWriteStatusResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.QueryWriteStatusResponse.class, - com.google.storage.v2.QueryWriteStatusResponse.Builder.class); + com.google.storage.v2.QueryWriteStatusResponse.class, com.google.storage.v2.QueryWriteStatusResponse.Builder.class); } private int writeStatusCase_ = 0; private java.lang.Object writeStatus_; - public enum WriteStatusCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { PERSISTED_SIZE(1), RESOURCE(2), WRITESTATUS_NOT_SET(0); private final int value; - private WriteStatusCase(int value) { this.value = value; } @@ -92,30 +71,25 @@ public static WriteStatusCase valueOf(int value) { public static WriteStatusCase forNumber(int value) { switch (value) { - case 1: - return PERSISTED_SIZE; - case 2: - return RESOURCE; - case 0: - return WRITESTATUS_NOT_SET; - default: - return null; + case 1: return PERSISTED_SIZE; + case 2: return RESOURCE; + case 0: return WRITESTATUS_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public WriteStatusCase getWriteStatusCase() { - return WriteStatusCase.forNumber(writeStatusCase_); + public WriteStatusCase + getWriteStatusCase() { + return WriteStatusCase.forNumber( + writeStatusCase_); } public static final int PERSISTED_SIZE_FIELD_NUMBER = 1; /** - * - * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. This is the correct value for the
@@ -124,7 +98,6 @@ public WriteStatusCase getWriteStatusCase() {
    * 
* * int64 persisted_size = 1; - * * @return Whether the persistedSize field is set. */ @java.lang.Override @@ -132,8 +105,6 @@ public boolean hasPersistedSize() { return writeStatusCase_ == 1; } /** - * - * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. This is the correct value for the
@@ -142,7 +113,6 @@ public boolean hasPersistedSize() {
    * 
* * int64 persisted_size = 1; - * * @return The persistedSize. */ @java.lang.Override @@ -155,15 +125,12 @@ public long getPersistedSize() { public static final int RESOURCE_FIELD_NUMBER = 2; /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; - * * @return Whether the resource field is set. */ @java.lang.Override @@ -171,27 +138,22 @@ public boolean hasResource() { return writeStatusCase_ == 2; } /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; - * * @return The resource. */ @java.lang.Override public com.google.storage.v2.Object getResource() { if (writeStatusCase_ == 2) { - return (com.google.storage.v2.Object) writeStatus_; + return (com.google.storage.v2.Object) writeStatus_; } return com.google.storage.v2.Object.getDefaultInstance(); } /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
@@ -202,13 +164,12 @@ public com.google.storage.v2.Object getResource() {
   @java.lang.Override
   public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
     if (writeStatusCase_ == 2) {
-      return (com.google.storage.v2.Object) writeStatus_;
+       return (com.google.storage.v2.Object) writeStatus_;
     }
     return com.google.storage.v2.Object.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -220,9 +181,11 @@ 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 (writeStatusCase_ == 1) {
-      output.writeInt64(1, (long) ((java.lang.Long) writeStatus_));
+      output.writeInt64(
+          1, (long)((java.lang.Long) writeStatus_));
     }
     if (writeStatusCase_ == 2) {
       output.writeMessage(2, (com.google.storage.v2.Object) writeStatus_);
@@ -237,14 +200,13 @@ public int getSerializedSize() {
 
     size = 0;
     if (writeStatusCase_ == 1) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeInt64Size(
-              1, (long) ((java.lang.Long) writeStatus_));
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(
+            1, (long)((java.lang.Long) writeStatus_));
     }
     if (writeStatusCase_ == 2) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              2, (com.google.storage.v2.Object) writeStatus_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, (com.google.storage.v2.Object) writeStatus_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -254,21 +216,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.storage.v2.QueryWriteStatusResponse)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.QueryWriteStatusResponse other =
-        (com.google.storage.v2.QueryWriteStatusResponse) obj;
+    com.google.storage.v2.QueryWriteStatusResponse other = (com.google.storage.v2.QueryWriteStatusResponse) obj;
 
     if (!getWriteStatusCase().equals(other.getWriteStatusCase())) return false;
     switch (writeStatusCase_) {
       case 1:
-        if (getPersistedSize() != other.getPersistedSize()) return false;
+        if (getPersistedSize()
+            != other.getPersistedSize()) return false;
         break;
       case 2:
-        if (!getResource().equals(other.getResource())) return false;
+        if (!getResource()
+            .equals(other.getResource())) return false;
         break;
       case 0:
       default:
@@ -287,7 +250,8 @@ public int hashCode() {
     switch (writeStatusCase_) {
       case 1:
         hash = (37 * hash) + PERSISTED_SIZE_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getPersistedSize());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+            getPersistedSize());
         break;
       case 2:
         hash = (37 * hash) + RESOURCE_FIELD_NUMBER;
@@ -301,136 +265,130 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.QueryWriteStatusResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.QueryWriteStatusResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.storage.v2.QueryWriteStatusResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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;
   }
   /**
-   *
-   *
    * 
    * Response object for `QueryWriteStatus`.
    * 
* * Protobuf type {@code google.storage.v2.QueryWriteStatusResponse} */ - 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.storage.v2.QueryWriteStatusResponse) com.google.storage.v2.QueryWriteStatusResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.QueryWriteStatusResponse.class, - com.google.storage.v2.QueryWriteStatusResponse.Builder.class); + com.google.storage.v2.QueryWriteStatusResponse.class, com.google.storage.v2.QueryWriteStatusResponse.Builder.class); } // Construct using com.google.storage.v2.QueryWriteStatusResponse.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(); @@ -443,9 +401,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; } @java.lang.Override @@ -464,8 +422,7 @@ public com.google.storage.v2.QueryWriteStatusResponse build() { @java.lang.Override public com.google.storage.v2.QueryWriteStatusResponse buildPartial() { - com.google.storage.v2.QueryWriteStatusResponse result = - new com.google.storage.v2.QueryWriteStatusResponse(this); + com.google.storage.v2.QueryWriteStatusResponse result = new com.google.storage.v2.QueryWriteStatusResponse(this); if (writeStatusCase_ == 1) { result.writeStatus_ = writeStatus_; } @@ -485,39 +442,38 @@ public com.google.storage.v2.QueryWriteStatusResponse 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) { + 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.storage.v2.QueryWriteStatusResponse) { - return mergeFrom((com.google.storage.v2.QueryWriteStatusResponse) other); + return mergeFrom((com.google.storage.v2.QueryWriteStatusResponse)other); } else { super.mergeFrom(other); return this; @@ -527,20 +483,17 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.storage.v2.QueryWriteStatusResponse other) { if (other == com.google.storage.v2.QueryWriteStatusResponse.getDefaultInstance()) return this; switch (other.getWriteStatusCase()) { - case PERSISTED_SIZE: - { - setPersistedSize(other.getPersistedSize()); - break; - } - case RESOURCE: - { - mergeResource(other.getResource()); - break; - } - case WRITESTATUS_NOT_SET: - { - break; - } + case PERSISTED_SIZE: { + setPersistedSize(other.getPersistedSize()); + break; + } + case RESOURCE: { + mergeResource(other.getResource()); + break; + } + case WRITESTATUS_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -568,25 +521,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - writeStatus_ = input.readInt64(); - writeStatusCase_ = 1; - break; - } // case 8 - case 18: - { - input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); - writeStatusCase_ = 2; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + writeStatus_ = input.readInt64(); + writeStatusCase_ = 1; + break; + } // case 8 + case 18: { + input.readMessage( + getResourceFieldBuilder().getBuilder(), + extensionRegistry); + writeStatusCase_ = 2; + 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) { @@ -596,12 +548,12 @@ public Builder mergeFrom( } // finally return this; } - private int writeStatusCase_ = 0; private java.lang.Object writeStatus_; - - public WriteStatusCase getWriteStatusCase() { - return WriteStatusCase.forNumber(writeStatusCase_); + public WriteStatusCase + getWriteStatusCase() { + return WriteStatusCase.forNumber( + writeStatusCase_); } public Builder clearWriteStatus() { @@ -611,9 +563,8 @@ public Builder clearWriteStatus() { return this; } + /** - * - * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. This is the correct value for the
@@ -622,15 +573,12 @@ public Builder clearWriteStatus() {
      * 
* * int64 persisted_size = 1; - * * @return Whether the persistedSize field is set. */ public boolean hasPersistedSize() { return writeStatusCase_ == 1; } /** - * - * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. This is the correct value for the
@@ -639,7 +587,6 @@ public boolean hasPersistedSize() {
      * 
* * int64 persisted_size = 1; - * * @return The persistedSize. */ public long getPersistedSize() { @@ -649,8 +596,6 @@ public long getPersistedSize() { return 0L; } /** - * - * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. This is the correct value for the
@@ -659,7 +604,6 @@ public long getPersistedSize() {
      * 
* * int64 persisted_size = 1; - * * @param value The persistedSize to set. * @return This builder for chaining. */ @@ -670,8 +614,6 @@ public Builder setPersistedSize(long value) { return this; } /** - * - * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. This is the correct value for the
@@ -680,7 +622,6 @@ public Builder setPersistedSize(long value) {
      * 
* * int64 persisted_size = 1; - * * @return This builder for chaining. */ public Builder clearPersistedSize() { @@ -693,20 +634,14 @@ public Builder clearPersistedSize() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> - resourceBuilder_; + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> resourceBuilder_; /** - * - * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
      * 
* * .google.storage.v2.Object resource = 2; - * * @return Whether the resource field is set. */ @java.lang.Override @@ -714,15 +649,12 @@ public boolean hasResource() { return writeStatusCase_ == 2; } /** - * - * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
      * 
* * .google.storage.v2.Object resource = 2; - * * @return The resource. */ @java.lang.Override @@ -740,8 +672,6 @@ public com.google.storage.v2.Object getResource() { } } /** - * - * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -763,8 +693,6 @@ public Builder setResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -772,7 +700,8 @@ public Builder setResource(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object resource = 2;
      */
-    public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setResource(
+        com.google.storage.v2.Object.Builder builderForValue) {
       if (resourceBuilder_ == null) {
         writeStatus_ = builderForValue.build();
         onChanged();
@@ -783,8 +712,6 @@ public Builder setResource(com.google.storage.v2.Object.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -794,12 +721,10 @@ public Builder setResource(com.google.storage.v2.Object.Builder builderForValue)
      */
     public Builder mergeResource(com.google.storage.v2.Object value) {
       if (resourceBuilder_ == null) {
-        if (writeStatusCase_ == 2
-            && writeStatus_ != com.google.storage.v2.Object.getDefaultInstance()) {
-          writeStatus_ =
-              com.google.storage.v2.Object.newBuilder((com.google.storage.v2.Object) writeStatus_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (writeStatusCase_ == 2 &&
+            writeStatus_ != com.google.storage.v2.Object.getDefaultInstance()) {
+          writeStatus_ = com.google.storage.v2.Object.newBuilder((com.google.storage.v2.Object) writeStatus_)
+              .mergeFrom(value).buildPartial();
         } else {
           writeStatus_ = value;
         }
@@ -815,8 +740,6 @@ public Builder mergeResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -841,8 +764,6 @@ public Builder clearResource() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -854,8 +775,6 @@ public com.google.storage.v2.Object.Builder getResourceBuilder() {
       return getResourceFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -875,8 +794,6 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -885,30 +802,26 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
      * .google.storage.v2.Object resource = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object,
-            com.google.storage.v2.Object.Builder,
-            com.google.storage.v2.ObjectOrBuilder>
+        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
         getResourceFieldBuilder() {
       if (resourceBuilder_ == null) {
         if (!(writeStatusCase_ == 2)) {
           writeStatus_ = com.google.storage.v2.Object.getDefaultInstance();
         }
-        resourceBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Object,
-                com.google.storage.v2.Object.Builder,
-                com.google.storage.v2.ObjectOrBuilder>(
-                (com.google.storage.v2.Object) writeStatus_, getParentForChildren(), isClean());
+        resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
+                (com.google.storage.v2.Object) writeStatus_,
+                getParentForChildren(),
+                isClean());
         writeStatus_ = null;
       }
       writeStatusCase_ = 2;
-      onChanged();
-      ;
+      onChanged();;
       return resourceBuilder_;
     }
-
     @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);
     }
 
@@ -918,12 +831,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.QueryWriteStatusResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.QueryWriteStatusResponse)
   private static final com.google.storage.v2.QueryWriteStatusResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.QueryWriteStatusResponse();
   }
@@ -932,27 +845,27 @@ public static com.google.storage.v2.QueryWriteStatusResponse getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public QueryWriteStatusResponse 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 QueryWriteStatusResponse 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;
@@ -967,4 +880,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.QueryWriteStatusResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
similarity index 73%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
index 27f5c79b52..537856a71e 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface QueryWriteStatusResponseOrBuilder
-    extends
+public interface QueryWriteStatusResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.QueryWriteStatusResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. This is the correct value for the
@@ -34,13 +16,10 @@ public interface QueryWriteStatusResponseOrBuilder
    * 
* * int64 persisted_size = 1; - * * @return Whether the persistedSize field is set. */ boolean hasPersistedSize(); /** - * - * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. This is the correct value for the
@@ -49,40 +28,31 @@ public interface QueryWriteStatusResponseOrBuilder
    * 
* * int64 persisted_size = 1; - * * @return The persistedSize. */ long getPersistedSize(); /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; - * * @return Whether the resource field is set. */ boolean hasResource(); /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; - * * @return The resource. */ com.google.storage.v2.Object getResource(); /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
similarity index 78%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
index e1a62dcce4..a4a38e6966 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
@@ -1,42 +1,24 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Request message for ReadObject.
  * 
* * Protobuf type {@code google.storage.v2.ReadObjectRequest} */ -public final class ReadObjectRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ReadObjectRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ReadObjectRequest) ReadObjectRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ReadObjectRequest.newBuilder() to construct. private ReadObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ReadObjectRequest() { bucket_ = ""; object_ = ""; @@ -44,42 +26,38 @@ private ReadObjectRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ReadObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ReadObjectRequest.class, - com.google.storage.v2.ReadObjectRequest.Builder.class); + com.google.storage.v2.ReadObjectRequest.class, com.google.storage.v2.ReadObjectRequest.Builder.class); } private int bitField0_; public static final int BUCKET_FIELD_NUMBER = 1; private volatile java.lang.Object bucket_; /** - * - * *
    * Required. The name of the bucket containing the object to read.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ @java.lang.Override @@ -88,29 +66,29 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** - * - * *
    * Required. The name of the bucket containing the object to read.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -121,14 +99,11 @@ public com.google.protobuf.ByteString getBucketBytes() { public static final int OBJECT_FIELD_NUMBER = 2; private volatile java.lang.Object object_; /** - * - * *
    * Required. The name of the object to read.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ @java.lang.Override @@ -137,29 +112,29 @@ public java.lang.String getObject() { 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(); object_ = s; return s; } } /** - * - * *
    * Required. The name of the object to read.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ @java.lang.Override - public com.google.protobuf.ByteString getObjectBytes() { + public com.google.protobuf.ByteString + getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -170,15 +145,12 @@ public com.google.protobuf.ByteString getObjectBytes() { public static final int GENERATION_FIELD_NUMBER = 3; private long generation_; /** - * - * *
    * If present, selects a specific revision of this object (as opposed
    * to the latest version, the default).
    * 
* * int64 generation = 3; - * * @return The generation. */ @java.lang.Override @@ -189,8 +161,6 @@ public long getGeneration() { public static final int READ_OFFSET_FIELD_NUMBER = 4; private long readOffset_; /** - * - * *
    * The offset for the first byte to return in the read, relative to the start
    * of the object.
@@ -203,7 +173,6 @@ public long getGeneration() {
    * 
* * int64 read_offset = 4; - * * @return The readOffset. */ @java.lang.Override @@ -214,8 +183,6 @@ public long getReadOffset() { public static final int READ_LIMIT_FIELD_NUMBER = 5; private long readLimit_; /** - * - * *
    * The maximum number of `data` bytes the server is allowed to return in the
    * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -226,7 +193,6 @@ public long getReadOffset() {
    * 
* * int64 read_limit = 5; - * * @return The readLimit. */ @java.lang.Override @@ -237,8 +203,6 @@ public long getReadLimit() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 6; private long ifGenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -246,7 +210,6 @@ public long getReadLimit() {
    * 
* * optional int64 if_generation_match = 6; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -254,8 +217,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -263,7 +224,6 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 6; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -274,8 +234,6 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 7; private long ifGenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -284,7 +242,6 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 7; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -292,8 +249,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -302,7 +257,6 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 7; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -313,15 +267,12 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 8; private long ifMetagenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 8; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -329,15 +280,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 8; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -348,15 +296,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 9; private long ifMetagenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 9; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -364,15 +309,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 9; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -383,14 +325,11 @@ public long getIfMetagenerationNotMatch() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 10; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -398,25 +337,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -424,16 +356,13 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } public static final int READ_MASK_FIELD_NUMBER = 12; private com.google.protobuf.FieldMask readMask_; /** - * - * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -443,7 +372,6 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar
    * 
* * optional .google.protobuf.FieldMask read_mask = 12; - * * @return Whether the readMask field is set. */ @java.lang.Override @@ -451,8 +379,6 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -462,7 +388,6 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 12; - * * @return The readMask. */ @java.lang.Override @@ -470,8 +395,6 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** - * - * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -488,7 +411,6 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -500,7 +422,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(bucket_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, bucket_);
     }
@@ -550,33 +473,40 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, object_);
     }
     if (generation_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, generation_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(3, generation_);
     }
     if (readOffset_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, readOffset_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(4, readOffset_);
     }
     if (readLimit_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, readLimit_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(5, readLimit_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, ifGenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(6, ifGenerationMatch_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, ifGenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(7, ifGenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(8, ifMetagenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(8, ifMetagenerationMatch_);
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(9, ifMetagenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(9, ifMetagenerationNotMatch_);
     }
     if (commonObjectRequestParams_ != null) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              10, getCommonObjectRequestParams());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(10, getCommonObjectRequestParams());
     }
     if (((bitField0_ & 0x00000010) != 0)) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getReadMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(12, getReadMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -586,42 +516,52 @@ 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.storage.v2.ReadObjectRequest)) {
       return super.equals(obj);
     }
     com.google.storage.v2.ReadObjectRequest other = (com.google.storage.v2.ReadObjectRequest) obj;
 
-    if (!getBucket().equals(other.getBucket())) return false;
-    if (!getObject().equals(other.getObject())) return false;
-    if (getGeneration() != other.getGeneration()) return false;
-    if (getReadOffset() != other.getReadOffset()) return false;
-    if (getReadLimit() != other.getReadLimit()) return false;
+    if (!getBucket()
+        .equals(other.getBucket())) return false;
+    if (!getObject()
+        .equals(other.getObject())) return false;
+    if (getGeneration()
+        != other.getGeneration()) return false;
+    if (getReadOffset()
+        != other.getReadOffset()) return false;
+    if (getReadLimit()
+        != other.getReadLimit()) return false;
     if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false;
     if (hasIfGenerationMatch()) {
-      if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false;
+      if (getIfGenerationMatch()
+          != other.getIfGenerationMatch()) return false;
     }
     if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false;
     if (hasIfGenerationNotMatch()) {
-      if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false;
+      if (getIfGenerationNotMatch()
+          != other.getIfGenerationNotMatch()) return false;
     }
     if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false;
     if (hasIfMetagenerationMatch()) {
-      if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false;
+      if (getIfMetagenerationMatch()
+          != other.getIfMetagenerationMatch()) return false;
     }
     if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false;
     if (hasIfMetagenerationNotMatch()) {
-      if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false;
+      if (getIfMetagenerationNotMatch()
+          != other.getIfMetagenerationNotMatch()) return false;
     }
     if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false;
     if (hasCommonObjectRequestParams()) {
-      if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams()))
-        return false;
+      if (!getCommonObjectRequestParams()
+          .equals(other.getCommonObjectRequestParams())) return false;
     }
     if (hasReadMask() != other.hasReadMask()) return false;
     if (hasReadMask()) {
-      if (!getReadMask().equals(other.getReadMask())) return false;
+      if (!getReadMask()
+          .equals(other.getReadMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -639,26 +579,33 @@ public int hashCode() {
     hash = (37 * hash) + OBJECT_FIELD_NUMBER;
     hash = (53 * hash) + getObject().hashCode();
     hash = (37 * hash) + GENERATION_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getGeneration());
     hash = (37 * hash) + READ_OFFSET_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getReadOffset());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getReadOffset());
     hash = (37 * hash) + READ_LIMIT_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getReadLimit());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getReadLimit());
     if (hasIfGenerationMatch()) {
       hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfGenerationMatch());
     }
     if (hasIfGenerationNotMatch()) {
       hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfGenerationNotMatch());
     }
     if (hasIfMetagenerationMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfMetagenerationMatch());
     }
     if (hasIfMetagenerationNotMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getIfMetagenerationNotMatch());
     }
     if (hasCommonObjectRequestParams()) {
       hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER;
@@ -673,127 +620,118 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ReadObjectRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ReadObjectRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.storage.v2.ReadObjectRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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 message for ReadObject.
    * 
* * Protobuf type {@code google.storage.v2.ReadObjectRequest} */ - 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.storage.v2.ReadObjectRequest) com.google.storage.v2.ReadObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ReadObjectRequest.class, - com.google.storage.v2.ReadObjectRequest.Builder.class); + com.google.storage.v2.ReadObjectRequest.class, com.google.storage.v2.ReadObjectRequest.Builder.class); } // Construct using com.google.storage.v2.ReadObjectRequest.newBuilder() @@ -801,17 +739,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -849,9 +787,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_descriptor; } @java.lang.Override @@ -870,8 +808,7 @@ public com.google.storage.v2.ReadObjectRequest build() { @java.lang.Override public com.google.storage.v2.ReadObjectRequest buildPartial() { - com.google.storage.v2.ReadObjectRequest result = - new com.google.storage.v2.ReadObjectRequest(this); + com.google.storage.v2.ReadObjectRequest result = new com.google.storage.v2.ReadObjectRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.bucket_ = bucket_; @@ -917,39 +854,38 @@ public com.google.storage.v2.ReadObjectRequest 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) { + 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.storage.v2.ReadObjectRequest) { - return mergeFrom((com.google.storage.v2.ReadObjectRequest) other); + return mergeFrom((com.google.storage.v2.ReadObjectRequest)other); } else { super.mergeFrom(other); return this; @@ -1019,80 +955,71 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - bucket_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - object_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 24: - { - generation_ = input.readInt64(); - - break; - } // case 24 - case 32: - { - readOffset_ = input.readInt64(); - - break; - } // case 32 - case 40: - { - readLimit_ = input.readInt64(); - - break; - } // case 40 - case 48: - { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 48 - case 56: - { - ifGenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 56 - case 64: - { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 64 - case 72: - { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000008; - break; - } // case 72 - case 82: - { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 82 - case 98: - { - input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000010; - break; - } // case 98 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + bucket_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + object_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 24: { + generation_ = input.readInt64(); + + break; + } // case 24 + case 32: { + readOffset_ = input.readInt64(); + + break; + } // case 32 + case 40: { + readLimit_ = input.readInt64(); + + break; + } // case 40 + case 48: { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 48 + case 56: { + ifGenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 56 + case 64: { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 64 + case 72: { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000008; + break; + } // case 72 + case 82: { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 82 + case 98: { + input.readMessage( + getReadMaskFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000010; + break; + } // case 98 + 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) { @@ -1102,25 +1029,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object bucket_ = ""; /** - * - * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -1129,21 +1053,20 @@ public java.lang.String getBucket() { } } /** - * - * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ - public com.google.protobuf.ByteString getBucketBytes() { + public com.google.protobuf.ByteString + getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -1151,61 +1074,54 @@ public com.google.protobuf.ByteString getBucketBytes() { } } /** - * - * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket(java.lang.String value) { + public Builder setBucket( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** - * - * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes(com.google.protobuf.ByteString value) { + public Builder setBucketBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; @@ -1213,20 +1129,18 @@ public Builder setBucketBytes(com.google.protobuf.ByteString value) { private java.lang.Object object_ = ""; /** - * - * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ public java.lang.String getObject() { java.lang.Object ref = object_; 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(); object_ = s; return s; @@ -1235,21 +1149,20 @@ public java.lang.String getObject() { } } /** - * - * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ - public com.google.protobuf.ByteString getObjectBytes() { + public com.google.protobuf.ByteString + getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -1257,77 +1170,67 @@ public com.google.protobuf.ByteString getObjectBytes() { } } /** - * - * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The object to set. * @return This builder for chaining. */ - public Builder setObject(java.lang.String value) { + public Builder setObject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + object_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearObject() { - + object_ = getDefaultInstance().getObject(); onChanged(); return this; } /** - * - * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for object to set. * @return This builder for chaining. */ - public Builder setObjectBytes(com.google.protobuf.ByteString value) { + public Builder setObjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + object_ = value; onChanged(); return this; } - private long generation_; + private long generation_ ; /** - * - * *
      * If present, selects a specific revision of this object (as opposed
      * to the latest version, the default).
      * 
* * int64 generation = 3; - * * @return The generation. */ @java.lang.Override @@ -1335,47 +1238,39 @@ public long getGeneration() { return generation_; } /** - * - * *
      * If present, selects a specific revision of this object (as opposed
      * to the latest version, the default).
      * 
* * int64 generation = 3; - * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** - * - * *
      * If present, selects a specific revision of this object (as opposed
      * to the latest version, the default).
      * 
* * int64 generation = 3; - * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private long readOffset_; + private long readOffset_ ; /** - * - * *
      * The offset for the first byte to return in the read, relative to the start
      * of the object.
@@ -1388,7 +1283,6 @@ public Builder clearGeneration() {
      * 
* * int64 read_offset = 4; - * * @return The readOffset. */ @java.lang.Override @@ -1396,8 +1290,6 @@ public long getReadOffset() { return readOffset_; } /** - * - * *
      * The offset for the first byte to return in the read, relative to the start
      * of the object.
@@ -1410,19 +1302,16 @@ public long getReadOffset() {
      * 
* * int64 read_offset = 4; - * * @param value The readOffset to set. * @return This builder for chaining. */ public Builder setReadOffset(long value) { - + readOffset_ = value; onChanged(); return this; } /** - * - * *
      * The offset for the first byte to return in the read, relative to the start
      * of the object.
@@ -1435,20 +1324,17 @@ public Builder setReadOffset(long value) {
      * 
* * int64 read_offset = 4; - * * @return This builder for chaining. */ public Builder clearReadOffset() { - + readOffset_ = 0L; onChanged(); return this; } - private long readLimit_; + private long readLimit_ ; /** - * - * *
      * The maximum number of `data` bytes the server is allowed to return in the
      * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -1459,7 +1345,6 @@ public Builder clearReadOffset() {
      * 
* * int64 read_limit = 5; - * * @return The readLimit. */ @java.lang.Override @@ -1467,8 +1352,6 @@ public long getReadLimit() { return readLimit_; } /** - * - * *
      * The maximum number of `data` bytes the server is allowed to return in the
      * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -1479,19 +1362,16 @@ public long getReadLimit() {
      * 
* * int64 read_limit = 5; - * * @param value The readLimit to set. * @return This builder for chaining. */ public Builder setReadLimit(long value) { - + readLimit_ = value; onChanged(); return this; } /** - * - * *
      * The maximum number of `data` bytes the server is allowed to return in the
      * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -1502,20 +1382,17 @@ public Builder setReadLimit(long value) {
      * 
* * int64 read_limit = 5; - * * @return This builder for chaining. */ public Builder clearReadLimit() { - + readLimit_ = 0L; onChanged(); return this; } - private long ifGenerationMatch_; + private long ifGenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1523,7 +1400,6 @@ public Builder clearReadLimit() {
      * 
* * optional int64 if_generation_match = 6; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1531,8 +1407,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1540,7 +1414,6 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 6; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1548,8 +1421,6 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1557,7 +1428,6 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 6; - * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1568,8 +1438,6 @@ public Builder setIfGenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1577,7 +1445,6 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 6; - * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1587,10 +1454,8 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_; + private long ifGenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1599,7 +1464,6 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 7; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1607,8 +1471,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1617,7 +1479,6 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 7; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1625,8 +1486,6 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1635,7 +1494,6 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 7; - * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1646,8 +1504,6 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1656,7 +1512,6 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 7; - * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1666,17 +1521,14 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 8; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1684,15 +1536,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 8; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1700,15 +1549,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 8; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1719,15 +1565,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 8; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1737,17 +1580,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 9; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1755,15 +1595,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 9; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1771,15 +1608,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 9; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1790,15 +1624,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 9; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1810,55 +1641,41 @@ public Builder clearIfMetagenerationNotMatch() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1872,8 +1689,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1892,22 +1707,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1919,8 +1729,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1939,42 +1747,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1982,17 +1781,14 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; @@ -2000,13 +1796,8 @@ public Builder clearCommonObjectRequestParams() { private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - readMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; /** - * - * *
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2016,15 +1807,12 @@ public Builder clearCommonObjectRequestParams() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 12; - * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2034,7 +1822,6 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 12; - * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -2045,8 +1832,6 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** - * - * *
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2071,8 +1856,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2083,7 +1866,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 12;
      */
-    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(
+        com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -2094,8 +1878,6 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2108,11 +1890,11 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0)
-            && readMask_ != null
-            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0) &&
+            readMask_ != null &&
+            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -2124,8 +1906,6 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2147,8 +1927,6 @@ public Builder clearReadMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2165,8 +1943,6 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2181,12 +1957,11 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ?
+            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
-     *
-     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -2198,24 +1973,21 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 12;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask,
-            com.google.protobuf.FieldMask.Builder,
-            com.google.protobuf.FieldMaskOrBuilder>
+        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.FieldMask,
-                com.google.protobuf.FieldMask.Builder,
-                com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(), getParentForChildren(), isClean());
+        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(),
+                getParentForChildren(),
+                isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
     }
-
     @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);
     }
 
@@ -2225,12 +1997,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.ReadObjectRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.ReadObjectRequest)
   private static final com.google.storage.v2.ReadObjectRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.ReadObjectRequest();
   }
@@ -2239,27 +2011,27 @@ public static com.google.storage.v2.ReadObjectRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ReadObjectRequest 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 ReadObjectRequest 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;
@@ -2274,4 +2046,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.ReadObjectRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
similarity index 88%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
index c81247c4ca..5b601ea13a 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
@@ -1,95 +1,64 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface ReadObjectRequestOrBuilder
-    extends
+public interface ReadObjectRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.ReadObjectRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The name of the bucket containing the object to read.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ java.lang.String getBucket(); /** - * - * *
    * Required. The name of the bucket containing the object to read.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for bucket. */ - com.google.protobuf.ByteString getBucketBytes(); + com.google.protobuf.ByteString + getBucketBytes(); /** - * - * *
    * Required. The name of the object to read.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ java.lang.String getObject(); /** - * - * *
    * Required. The name of the object to read.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for object. */ - com.google.protobuf.ByteString getObjectBytes(); + com.google.protobuf.ByteString + getObjectBytes(); /** - * - * *
    * If present, selects a specific revision of this object (as opposed
    * to the latest version, the default).
    * 
* * int64 generation = 3; - * * @return The generation. */ long getGeneration(); /** - * - * *
    * The offset for the first byte to return in the read, relative to the start
    * of the object.
@@ -102,14 +71,11 @@ public interface ReadObjectRequestOrBuilder
    * 
* * int64 read_offset = 4; - * * @return The readOffset. */ long getReadOffset(); /** - * - * *
    * The maximum number of `data` bytes the server is allowed to return in the
    * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -120,14 +86,11 @@ public interface ReadObjectRequestOrBuilder
    * 
* * int64 read_limit = 5; - * * @return The readLimit. */ long getReadLimit(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -135,13 +98,10 @@ public interface ReadObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 6; - * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -149,14 +109,11 @@ public interface ReadObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 6; - * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -165,13 +122,10 @@ public interface ReadObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 7; - * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -180,92 +134,71 @@ public interface ReadObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 7; - * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 8; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 8; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 9; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 9; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; - * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -275,8 +208,6 @@ public interface ReadObjectRequestOrBuilder com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); /** - * - * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -286,13 +217,10 @@ public interface ReadObjectRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 12; - * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** - * - * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -302,13 +230,10 @@ public interface ReadObjectRequestOrBuilder
    * 
* * optional .google.protobuf.FieldMask read_mask = 12; - * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** - * - * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
similarity index 75%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
index 6d8a306f91..4d29e5ea00 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
@@ -1,75 +1,55 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Response message for ReadObject.
  * 
* * Protobuf type {@code google.storage.v2.ReadObjectResponse} */ -public final class ReadObjectResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ReadObjectResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ReadObjectResponse) ReadObjectResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ReadObjectResponse.newBuilder() to construct. private ReadObjectResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ReadObjectResponse() {} + private ReadObjectResponse() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ReadObjectResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ReadObjectResponse.class, - com.google.storage.v2.ReadObjectResponse.Builder.class); + com.google.storage.v2.ReadObjectResponse.class, com.google.storage.v2.ReadObjectResponse.Builder.class); } public static final int CHECKSUMMED_DATA_FIELD_NUMBER = 1; private com.google.storage.v2.ChecksummedData checksummedData_; /** - * - * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -78,7 +58,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; - * * @return Whether the checksummedData field is set. */ @java.lang.Override @@ -86,8 +65,6 @@ public boolean hasChecksummedData() { return checksummedData_ != null; } /** - * - * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -96,18 +73,13 @@ public boolean hasChecksummedData() {
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; - * * @return The checksummedData. */ @java.lang.Override public com.google.storage.v2.ChecksummedData getChecksummedData() { - return checksummedData_ == null - ? com.google.storage.v2.ChecksummedData.getDefaultInstance() - : checksummedData_; + return checksummedData_ == null ? com.google.storage.v2.ChecksummedData.getDefaultInstance() : checksummedData_; } /** - * - * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -125,8 +97,6 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
   public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 2;
   private com.google.storage.v2.ObjectChecksums objectChecksums_;
   /**
-   *
-   *
    * 
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -134,7 +104,6 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; - * * @return Whether the objectChecksums field is set. */ @java.lang.Override @@ -142,8 +111,6 @@ public boolean hasObjectChecksums() { return objectChecksums_ != null; } /** - * - * *
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -151,18 +118,13 @@ public boolean hasObjectChecksums() {
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; - * * @return The objectChecksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getObjectChecksums() { - return objectChecksums_ == null - ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() - : objectChecksums_; + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; } /** - * - * *
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -179,8 +141,6 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
   public static final int CONTENT_RANGE_FIELD_NUMBER = 3;
   private com.google.storage.v2.ContentRange contentRange_;
   /**
-   *
-   *
    * 
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -188,7 +148,6 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
    * 
* * .google.storage.v2.ContentRange content_range = 3; - * * @return Whether the contentRange field is set. */ @java.lang.Override @@ -196,8 +155,6 @@ public boolean hasContentRange() { return contentRange_ != null; } /** - * - * *
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -205,18 +162,13 @@ public boolean hasContentRange() {
    * 
* * .google.storage.v2.ContentRange content_range = 3; - * * @return The contentRange. */ @java.lang.Override public com.google.storage.v2.ContentRange getContentRange() { - return contentRange_ == null - ? com.google.storage.v2.ContentRange.getDefaultInstance() - : contentRange_; + return contentRange_ == null ? com.google.storage.v2.ContentRange.getDefaultInstance() : contentRange_; } /** - * - * *
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -233,15 +185,12 @@ public com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder() {
   public static final int METADATA_FIELD_NUMBER = 4;
   private com.google.storage.v2.Object metadata_;
   /**
-   *
-   *
    * 
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
    * 
* * .google.storage.v2.Object metadata = 4; - * * @return Whether the metadata field is set. */ @java.lang.Override @@ -249,15 +198,12 @@ public boolean hasMetadata() { return metadata_ != null; } /** - * - * *
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
    * 
* * .google.storage.v2.Object metadata = 4; - * * @return The metadata. */ @java.lang.Override @@ -265,8 +211,6 @@ public com.google.storage.v2.Object getMetadata() { return metadata_ == null ? com.google.storage.v2.Object.getDefaultInstance() : metadata_; } /** - * - * *
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
@@ -280,7 +224,6 @@ public com.google.storage.v2.ObjectOrBuilder getMetadataOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -292,7 +235,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 (checksummedData_ != null) {
       output.writeMessage(1, getChecksummedData());
     }
@@ -315,16 +259,20 @@ public int getSerializedSize() {
 
     size = 0;
     if (checksummedData_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getChecksummedData());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getChecksummedData());
     }
     if (objectChecksums_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getObjectChecksums());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getObjectChecksums());
     }
     if (contentRange_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getContentRange());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getContentRange());
     }
     if (metadata_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getMetadata());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, getMetadata());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -334,7 +282,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.storage.v2.ReadObjectResponse)) {
       return super.equals(obj);
@@ -343,19 +291,23 @@ public boolean equals(final java.lang.Object obj) {
 
     if (hasChecksummedData() != other.hasChecksummedData()) return false;
     if (hasChecksummedData()) {
-      if (!getChecksummedData().equals(other.getChecksummedData())) return false;
+      if (!getChecksummedData()
+          .equals(other.getChecksummedData())) return false;
     }
     if (hasObjectChecksums() != other.hasObjectChecksums()) return false;
     if (hasObjectChecksums()) {
-      if (!getObjectChecksums().equals(other.getObjectChecksums())) return false;
+      if (!getObjectChecksums()
+          .equals(other.getObjectChecksums())) return false;
     }
     if (hasContentRange() != other.hasContentRange()) return false;
     if (hasContentRange()) {
-      if (!getContentRange().equals(other.getContentRange())) return false;
+      if (!getContentRange()
+          .equals(other.getContentRange())) return false;
     }
     if (hasMetadata() != other.hasMetadata()) return false;
     if (hasMetadata()) {
-      if (!getMetadata().equals(other.getMetadata())) return false;
+      if (!getMetadata()
+          .equals(other.getMetadata())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -389,136 +341,130 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ReadObjectResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ReadObjectResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.storage.v2.ReadObjectResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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;
   }
   /**
-   *
-   *
    * 
    * Response message for ReadObject.
    * 
* * Protobuf type {@code google.storage.v2.ReadObjectResponse} */ - 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.storage.v2.ReadObjectResponse) com.google.storage.v2.ReadObjectResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ReadObjectResponse.class, - com.google.storage.v2.ReadObjectResponse.Builder.class); + com.google.storage.v2.ReadObjectResponse.class, com.google.storage.v2.ReadObjectResponse.Builder.class); } // Construct using com.google.storage.v2.ReadObjectResponse.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(); @@ -550,9 +496,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ReadObjectResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_descriptor; } @java.lang.Override @@ -571,8 +517,7 @@ public com.google.storage.v2.ReadObjectResponse build() { @java.lang.Override public com.google.storage.v2.ReadObjectResponse buildPartial() { - com.google.storage.v2.ReadObjectResponse result = - new com.google.storage.v2.ReadObjectResponse(this); + com.google.storage.v2.ReadObjectResponse result = new com.google.storage.v2.ReadObjectResponse(this); if (checksummedDataBuilder_ == null) { result.checksummedData_ = checksummedData_; } else { @@ -601,39 +546,38 @@ public com.google.storage.v2.ReadObjectResponse 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) { + 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.storage.v2.ReadObjectResponse) { - return mergeFrom((com.google.storage.v2.ReadObjectResponse) other); + return mergeFrom((com.google.storage.v2.ReadObjectResponse)other); } else { super.mergeFrom(other); return this; @@ -680,37 +624,40 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getChecksummedDataFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - case 18: - { - input.readMessage(getObjectChecksumsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 18 - case 26: - { - input.readMessage(getContentRangeFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 26 - case 34: - { - input.readMessage(getMetadataFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getChecksummedDataFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + case 18: { + input.readMessage( + getObjectChecksumsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 18 + case 26: { + input.readMessage( + getContentRangeFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 26 + case 34: { + input.readMessage( + getMetadataFieldBuilder().getBuilder(), + extensionRegistry); + + 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) { @@ -723,13 +670,8 @@ public Builder mergeFrom( private com.google.storage.v2.ChecksummedData checksummedData_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ChecksummedData, - com.google.storage.v2.ChecksummedData.Builder, - com.google.storage.v2.ChecksummedDataOrBuilder> - checksummedDataBuilder_; + com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder> checksummedDataBuilder_; /** - * - * *
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -738,15 +680,12 @@ public Builder mergeFrom(
      * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; - * * @return Whether the checksummedData field is set. */ public boolean hasChecksummedData() { return checksummedDataBuilder_ != null || checksummedData_ != null; } /** - * - * *
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -755,21 +694,16 @@ public boolean hasChecksummedData() {
      * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; - * * @return The checksummedData. */ public com.google.storage.v2.ChecksummedData getChecksummedData() { if (checksummedDataBuilder_ == null) { - return checksummedData_ == null - ? com.google.storage.v2.ChecksummedData.getDefaultInstance() - : checksummedData_; + return checksummedData_ == null ? com.google.storage.v2.ChecksummedData.getDefaultInstance() : checksummedData_; } else { return checksummedDataBuilder_.getMessage(); } } /** - * - * *
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -793,8 +727,6 @@ public Builder setChecksummedData(com.google.storage.v2.ChecksummedData value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -816,8 +748,6 @@ public Builder setChecksummedData(
       return this;
     }
     /**
-     *
-     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -831,9 +761,7 @@ public Builder mergeChecksummedData(com.google.storage.v2.ChecksummedData value)
       if (checksummedDataBuilder_ == null) {
         if (checksummedData_ != null) {
           checksummedData_ =
-              com.google.storage.v2.ChecksummedData.newBuilder(checksummedData_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.ChecksummedData.newBuilder(checksummedData_).mergeFrom(value).buildPartial();
         } else {
           checksummedData_ = value;
         }
@@ -845,8 +773,6 @@ public Builder mergeChecksummedData(com.google.storage.v2.ChecksummedData value)
       return this;
     }
     /**
-     *
-     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -868,8 +794,6 @@ public Builder clearChecksummedData() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -880,13 +804,11 @@ public Builder clearChecksummedData() {
      * .google.storage.v2.ChecksummedData checksummed_data = 1;
      */
     public com.google.storage.v2.ChecksummedData.Builder getChecksummedDataBuilder() {
-
+      
       onChanged();
       return getChecksummedDataFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -900,14 +822,11 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
       if (checksummedDataBuilder_ != null) {
         return checksummedDataBuilder_.getMessageOrBuilder();
       } else {
-        return checksummedData_ == null
-            ? com.google.storage.v2.ChecksummedData.getDefaultInstance()
-            : checksummedData_;
+        return checksummedData_ == null ?
+            com.google.storage.v2.ChecksummedData.getDefaultInstance() : checksummedData_;
       }
     }
     /**
-     *
-     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -918,17 +837,14 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
      * .google.storage.v2.ChecksummedData checksummed_data = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ChecksummedData,
-            com.google.storage.v2.ChecksummedData.Builder,
-            com.google.storage.v2.ChecksummedDataOrBuilder>
+        com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder> 
         getChecksummedDataFieldBuilder() {
       if (checksummedDataBuilder_ == null) {
-        checksummedDataBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.ChecksummedData,
-                com.google.storage.v2.ChecksummedData.Builder,
-                com.google.storage.v2.ChecksummedDataOrBuilder>(
-                getChecksummedData(), getParentForChildren(), isClean());
+        checksummedDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder>(
+                getChecksummedData(),
+                getParentForChildren(),
+                isClean());
         checksummedData_ = null;
       }
       return checksummedDataBuilder_;
@@ -936,13 +852,8 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
 
     private com.google.storage.v2.ObjectChecksums objectChecksums_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums,
-            com.google.storage.v2.ObjectChecksums.Builder,
-            com.google.storage.v2.ObjectChecksumsOrBuilder>
-        objectChecksumsBuilder_;
+        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_;
     /**
-     *
-     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -950,15 +861,12 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; - * * @return Whether the objectChecksums field is set. */ public boolean hasObjectChecksums() { return objectChecksumsBuilder_ != null || objectChecksums_ != null; } /** - * - * *
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -966,21 +874,16 @@ public boolean hasObjectChecksums() {
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; - * * @return The objectChecksums. */ public com.google.storage.v2.ObjectChecksums getObjectChecksums() { if (objectChecksumsBuilder_ == null) { - return objectChecksums_ == null - ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() - : objectChecksums_; + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; } else { return objectChecksumsBuilder_.getMessage(); } } /** - * - * *
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -1003,8 +906,6 @@ public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -1025,8 +926,6 @@ public Builder setObjectChecksums(
       return this;
     }
     /**
-     *
-     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -1039,9 +938,7 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       if (objectChecksumsBuilder_ == null) {
         if (objectChecksums_ != null) {
           objectChecksums_ =
-              com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial();
         } else {
           objectChecksums_ = value;
         }
@@ -1053,8 +950,6 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       return this;
     }
     /**
-     *
-     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -1075,8 +970,6 @@ public Builder clearObjectChecksums() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -1086,13 +979,11 @@ public Builder clearObjectChecksums() {
      * .google.storage.v2.ObjectChecksums object_checksums = 2;
      */
     public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() {
-
+      
       onChanged();
       return getObjectChecksumsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -1105,14 +996,11 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
       if (objectChecksumsBuilder_ != null) {
         return objectChecksumsBuilder_.getMessageOrBuilder();
       } else {
-        return objectChecksums_ == null
-            ? com.google.storage.v2.ObjectChecksums.getDefaultInstance()
-            : objectChecksums_;
+        return objectChecksums_ == null ?
+            com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_;
       }
     }
     /**
-     *
-     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -1122,17 +1010,14 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * .google.storage.v2.ObjectChecksums object_checksums = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums,
-            com.google.storage.v2.ObjectChecksums.Builder,
-            com.google.storage.v2.ObjectChecksumsOrBuilder>
+        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> 
         getObjectChecksumsFieldBuilder() {
       if (objectChecksumsBuilder_ == null) {
-        objectChecksumsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.ObjectChecksums,
-                com.google.storage.v2.ObjectChecksums.Builder,
-                com.google.storage.v2.ObjectChecksumsOrBuilder>(
-                getObjectChecksums(), getParentForChildren(), isClean());
+        objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>(
+                getObjectChecksums(),
+                getParentForChildren(),
+                isClean());
         objectChecksums_ = null;
       }
       return objectChecksumsBuilder_;
@@ -1140,13 +1025,8 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
 
     private com.google.storage.v2.ContentRange contentRange_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ContentRange,
-            com.google.storage.v2.ContentRange.Builder,
-            com.google.storage.v2.ContentRangeOrBuilder>
-        contentRangeBuilder_;
+        com.google.storage.v2.ContentRange, com.google.storage.v2.ContentRange.Builder, com.google.storage.v2.ContentRangeOrBuilder> contentRangeBuilder_;
     /**
-     *
-     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1154,15 +1034,12 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * 
* * .google.storage.v2.ContentRange content_range = 3; - * * @return Whether the contentRange field is set. */ public boolean hasContentRange() { return contentRangeBuilder_ != null || contentRange_ != null; } /** - * - * *
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1170,21 +1047,16 @@ public boolean hasContentRange() {
      * 
* * .google.storage.v2.ContentRange content_range = 3; - * * @return The contentRange. */ public com.google.storage.v2.ContentRange getContentRange() { if (contentRangeBuilder_ == null) { - return contentRange_ == null - ? com.google.storage.v2.ContentRange.getDefaultInstance() - : contentRange_; + return contentRange_ == null ? com.google.storage.v2.ContentRange.getDefaultInstance() : contentRange_; } else { return contentRangeBuilder_.getMessage(); } } /** - * - * *
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1207,8 +1079,6 @@ public Builder setContentRange(com.google.storage.v2.ContentRange value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1217,7 +1087,8 @@ public Builder setContentRange(com.google.storage.v2.ContentRange value) {
      *
      * .google.storage.v2.ContentRange content_range = 3;
      */
-    public Builder setContentRange(com.google.storage.v2.ContentRange.Builder builderForValue) {
+    public Builder setContentRange(
+        com.google.storage.v2.ContentRange.Builder builderForValue) {
       if (contentRangeBuilder_ == null) {
         contentRange_ = builderForValue.build();
         onChanged();
@@ -1228,8 +1099,6 @@ public Builder setContentRange(com.google.storage.v2.ContentRange.Builder builde
       return this;
     }
     /**
-     *
-     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1242,9 +1111,7 @@ public Builder mergeContentRange(com.google.storage.v2.ContentRange value) {
       if (contentRangeBuilder_ == null) {
         if (contentRange_ != null) {
           contentRange_ =
-              com.google.storage.v2.ContentRange.newBuilder(contentRange_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.ContentRange.newBuilder(contentRange_).mergeFrom(value).buildPartial();
         } else {
           contentRange_ = value;
         }
@@ -1256,8 +1123,6 @@ public Builder mergeContentRange(com.google.storage.v2.ContentRange value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1278,8 +1143,6 @@ public Builder clearContentRange() {
       return this;
     }
     /**
-     *
-     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1289,13 +1152,11 @@ public Builder clearContentRange() {
      * .google.storage.v2.ContentRange content_range = 3;
      */
     public com.google.storage.v2.ContentRange.Builder getContentRangeBuilder() {
-
+      
       onChanged();
       return getContentRangeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1308,14 +1169,11 @@ public com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder() {
       if (contentRangeBuilder_ != null) {
         return contentRangeBuilder_.getMessageOrBuilder();
       } else {
-        return contentRange_ == null
-            ? com.google.storage.v2.ContentRange.getDefaultInstance()
-            : contentRange_;
+        return contentRange_ == null ?
+            com.google.storage.v2.ContentRange.getDefaultInstance() : contentRange_;
       }
     }
     /**
-     *
-     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1325,17 +1183,14 @@ public com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder() {
      * .google.storage.v2.ContentRange content_range = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ContentRange,
-            com.google.storage.v2.ContentRange.Builder,
-            com.google.storage.v2.ContentRangeOrBuilder>
+        com.google.storage.v2.ContentRange, com.google.storage.v2.ContentRange.Builder, com.google.storage.v2.ContentRangeOrBuilder> 
         getContentRangeFieldBuilder() {
       if (contentRangeBuilder_ == null) {
-        contentRangeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.ContentRange,
-                com.google.storage.v2.ContentRange.Builder,
-                com.google.storage.v2.ContentRangeOrBuilder>(
-                getContentRange(), getParentForChildren(), isClean());
+        contentRangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.ContentRange, com.google.storage.v2.ContentRange.Builder, com.google.storage.v2.ContentRangeOrBuilder>(
+                getContentRange(),
+                getParentForChildren(),
+                isClean());
         contentRange_ = null;
       }
       return contentRangeBuilder_;
@@ -1343,35 +1198,26 @@ public com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder() {
 
     private com.google.storage.v2.Object metadata_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object,
-            com.google.storage.v2.Object.Builder,
-            com.google.storage.v2.ObjectOrBuilder>
-        metadataBuilder_;
+        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> metadataBuilder_;
     /**
-     *
-     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
      * 
* * .google.storage.v2.Object metadata = 4; - * * @return Whether the metadata field is set. */ public boolean hasMetadata() { return metadataBuilder_ != null || metadata_ != null; } /** - * - * *
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
      * 
* * .google.storage.v2.Object metadata = 4; - * * @return The metadata. */ public com.google.storage.v2.Object getMetadata() { @@ -1382,8 +1228,6 @@ public com.google.storage.v2.Object getMetadata() { } } /** - * - * *
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1405,8 +1249,6 @@ public Builder setMetadata(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1414,7 +1256,8 @@ public Builder setMetadata(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object metadata = 4;
      */
-    public Builder setMetadata(com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setMetadata(
+        com.google.storage.v2.Object.Builder builderForValue) {
       if (metadataBuilder_ == null) {
         metadata_ = builderForValue.build();
         onChanged();
@@ -1425,8 +1268,6 @@ public Builder setMetadata(com.google.storage.v2.Object.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1438,7 +1279,7 @@ public Builder mergeMetadata(com.google.storage.v2.Object value) {
       if (metadataBuilder_ == null) {
         if (metadata_ != null) {
           metadata_ =
-              com.google.storage.v2.Object.newBuilder(metadata_).mergeFrom(value).buildPartial();
+            com.google.storage.v2.Object.newBuilder(metadata_).mergeFrom(value).buildPartial();
         } else {
           metadata_ = value;
         }
@@ -1450,8 +1291,6 @@ public Builder mergeMetadata(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1471,8 +1310,6 @@ public Builder clearMetadata() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1481,13 +1318,11 @@ public Builder clearMetadata() {
      * .google.storage.v2.Object metadata = 4;
      */
     public com.google.storage.v2.Object.Builder getMetadataBuilder() {
-
+      
       onChanged();
       return getMetadataFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1499,12 +1334,11 @@ public com.google.storage.v2.ObjectOrBuilder getMetadataOrBuilder() {
       if (metadataBuilder_ != null) {
         return metadataBuilder_.getMessageOrBuilder();
       } else {
-        return metadata_ == null ? com.google.storage.v2.Object.getDefaultInstance() : metadata_;
+        return metadata_ == null ?
+            com.google.storage.v2.Object.getDefaultInstance() : metadata_;
       }
     }
     /**
-     *
-     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1513,24 +1347,21 @@ public com.google.storage.v2.ObjectOrBuilder getMetadataOrBuilder() {
      * .google.storage.v2.Object metadata = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object,
-            com.google.storage.v2.Object.Builder,
-            com.google.storage.v2.ObjectOrBuilder>
+        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
         getMetadataFieldBuilder() {
       if (metadataBuilder_ == null) {
-        metadataBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Object,
-                com.google.storage.v2.Object.Builder,
-                com.google.storage.v2.ObjectOrBuilder>(
-                getMetadata(), getParentForChildren(), isClean());
+        metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
+                getMetadata(),
+                getParentForChildren(),
+                isClean());
         metadata_ = null;
       }
       return metadataBuilder_;
     }
-
     @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);
     }
 
@@ -1540,12 +1371,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.ReadObjectResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.ReadObjectResponse)
   private static final com.google.storage.v2.ReadObjectResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.ReadObjectResponse();
   }
@@ -1554,27 +1385,27 @@ public static com.google.storage.v2.ReadObjectResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ReadObjectResponse 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 ReadObjectResponse 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;
@@ -1589,4 +1420,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.ReadObjectResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
similarity index 85%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
index 6fea82c9bf..7a20c3d418 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface ReadObjectResponseOrBuilder
-    extends
+public interface ReadObjectResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.ReadObjectResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -34,13 +16,10 @@ public interface ReadObjectResponseOrBuilder
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; - * * @return Whether the checksummedData field is set. */ boolean hasChecksummedData(); /** - * - * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -49,13 +28,10 @@ public interface ReadObjectResponseOrBuilder
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; - * * @return The checksummedData. */ com.google.storage.v2.ChecksummedData getChecksummedData(); /** - * - * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -68,8 +44,6 @@ public interface ReadObjectResponseOrBuilder
   com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilder();
 
   /**
-   *
-   *
    * 
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -77,13 +51,10 @@ public interface ReadObjectResponseOrBuilder
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; - * * @return Whether the objectChecksums field is set. */ boolean hasObjectChecksums(); /** - * - * *
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -91,13 +62,10 @@ public interface ReadObjectResponseOrBuilder
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; - * * @return The objectChecksums. */ com.google.storage.v2.ObjectChecksums getObjectChecksums(); /** - * - * *
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -109,8 +77,6 @@ public interface ReadObjectResponseOrBuilder
   com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder();
 
   /**
-   *
-   *
    * 
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -118,13 +84,10 @@ public interface ReadObjectResponseOrBuilder
    * 
* * .google.storage.v2.ContentRange content_range = 3; - * * @return Whether the contentRange field is set. */ boolean hasContentRange(); /** - * - * *
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -132,13 +95,10 @@ public interface ReadObjectResponseOrBuilder
    * 
* * .google.storage.v2.ContentRange content_range = 3; - * * @return The contentRange. */ com.google.storage.v2.ContentRange getContentRange(); /** - * - * *
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -150,34 +110,26 @@ public interface ReadObjectResponseOrBuilder
   com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder();
 
   /**
-   *
-   *
    * 
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
    * 
* * .google.storage.v2.Object metadata = 4; - * * @return Whether the metadata field is set. */ boolean hasMetadata(); /** - * - * *
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
    * 
* * .google.storage.v2.Object metadata = 4; - * * @return The metadata. */ com.google.storage.v2.Object getMetadata(); /** - * - * *
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
similarity index 75%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
index 7a3faf6cf0..1987fbebe1 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Request message for RewriteObject.
  * If the source object is encrypted using a Customer-Supplied Encryption Key
@@ -34,16 +17,15 @@
  *
  * Protobuf type {@code google.storage.v2.RewriteObjectRequest}
  */
-public final class RewriteObjectRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RewriteObjectRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.RewriteObjectRequest)
     RewriteObjectRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RewriteObjectRequest.newBuilder() to construct.
   private RewriteObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RewriteObjectRequest() {
     destinationName_ = "";
     destinationBucket_ = "";
@@ -59,50 +41,44 @@ private RewriteObjectRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RewriteObjectRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.RewriteObjectRequest.class,
-            com.google.storage.v2.RewriteObjectRequest.Builder.class);
+            com.google.storage.v2.RewriteObjectRequest.class, com.google.storage.v2.RewriteObjectRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int DESTINATION_NAME_FIELD_NUMBER = 24;
   private volatile java.lang.Object destinationName_;
   /**
-   *
-   *
    * 
    * Required. Immutable. The name of the destination object.
    * See the
-   * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+   * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
    * Example: `test.txt`
    * The `name` field by itself does not uniquely identify a Cloud Storage
    * object. A Cloud Storage object is uniquely identified by the tuple of
    * (bucket, object, generation).
    * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The destinationName. */ @java.lang.Override @@ -111,37 +87,35 @@ public java.lang.String getDestinationName() { 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(); destinationName_ = s; return s; } } /** - * - * *
    * Required. Immutable. The name of the destination object.
    * See the
-   * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+   * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
    * Example: `test.txt`
    * The `name` field by itself does not uniquely identify a Cloud Storage
    * object. A Cloud Storage object is uniquely identified by the tuple of
    * (bucket, object, generation).
    * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for destinationName. */ @java.lang.Override - public com.google.protobuf.ByteString getDestinationNameBytes() { + public com.google.protobuf.ByteString + getDestinationNameBytes() { java.lang.Object ref = destinationName_; 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); destinationName_ = b; return b; } else { @@ -152,16 +126,12 @@ public com.google.protobuf.ByteString getDestinationNameBytes() { public static final int DESTINATION_BUCKET_FIELD_NUMBER = 25; private volatile java.lang.Object destinationBucket_; /** - * - * *
-   * Required. Immutable. The name of the bucket containing the destination object.
+   * Required. Immutable. The name of the bucket containing the destination
+   * object.
    * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The destinationBucket. */ @java.lang.Override @@ -170,31 +140,30 @@ public java.lang.String getDestinationBucket() { 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(); destinationBucket_ = s; return s; } } /** - * - * *
-   * Required. Immutable. The name of the bucket containing the destination object.
+   * Required. Immutable. The name of the bucket containing the destination
+   * object.
    * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for destinationBucket. */ @java.lang.Override - public com.google.protobuf.ByteString getDestinationBucketBytes() { + public com.google.protobuf.ByteString + getDestinationBucketBytes() { java.lang.Object ref = destinationBucket_; 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); destinationBucket_ = b; return b; } else { @@ -205,8 +174,6 @@ public com.google.protobuf.ByteString getDestinationBucketBytes() { public static final int DESTINATION_KMS_KEY_FIELD_NUMBER = 27; private volatile java.lang.Object destinationKmsKey_; /** - * - * *
    * The name of the Cloud KMS key that will be used to encrypt the destination
    * object. The Cloud KMS key must be located in same location as the object.
@@ -216,7 +183,6 @@ public com.google.protobuf.ByteString getDestinationBucketBytes() {
    * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @return The destinationKmsKey. */ @java.lang.Override @@ -225,15 +191,14 @@ public java.lang.String getDestinationKmsKey() { 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(); destinationKmsKey_ = s; return s; } } /** - * - * *
    * The name of the Cloud KMS key that will be used to encrypt the destination
    * object. The Cloud KMS key must be located in same location as the object.
@@ -243,15 +208,16 @@ public java.lang.String getDestinationKmsKey() {
    * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @return The bytes for destinationKmsKey. */ @java.lang.Override - public com.google.protobuf.ByteString getDestinationKmsKeyBytes() { + public com.google.protobuf.ByteString + getDestinationKmsKeyBytes() { java.lang.Object ref = destinationKmsKey_; 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); destinationKmsKey_ = b; return b; } else { @@ -262,8 +228,6 @@ public com.google.protobuf.ByteString getDestinationKmsKeyBytes() { public static final int DESTINATION_FIELD_NUMBER = 1; private com.google.storage.v2.Object destination_; /** - * - * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -275,7 +239,6 @@ public com.google.protobuf.ByteString getDestinationKmsKeyBytes() {
    * 
* * .google.storage.v2.Object destination = 1; - * * @return Whether the destination field is set. */ @java.lang.Override @@ -283,8 +246,6 @@ public boolean hasDestination() { return destination_ != null; } /** - * - * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -296,7 +257,6 @@ public boolean hasDestination() {
    * 
* * .google.storage.v2.Object destination = 1; - * * @return The destination. */ @java.lang.Override @@ -304,8 +264,6 @@ public com.google.storage.v2.Object getDestination() { return destination_ == null ? com.google.storage.v2.Object.getDefaultInstance() : destination_; } /** - * - * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -326,14 +284,11 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() {
   public static final int SOURCE_BUCKET_FIELD_NUMBER = 2;
   private volatile java.lang.Object sourceBucket_;
   /**
-   *
-   *
    * 
    * Required. Name of the bucket in which to find the source object.
    * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The sourceBucket. */ @java.lang.Override @@ -342,29 +297,29 @@ public java.lang.String getSourceBucket() { 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(); sourceBucket_ = s; return s; } } /** - * - * *
    * Required. Name of the bucket in which to find the source object.
    * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for sourceBucket. */ @java.lang.Override - public com.google.protobuf.ByteString getSourceBucketBytes() { + public com.google.protobuf.ByteString + getSourceBucketBytes() { java.lang.Object ref = sourceBucket_; 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); sourceBucket_ = b; return b; } else { @@ -375,14 +330,11 @@ public com.google.protobuf.ByteString getSourceBucketBytes() { public static final int SOURCE_OBJECT_FIELD_NUMBER = 3; private volatile java.lang.Object sourceObject_; /** - * - * *
    * Required. Name of the source object.
    * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The sourceObject. */ @java.lang.Override @@ -391,29 +343,29 @@ public java.lang.String getSourceObject() { 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(); sourceObject_ = s; return s; } } /** - * - * *
    * Required. Name of the source object.
    * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for sourceObject. */ @java.lang.Override - public com.google.protobuf.ByteString getSourceObjectBytes() { + public com.google.protobuf.ByteString + getSourceObjectBytes() { java.lang.Object ref = sourceObject_; 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); sourceObject_ = b; return b; } else { @@ -424,15 +376,12 @@ public com.google.protobuf.ByteString getSourceObjectBytes() { public static final int SOURCE_GENERATION_FIELD_NUMBER = 4; private long sourceGeneration_; /** - * - * *
    * If present, selects a specific revision of the source object (as opposed to
    * the latest version, the default).
    * 
* * int64 source_generation = 4; - * * @return The sourceGeneration. */ @java.lang.Override @@ -443,8 +392,6 @@ public long getSourceGeneration() { public static final int REWRITE_TOKEN_FIELD_NUMBER = 5; private volatile java.lang.Object rewriteToken_; /** - * - * *
    * Include this field (from the previous rewrite response) on each rewrite
    * request after the first one, until the rewrite response 'done' flag is
@@ -454,7 +401,6 @@ public long getSourceGeneration() {
    * 
* * string rewrite_token = 5; - * * @return The rewriteToken. */ @java.lang.Override @@ -463,15 +409,14 @@ public java.lang.String getRewriteToken() { 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(); rewriteToken_ = s; return s; } } /** - * - * *
    * Include this field (from the previous rewrite response) on each rewrite
    * request after the first one, until the rewrite response 'done' flag is
@@ -481,15 +426,16 @@ public java.lang.String getRewriteToken() {
    * 
* * string rewrite_token = 5; - * * @return The bytes for rewriteToken. */ @java.lang.Override - public com.google.protobuf.ByteString getRewriteTokenBytes() { + public com.google.protobuf.ByteString + getRewriteTokenBytes() { java.lang.Object ref = rewriteToken_; 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); rewriteToken_ = b; return b; } else { @@ -500,8 +446,6 @@ public com.google.protobuf.ByteString getRewriteTokenBytes() { public static final int DESTINATION_PREDEFINED_ACL_FIELD_NUMBER = 28; private volatile java.lang.Object destinationPredefinedAcl_; /** - * - * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -509,7 +453,6 @@ public com.google.protobuf.ByteString getRewriteTokenBytes() {
    * 
* * string destination_predefined_acl = 28; - * * @return The destinationPredefinedAcl. */ @java.lang.Override @@ -518,15 +461,14 @@ public java.lang.String getDestinationPredefinedAcl() { 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(); destinationPredefinedAcl_ = s; return s; } } /** - * - * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -534,15 +476,16 @@ public java.lang.String getDestinationPredefinedAcl() {
    * 
* * string destination_predefined_acl = 28; - * * @return The bytes for destinationPredefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { + public com.google.protobuf.ByteString + getDestinationPredefinedAclBytes() { java.lang.Object ref = destinationPredefinedAcl_; 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); destinationPredefinedAcl_ = b; return b; } else { @@ -553,8 +496,6 @@ public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 7; private long ifGenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -562,7 +503,6 @@ public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() {
    * 
* * optional int64 if_generation_match = 7; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -570,8 +510,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -579,7 +517,6 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 7; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -590,8 +527,6 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 8; private long ifGenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -600,7 +535,6 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 8; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -608,8 +542,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -618,7 +550,6 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 8; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -629,15 +560,12 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 9; private long ifMetagenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 9; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -645,15 +573,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 9; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -664,15 +589,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 10; private long ifMetagenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 10; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -680,15 +602,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 10; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -699,15 +618,12 @@ public long getIfMetagenerationNotMatch() { public static final int IF_SOURCE_GENERATION_MATCH_FIELD_NUMBER = 11; private long ifSourceGenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the source object's live
    * generation matches the given value.
    * 
* * optional int64 if_source_generation_match = 11; - * * @return Whether the ifSourceGenerationMatch field is set. */ @java.lang.Override @@ -715,15 +631,12 @@ public boolean hasIfSourceGenerationMatch() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
    * Makes the operation conditional on whether the source object's live
    * generation matches the given value.
    * 
* * optional int64 if_source_generation_match = 11; - * * @return The ifSourceGenerationMatch. */ @java.lang.Override @@ -734,15 +647,12 @@ public long getIfSourceGenerationMatch() { public static final int IF_SOURCE_GENERATION_NOT_MATCH_FIELD_NUMBER = 12; private long ifSourceGenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the source object's live
    * generation does not match the given value.
    * 
* * optional int64 if_source_generation_not_match = 12; - * * @return Whether the ifSourceGenerationNotMatch field is set. */ @java.lang.Override @@ -750,15 +660,12 @@ public boolean hasIfSourceGenerationNotMatch() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
    * Makes the operation conditional on whether the source object's live
    * generation does not match the given value.
    * 
* * optional int64 if_source_generation_not_match = 12; - * * @return The ifSourceGenerationNotMatch. */ @java.lang.Override @@ -769,15 +676,12 @@ public long getIfSourceGenerationNotMatch() { public static final int IF_SOURCE_METAGENERATION_MATCH_FIELD_NUMBER = 13; private long ifSourceMetagenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the source object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_source_metageneration_match = 13; - * * @return Whether the ifSourceMetagenerationMatch field is set. */ @java.lang.Override @@ -785,15 +689,12 @@ public boolean hasIfSourceMetagenerationMatch() { return ((bitField0_ & 0x00000040) != 0); } /** - * - * *
    * Makes the operation conditional on whether the source object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_source_metageneration_match = 13; - * * @return The ifSourceMetagenerationMatch. */ @java.lang.Override @@ -804,15 +705,12 @@ public long getIfSourceMetagenerationMatch() { public static final int IF_SOURCE_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 14; private long ifSourceMetagenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the source object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_source_metageneration_not_match = 14; - * * @return Whether the ifSourceMetagenerationNotMatch field is set. */ @java.lang.Override @@ -820,15 +718,12 @@ public boolean hasIfSourceMetagenerationNotMatch() { return ((bitField0_ & 0x00000080) != 0); } /** - * - * *
    * Makes the operation conditional on whether the source object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_source_metageneration_not_match = 14; - * * @return The ifSourceMetagenerationNotMatch. */ @java.lang.Override @@ -839,8 +734,6 @@ public long getIfSourceMetagenerationNotMatch() { public static final int MAX_BYTES_REWRITTEN_PER_CALL_FIELD_NUMBER = 15; private long maxBytesRewrittenPerCall_; /** - * - * *
    * The maximum number of bytes that will be rewritten per rewrite request.
    * Most callers
@@ -853,7 +746,6 @@ public long getIfSourceMetagenerationNotMatch() {
    * 
* * int64 max_bytes_rewritten_per_call = 15; - * * @return The maxBytesRewrittenPerCall. */ @java.lang.Override @@ -864,15 +756,12 @@ public long getMaxBytesRewrittenPerCall() { public static final int COPY_SOURCE_ENCRYPTION_ALGORITHM_FIELD_NUMBER = 16; private volatile java.lang.Object copySourceEncryptionAlgorithm_; /** - * - * *
    * The algorithm used to encrypt the source object, if any. Used if the source
    * object was encrypted with a Customer-Supplied Encryption Key.
    * 
* * string copy_source_encryption_algorithm = 16; - * * @return The copySourceEncryptionAlgorithm. */ @java.lang.Override @@ -881,30 +770,30 @@ public java.lang.String getCopySourceEncryptionAlgorithm() { 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(); copySourceEncryptionAlgorithm_ = s; return s; } } /** - * - * *
    * The algorithm used to encrypt the source object, if any. Used if the source
    * object was encrypted with a Customer-Supplied Encryption Key.
    * 
* * string copy_source_encryption_algorithm = 16; - * * @return The bytes for copySourceEncryptionAlgorithm. */ @java.lang.Override - public com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString + getCopySourceEncryptionAlgorithmBytes() { java.lang.Object ref = copySourceEncryptionAlgorithm_; 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); copySourceEncryptionAlgorithm_ = b; return b; } else { @@ -915,8 +804,6 @@ public com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes() { public static final int COPY_SOURCE_ENCRYPTION_KEY_BYTES_FIELD_NUMBER = 21; private com.google.protobuf.ByteString copySourceEncryptionKeyBytes_; /** - * - * *
    * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
    * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -924,7 +811,6 @@ public com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes() {
    * 
* * bytes copy_source_encryption_key_bytes = 21; - * * @return The copySourceEncryptionKeyBytes. */ @java.lang.Override @@ -935,8 +821,6 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes() { public static final int COPY_SOURCE_ENCRYPTION_KEY_SHA256_BYTES_FIELD_NUMBER = 22; private com.google.protobuf.ByteString copySourceEncryptionKeySha256Bytes_; /** - * - * *
    * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
    * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -944,7 +828,6 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes() {
    * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; - * * @return The copySourceEncryptionKeySha256Bytes. */ @java.lang.Override @@ -955,14 +838,11 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeySha256Bytes() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 19; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -970,25 +850,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -996,13 +869,52 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } - private byte memoizedIsInitialized = -1; + public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 29; + private com.google.storage.v2.ObjectChecksums objectChecksums_; + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * destination object after rewriting.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + * @return Whether the objectChecksums field is set. + */ + @java.lang.Override + public boolean hasObjectChecksums() { + return objectChecksums_ != null; + } + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * destination object after rewriting.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + * @return The objectChecksums. + */ + @java.lang.Override + public com.google.storage.v2.ObjectChecksums getObjectChecksums() { + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * destination object after rewriting.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + @java.lang.Override + public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder() { + return getObjectChecksums(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1014,7 +926,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 (destination_ != null) { output.writeMessage(1, getDestination()); } @@ -1058,8 +971,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io output.writeInt64(15, maxBytesRewrittenPerCall_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(copySourceEncryptionAlgorithm_)) { - com.google.protobuf.GeneratedMessageV3.writeString( - output, 16, copySourceEncryptionAlgorithm_); + com.google.protobuf.GeneratedMessageV3.writeString(output, 16, copySourceEncryptionAlgorithm_); } if (commonObjectRequestParams_ != null) { output.writeMessage(19, getCommonObjectRequestParams()); @@ -1082,6 +994,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(destinationPredefinedAcl_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 28, destinationPredefinedAcl_); } + if (objectChecksums_ != null) { + output.writeMessage(29, getObjectChecksums()); + } getUnknownFields().writeTo(output); } @@ -1092,7 +1007,8 @@ public int getSerializedSize() { size = 0; if (destination_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDestination()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getDestination()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sourceBucket_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, sourceBucket_); @@ -1101,60 +1017,62 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, sourceObject_); } if (sourceGeneration_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, sourceGeneration_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(4, sourceGeneration_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rewriteToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, rewriteToken_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(7, ifGenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(8, ifGenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(8, ifGenerationNotMatch_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(9, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(9, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(10, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(10, ifMetagenerationNotMatch_); } if (((bitField0_ & 0x00000010) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(11, ifSourceGenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(11, ifSourceGenerationMatch_); } if (((bitField0_ & 0x00000020) != 0)) { - size += - com.google.protobuf.CodedOutputStream.computeInt64Size(12, ifSourceGenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(12, ifSourceGenerationNotMatch_); } if (((bitField0_ & 0x00000040) != 0)) { - size += - com.google.protobuf.CodedOutputStream.computeInt64Size(13, ifSourceMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(13, ifSourceMetagenerationMatch_); } if (((bitField0_ & 0x00000080) != 0)) { - size += - com.google.protobuf.CodedOutputStream.computeInt64Size( - 14, ifSourceMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(14, ifSourceMetagenerationNotMatch_); } if (maxBytesRewrittenPerCall_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(15, maxBytesRewrittenPerCall_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(15, maxBytesRewrittenPerCall_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(copySourceEncryptionAlgorithm_)) { - size += - com.google.protobuf.GeneratedMessageV3.computeStringSize( - 16, copySourceEncryptionAlgorithm_); + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, copySourceEncryptionAlgorithm_); } if (commonObjectRequestParams_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 19, getCommonObjectRequestParams()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(19, getCommonObjectRequestParams()); } if (!copySourceEncryptionKeyBytes_.isEmpty()) { - size += - com.google.protobuf.CodedOutputStream.computeBytesSize(21, copySourceEncryptionKeyBytes_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(21, copySourceEncryptionKeyBytes_); } if (!copySourceEncryptionKeySha256Bytes_.isEmpty()) { - size += - com.google.protobuf.CodedOutputStream.computeBytesSize( - 22, copySourceEncryptionKeySha256Bytes_); + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(22, copySourceEncryptionKeySha256Bytes_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(destinationName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, destinationName_); @@ -1166,8 +1084,11 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, destinationKmsKey_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(destinationPredefinedAcl_)) { - size += - com.google.protobuf.GeneratedMessageV3.computeStringSize(28, destinationPredefinedAcl_); + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(28, destinationPredefinedAcl_); + } + if (objectChecksums_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(29, getObjectChecksums()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1177,71 +1098,91 @@ 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.storage.v2.RewriteObjectRequest)) { return super.equals(obj); } - com.google.storage.v2.RewriteObjectRequest other = - (com.google.storage.v2.RewriteObjectRequest) obj; + com.google.storage.v2.RewriteObjectRequest other = (com.google.storage.v2.RewriteObjectRequest) obj; - if (!getDestinationName().equals(other.getDestinationName())) return false; - if (!getDestinationBucket().equals(other.getDestinationBucket())) return false; - if (!getDestinationKmsKey().equals(other.getDestinationKmsKey())) return false; + if (!getDestinationName() + .equals(other.getDestinationName())) return false; + if (!getDestinationBucket() + .equals(other.getDestinationBucket())) return false; + if (!getDestinationKmsKey() + .equals(other.getDestinationKmsKey())) return false; if (hasDestination() != other.hasDestination()) return false; if (hasDestination()) { - if (!getDestination().equals(other.getDestination())) return false; - } - if (!getSourceBucket().equals(other.getSourceBucket())) return false; - if (!getSourceObject().equals(other.getSourceObject())) return false; - if (getSourceGeneration() != other.getSourceGeneration()) return false; - if (!getRewriteToken().equals(other.getRewriteToken())) return false; - if (!getDestinationPredefinedAcl().equals(other.getDestinationPredefinedAcl())) return false; + if (!getDestination() + .equals(other.getDestination())) return false; + } + if (!getSourceBucket() + .equals(other.getSourceBucket())) return false; + if (!getSourceObject() + .equals(other.getSourceObject())) return false; + if (getSourceGeneration() + != other.getSourceGeneration()) return false; + if (!getRewriteToken() + .equals(other.getRewriteToken())) return false; + if (!getDestinationPredefinedAcl() + .equals(other.getDestinationPredefinedAcl())) return false; if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() + != other.getIfGenerationMatch()) return false; } if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false; if (hasIfGenerationNotMatch()) { - if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false; + if (getIfGenerationNotMatch() + != other.getIfGenerationNotMatch()) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() + != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() + != other.getIfMetagenerationNotMatch()) return false; } if (hasIfSourceGenerationMatch() != other.hasIfSourceGenerationMatch()) return false; if (hasIfSourceGenerationMatch()) { - if (getIfSourceGenerationMatch() != other.getIfSourceGenerationMatch()) return false; + if (getIfSourceGenerationMatch() + != other.getIfSourceGenerationMatch()) return false; } if (hasIfSourceGenerationNotMatch() != other.hasIfSourceGenerationNotMatch()) return false; if (hasIfSourceGenerationNotMatch()) { - if (getIfSourceGenerationNotMatch() != other.getIfSourceGenerationNotMatch()) return false; + if (getIfSourceGenerationNotMatch() + != other.getIfSourceGenerationNotMatch()) return false; } if (hasIfSourceMetagenerationMatch() != other.hasIfSourceMetagenerationMatch()) return false; if (hasIfSourceMetagenerationMatch()) { - if (getIfSourceMetagenerationMatch() != other.getIfSourceMetagenerationMatch()) return false; + if (getIfSourceMetagenerationMatch() + != other.getIfSourceMetagenerationMatch()) return false; } - if (hasIfSourceMetagenerationNotMatch() != other.hasIfSourceMetagenerationNotMatch()) - return false; + if (hasIfSourceMetagenerationNotMatch() != other.hasIfSourceMetagenerationNotMatch()) return false; if (hasIfSourceMetagenerationNotMatch()) { - if (getIfSourceMetagenerationNotMatch() != other.getIfSourceMetagenerationNotMatch()) - return false; - } - if (getMaxBytesRewrittenPerCall() != other.getMaxBytesRewrittenPerCall()) return false; - if (!getCopySourceEncryptionAlgorithm().equals(other.getCopySourceEncryptionAlgorithm())) - return false; - if (!getCopySourceEncryptionKeyBytes().equals(other.getCopySourceEncryptionKeyBytes())) - return false; + if (getIfSourceMetagenerationNotMatch() + != other.getIfSourceMetagenerationNotMatch()) return false; + } + if (getMaxBytesRewrittenPerCall() + != other.getMaxBytesRewrittenPerCall()) return false; + if (!getCopySourceEncryptionAlgorithm() + .equals(other.getCopySourceEncryptionAlgorithm())) return false; + if (!getCopySourceEncryptionKeyBytes() + .equals(other.getCopySourceEncryptionKeyBytes())) return false; if (!getCopySourceEncryptionKeySha256Bytes() .equals(other.getCopySourceEncryptionKeySha256Bytes())) return false; if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) - return false; + if (!getCommonObjectRequestParams() + .equals(other.getCommonObjectRequestParams())) return false; + } + if (hasObjectChecksums() != other.hasObjectChecksums()) return false; + if (hasObjectChecksums()) { + if (!getObjectChecksums() + .equals(other.getObjectChecksums())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -1269,46 +1210,55 @@ public int hashCode() { hash = (37 * hash) + SOURCE_OBJECT_FIELD_NUMBER; hash = (53 * hash) + getSourceObject().hashCode(); hash = (37 * hash) + SOURCE_GENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getSourceGeneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getSourceGeneration()); hash = (37 * hash) + REWRITE_TOKEN_FIELD_NUMBER; hash = (53 * hash) + getRewriteToken().hashCode(); hash = (37 * hash) + DESTINATION_PREDEFINED_ACL_FIELD_NUMBER; hash = (53 * hash) + getDestinationPredefinedAcl().hashCode(); if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationMatch()); } if (hasIfGenerationNotMatch()) { hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationNotMatch()); } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationNotMatch()); } if (hasIfSourceGenerationMatch()) { hash = (37 * hash) + IF_SOURCE_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfSourceGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfSourceGenerationMatch()); } if (hasIfSourceGenerationNotMatch()) { hash = (37 * hash) + IF_SOURCE_GENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfSourceGenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfSourceGenerationNotMatch()); } if (hasIfSourceMetagenerationMatch()) { hash = (37 * hash) + IF_SOURCE_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfSourceMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfSourceMetagenerationMatch()); } if (hasIfSourceMetagenerationNotMatch()) { hash = (37 * hash) + IF_SOURCE_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = - (53 * hash) + com.google.protobuf.Internal.hashLong(getIfSourceMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfSourceMetagenerationNotMatch()); } hash = (37 * hash) + MAX_BYTES_REWRITTEN_PER_CALL_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMaxBytesRewrittenPerCall()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getMaxBytesRewrittenPerCall()); hash = (37 * hash) + COPY_SOURCE_ENCRYPTION_ALGORITHM_FIELD_NUMBER; hash = (53 * hash) + getCopySourceEncryptionAlgorithm().hashCode(); hash = (37 * hash) + COPY_SOURCE_ENCRYPTION_KEY_BYTES_FIELD_NUMBER; @@ -1319,109 +1269,106 @@ public int hashCode() { hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER; hash = (53 * hash) + getCommonObjectRequestParams().hashCode(); } + if (hasObjectChecksums()) { + hash = (37 * hash) + OBJECT_CHECKSUMS_FIELD_NUMBER; + hash = (53 * hash) + getObjectChecksums().hashCode(); + } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.RewriteObjectRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.RewriteObjectRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.RewriteObjectRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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 message for RewriteObject.
    * If the source object is encrypted using a Customer-Supplied Encryption Key
@@ -1435,32 +1382,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.storage.v2.RewriteObjectRequest}
    */
-  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.storage.v2.RewriteObjectRequest)
       com.google.storage.v2.RewriteObjectRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.RewriteObjectRequest.class,
-              com.google.storage.v2.RewriteObjectRequest.Builder.class);
+              com.google.storage.v2.RewriteObjectRequest.class, com.google.storage.v2.RewriteObjectRequest.Builder.class);
     }
 
     // Construct using com.google.storage.v2.RewriteObjectRequest.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();
@@ -1516,13 +1464,19 @@ public Builder clear() {
         commonObjectRequestParams_ = null;
         commonObjectRequestParamsBuilder_ = null;
       }
+      if (objectChecksumsBuilder_ == null) {
+        objectChecksums_ = null;
+      } else {
+        objectChecksums_ = null;
+        objectChecksumsBuilder_ = null;
+      }
       return this;
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
     }
 
     @java.lang.Override
@@ -1541,8 +1495,7 @@ public com.google.storage.v2.RewriteObjectRequest build() {
 
     @java.lang.Override
     public com.google.storage.v2.RewriteObjectRequest buildPartial() {
-      com.google.storage.v2.RewriteObjectRequest result =
-          new com.google.storage.v2.RewriteObjectRequest(this);
+      com.google.storage.v2.RewriteObjectRequest result = new com.google.storage.v2.RewriteObjectRequest(this);
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       result.destinationName_ = destinationName_;
@@ -1599,6 +1552,11 @@ public com.google.storage.v2.RewriteObjectRequest buildPartial() {
       } else {
         result.commonObjectRequestParams_ = commonObjectRequestParamsBuilder_.build();
       }
+      if (objectChecksumsBuilder_ == null) {
+        result.objectChecksums_ = objectChecksums_;
+      } else {
+        result.objectChecksums_ = objectChecksumsBuilder_.build();
+      }
       result.bitField0_ = to_bitField0_;
       onBuilt();
       return result;
@@ -1608,39 +1566,38 @@ public com.google.storage.v2.RewriteObjectRequest 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) {
+        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.storage.v2.RewriteObjectRequest) {
-        return mergeFrom((com.google.storage.v2.RewriteObjectRequest) other);
+        return mergeFrom((com.google.storage.v2.RewriteObjectRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1723,6 +1680,9 @@ public Builder mergeFrom(com.google.storage.v2.RewriteObjectRequest other) {
       if (other.hasCommonObjectRequestParams()) {
         mergeCommonObjectRequestParams(other.getCommonObjectRequestParams());
       }
+      if (other.hasObjectChecksums()) {
+        mergeObjectChecksums(other.getObjectChecksums());
+      }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
       return this;
@@ -1749,146 +1709,133 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getDestinationFieldBuilder().getBuilder(), extensionRegistry);
+            case 10: {
+              input.readMessage(
+                  getDestinationFieldBuilder().getBuilder(),
+                  extensionRegistry);
+
+              break;
+            } // case 10
+            case 18: {
+              sourceBucket_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                sourceBucket_ = input.readStringRequireUtf8();
+              break;
+            } // case 18
+            case 26: {
+              sourceObject_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 18
-            case 26:
-              {
-                sourceObject_ = input.readStringRequireUtf8();
+              break;
+            } // case 26
+            case 32: {
+              sourceGeneration_ = input.readInt64();
 
-                break;
-              } // case 26
-            case 32:
-              {
-                sourceGeneration_ = input.readInt64();
+              break;
+            } // case 32
+            case 42: {
+              rewriteToken_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 32
-            case 42:
-              {
-                rewriteToken_ = input.readStringRequireUtf8();
+              break;
+            } // case 42
+            case 56: {
+              ifGenerationMatch_ = input.readInt64();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 56
+            case 64: {
+              ifGenerationNotMatch_ = input.readInt64();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 64
+            case 72: {
+              ifMetagenerationMatch_ = input.readInt64();
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 72
+            case 80: {
+              ifMetagenerationNotMatch_ = input.readInt64();
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 80
+            case 88: {
+              ifSourceGenerationMatch_ = input.readInt64();
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 88
+            case 96: {
+              ifSourceGenerationNotMatch_ = input.readInt64();
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 96
+            case 104: {
+              ifSourceMetagenerationMatch_ = input.readInt64();
+              bitField0_ |= 0x00000040;
+              break;
+            } // case 104
+            case 112: {
+              ifSourceMetagenerationNotMatch_ = input.readInt64();
+              bitField0_ |= 0x00000080;
+              break;
+            } // case 112
+            case 120: {
+              maxBytesRewrittenPerCall_ = input.readInt64();
 
-                break;
-              } // case 42
-            case 56:
-              {
-                ifGenerationMatch_ = input.readInt64();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 56
-            case 64:
-              {
-                ifGenerationNotMatch_ = input.readInt64();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 64
-            case 72:
-              {
-                ifMetagenerationMatch_ = input.readInt64();
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 72
-            case 80:
-              {
-                ifMetagenerationNotMatch_ = input.readInt64();
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 80
-            case 88:
-              {
-                ifSourceGenerationMatch_ = input.readInt64();
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 88
-            case 96:
-              {
-                ifSourceGenerationNotMatch_ = input.readInt64();
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 96
-            case 104:
-              {
-                ifSourceMetagenerationMatch_ = input.readInt64();
-                bitField0_ |= 0x00000040;
-                break;
-              } // case 104
-            case 112:
-              {
-                ifSourceMetagenerationNotMatch_ = input.readInt64();
-                bitField0_ |= 0x00000080;
-                break;
-              } // case 112
-            case 120:
-              {
-                maxBytesRewrittenPerCall_ = input.readInt64();
+              break;
+            } // case 120
+            case 130: {
+              copySourceEncryptionAlgorithm_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 120
-            case 130:
-              {
-                copySourceEncryptionAlgorithm_ = input.readStringRequireUtf8();
+              break;
+            } // case 130
+            case 154: {
+              input.readMessage(
+                  getCommonObjectRequestParamsFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 130
-            case 154:
-              {
-                input.readMessage(
-                    getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry);
+              break;
+            } // case 154
+            case 170: {
+              copySourceEncryptionKeyBytes_ = input.readBytes();
 
-                break;
-              } // case 154
-            case 170:
-              {
-                copySourceEncryptionKeyBytes_ = input.readBytes();
+              break;
+            } // case 170
+            case 178: {
+              copySourceEncryptionKeySha256Bytes_ = input.readBytes();
 
-                break;
-              } // case 170
-            case 178:
-              {
-                copySourceEncryptionKeySha256Bytes_ = input.readBytes();
+              break;
+            } // case 178
+            case 194: {
+              destinationName_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 178
-            case 194:
-              {
-                destinationName_ = input.readStringRequireUtf8();
+              break;
+            } // case 194
+            case 202: {
+              destinationBucket_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 194
-            case 202:
-              {
-                destinationBucket_ = input.readStringRequireUtf8();
+              break;
+            } // case 202
+            case 218: {
+              destinationKmsKey_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 202
-            case 218:
-              {
-                destinationKmsKey_ = input.readStringRequireUtf8();
+              break;
+            } // case 218
+            case 226: {
+              destinationPredefinedAcl_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 218
-            case 226:
-              {
-                destinationPredefinedAcl_ = input.readStringRequireUtf8();
+              break;
+            } // case 226
+            case 234: {
+              input.readMessage(
+                  getObjectChecksumsFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 226
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 234
+            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) {
@@ -1898,33 +1845,28 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object destinationName_ = "";
     /**
-     *
-     *
      * 
      * Required. Immutable. The name of the destination object.
      * See the
-     * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
      * (bucket, object, generation).
      * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The destinationName. */ public java.lang.String getDestinationName() { java.lang.Object ref = destinationName_; 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(); destinationName_ = s; return s; @@ -1933,29 +1875,26 @@ public java.lang.String getDestinationName() { } } /** - * - * *
      * Required. Immutable. The name of the destination object.
      * See the
-     * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
      * (bucket, object, generation).
      * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for destinationName. */ - public com.google.protobuf.ByteString getDestinationNameBytes() { + public com.google.protobuf.ByteString + getDestinationNameBytes() { java.lang.Object ref = destinationName_; 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); destinationName_ = b; return b; } else { @@ -1963,85 +1902,72 @@ public com.google.protobuf.ByteString getDestinationNameBytes() { } } /** - * - * *
      * Required. Immutable. The name of the destination object.
      * See the
-     * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
      * (bucket, object, generation).
      * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The destinationName to set. * @return This builder for chaining. */ - public Builder setDestinationName(java.lang.String value) { + public Builder setDestinationName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationName_ = value; onChanged(); return this; } /** - * - * *
      * Required. Immutable. The name of the destination object.
      * See the
-     * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
      * (bucket, object, generation).
      * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearDestinationName() { - + destinationName_ = getDefaultInstance().getDestinationName(); onChanged(); return this; } /** - * - * *
      * Required. Immutable. The name of the destination object.
      * See the
-     * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+     * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
      * Example: `test.txt`
      * The `name` field by itself does not uniquely identify a Cloud Storage
      * object. A Cloud Storage object is uniquely identified by the tuple of
      * (bucket, object, generation).
      * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The bytes for destinationName to set. * @return This builder for chaining. */ - public Builder setDestinationNameBytes(com.google.protobuf.ByteString value) { + public Builder setDestinationNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationName_ = value; onChanged(); return this; @@ -2049,22 +1975,19 @@ public Builder setDestinationNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object destinationBucket_ = ""; /** - * - * *
-     * Required. Immutable. The name of the bucket containing the destination object.
+     * Required. Immutable. The name of the bucket containing the destination
+     * object.
      * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The destinationBucket. */ public java.lang.String getDestinationBucket() { java.lang.Object ref = destinationBucket_; 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(); destinationBucket_ = s; return s; @@ -2073,23 +1996,21 @@ public java.lang.String getDestinationBucket() { } } /** - * - * *
-     * Required. Immutable. The name of the bucket containing the destination object.
+     * Required. Immutable. The name of the bucket containing the destination
+     * object.
      * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for destinationBucket. */ - public com.google.protobuf.ByteString getDestinationBucketBytes() { + public com.google.protobuf.ByteString + getDestinationBucketBytes() { java.lang.Object ref = destinationBucket_; 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); destinationBucket_ = b; return b; } else { @@ -2097,67 +2018,57 @@ public com.google.protobuf.ByteString getDestinationBucketBytes() { } } /** - * - * *
-     * Required. Immutable. The name of the bucket containing the destination object.
+     * Required. Immutable. The name of the bucket containing the destination
+     * object.
      * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The destinationBucket to set. * @return This builder for chaining. */ - public Builder setDestinationBucket(java.lang.String value) { + public Builder setDestinationBucket( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationBucket_ = value; onChanged(); return this; } /** - * - * *
-     * Required. Immutable. The name of the bucket containing the destination object.
+     * Required. Immutable. The name of the bucket containing the destination
+     * object.
      * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearDestinationBucket() { - + destinationBucket_ = getDefaultInstance().getDestinationBucket(); onChanged(); return this; } /** - * - * *
-     * Required. Immutable. The name of the bucket containing the destination object.
+     * Required. Immutable. The name of the bucket containing the destination
+     * object.
      * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bytes for destinationBucket to set. * @return This builder for chaining. */ - public Builder setDestinationBucketBytes(com.google.protobuf.ByteString value) { + public Builder setDestinationBucketBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationBucket_ = value; onChanged(); return this; @@ -2165,8 +2076,6 @@ public Builder setDestinationBucketBytes(com.google.protobuf.ByteString value) { private java.lang.Object destinationKmsKey_ = ""; /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2176,13 +2085,13 @@ public Builder setDestinationBucketBytes(com.google.protobuf.ByteString value) {
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @return The destinationKmsKey. */ public java.lang.String getDestinationKmsKey() { java.lang.Object ref = destinationKmsKey_; 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(); destinationKmsKey_ = s; return s; @@ -2191,8 +2100,6 @@ public java.lang.String getDestinationKmsKey() { } } /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2202,14 +2109,15 @@ public java.lang.String getDestinationKmsKey() {
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @return The bytes for destinationKmsKey. */ - public com.google.protobuf.ByteString getDestinationKmsKeyBytes() { + public com.google.protobuf.ByteString + getDestinationKmsKeyBytes() { java.lang.Object ref = destinationKmsKey_; 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); destinationKmsKey_ = b; return b; } else { @@ -2217,8 +2125,6 @@ public com.google.protobuf.ByteString getDestinationKmsKeyBytes() { } } /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2228,22 +2134,20 @@ public com.google.protobuf.ByteString getDestinationKmsKeyBytes() {
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @param value The destinationKmsKey to set. * @return This builder for chaining. */ - public Builder setDestinationKmsKey(java.lang.String value) { + public Builder setDestinationKmsKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationKmsKey_ = value; onChanged(); return this; } /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2253,18 +2157,15 @@ public Builder setDestinationKmsKey(java.lang.String value) {
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @return This builder for chaining. */ public Builder clearDestinationKmsKey() { - + destinationKmsKey_ = getDefaultInstance().getDestinationKmsKey(); onChanged(); return this; } /** - * - * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2274,16 +2175,16 @@ public Builder clearDestinationKmsKey() {
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @param value The bytes for destinationKmsKey to set. * @return This builder for chaining. */ - public Builder setDestinationKmsKeyBytes(com.google.protobuf.ByteString value) { + public Builder setDestinationKmsKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationKmsKey_ = value; onChanged(); return this; @@ -2291,13 +2192,8 @@ public Builder setDestinationKmsKeyBytes(com.google.protobuf.ByteString value) { private com.google.storage.v2.Object destination_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> - destinationBuilder_; + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> destinationBuilder_; /** - * - * *
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2309,15 +2205,12 @@ public Builder setDestinationKmsKeyBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.storage.v2.Object destination = 1; - * * @return Whether the destination field is set. */ public boolean hasDestination() { return destinationBuilder_ != null || destination_ != null; } /** - * - * *
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2329,21 +2222,16 @@ public boolean hasDestination() {
      * 
* * .google.storage.v2.Object destination = 1; - * * @return The destination. */ public com.google.storage.v2.Object getDestination() { if (destinationBuilder_ == null) { - return destination_ == null - ? com.google.storage.v2.Object.getDefaultInstance() - : destination_; + return destination_ == null ? com.google.storage.v2.Object.getDefaultInstance() : destination_; } else { return destinationBuilder_.getMessage(); } } /** - * - * *
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2370,8 +2258,6 @@ public Builder setDestination(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2384,7 +2270,8 @@ public Builder setDestination(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object destination = 1;
      */
-    public Builder setDestination(com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setDestination(
+        com.google.storage.v2.Object.Builder builderForValue) {
       if (destinationBuilder_ == null) {
         destination_ = builderForValue.build();
         onChanged();
@@ -2395,8 +2282,6 @@ public Builder setDestination(com.google.storage.v2.Object.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2413,7 +2298,7 @@ public Builder mergeDestination(com.google.storage.v2.Object value) {
       if (destinationBuilder_ == null) {
         if (destination_ != null) {
           destination_ =
-              com.google.storage.v2.Object.newBuilder(destination_).mergeFrom(value).buildPartial();
+            com.google.storage.v2.Object.newBuilder(destination_).mergeFrom(value).buildPartial();
         } else {
           destination_ = value;
         }
@@ -2425,8 +2310,6 @@ public Builder mergeDestination(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2451,8 +2334,6 @@ public Builder clearDestination() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2466,13 +2347,11 @@ public Builder clearDestination() {
      * .google.storage.v2.Object destination = 1;
      */
     public com.google.storage.v2.Object.Builder getDestinationBuilder() {
-
+      
       onChanged();
       return getDestinationFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2489,14 +2368,11 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() {
       if (destinationBuilder_ != null) {
         return destinationBuilder_.getMessageOrBuilder();
       } else {
-        return destination_ == null
-            ? com.google.storage.v2.Object.getDefaultInstance()
-            : destination_;
+        return destination_ == null ?
+            com.google.storage.v2.Object.getDefaultInstance() : destination_;
       }
     }
     /**
-     *
-     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2510,17 +2386,14 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() {
      * .google.storage.v2.Object destination = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object,
-            com.google.storage.v2.Object.Builder,
-            com.google.storage.v2.ObjectOrBuilder>
+        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
         getDestinationFieldBuilder() {
       if (destinationBuilder_ == null) {
-        destinationBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Object,
-                com.google.storage.v2.Object.Builder,
-                com.google.storage.v2.ObjectOrBuilder>(
-                getDestination(), getParentForChildren(), isClean());
+        destinationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
+                getDestination(),
+                getParentForChildren(),
+                isClean());
         destination_ = null;
       }
       return destinationBuilder_;
@@ -2528,20 +2401,18 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() {
 
     private java.lang.Object sourceBucket_ = "";
     /**
-     *
-     *
      * 
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The sourceBucket. */ public java.lang.String getSourceBucket() { java.lang.Object ref = sourceBucket_; 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(); sourceBucket_ = s; return s; @@ -2550,21 +2421,20 @@ public java.lang.String getSourceBucket() { } } /** - * - * *
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for sourceBucket. */ - public com.google.protobuf.ByteString getSourceBucketBytes() { + public com.google.protobuf.ByteString + getSourceBucketBytes() { java.lang.Object ref = sourceBucket_; 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); sourceBucket_ = b; return b; } else { @@ -2572,61 +2442,54 @@ public com.google.protobuf.ByteString getSourceBucketBytes() { } } /** - * - * *
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The sourceBucket to set. * @return This builder for chaining. */ - public Builder setSourceBucket(java.lang.String value) { + public Builder setSourceBucket( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sourceBucket_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearSourceBucket() { - + sourceBucket_ = getDefaultInstance().getSourceBucket(); onChanged(); return this; } /** - * - * *
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for sourceBucket to set. * @return This builder for chaining. */ - public Builder setSourceBucketBytes(com.google.protobuf.ByteString value) { + public Builder setSourceBucketBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sourceBucket_ = value; onChanged(); return this; @@ -2634,20 +2497,18 @@ public Builder setSourceBucketBytes(com.google.protobuf.ByteString value) { private java.lang.Object sourceObject_ = ""; /** - * - * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The sourceObject. */ public java.lang.String getSourceObject() { java.lang.Object ref = sourceObject_; 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(); sourceObject_ = s; return s; @@ -2656,21 +2517,20 @@ public java.lang.String getSourceObject() { } } /** - * - * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for sourceObject. */ - public com.google.protobuf.ByteString getSourceObjectBytes() { + public com.google.protobuf.ByteString + getSourceObjectBytes() { java.lang.Object ref = sourceObject_; 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); sourceObject_ = b; return b; } else { @@ -2678,77 +2538,67 @@ public com.google.protobuf.ByteString getSourceObjectBytes() { } } /** - * - * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The sourceObject to set. * @return This builder for chaining. */ - public Builder setSourceObject(java.lang.String value) { + public Builder setSourceObject( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sourceObject_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearSourceObject() { - + sourceObject_ = getDefaultInstance().getSourceObject(); onChanged(); return this; } /** - * - * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for sourceObject to set. * @return This builder for chaining. */ - public Builder setSourceObjectBytes(com.google.protobuf.ByteString value) { + public Builder setSourceObjectBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sourceObject_ = value; onChanged(); return this; } - private long sourceGeneration_; + private long sourceGeneration_ ; /** - * - * *
      * If present, selects a specific revision of the source object (as opposed to
      * the latest version, the default).
      * 
* * int64 source_generation = 4; - * * @return The sourceGeneration. */ @java.lang.Override @@ -2756,38 +2606,32 @@ public long getSourceGeneration() { return sourceGeneration_; } /** - * - * *
      * If present, selects a specific revision of the source object (as opposed to
      * the latest version, the default).
      * 
* * int64 source_generation = 4; - * * @param value The sourceGeneration to set. * @return This builder for chaining. */ public Builder setSourceGeneration(long value) { - + sourceGeneration_ = value; onChanged(); return this; } /** - * - * *
      * If present, selects a specific revision of the source object (as opposed to
      * the latest version, the default).
      * 
* * int64 source_generation = 4; - * * @return This builder for chaining. */ public Builder clearSourceGeneration() { - + sourceGeneration_ = 0L; onChanged(); return this; @@ -2795,8 +2639,6 @@ public Builder clearSourceGeneration() { private java.lang.Object rewriteToken_ = ""; /** - * - * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2806,13 +2648,13 @@ public Builder clearSourceGeneration() {
      * 
* * string rewrite_token = 5; - * * @return The rewriteToken. */ public java.lang.String getRewriteToken() { java.lang.Object ref = rewriteToken_; 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(); rewriteToken_ = s; return s; @@ -2821,8 +2663,6 @@ public java.lang.String getRewriteToken() { } } /** - * - * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2832,14 +2672,15 @@ public java.lang.String getRewriteToken() {
      * 
* * string rewrite_token = 5; - * * @return The bytes for rewriteToken. */ - public com.google.protobuf.ByteString getRewriteTokenBytes() { + public com.google.protobuf.ByteString + getRewriteTokenBytes() { java.lang.Object ref = rewriteToken_; 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); rewriteToken_ = b; return b; } else { @@ -2847,8 +2688,6 @@ public com.google.protobuf.ByteString getRewriteTokenBytes() { } } /** - * - * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2858,22 +2697,20 @@ public com.google.protobuf.ByteString getRewriteTokenBytes() {
      * 
* * string rewrite_token = 5; - * * @param value The rewriteToken to set. * @return This builder for chaining. */ - public Builder setRewriteToken(java.lang.String value) { + public Builder setRewriteToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + rewriteToken_ = value; onChanged(); return this; } /** - * - * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2883,18 +2720,15 @@ public Builder setRewriteToken(java.lang.String value) {
      * 
* * string rewrite_token = 5; - * * @return This builder for chaining. */ public Builder clearRewriteToken() { - + rewriteToken_ = getDefaultInstance().getRewriteToken(); onChanged(); return this; } /** - * - * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2904,16 +2738,16 @@ public Builder clearRewriteToken() {
      * 
* * string rewrite_token = 5; - * * @param value The bytes for rewriteToken to set. * @return This builder for chaining. */ - public Builder setRewriteTokenBytes(com.google.protobuf.ByteString value) { + public Builder setRewriteTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + rewriteToken_ = value; onChanged(); return this; @@ -2921,8 +2755,6 @@ public Builder setRewriteTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object destinationPredefinedAcl_ = ""; /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2930,13 +2762,13 @@ public Builder setRewriteTokenBytes(com.google.protobuf.ByteString value) {
      * 
* * string destination_predefined_acl = 28; - * * @return The destinationPredefinedAcl. */ public java.lang.String getDestinationPredefinedAcl() { java.lang.Object ref = destinationPredefinedAcl_; 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(); destinationPredefinedAcl_ = s; return s; @@ -2945,8 +2777,6 @@ public java.lang.String getDestinationPredefinedAcl() { } } /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2954,14 +2784,15 @@ public java.lang.String getDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 28; - * * @return The bytes for destinationPredefinedAcl. */ - public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { + public com.google.protobuf.ByteString + getDestinationPredefinedAclBytes() { java.lang.Object ref = destinationPredefinedAcl_; 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); destinationPredefinedAcl_ = b; return b; } else { @@ -2969,8 +2800,6 @@ public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { } } /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2978,22 +2807,20 @@ public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() {
      * 
* * string destination_predefined_acl = 28; - * * @param value The destinationPredefinedAcl to set. * @return This builder for chaining. */ - public Builder setDestinationPredefinedAcl(java.lang.String value) { + public Builder setDestinationPredefinedAcl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationPredefinedAcl_ = value; onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3001,18 +2828,15 @@ public Builder setDestinationPredefinedAcl(java.lang.String value) {
      * 
* * string destination_predefined_acl = 28; - * * @return This builder for chaining. */ public Builder clearDestinationPredefinedAcl() { - + destinationPredefinedAcl_ = getDefaultInstance().getDestinationPredefinedAcl(); onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3020,25 +2844,23 @@ public Builder clearDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 28; - * * @param value The bytes for destinationPredefinedAcl to set. * @return This builder for chaining. */ - public Builder setDestinationPredefinedAclBytes(com.google.protobuf.ByteString value) { + public Builder setDestinationPredefinedAclBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationPredefinedAcl_ = value; onChanged(); return this; } - private long ifGenerationMatch_; + private long ifGenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3046,7 +2868,6 @@ public Builder setDestinationPredefinedAclBytes(com.google.protobuf.ByteString v
      * 
* * optional int64 if_generation_match = 7; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -3054,8 +2875,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3063,7 +2882,6 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 7; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -3071,8 +2889,6 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3080,7 +2896,6 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 7; - * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -3091,8 +2906,6 @@ public Builder setIfGenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3100,7 +2913,6 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 7; - * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -3110,10 +2922,8 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_; + private long ifGenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -3122,7 +2932,6 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 8; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -3130,8 +2939,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -3140,7 +2947,6 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 8; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -3148,8 +2954,6 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -3158,7 +2962,6 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 8; - * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -3169,8 +2972,6 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -3179,7 +2980,6 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 8; - * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -3189,17 +2989,14 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 9; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -3207,15 +3004,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 9; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -3223,15 +3017,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 9; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -3242,15 +3033,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 9; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -3260,17 +3048,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 10; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -3278,15 +3063,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 10; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -3294,15 +3076,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 10; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -3313,15 +3092,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 10; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -3331,17 +3107,14 @@ public Builder clearIfMetagenerationNotMatch() { return this; } - private long ifSourceGenerationMatch_; + private long ifSourceGenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the source object's live
      * generation matches the given value.
      * 
* * optional int64 if_source_generation_match = 11; - * * @return Whether the ifSourceGenerationMatch field is set. */ @java.lang.Override @@ -3349,15 +3122,12 @@ public boolean hasIfSourceGenerationMatch() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * Makes the operation conditional on whether the source object's live
      * generation matches the given value.
      * 
* * optional int64 if_source_generation_match = 11; - * * @return The ifSourceGenerationMatch. */ @java.lang.Override @@ -3365,15 +3135,12 @@ public long getIfSourceGenerationMatch() { return ifSourceGenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the source object's live
      * generation matches the given value.
      * 
* * optional int64 if_source_generation_match = 11; - * * @param value The ifSourceGenerationMatch to set. * @return This builder for chaining. */ @@ -3384,15 +3151,12 @@ public Builder setIfSourceGenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the source object's live
      * generation matches the given value.
      * 
* * optional int64 if_source_generation_match = 11; - * * @return This builder for chaining. */ public Builder clearIfSourceGenerationMatch() { @@ -3402,17 +3166,14 @@ public Builder clearIfSourceGenerationMatch() { return this; } - private long ifSourceGenerationNotMatch_; + private long ifSourceGenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the source object's live
      * generation does not match the given value.
      * 
* * optional int64 if_source_generation_not_match = 12; - * * @return Whether the ifSourceGenerationNotMatch field is set. */ @java.lang.Override @@ -3420,15 +3181,12 @@ public boolean hasIfSourceGenerationNotMatch() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * Makes the operation conditional on whether the source object's live
      * generation does not match the given value.
      * 
* * optional int64 if_source_generation_not_match = 12; - * * @return The ifSourceGenerationNotMatch. */ @java.lang.Override @@ -3436,15 +3194,12 @@ public long getIfSourceGenerationNotMatch() { return ifSourceGenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the source object's live
      * generation does not match the given value.
      * 
* * optional int64 if_source_generation_not_match = 12; - * * @param value The ifSourceGenerationNotMatch to set. * @return This builder for chaining. */ @@ -3455,15 +3210,12 @@ public Builder setIfSourceGenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the source object's live
      * generation does not match the given value.
      * 
* * optional int64 if_source_generation_not_match = 12; - * * @return This builder for chaining. */ public Builder clearIfSourceGenerationNotMatch() { @@ -3473,17 +3225,14 @@ public Builder clearIfSourceGenerationNotMatch() { return this; } - private long ifSourceMetagenerationMatch_; + private long ifSourceMetagenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the source object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_source_metageneration_match = 13; - * * @return Whether the ifSourceMetagenerationMatch field is set. */ @java.lang.Override @@ -3491,15 +3240,12 @@ public boolean hasIfSourceMetagenerationMatch() { return ((bitField0_ & 0x00000040) != 0); } /** - * - * *
      * Makes the operation conditional on whether the source object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_source_metageneration_match = 13; - * * @return The ifSourceMetagenerationMatch. */ @java.lang.Override @@ -3507,15 +3253,12 @@ public long getIfSourceMetagenerationMatch() { return ifSourceMetagenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the source object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_source_metageneration_match = 13; - * * @param value The ifSourceMetagenerationMatch to set. * @return This builder for chaining. */ @@ -3526,15 +3269,12 @@ public Builder setIfSourceMetagenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the source object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_source_metageneration_match = 13; - * * @return This builder for chaining. */ public Builder clearIfSourceMetagenerationMatch() { @@ -3544,17 +3284,14 @@ public Builder clearIfSourceMetagenerationMatch() { return this; } - private long ifSourceMetagenerationNotMatch_; + private long ifSourceMetagenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the source object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_source_metageneration_not_match = 14; - * * @return Whether the ifSourceMetagenerationNotMatch field is set. */ @java.lang.Override @@ -3562,15 +3299,12 @@ public boolean hasIfSourceMetagenerationNotMatch() { return ((bitField0_ & 0x00000080) != 0); } /** - * - * *
      * Makes the operation conditional on whether the source object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_source_metageneration_not_match = 14; - * * @return The ifSourceMetagenerationNotMatch. */ @java.lang.Override @@ -3578,15 +3312,12 @@ public long getIfSourceMetagenerationNotMatch() { return ifSourceMetagenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the source object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_source_metageneration_not_match = 14; - * * @param value The ifSourceMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -3597,15 +3328,12 @@ public Builder setIfSourceMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the source object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_source_metageneration_not_match = 14; - * * @return This builder for chaining. */ public Builder clearIfSourceMetagenerationNotMatch() { @@ -3615,10 +3343,8 @@ public Builder clearIfSourceMetagenerationNotMatch() { return this; } - private long maxBytesRewrittenPerCall_; + private long maxBytesRewrittenPerCall_ ; /** - * - * *
      * The maximum number of bytes that will be rewritten per rewrite request.
      * Most callers
@@ -3631,7 +3357,6 @@ public Builder clearIfSourceMetagenerationNotMatch() {
      * 
* * int64 max_bytes_rewritten_per_call = 15; - * * @return The maxBytesRewrittenPerCall. */ @java.lang.Override @@ -3639,8 +3364,6 @@ public long getMaxBytesRewrittenPerCall() { return maxBytesRewrittenPerCall_; } /** - * - * *
      * The maximum number of bytes that will be rewritten per rewrite request.
      * Most callers
@@ -3653,19 +3376,16 @@ public long getMaxBytesRewrittenPerCall() {
      * 
* * int64 max_bytes_rewritten_per_call = 15; - * * @param value The maxBytesRewrittenPerCall to set. * @return This builder for chaining. */ public Builder setMaxBytesRewrittenPerCall(long value) { - + maxBytesRewrittenPerCall_ = value; onChanged(); return this; } /** - * - * *
      * The maximum number of bytes that will be rewritten per rewrite request.
      * Most callers
@@ -3678,11 +3398,10 @@ public Builder setMaxBytesRewrittenPerCall(long value) {
      * 
* * int64 max_bytes_rewritten_per_call = 15; - * * @return This builder for chaining. */ public Builder clearMaxBytesRewrittenPerCall() { - + maxBytesRewrittenPerCall_ = 0L; onChanged(); return this; @@ -3690,21 +3409,19 @@ public Builder clearMaxBytesRewrittenPerCall() { private java.lang.Object copySourceEncryptionAlgorithm_ = ""; /** - * - * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; - * * @return The copySourceEncryptionAlgorithm. */ public java.lang.String getCopySourceEncryptionAlgorithm() { java.lang.Object ref = copySourceEncryptionAlgorithm_; 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(); copySourceEncryptionAlgorithm_ = s; return s; @@ -3713,22 +3430,21 @@ public java.lang.String getCopySourceEncryptionAlgorithm() { } } /** - * - * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; - * * @return The bytes for copySourceEncryptionAlgorithm. */ - public com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString + getCopySourceEncryptionAlgorithmBytes() { java.lang.Object ref = copySourceEncryptionAlgorithm_; 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); copySourceEncryptionAlgorithm_ = b; return b; } else { @@ -3736,74 +3452,64 @@ public com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes() { } } /** - * - * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; - * * @param value The copySourceEncryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setCopySourceEncryptionAlgorithm(java.lang.String value) { + public Builder setCopySourceEncryptionAlgorithm( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + copySourceEncryptionAlgorithm_ = value; onChanged(); return this; } /** - * - * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; - * * @return This builder for chaining. */ public Builder clearCopySourceEncryptionAlgorithm() { - + copySourceEncryptionAlgorithm_ = getDefaultInstance().getCopySourceEncryptionAlgorithm(); onChanged(); return this; } /** - * - * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; - * * @param value The bytes for copySourceEncryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setCopySourceEncryptionAlgorithmBytes(com.google.protobuf.ByteString value) { + public Builder setCopySourceEncryptionAlgorithmBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + copySourceEncryptionAlgorithm_ = value; onChanged(); return this; } - private com.google.protobuf.ByteString copySourceEncryptionKeyBytes_ = - com.google.protobuf.ByteString.EMPTY; + private com.google.protobuf.ByteString copySourceEncryptionKeyBytes_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
      * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -3811,7 +3517,6 @@ public Builder setCopySourceEncryptionAlgorithmBytes(com.google.protobuf.ByteStr
      * 
* * bytes copy_source_encryption_key_bytes = 21; - * * @return The copySourceEncryptionKeyBytes. */ @java.lang.Override @@ -3819,8 +3524,6 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes() { return copySourceEncryptionKeyBytes_; } /** - * - * *
      * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
      * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -3828,22 +3531,19 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes() {
      * 
* * bytes copy_source_encryption_key_bytes = 21; - * * @param value The copySourceEncryptionKeyBytes to set. * @return This builder for chaining. */ public Builder setCopySourceEncryptionKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + copySourceEncryptionKeyBytes_ = value; onChanged(); return this; } /** - * - * *
      * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
      * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -3851,21 +3551,17 @@ public Builder setCopySourceEncryptionKeyBytes(com.google.protobuf.ByteString va
      * 
* * bytes copy_source_encryption_key_bytes = 21; - * * @return This builder for chaining. */ public Builder clearCopySourceEncryptionKeyBytes() { - + copySourceEncryptionKeyBytes_ = getDefaultInstance().getCopySourceEncryptionKeyBytes(); onChanged(); return this; } - private com.google.protobuf.ByteString copySourceEncryptionKeySha256Bytes_ = - com.google.protobuf.ByteString.EMPTY; + private com.google.protobuf.ByteString copySourceEncryptionKeySha256Bytes_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
      * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -3873,7 +3569,6 @@ public Builder clearCopySourceEncryptionKeyBytes() {
      * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; - * * @return The copySourceEncryptionKeySha256Bytes. */ @java.lang.Override @@ -3881,8 +3576,6 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeySha256Bytes() { return copySourceEncryptionKeySha256Bytes_; } /** - * - * *
      * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
      * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -3890,22 +3583,19 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeySha256Bytes() {
      * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; - * * @param value The copySourceEncryptionKeySha256Bytes to set. * @return This builder for chaining. */ public Builder setCopySourceEncryptionKeySha256Bytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + copySourceEncryptionKeySha256Bytes_ = value; onChanged(); return this; } /** - * - * *
      * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
      * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -3913,68 +3603,52 @@ public Builder setCopySourceEncryptionKeySha256Bytes(com.google.protobuf.ByteStr
      * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; - * * @return This builder for chaining. */ public Builder clearCopySourceEncryptionKeySha256Bytes() { - - copySourceEncryptionKeySha256Bytes_ = - getDefaultInstance().getCopySourceEncryptionKeySha256Bytes(); + + copySourceEncryptionKeySha256Bytes_ = getDefaultInstance().getCopySourceEncryptionKeySha256Bytes(); onChanged(); return this; } private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3988,8 +3662,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -4008,22 +3680,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -4035,8 +3702,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -4055,42 +3720,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -4098,24 +3754,185 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } + private com.google.storage.v2.ObjectChecksums objectChecksums_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_; + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + * @return Whether the objectChecksums field is set. + */ + public boolean hasObjectChecksums() { + return objectChecksumsBuilder_ != null || objectChecksums_ != null; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + * @return The objectChecksums. + */ + public com.google.storage.v2.ObjectChecksums getObjectChecksums() { + if (objectChecksumsBuilder_ == null) { + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } else { + return objectChecksumsBuilder_.getMessage(); + } + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) { + if (objectChecksumsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + objectChecksums_ = value; + onChanged(); + } else { + objectChecksumsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + public Builder setObjectChecksums( + com.google.storage.v2.ObjectChecksums.Builder builderForValue) { + if (objectChecksumsBuilder_ == null) { + objectChecksums_ = builderForValue.build(); + onChanged(); + } else { + objectChecksumsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value) { + if (objectChecksumsBuilder_ == null) { + if (objectChecksums_ != null) { + objectChecksums_ = + com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial(); + } else { + objectChecksums_ = value; + } + onChanged(); + } else { + objectChecksumsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + public Builder clearObjectChecksums() { + if (objectChecksumsBuilder_ == null) { + objectChecksums_ = null; + onChanged(); + } else { + objectChecksums_ = null; + objectChecksumsBuilder_ = null; + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() { + + onChanged(); + return getObjectChecksumsFieldBuilder().getBuilder(); + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder() { + if (objectChecksumsBuilder_ != null) { + return objectChecksumsBuilder_.getMessageOrBuilder(); + } else { + return objectChecksums_ == null ? + com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * destination object after rewriting.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> + getObjectChecksumsFieldBuilder() { + if (objectChecksumsBuilder_ == null) { + objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>( + getObjectChecksums(), + getParentForChildren(), + isClean()); + objectChecksums_ = null; + } + return objectChecksumsBuilder_; + } @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); } @@ -4125,12 +3942,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.RewriteObjectRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.RewriteObjectRequest) private static final com.google.storage.v2.RewriteObjectRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.RewriteObjectRequest(); } @@ -4139,27 +3956,27 @@ public static com.google.storage.v2.RewriteObjectRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RewriteObjectRequest 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 RewriteObjectRequest 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; @@ -4174,4 +3991,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.RewriteObjectRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java similarity index 85% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java index 459e00eed8..8fe6cc0172 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java @@ -1,101 +1,67 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface RewriteObjectRequestOrBuilder - extends +public interface RewriteObjectRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.RewriteObjectRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Immutable. The name of the destination object.
    * See the
-   * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+   * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
    * Example: `test.txt`
    * The `name` field by itself does not uniquely identify a Cloud Storage
    * object. A Cloud Storage object is uniquely identified by the tuple of
    * (bucket, object, generation).
    * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The destinationName. */ java.lang.String getDestinationName(); /** - * - * *
    * Required. Immutable. The name of the destination object.
    * See the
-   * [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects).
+   * [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming).
    * Example: `test.txt`
    * The `name` field by itself does not uniquely identify a Cloud Storage
    * object. A Cloud Storage object is uniquely identified by the tuple of
    * (bucket, object, generation).
    * 
* - * - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for destinationName. */ - com.google.protobuf.ByteString getDestinationNameBytes(); + com.google.protobuf.ByteString + getDestinationNameBytes(); /** - * - * *
-   * Required. Immutable. The name of the bucket containing the destination object.
+   * Required. Immutable. The name of the bucket containing the destination
+   * object.
    * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The destinationBucket. */ java.lang.String getDestinationBucket(); /** - * - * *
-   * Required. Immutable. The name of the bucket containing the destination object.
+   * Required. Immutable. The name of the bucket containing the destination
+   * object.
    * 
* - * - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } - * - * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for destinationBucket. */ - com.google.protobuf.ByteString getDestinationBucketBytes(); + com.google.protobuf.ByteString + getDestinationBucketBytes(); /** - * - * *
    * The name of the Cloud KMS key that will be used to encrypt the destination
    * object. The Cloud KMS key must be located in same location as the object.
@@ -105,13 +71,10 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @return The destinationKmsKey. */ java.lang.String getDestinationKmsKey(); /** - * - * *
    * The name of the Cloud KMS key that will be used to encrypt the destination
    * object. The Cloud KMS key must be located in same location as the object.
@@ -121,14 +84,12 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } - * * @return The bytes for destinationKmsKey. */ - com.google.protobuf.ByteString getDestinationKmsKeyBytes(); + com.google.protobuf.ByteString + getDestinationKmsKeyBytes(); /** - * - * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -140,13 +101,10 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * .google.storage.v2.Object destination = 1; - * * @return Whether the destination field is set. */ boolean hasDestination(); /** - * - * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -158,13 +116,10 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * .google.storage.v2.Object destination = 1; - * * @return The destination. */ com.google.storage.v2.Object getDestination(); /** - * - * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -180,72 +135,57 @@ public interface RewriteObjectRequestOrBuilder
   com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder();
 
   /**
-   *
-   *
    * 
    * Required. Name of the bucket in which to find the source object.
    * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The sourceBucket. */ java.lang.String getSourceBucket(); /** - * - * *
    * Required. Name of the bucket in which to find the source object.
    * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for sourceBucket. */ - com.google.protobuf.ByteString getSourceBucketBytes(); + com.google.protobuf.ByteString + getSourceBucketBytes(); /** - * - * *
    * Required. Name of the source object.
    * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The sourceObject. */ java.lang.String getSourceObject(); /** - * - * *
    * Required. Name of the source object.
    * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for sourceObject. */ - com.google.protobuf.ByteString getSourceObjectBytes(); + com.google.protobuf.ByteString + getSourceObjectBytes(); /** - * - * *
    * If present, selects a specific revision of the source object (as opposed to
    * the latest version, the default).
    * 
* * int64 source_generation = 4; - * * @return The sourceGeneration. */ long getSourceGeneration(); /** - * - * *
    * Include this field (from the previous rewrite response) on each rewrite
    * request after the first one, until the rewrite response 'done' flag is
@@ -255,13 +195,10 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * string rewrite_token = 5; - * * @return The rewriteToken. */ java.lang.String getRewriteToken(); /** - * - * *
    * Include this field (from the previous rewrite response) on each rewrite
    * request after the first one, until the rewrite response 'done' flag is
@@ -271,14 +208,12 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * string rewrite_token = 5; - * * @return The bytes for rewriteToken. */ - com.google.protobuf.ByteString getRewriteTokenBytes(); + com.google.protobuf.ByteString + getRewriteTokenBytes(); /** - * - * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -286,13 +221,10 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * string destination_predefined_acl = 28; - * * @return The destinationPredefinedAcl. */ java.lang.String getDestinationPredefinedAcl(); /** - * - * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -300,14 +232,12 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * string destination_predefined_acl = 28; - * * @return The bytes for destinationPredefinedAcl. */ - com.google.protobuf.ByteString getDestinationPredefinedAclBytes(); + com.google.protobuf.ByteString + getDestinationPredefinedAclBytes(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -315,13 +245,10 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 7; - * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -329,14 +256,11 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 7; - * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -345,13 +269,10 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 8; - * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -360,176 +281,137 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 8; - * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 9; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 9; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 10; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 10; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the source object's live
    * generation matches the given value.
    * 
* * optional int64 if_source_generation_match = 11; - * * @return Whether the ifSourceGenerationMatch field is set. */ boolean hasIfSourceGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the source object's live
    * generation matches the given value.
    * 
* * optional int64 if_source_generation_match = 11; - * * @return The ifSourceGenerationMatch. */ long getIfSourceGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the source object's live
    * generation does not match the given value.
    * 
* * optional int64 if_source_generation_not_match = 12; - * * @return Whether the ifSourceGenerationNotMatch field is set. */ boolean hasIfSourceGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the source object's live
    * generation does not match the given value.
    * 
* * optional int64 if_source_generation_not_match = 12; - * * @return The ifSourceGenerationNotMatch. */ long getIfSourceGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the source object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_source_metageneration_match = 13; - * * @return Whether the ifSourceMetagenerationMatch field is set. */ boolean hasIfSourceMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the source object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_source_metageneration_match = 13; - * * @return The ifSourceMetagenerationMatch. */ long getIfSourceMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the source object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_source_metageneration_not_match = 14; - * * @return Whether the ifSourceMetagenerationNotMatch field is set. */ boolean hasIfSourceMetagenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the source object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_source_metageneration_not_match = 14; - * * @return The ifSourceMetagenerationNotMatch. */ long getIfSourceMetagenerationNotMatch(); /** - * - * *
    * The maximum number of bytes that will be rewritten per rewrite request.
    * Most callers
@@ -542,41 +424,33 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * int64 max_bytes_rewritten_per_call = 15; - * * @return The maxBytesRewrittenPerCall. */ long getMaxBytesRewrittenPerCall(); /** - * - * *
    * The algorithm used to encrypt the source object, if any. Used if the source
    * object was encrypted with a Customer-Supplied Encryption Key.
    * 
* * string copy_source_encryption_algorithm = 16; - * * @return The copySourceEncryptionAlgorithm. */ java.lang.String getCopySourceEncryptionAlgorithm(); /** - * - * *
    * The algorithm used to encrypt the source object, if any. Used if the source
    * object was encrypted with a Customer-Supplied Encryption Key.
    * 
* * string copy_source_encryption_algorithm = 16; - * * @return The bytes for copySourceEncryptionAlgorithm. */ - com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes(); + com.google.protobuf.ByteString + getCopySourceEncryptionAlgorithmBytes(); /** - * - * *
    * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
    * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -584,14 +458,11 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * bytes copy_source_encryption_key_bytes = 21; - * * @return The copySourceEncryptionKeyBytes. */ com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes(); /** - * - * *
    * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
    * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -599,38 +470,29 @@ public interface RewriteObjectRequestOrBuilder
    * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; - * * @return The copySourceEncryptionKeySha256Bytes. */ com.google.protobuf.ByteString getCopySourceEncryptionKeySha256Bytes(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; - * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; - * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -638,4 +500,34 @@ public interface RewriteObjectRequestOrBuilder * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); + + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * destination object after rewriting.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + * @return Whether the objectChecksums field is set. + */ + boolean hasObjectChecksums(); + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * destination object after rewriting.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + * @return The objectChecksums. + */ + com.google.storage.v2.ObjectChecksums getObjectChecksums(); + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * destination object after rewriting.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 29; + */ + com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java similarity index 73% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java index 233d29e296..bf3be492b7 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java @@ -1,84 +1,62 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * A rewrite response.
  * 
* * Protobuf type {@code google.storage.v2.RewriteResponse} */ -public final class RewriteResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RewriteResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.RewriteResponse) RewriteResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RewriteResponse.newBuilder() to construct. private RewriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RewriteResponse() { rewriteToken_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RewriteResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_RewriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.RewriteResponse.class, - com.google.storage.v2.RewriteResponse.Builder.class); + com.google.storage.v2.RewriteResponse.class, com.google.storage.v2.RewriteResponse.Builder.class); } public static final int TOTAL_BYTES_REWRITTEN_FIELD_NUMBER = 1; private long totalBytesRewritten_; /** - * - * *
    * The total bytes written so far, which can be used to provide a waiting user
    * with a progress indicator. This property is always present in the response.
    * 
* * int64 total_bytes_rewritten = 1; - * * @return The totalBytesRewritten. */ @java.lang.Override @@ -89,15 +67,12 @@ public long getTotalBytesRewritten() { public static final int OBJECT_SIZE_FIELD_NUMBER = 2; private long objectSize_; /** - * - * *
    * The total size of the object being copied in bytes. This property is always
    * present in the response.
    * 
* * int64 object_size = 2; - * * @return The objectSize. */ @java.lang.Override @@ -108,15 +83,12 @@ public long getObjectSize() { public static final int DONE_FIELD_NUMBER = 3; private boolean done_; /** - * - * *
    * `true` if the copy is finished; otherwise, `false` if
    * the copy is in progress. This property is always present in the response.
    * 
* * bool done = 3; - * * @return The done. */ @java.lang.Override @@ -127,15 +99,12 @@ public boolean getDone() { public static final int REWRITE_TOKEN_FIELD_NUMBER = 4; private volatile java.lang.Object rewriteToken_; /** - * - * *
    * A token to use in subsequent requests to continue copying data. This token
    * is present in the response only when there is more data to copy.
    * 
* * string rewrite_token = 4; - * * @return The rewriteToken. */ @java.lang.Override @@ -144,30 +113,30 @@ public java.lang.String getRewriteToken() { 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(); rewriteToken_ = s; return s; } } /** - * - * *
    * A token to use in subsequent requests to continue copying data. This token
    * is present in the response only when there is more data to copy.
    * 
* * string rewrite_token = 4; - * * @return The bytes for rewriteToken. */ @java.lang.Override - public com.google.protobuf.ByteString getRewriteTokenBytes() { + public com.google.protobuf.ByteString + getRewriteTokenBytes() { java.lang.Object ref = rewriteToken_; 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); rewriteToken_ = b; return b; } else { @@ -178,15 +147,12 @@ public com.google.protobuf.ByteString getRewriteTokenBytes() { public static final int RESOURCE_FIELD_NUMBER = 5; private com.google.storage.v2.Object resource_; /** - * - * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
    * 
* * .google.storage.v2.Object resource = 5; - * * @return Whether the resource field is set. */ @java.lang.Override @@ -194,15 +160,12 @@ public boolean hasResource() { return resource_ != null; } /** - * - * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
    * 
* * .google.storage.v2.Object resource = 5; - * * @return The resource. */ @java.lang.Override @@ -210,8 +173,6 @@ public com.google.storage.v2.Object getResource() { return resource_ == null ? com.google.storage.v2.Object.getDefaultInstance() : resource_; } /** - * - * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
@@ -225,7 +186,6 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -237,7 +197,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 (totalBytesRewritten_ != 0L) {
       output.writeInt64(1, totalBytesRewritten_);
     }
@@ -263,19 +224,23 @@ public int getSerializedSize() {
 
     size = 0;
     if (totalBytesRewritten_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, totalBytesRewritten_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(1, totalBytesRewritten_);
     }
     if (objectSize_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, objectSize_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(2, objectSize_);
     }
     if (done_ != false) {
-      size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, done_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBoolSize(3, done_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rewriteToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, rewriteToken_);
     }
     if (resource_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getResource());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, getResource());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -285,20 +250,25 @@ 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.storage.v2.RewriteResponse)) {
       return super.equals(obj);
     }
     com.google.storage.v2.RewriteResponse other = (com.google.storage.v2.RewriteResponse) obj;
 
-    if (getTotalBytesRewritten() != other.getTotalBytesRewritten()) return false;
-    if (getObjectSize() != other.getObjectSize()) return false;
-    if (getDone() != other.getDone()) return false;
-    if (!getRewriteToken().equals(other.getRewriteToken())) return false;
+    if (getTotalBytesRewritten()
+        != other.getTotalBytesRewritten()) return false;
+    if (getObjectSize()
+        != other.getObjectSize()) return false;
+    if (getDone()
+        != other.getDone()) return false;
+    if (!getRewriteToken()
+        .equals(other.getRewriteToken())) return false;
     if (hasResource() != other.hasResource()) return false;
     if (hasResource()) {
-      if (!getResource().equals(other.getResource())) return false;
+      if (!getResource()
+          .equals(other.getResource())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -312,11 +282,14 @@ public int hashCode() {
     int hash = 41;
     hash = (19 * hash) + getDescriptor().hashCode();
     hash = (37 * hash) + TOTAL_BYTES_REWRITTEN_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getTotalBytesRewritten());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getTotalBytesRewritten());
     hash = (37 * hash) + OBJECT_SIZE_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getObjectSize());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+        getObjectSize());
     hash = (37 * hash) + DONE_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getDone());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+        getDone());
     hash = (37 * hash) + REWRITE_TOKEN_FIELD_NUMBER;
     hash = (53 * hash) + getRewriteToken().hashCode();
     if (hasResource()) {
@@ -328,135 +301,130 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.RewriteResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.RewriteResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.storage.v2.RewriteResponse parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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 rewrite response.
    * 
* * Protobuf type {@code google.storage.v2.RewriteResponse} */ - 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.storage.v2.RewriteResponse) com.google.storage.v2.RewriteResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_RewriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.RewriteResponse.class, - com.google.storage.v2.RewriteResponse.Builder.class); + com.google.storage.v2.RewriteResponse.class, com.google.storage.v2.RewriteResponse.Builder.class); } // Construct using com.google.storage.v2.RewriteResponse.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(); @@ -478,9 +446,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_RewriteResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_descriptor; } @java.lang.Override @@ -499,8 +467,7 @@ public com.google.storage.v2.RewriteResponse build() { @java.lang.Override public com.google.storage.v2.RewriteResponse buildPartial() { - com.google.storage.v2.RewriteResponse result = - new com.google.storage.v2.RewriteResponse(this); + com.google.storage.v2.RewriteResponse result = new com.google.storage.v2.RewriteResponse(this); result.totalBytesRewritten_ = totalBytesRewritten_; result.objectSize_ = objectSize_; result.done_ = done_; @@ -518,39 +485,38 @@ public com.google.storage.v2.RewriteResponse 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) { + 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.storage.v2.RewriteResponse) { - return mergeFrom((com.google.storage.v2.RewriteResponse) other); + return mergeFrom((com.google.storage.v2.RewriteResponse)other); } else { super.mergeFrom(other); return this; @@ -601,43 +567,39 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - totalBytesRewritten_ = input.readInt64(); + case 8: { + totalBytesRewritten_ = input.readInt64(); - break; - } // case 8 - case 16: - { - objectSize_ = input.readInt64(); + break; + } // case 8 + case 16: { + objectSize_ = input.readInt64(); - break; - } // case 16 - case 24: - { - done_ = input.readBool(); + break; + } // case 16 + case 24: { + done_ = input.readBool(); - break; - } // case 24 - case 34: - { - rewriteToken_ = input.readStringRequireUtf8(); + break; + } // case 24 + case 34: { + rewriteToken_ = input.readStringRequireUtf8(); - break; - } // case 34 - case 42: - { - input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 34 + case 42: { + input.readMessage( + getResourceFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 42 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -648,17 +610,14 @@ public Builder mergeFrom( return this; } - private long totalBytesRewritten_; + private long totalBytesRewritten_ ; /** - * - * *
      * The total bytes written so far, which can be used to provide a waiting user
      * with a progress indicator. This property is always present in the response.
      * 
* * int64 total_bytes_rewritten = 1; - * * @return The totalBytesRewritten. */ @java.lang.Override @@ -666,54 +625,45 @@ public long getTotalBytesRewritten() { return totalBytesRewritten_; } /** - * - * *
      * The total bytes written so far, which can be used to provide a waiting user
      * with a progress indicator. This property is always present in the response.
      * 
* * int64 total_bytes_rewritten = 1; - * * @param value The totalBytesRewritten to set. * @return This builder for chaining. */ public Builder setTotalBytesRewritten(long value) { - + totalBytesRewritten_ = value; onChanged(); return this; } /** - * - * *
      * The total bytes written so far, which can be used to provide a waiting user
      * with a progress indicator. This property is always present in the response.
      * 
* * int64 total_bytes_rewritten = 1; - * * @return This builder for chaining. */ public Builder clearTotalBytesRewritten() { - + totalBytesRewritten_ = 0L; onChanged(); return this; } - private long objectSize_; + private long objectSize_ ; /** - * - * *
      * The total size of the object being copied in bytes. This property is always
      * present in the response.
      * 
* * int64 object_size = 2; - * * @return The objectSize. */ @java.lang.Override @@ -721,54 +671,45 @@ public long getObjectSize() { return objectSize_; } /** - * - * *
      * The total size of the object being copied in bytes. This property is always
      * present in the response.
      * 
* * int64 object_size = 2; - * * @param value The objectSize to set. * @return This builder for chaining. */ public Builder setObjectSize(long value) { - + objectSize_ = value; onChanged(); return this; } /** - * - * *
      * The total size of the object being copied in bytes. This property is always
      * present in the response.
      * 
* * int64 object_size = 2; - * * @return This builder for chaining. */ public Builder clearObjectSize() { - + objectSize_ = 0L; onChanged(); return this; } - private boolean done_; + private boolean done_ ; /** - * - * *
      * `true` if the copy is finished; otherwise, `false` if
      * the copy is in progress. This property is always present in the response.
      * 
* * bool done = 3; - * * @return The done. */ @java.lang.Override @@ -776,38 +717,32 @@ public boolean getDone() { return done_; } /** - * - * *
      * `true` if the copy is finished; otherwise, `false` if
      * the copy is in progress. This property is always present in the response.
      * 
* * bool done = 3; - * * @param value The done to set. * @return This builder for chaining. */ public Builder setDone(boolean value) { - + done_ = value; onChanged(); return this; } /** - * - * *
      * `true` if the copy is finished; otherwise, `false` if
      * the copy is in progress. This property is always present in the response.
      * 
* * bool done = 3; - * * @return This builder for chaining. */ public Builder clearDone() { - + done_ = false; onChanged(); return this; @@ -815,21 +750,19 @@ public Builder clearDone() { private java.lang.Object rewriteToken_ = ""; /** - * - * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; - * * @return The rewriteToken. */ public java.lang.String getRewriteToken() { java.lang.Object ref = rewriteToken_; 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(); rewriteToken_ = s; return s; @@ -838,22 +771,21 @@ public java.lang.String getRewriteToken() { } } /** - * - * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; - * * @return The bytes for rewriteToken. */ - public com.google.protobuf.ByteString getRewriteTokenBytes() { + public com.google.protobuf.ByteString + getRewriteTokenBytes() { java.lang.Object ref = rewriteToken_; 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); rewriteToken_ = b; return b; } else { @@ -861,64 +793,57 @@ public com.google.protobuf.ByteString getRewriteTokenBytes() { } } /** - * - * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; - * * @param value The rewriteToken to set. * @return This builder for chaining. */ - public Builder setRewriteToken(java.lang.String value) { + public Builder setRewriteToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + rewriteToken_ = value; onChanged(); return this; } /** - * - * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; - * * @return This builder for chaining. */ public Builder clearRewriteToken() { - + rewriteToken_ = getDefaultInstance().getRewriteToken(); onChanged(); return this; } /** - * - * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; - * * @param value The bytes for rewriteToken to set. * @return This builder for chaining. */ - public Builder setRewriteTokenBytes(com.google.protobuf.ByteString value) { + public Builder setRewriteTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + rewriteToken_ = value; onChanged(); return this; @@ -926,35 +851,26 @@ public Builder setRewriteTokenBytes(com.google.protobuf.ByteString value) { private com.google.storage.v2.Object resource_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> - resourceBuilder_; + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> resourceBuilder_; /** - * - * *
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
      * 
* * .google.storage.v2.Object resource = 5; - * * @return Whether the resource field is set. */ public boolean hasResource() { return resourceBuilder_ != null || resource_ != null; } /** - * - * *
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
      * 
* * .google.storage.v2.Object resource = 5; - * * @return The resource. */ public com.google.storage.v2.Object getResource() { @@ -965,8 +881,6 @@ public com.google.storage.v2.Object getResource() { } } /** - * - * *
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -988,8 +902,6 @@ public Builder setResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -997,7 +909,8 @@ public Builder setResource(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object resource = 5;
      */
-    public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setResource(
+        com.google.storage.v2.Object.Builder builderForValue) {
       if (resourceBuilder_ == null) {
         resource_ = builderForValue.build();
         onChanged();
@@ -1008,8 +921,6 @@ public Builder setResource(com.google.storage.v2.Object.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -1021,7 +932,7 @@ public Builder mergeResource(com.google.storage.v2.Object value) {
       if (resourceBuilder_ == null) {
         if (resource_ != null) {
           resource_ =
-              com.google.storage.v2.Object.newBuilder(resource_).mergeFrom(value).buildPartial();
+            com.google.storage.v2.Object.newBuilder(resource_).mergeFrom(value).buildPartial();
         } else {
           resource_ = value;
         }
@@ -1033,8 +944,6 @@ public Builder mergeResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -1054,8 +963,6 @@ public Builder clearResource() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -1064,13 +971,11 @@ public Builder clearResource() {
      * .google.storage.v2.Object resource = 5;
      */
     public com.google.storage.v2.Object.Builder getResourceBuilder() {
-
+      
       onChanged();
       return getResourceFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -1082,12 +987,11 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
       if (resourceBuilder_ != null) {
         return resourceBuilder_.getMessageOrBuilder();
       } else {
-        return resource_ == null ? com.google.storage.v2.Object.getDefaultInstance() : resource_;
+        return resource_ == null ?
+            com.google.storage.v2.Object.getDefaultInstance() : resource_;
       }
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -1096,24 +1000,21 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
      * .google.storage.v2.Object resource = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object,
-            com.google.storage.v2.Object.Builder,
-            com.google.storage.v2.ObjectOrBuilder>
+        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
         getResourceFieldBuilder() {
       if (resourceBuilder_ == null) {
-        resourceBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Object,
-                com.google.storage.v2.Object.Builder,
-                com.google.storage.v2.ObjectOrBuilder>(
-                getResource(), getParentForChildren(), isClean());
+        resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
+                getResource(),
+                getParentForChildren(),
+                isClean());
         resource_ = null;
       }
       return resourceBuilder_;
     }
-
     @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);
     }
 
@@ -1123,12 +1024,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.RewriteResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.RewriteResponse)
   private static final com.google.storage.v2.RewriteResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.RewriteResponse();
   }
@@ -1137,27 +1038,27 @@ public static com.google.storage.v2.RewriteResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RewriteResponse 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 RewriteResponse 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;
@@ -1172,4 +1073,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.RewriteResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
similarity index 76%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
index 3e38750e35..479ae23c80 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
@@ -1,126 +1,88 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface RewriteResponseOrBuilder
-    extends
+public interface RewriteResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.RewriteResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The total bytes written so far, which can be used to provide a waiting user
    * with a progress indicator. This property is always present in the response.
    * 
* * int64 total_bytes_rewritten = 1; - * * @return The totalBytesRewritten. */ long getTotalBytesRewritten(); /** - * - * *
    * The total size of the object being copied in bytes. This property is always
    * present in the response.
    * 
* * int64 object_size = 2; - * * @return The objectSize. */ long getObjectSize(); /** - * - * *
    * `true` if the copy is finished; otherwise, `false` if
    * the copy is in progress. This property is always present in the response.
    * 
* * bool done = 3; - * * @return The done. */ boolean getDone(); /** - * - * *
    * A token to use in subsequent requests to continue copying data. This token
    * is present in the response only when there is more data to copy.
    * 
* * string rewrite_token = 4; - * * @return The rewriteToken. */ java.lang.String getRewriteToken(); /** - * - * *
    * A token to use in subsequent requests to continue copying data. This token
    * is present in the response only when there is more data to copy.
    * 
* * string rewrite_token = 4; - * * @return The bytes for rewriteToken. */ - com.google.protobuf.ByteString getRewriteTokenBytes(); + com.google.protobuf.ByteString + getRewriteTokenBytes(); /** - * - * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
    * 
* * .google.storage.v2.Object resource = 5; - * * @return Whether the resource field is set. */ boolean hasResource(); /** - * - * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
    * 
* * .google.storage.v2.Object resource = 5; - * * @return The resource. */ com.google.storage.v2.Object getResource(); /** - * - * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
similarity index 65%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
index 37a17e11f2..67f196bc51 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * A service account, owned by Cloud Storage, which may be used when taking
  * action on behalf of a given project, for example to publish Pub/Sub
@@ -29,57 +12,52 @@
  *
  * Protobuf type {@code google.storage.v2.ServiceAccount}
  */
-public final class ServiceAccount extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ServiceAccount extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.ServiceAccount)
     ServiceAccountOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ServiceAccount.newBuilder() to construct.
   private ServiceAccount(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ServiceAccount() {
     emailAddress_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ServiceAccount();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_ServiceAccount_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.ServiceAccount.class,
-            com.google.storage.v2.ServiceAccount.Builder.class);
+            com.google.storage.v2.ServiceAccount.class, com.google.storage.v2.ServiceAccount.Builder.class);
   }
 
   public static final int EMAIL_ADDRESS_FIELD_NUMBER = 1;
   private volatile java.lang.Object emailAddress_;
   /**
-   *
-   *
    * 
    * The ID of the notification.
    * 
* * string email_address = 1; - * * @return The emailAddress. */ @java.lang.Override @@ -88,29 +66,29 @@ public java.lang.String getEmailAddress() { 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(); emailAddress_ = s; return s; } } /** - * - * *
    * The ID of the notification.
    * 
* * string email_address = 1; - * * @return The bytes for emailAddress. */ @java.lang.Override - public com.google.protobuf.ByteString getEmailAddressBytes() { + public com.google.protobuf.ByteString + getEmailAddressBytes() { java.lang.Object ref = emailAddress_; 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); emailAddress_ = b; return b; } else { @@ -119,7 +97,6 @@ public com.google.protobuf.ByteString getEmailAddressBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -131,7 +108,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(emailAddress_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, emailAddress_); } @@ -155,14 +133,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.storage.v2.ServiceAccount)) { return super.equals(obj); } com.google.storage.v2.ServiceAccount other = (com.google.storage.v2.ServiceAccount) obj; - if (!getEmailAddress().equals(other.getEmailAddress())) return false; + if (!getEmailAddress() + .equals(other.getEmailAddress())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -181,103 +160,97 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ServiceAccount parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.ServiceAccount parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.ServiceAccount parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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 service account, owned by Cloud Storage, which may be used when taking
    * action on behalf of a given project, for example to publish Pub/Sub
@@ -286,32 +259,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.storage.v2.ServiceAccount}
    */
-  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.storage.v2.ServiceAccount)
       com.google.storage.v2.ServiceAccountOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_ServiceAccount_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.ServiceAccount.class,
-              com.google.storage.v2.ServiceAccount.Builder.class);
+              com.google.storage.v2.ServiceAccount.class, com.google.storage.v2.ServiceAccount.Builder.class);
     }
 
     // Construct using com.google.storage.v2.ServiceAccount.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();
@@ -321,9 +295,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_ServiceAccount_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_descriptor;
     }
 
     @java.lang.Override
@@ -352,39 +326,38 @@ public com.google.storage.v2.ServiceAccount 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) {
+        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.storage.v2.ServiceAccount) {
-        return mergeFrom((com.google.storage.v2.ServiceAccount) other);
+        return mergeFrom((com.google.storage.v2.ServiceAccount)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -423,19 +396,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                emailAddress_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              emailAddress_ = input.readStringRequireUtf8();
+
+              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,20 +419,18 @@ public Builder mergeFrom(
 
     private java.lang.Object emailAddress_ = "";
     /**
-     *
-     *
      * 
      * The ID of the notification.
      * 
* * string email_address = 1; - * * @return The emailAddress. */ public java.lang.String getEmailAddress() { java.lang.Object ref = emailAddress_; 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(); emailAddress_ = s; return s; @@ -470,21 +439,20 @@ public java.lang.String getEmailAddress() { } } /** - * - * *
      * The ID of the notification.
      * 
* * string email_address = 1; - * * @return The bytes for emailAddress. */ - public com.google.protobuf.ByteString getEmailAddressBytes() { + public com.google.protobuf.ByteString + getEmailAddressBytes() { java.lang.Object ref = emailAddress_; 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); emailAddress_ = b; return b; } else { @@ -492,68 +460,61 @@ public com.google.protobuf.ByteString getEmailAddressBytes() { } } /** - * - * *
      * The ID of the notification.
      * 
* * string email_address = 1; - * * @param value The emailAddress to set. * @return This builder for chaining. */ - public Builder setEmailAddress(java.lang.String value) { + public Builder setEmailAddress( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + emailAddress_ = value; onChanged(); return this; } /** - * - * *
      * The ID of the notification.
      * 
* * string email_address = 1; - * * @return This builder for chaining. */ public Builder clearEmailAddress() { - + emailAddress_ = getDefaultInstance().getEmailAddress(); onChanged(); return this; } /** - * - * *
      * The ID of the notification.
      * 
* * string email_address = 1; - * * @param value The bytes for emailAddress to set. * @return This builder for chaining. */ - public Builder setEmailAddressBytes(com.google.protobuf.ByteString value) { + public Builder setEmailAddressBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + emailAddress_ = 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); } @@ -563,12 +524,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ServiceAccount) } // @@protoc_insertion_point(class_scope:google.storage.v2.ServiceAccount) private static final com.google.storage.v2.ServiceAccount DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ServiceAccount(); } @@ -577,27 +538,27 @@ public static com.google.storage.v2.ServiceAccount getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ServiceAccount 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 ServiceAccount 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; @@ -612,4 +573,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ServiceAccount getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java new file mode 100644 index 0000000000..731dee3983 --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java @@ -0,0 +1,29 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface ServiceAccountOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.ServiceAccount) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The ID of the notification.
+   * 
+ * + * string email_address = 1; + * @return The emailAddress. + */ + java.lang.String getEmailAddress(); + /** + *
+   * The ID of the notification.
+   * 
+ * + * string email_address = 1; + * @return The bytes for emailAddress. + */ + com.google.protobuf.ByteString + getEmailAddressBytes(); +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java similarity index 71% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java index 94fe31fa2e..59fb0870b6 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java @@ -1,83 +1,62 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Shared constants.
  * 
* * Protobuf type {@code google.storage.v2.ServiceConstants} */ -public final class ServiceConstants extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ServiceConstants extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ServiceConstants) ServiceConstantsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ServiceConstants.newBuilder() to construct. private ServiceConstants(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ServiceConstants() {} + private ServiceConstants() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ServiceConstants(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ServiceConstants_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ServiceConstants.class, - com.google.storage.v2.ServiceConstants.Builder.class); + com.google.storage.v2.ServiceConstants.class, com.google.storage.v2.ServiceConstants.Builder.class); } /** - * - * *
    * A collection of constant values meaningful to the Storage API.
    * 
* * Protobuf enum {@code google.storage.v2.ServiceConstants.Values} */ - public enum Values implements com.google.protobuf.ProtocolMessageEnum { + public enum Values + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Unused. Proto3 requires first enum to be 0.
      * 
@@ -86,8 +65,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum { */ VALUES_UNSPECIFIED(0, 0), /** - * - * *
      * The maximum size chunk that can will be returned in a single
      * ReadRequest.
@@ -98,8 +75,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_READ_CHUNK_BYTES(1, 2097152),
     /**
-     *
-     *
      * 
      * The maximum size of an object in MB - whether written in a single stream
      * or composed from multiple other objects.
@@ -110,8 +85,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_OBJECT_SIZE_MB(3, 5242880),
     /**
-     *
-     *
      * 
      * The maximum length field name that can be sent in a single
      * custom metadata field.
@@ -122,8 +95,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_CUSTOM_METADATA_FIELD_NAME_BYTES(4, 1024),
     /**
-     *
-     *
      * 
      * The maximum length field value that can be sent in a single
      * custom_metadata field.
@@ -134,8 +105,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES(5, 4096),
     /**
-     *
-     *
      * 
      * The maximum total bytes that can be populated into all field names and
      * values of the custom_metadata for one object.
@@ -146,8 +115,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES(6, 8192),
     /**
-     *
-     *
      * 
      * The maximum total bytes that can be populated into all bucket metadata
      * fields.
@@ -158,8 +125,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES(7, 20480),
     /**
-     *
-     *
      * 
      * The maximum number of NotificationConfigs that can be registered
      * for a given bucket.
@@ -169,8 +134,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_NOTIFICATION_CONFIGS_PER_BUCKET(8, 100),
     /**
-     *
-     *
      * 
      * The maximum number of custom attributes per NotificationConfigs.
      * 
@@ -179,8 +142,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum { */ MAX_NOTIFICATION_CUSTOM_ATTRIBUTES(10, 5), /** - * - * *
      * The maximum length of a custom attribute key included in
      * NotificationConfig.
@@ -190,8 +151,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH(11, 256),
     /**
-     *
-     *
      * 
      * The maximum number of key/value entries per bucket label.
      * 
@@ -200,8 +159,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum { */ MAX_LABELS_ENTRIES_COUNT(13, 64), /** - * - * *
      * The maximum character length of the key or value in a bucket
      * label map.
@@ -211,8 +168,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_LABELS_KEY_VALUE_LENGTH(14, 63),
     /**
-     *
-     *
      * 
      * The maximum byte size of the key or value in a bucket label
      * map.
@@ -222,8 +177,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_LABELS_KEY_VALUE_BYTES(15, 128),
     /**
-     *
-     *
      * 
      * The maximum number of object IDs that can be included in a
      * DeleteObjectsRequest.
@@ -233,8 +186,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST(16, 1000),
     /**
-     *
-     *
      * 
      * The maximum number of days for which a token returned by the
      * GetListObjectsSplitPoints RPC is valid.
@@ -247,8 +198,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The maximum size chunk that can be sent in a single WriteObjectRequest.
      * 2 MiB.
@@ -258,8 +207,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final Values MAX_WRITE_CHUNK_BYTES = MAX_READ_CHUNK_BYTES;
     /**
-     *
-     *
      * 
      * The maximum number of LifecycleRules that can be registered for a given
      * bucket.
@@ -269,8 +216,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final Values MAX_LIFECYCLE_RULES_PER_BUCKET = MAX_NOTIFICATION_CONFIGS_PER_BUCKET;
     /**
-     *
-     *
      * 
      * The maximum length of a custom attribute value included in a
      * NotificationConfig.
@@ -278,11 +223,8 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      *
      * MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH = 1024;
      */
-    public static final Values MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH =
-        MAX_CUSTOM_METADATA_FIELD_NAME_BYTES;
+    public static final Values MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH = MAX_CUSTOM_METADATA_FIELD_NAME_BYTES;
     /**
-     *
-     *
      * 
      * Unused. Proto3 requires first enum to be 0.
      * 
@@ -291,8 +233,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum { */ public static final int VALUES_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The maximum size chunk that can will be returned in a single
      * ReadRequest.
@@ -303,8 +243,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_READ_CHUNK_BYTES_VALUE = 2097152;
     /**
-     *
-     *
      * 
      * The maximum size chunk that can be sent in a single WriteObjectRequest.
      * 2 MiB.
@@ -314,8 +252,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_WRITE_CHUNK_BYTES_VALUE = 2097152;
     /**
-     *
-     *
      * 
      * The maximum size of an object in MB - whether written in a single stream
      * or composed from multiple other objects.
@@ -326,8 +262,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_OBJECT_SIZE_MB_VALUE = 5242880;
     /**
-     *
-     *
      * 
      * The maximum length field name that can be sent in a single
      * custom metadata field.
@@ -338,8 +272,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_CUSTOM_METADATA_FIELD_NAME_BYTES_VALUE = 1024;
     /**
-     *
-     *
      * 
      * The maximum length field value that can be sent in a single
      * custom_metadata field.
@@ -350,8 +282,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES_VALUE = 4096;
     /**
-     *
-     *
      * 
      * The maximum total bytes that can be populated into all field names and
      * values of the custom_metadata for one object.
@@ -362,8 +292,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES_VALUE = 8192;
     /**
-     *
-     *
      * 
      * The maximum total bytes that can be populated into all bucket metadata
      * fields.
@@ -374,8 +302,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES_VALUE = 20480;
     /**
-     *
-     *
      * 
      * The maximum number of NotificationConfigs that can be registered
      * for a given bucket.
@@ -385,8 +311,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_NOTIFICATION_CONFIGS_PER_BUCKET_VALUE = 100;
     /**
-     *
-     *
      * 
      * The maximum number of LifecycleRules that can be registered for a given
      * bucket.
@@ -396,8 +320,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_LIFECYCLE_RULES_PER_BUCKET_VALUE = 100;
     /**
-     *
-     *
      * 
      * The maximum number of custom attributes per NotificationConfigs.
      * 
@@ -406,8 +328,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum { */ public static final int MAX_NOTIFICATION_CUSTOM_ATTRIBUTES_VALUE = 5; /** - * - * *
      * The maximum length of a custom attribute key included in
      * NotificationConfig.
@@ -417,8 +337,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH_VALUE = 256;
     /**
-     *
-     *
      * 
      * The maximum length of a custom attribute value included in a
      * NotificationConfig.
@@ -428,8 +346,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH_VALUE = 1024;
     /**
-     *
-     *
      * 
      * The maximum number of key/value entries per bucket label.
      * 
@@ -438,8 +354,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum { */ public static final int MAX_LABELS_ENTRIES_COUNT_VALUE = 64; /** - * - * *
      * The maximum character length of the key or value in a bucket
      * label map.
@@ -449,8 +363,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_LABELS_KEY_VALUE_LENGTH_VALUE = 63;
     /**
-     *
-     *
      * 
      * The maximum byte size of the key or value in a bucket label
      * map.
@@ -460,8 +372,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_LABELS_KEY_VALUE_BYTES_VALUE = 128;
     /**
-     *
-     *
      * 
      * The maximum number of object IDs that can be included in a
      * DeleteObjectsRequest.
@@ -471,8 +381,6 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST_VALUE = 1000;
     /**
-     *
-     *
      * 
      * The maximum number of days for which a token returned by the
      * GetListObjectsSplitPoints RPC is valid.
@@ -482,6 +390,7 @@ public enum Values implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int SPLIT_TOKEN_MAX_VALID_DAYS_VALUE = 14;
 
+
     public final int getNumber() {
       if (index == -1) {
         throw new java.lang.IllegalArgumentException(
@@ -506,96 +415,65 @@ public static Values valueOf(int value) {
      */
     public static Values forNumber(int value) {
       switch (value) {
-        case 0:
-          return VALUES_UNSPECIFIED;
-        case 2097152:
-          return MAX_READ_CHUNK_BYTES;
-        case 5242880:
-          return MAX_OBJECT_SIZE_MB;
-        case 1024:
-          return MAX_CUSTOM_METADATA_FIELD_NAME_BYTES;
-        case 4096:
-          return MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES;
-        case 8192:
-          return MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES;
-        case 20480:
-          return MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES;
-        case 100:
-          return MAX_NOTIFICATION_CONFIGS_PER_BUCKET;
-        case 5:
-          return MAX_NOTIFICATION_CUSTOM_ATTRIBUTES;
-        case 256:
-          return MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH;
-        case 64:
-          return MAX_LABELS_ENTRIES_COUNT;
-        case 63:
-          return MAX_LABELS_KEY_VALUE_LENGTH;
-        case 128:
-          return MAX_LABELS_KEY_VALUE_BYTES;
-        case 1000:
-          return MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST;
-        case 14:
-          return SPLIT_TOKEN_MAX_VALID_DAYS;
-        default:
-          return null;
+        case 0: return VALUES_UNSPECIFIED;
+        case 2097152: return MAX_READ_CHUNK_BYTES;
+        case 5242880: return MAX_OBJECT_SIZE_MB;
+        case 1024: return MAX_CUSTOM_METADATA_FIELD_NAME_BYTES;
+        case 4096: return MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES;
+        case 8192: return MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES;
+        case 20480: return MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES;
+        case 100: return MAX_NOTIFICATION_CONFIGS_PER_BUCKET;
+        case 5: return MAX_NOTIFICATION_CUSTOM_ATTRIBUTES;
+        case 256: return MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH;
+        case 64: return MAX_LABELS_ENTRIES_COUNT;
+        case 63: return MAX_LABELS_KEY_VALUE_LENGTH;
+        case 128: return MAX_LABELS_KEY_VALUE_BYTES;
+        case 1000: return MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST;
+        case 14: return SPLIT_TOKEN_MAX_VALID_DAYS;
+        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<
+        Values> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public Values findValueByNumber(int number) {
+              return Values.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public Values findValueByNumber(int number) {
-            return Values.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (index == -1) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(index);
     }
-
-    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.storage.v2.ServiceConstants.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final Values[] VALUES = getStaticValuesArray();
-
     private static Values[] getStaticValuesArray() {
       return new Values[] {
-        VALUES_UNSPECIFIED,
-        MAX_READ_CHUNK_BYTES,
-        MAX_WRITE_CHUNK_BYTES,
-        MAX_OBJECT_SIZE_MB,
-        MAX_CUSTOM_METADATA_FIELD_NAME_BYTES,
-        MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES,
-        MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES,
-        MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES,
-        MAX_NOTIFICATION_CONFIGS_PER_BUCKET,
-        MAX_LIFECYCLE_RULES_PER_BUCKET,
-        MAX_NOTIFICATION_CUSTOM_ATTRIBUTES,
-        MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH,
-        MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH,
-        MAX_LABELS_ENTRIES_COUNT,
-        MAX_LABELS_KEY_VALUE_LENGTH,
-        MAX_LABELS_KEY_VALUE_BYTES,
-        MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST,
-        SPLIT_TOKEN_MAX_VALID_DAYS,
+        VALUES_UNSPECIFIED, MAX_READ_CHUNK_BYTES, MAX_WRITE_CHUNK_BYTES, MAX_OBJECT_SIZE_MB, MAX_CUSTOM_METADATA_FIELD_NAME_BYTES, MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES, MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES, MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES, MAX_NOTIFICATION_CONFIGS_PER_BUCKET, MAX_LIFECYCLE_RULES_PER_BUCKET, MAX_NOTIFICATION_CUSTOM_ATTRIBUTES, MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH, MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH, MAX_LABELS_ENTRIES_COUNT, MAX_LABELS_KEY_VALUE_LENGTH, MAX_LABELS_KEY_VALUE_BYTES, MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST, SPLIT_TOKEN_MAX_VALID_DAYS, 
       };
     }
-
-    public static Values valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static Values 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;
@@ -615,7 +493,6 @@ private Values(int index, int value) {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -627,7 +504,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);
   }
 
@@ -645,7 +523,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.storage.v2.ServiceConstants)) {
       return super.equals(obj);
@@ -668,136 +546,130 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ServiceConstants parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ServiceConstants parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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;
   }
   /**
-   *
-   *
    * 
    * Shared constants.
    * 
* * Protobuf type {@code google.storage.v2.ServiceConstants} */ - 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.storage.v2.ServiceConstants) com.google.storage.v2.ServiceConstantsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ServiceConstants_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ServiceConstants.class, - com.google.storage.v2.ServiceConstants.Builder.class); + com.google.storage.v2.ServiceConstants.class, com.google.storage.v2.ServiceConstants.Builder.class); } // Construct using com.google.storage.v2.ServiceConstants.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(); @@ -805,9 +677,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_ServiceConstants_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_descriptor; } @java.lang.Override @@ -826,8 +698,7 @@ public com.google.storage.v2.ServiceConstants build() { @java.lang.Override public com.google.storage.v2.ServiceConstants buildPartial() { - com.google.storage.v2.ServiceConstants result = - new com.google.storage.v2.ServiceConstants(this); + com.google.storage.v2.ServiceConstants result = new com.google.storage.v2.ServiceConstants(this); onBuilt(); return result; } @@ -836,39 +707,38 @@ public com.google.storage.v2.ServiceConstants 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) { + 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.storage.v2.ServiceConstants) { - return mergeFrom((com.google.storage.v2.ServiceConstants) other); + return mergeFrom((com.google.storage.v2.ServiceConstants)other); } else { super.mergeFrom(other); return this; @@ -903,13 +773,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) { @@ -919,9 +788,9 @@ public Builder mergeFrom( } // finally 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); } @@ -931,12 +800,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.ServiceConstants) } // @@protoc_insertion_point(class_scope:google.storage.v2.ServiceConstants) private static final com.google.storage.v2.ServiceConstants DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.ServiceConstants(); } @@ -945,27 +814,27 @@ public static com.google.storage.v2.ServiceConstants getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ServiceConstants 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 ServiceConstants 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; @@ -980,4 +849,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ServiceConstants getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java new file mode 100644 index 0000000000..f31d3698f7 --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java @@ -0,0 +1,9 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface ServiceConstantsOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.ServiceConstants) + com.google.protobuf.MessageOrBuilder { +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java similarity index 51% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java index 5b90a63743..d0719b40a0 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java @@ -1,83 +1,61 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message StartResumableWrite.
  * 
* * Protobuf type {@code google.storage.v2.StartResumableWriteRequest} */ -public final class StartResumableWriteRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class StartResumableWriteRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.StartResumableWriteRequest) StartResumableWriteRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use StartResumableWriteRequest.newBuilder() to construct. private StartResumableWriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private StartResumableWriteRequest() {} + private StartResumableWriteRequest() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new StartResumableWriteRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.StartResumableWriteRequest.class, - com.google.storage.v2.StartResumableWriteRequest.Builder.class); + com.google.storage.v2.StartResumableWriteRequest.class, com.google.storage.v2.StartResumableWriteRequest.Builder.class); } public static final int WRITE_OBJECT_SPEC_FIELD_NUMBER = 1; private com.google.storage.v2.WriteObjectSpec writeObjectSpec_; /** - * - * *
-   * Required. The destination bucket, object, and metadata, as well as any preconditions.
+   * Required. The destination bucket, object, and metadata, as well as any
+   * preconditions.
    * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the writeObjectSpec field is set. */ @java.lang.Override @@ -85,34 +63,25 @@ public boolean hasWriteObjectSpec() { return writeObjectSpec_ != null; } /** - * - * *
-   * Required. The destination bucket, object, and metadata, as well as any preconditions.
+   * Required. The destination bucket, object, and metadata, as well as any
+   * preconditions.
    * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The writeObjectSpec. */ @java.lang.Override public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() { - return writeObjectSpec_ == null - ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() - : writeObjectSpec_; + return writeObjectSpec_ == null ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() : writeObjectSpec_; } /** - * - * *
-   * Required. The destination bucket, object, and metadata, as well as any preconditions.
+   * Required. The destination bucket, object, and metadata, as well as any
+   * preconditions.
    * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder() { @@ -122,14 +91,11 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 3; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -137,25 +103,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -163,13 +122,58 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } - private byte memoizedIsInitialized = -1; + public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 5; + private com.google.storage.v2.ObjectChecksums objectChecksums_; + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * uploaded object. For each upload, object_checksums can be provided with
+   * either StartResumableWriteRequest or the WriteObjectRequest with
+   * finish_write set to `true`.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + * @return Whether the objectChecksums field is set. + */ + @java.lang.Override + public boolean hasObjectChecksums() { + return objectChecksums_ != null; + } + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * uploaded object. For each upload, object_checksums can be provided with
+   * either StartResumableWriteRequest or the WriteObjectRequest with
+   * finish_write set to `true`.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + * @return The objectChecksums. + */ + @java.lang.Override + public com.google.storage.v2.ObjectChecksums getObjectChecksums() { + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * uploaded object. For each upload, object_checksums can be provided with
+   * either StartResumableWriteRequest or the WriteObjectRequest with
+   * finish_write set to `true`.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + @java.lang.Override + public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder() { + return getObjectChecksums(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -181,13 +185,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 (writeObjectSpec_ != null) { output.writeMessage(1, getWriteObjectSpec()); } if (commonObjectRequestParams_ != null) { output.writeMessage(3, getCommonObjectRequestParams()); } + if (objectChecksums_ != null) { + output.writeMessage(5, getObjectChecksums()); + } getUnknownFields().writeTo(output); } @@ -198,12 +206,16 @@ public int getSerializedSize() { size = 0; if (writeObjectSpec_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getWriteObjectSpec()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getWriteObjectSpec()); } if (commonObjectRequestParams_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 3, getCommonObjectRequestParams()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getCommonObjectRequestParams()); + } + if (objectChecksums_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getObjectChecksums()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -213,22 +225,27 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.storage.v2.StartResumableWriteRequest)) { return super.equals(obj); } - com.google.storage.v2.StartResumableWriteRequest other = - (com.google.storage.v2.StartResumableWriteRequest) obj; + com.google.storage.v2.StartResumableWriteRequest other = (com.google.storage.v2.StartResumableWriteRequest) obj; if (hasWriteObjectSpec() != other.hasWriteObjectSpec()) return false; if (hasWriteObjectSpec()) { - if (!getWriteObjectSpec().equals(other.getWriteObjectSpec())) return false; + if (!getWriteObjectSpec() + .equals(other.getWriteObjectSpec())) return false; } if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) - return false; + if (!getCommonObjectRequestParams() + .equals(other.getCommonObjectRequestParams())) return false; + } + if (hasObjectChecksums() != other.hasObjectChecksums()) return false; + if (hasObjectChecksums()) { + if (!getObjectChecksums() + .equals(other.getObjectChecksums())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -249,141 +266,139 @@ public int hashCode() { hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER; hash = (53 * hash) + getCommonObjectRequestParams().hashCode(); } + if (hasObjectChecksums()) { + hash = (37 * hash) + OBJECT_CHECKSUMS_FIELD_NUMBER; + hash = (53 * hash) + getObjectChecksums().hashCode(); + } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.StartResumableWriteRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.StartResumableWriteRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.StartResumableWriteRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.StartResumableWriteRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest 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 message StartResumableWrite.
    * 
* * Protobuf type {@code google.storage.v2.StartResumableWriteRequest} */ - 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.storage.v2.StartResumableWriteRequest) com.google.storage.v2.StartResumableWriteRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.StartResumableWriteRequest.class, - com.google.storage.v2.StartResumableWriteRequest.Builder.class); + com.google.storage.v2.StartResumableWriteRequest.class, com.google.storage.v2.StartResumableWriteRequest.Builder.class); } // Construct using com.google.storage.v2.StartResumableWriteRequest.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(); @@ -399,13 +414,19 @@ public Builder clear() { commonObjectRequestParams_ = null; commonObjectRequestParamsBuilder_ = null; } + if (objectChecksumsBuilder_ == null) { + objectChecksums_ = null; + } else { + objectChecksums_ = null; + objectChecksumsBuilder_ = null; + } return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; } @java.lang.Override @@ -424,8 +445,7 @@ public com.google.storage.v2.StartResumableWriteRequest build() { @java.lang.Override public com.google.storage.v2.StartResumableWriteRequest buildPartial() { - com.google.storage.v2.StartResumableWriteRequest result = - new com.google.storage.v2.StartResumableWriteRequest(this); + com.google.storage.v2.StartResumableWriteRequest result = new com.google.storage.v2.StartResumableWriteRequest(this); if (writeObjectSpecBuilder_ == null) { result.writeObjectSpec_ = writeObjectSpec_; } else { @@ -436,6 +456,11 @@ public com.google.storage.v2.StartResumableWriteRequest buildPartial() { } else { result.commonObjectRequestParams_ = commonObjectRequestParamsBuilder_.build(); } + if (objectChecksumsBuilder_ == null) { + result.objectChecksums_ = objectChecksums_; + } else { + result.objectChecksums_ = objectChecksumsBuilder_.build(); + } onBuilt(); return result; } @@ -444,39 +469,38 @@ public com.google.storage.v2.StartResumableWriteRequest 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) { + 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.storage.v2.StartResumableWriteRequest) { - return mergeFrom((com.google.storage.v2.StartResumableWriteRequest) other); + return mergeFrom((com.google.storage.v2.StartResumableWriteRequest)other); } else { super.mergeFrom(other); return this; @@ -484,14 +508,16 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.StartResumableWriteRequest other) { - if (other == com.google.storage.v2.StartResumableWriteRequest.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.StartResumableWriteRequest.getDefaultInstance()) return this; if (other.hasWriteObjectSpec()) { mergeWriteObjectSpec(other.getWriteObjectSpec()); } if (other.hasCommonObjectRequestParams()) { mergeCommonObjectRequestParams(other.getCommonObjectRequestParams()); } + if (other.hasObjectChecksums()) { + mergeObjectChecksums(other.getObjectChecksums()); + } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -518,26 +544,33 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getWriteObjectSpecFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - case 26: - { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getWriteObjectSpecFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + case 26: { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 26 + case 42: { + input.readMessage( + getObjectChecksumsFieldBuilder().getBuilder(), + extensionRegistry); + + 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) { @@ -550,58 +583,42 @@ public Builder mergeFrom( private com.google.storage.v2.WriteObjectSpec writeObjectSpec_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.WriteObjectSpec, - com.google.storage.v2.WriteObjectSpec.Builder, - com.google.storage.v2.WriteObjectSpecOrBuilder> - writeObjectSpecBuilder_; + com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder> writeObjectSpecBuilder_; /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the writeObjectSpec field is set. */ public boolean hasWriteObjectSpec() { return writeObjectSpecBuilder_ != null || writeObjectSpec_ != null; } /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The writeObjectSpec. */ public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() { if (writeObjectSpecBuilder_ == null) { - return writeObjectSpec_ == null - ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() - : writeObjectSpec_; + return writeObjectSpec_ == null ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() : writeObjectSpec_; } else { return writeObjectSpecBuilder_.getMessage(); } } /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) { if (writeObjectSpecBuilder_ == null) { @@ -617,15 +634,12 @@ public Builder setWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) { return this; } /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setWriteObjectSpec( com.google.storage.v2.WriteObjectSpec.Builder builderForValue) { @@ -639,23 +653,18 @@ public Builder setWriteObjectSpec( return this; } /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) { if (writeObjectSpecBuilder_ == null) { if (writeObjectSpec_ != null) { writeObjectSpec_ = - com.google.storage.v2.WriteObjectSpec.newBuilder(writeObjectSpec_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.WriteObjectSpec.newBuilder(writeObjectSpec_).mergeFrom(value).buildPartial(); } else { writeObjectSpec_ = value; } @@ -667,15 +676,12 @@ public Builder mergeWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) return this; } /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearWriteObjectSpec() { if (writeObjectSpecBuilder_ == null) { @@ -689,64 +695,51 @@ public Builder clearWriteObjectSpec() { return this; } /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.WriteObjectSpec.Builder getWriteObjectSpecBuilder() { - + onChanged(); return getWriteObjectSpecFieldBuilder().getBuilder(); } /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder() { if (writeObjectSpecBuilder_ != null) { return writeObjectSpecBuilder_.getMessageOrBuilder(); } else { - return writeObjectSpec_ == null - ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() - : writeObjectSpec_; + return writeObjectSpec_ == null ? + com.google.storage.v2.WriteObjectSpec.getDefaultInstance() : writeObjectSpec_; } } /** - * - * *
-     * Required. The destination bucket, object, and metadata, as well as any preconditions.
+     * Required. The destination bucket, object, and metadata, as well as any
+     * preconditions.
      * 
* - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.WriteObjectSpec, - com.google.storage.v2.WriteObjectSpec.Builder, - com.google.storage.v2.WriteObjectSpecOrBuilder> + com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder> getWriteObjectSpecFieldBuilder() { if (writeObjectSpecBuilder_ == null) { - writeObjectSpecBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.WriteObjectSpec, - com.google.storage.v2.WriteObjectSpec.Builder, - com.google.storage.v2.WriteObjectSpecOrBuilder>( - getWriteObjectSpec(), getParentForChildren(), isClean()); + writeObjectSpecBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder>( + getWriteObjectSpec(), + getParentForChildren(), + isClean()); writeObjectSpec_ = null; } return writeObjectSpecBuilder_; @@ -754,55 +747,41 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -816,8 +795,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -836,22 +813,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -863,8 +835,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -883,42 +853,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -926,24 +887,203 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } + private com.google.storage.v2.ObjectChecksums objectChecksums_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_; + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + * @return Whether the objectChecksums field is set. + */ + public boolean hasObjectChecksums() { + return objectChecksumsBuilder_ != null || objectChecksums_ != null; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + * @return The objectChecksums. + */ + public com.google.storage.v2.ObjectChecksums getObjectChecksums() { + if (objectChecksumsBuilder_ == null) { + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } else { + return objectChecksumsBuilder_.getMessage(); + } + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) { + if (objectChecksumsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + objectChecksums_ = value; + onChanged(); + } else { + objectChecksumsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + public Builder setObjectChecksums( + com.google.storage.v2.ObjectChecksums.Builder builderForValue) { + if (objectChecksumsBuilder_ == null) { + objectChecksums_ = builderForValue.build(); + onChanged(); + } else { + objectChecksumsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value) { + if (objectChecksumsBuilder_ == null) { + if (objectChecksums_ != null) { + objectChecksums_ = + com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial(); + } else { + objectChecksums_ = value; + } + onChanged(); + } else { + objectChecksumsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + public Builder clearObjectChecksums() { + if (objectChecksumsBuilder_ == null) { + objectChecksums_ = null; + onChanged(); + } else { + objectChecksums_ = null; + objectChecksumsBuilder_ = null; + } + + return this; + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() { + + onChanged(); + return getObjectChecksumsFieldBuilder().getBuilder(); + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder() { + if (objectChecksumsBuilder_ != null) { + return objectChecksumsBuilder_.getMessageOrBuilder(); + } else { + return objectChecksums_ == null ? + com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + } + } + /** + *
+     * The checksums of the complete object. This will be used to validate the
+     * uploaded object. For each upload, object_checksums can be provided with
+     * either StartResumableWriteRequest or the WriteObjectRequest with
+     * finish_write set to `true`.
+     * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> + getObjectChecksumsFieldBuilder() { + if (objectChecksumsBuilder_ == null) { + objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>( + getObjectChecksums(), + getParentForChildren(), + isClean()); + objectChecksums_ = null; + } + return objectChecksumsBuilder_; + } @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); } @@ -953,12 +1093,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.StartResumableWriteRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.StartResumableWriteRequest) private static final com.google.storage.v2.StartResumableWriteRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.StartResumableWriteRequest(); } @@ -967,27 +1107,27 @@ public static com.google.storage.v2.StartResumableWriteRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartResumableWriteRequest 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 StartResumableWriteRequest 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; @@ -1002,4 +1142,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.StartResumableWriteRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java new file mode 100644 index 0000000000..040be6937c --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java @@ -0,0 +1,102 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface StartResumableWriteRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.StartResumableWriteRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The destination bucket, object, and metadata, as well as any
+   * preconditions.
+   * 
+ * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the writeObjectSpec field is set. + */ + boolean hasWriteObjectSpec(); + /** + *
+   * Required. The destination bucket, object, and metadata, as well as any
+   * preconditions.
+   * 
+ * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The writeObjectSpec. + */ + com.google.storage.v2.WriteObjectSpec getWriteObjectSpec(); + /** + *
+   * Required. The destination bucket, object, and metadata, as well as any
+   * preconditions.
+   * 
+ * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder(); + + /** + *
+   * A set of parameters common to Storage API requests concerning an object.
+   * 
+ * + * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + * @return Whether the commonObjectRequestParams field is set. + */ + boolean hasCommonObjectRequestParams(); + /** + *
+   * A set of parameters common to Storage API requests concerning an object.
+   * 
+ * + * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + * @return The commonObjectRequestParams. + */ + com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); + /** + *
+   * A set of parameters common to Storage API requests concerning an object.
+   * 
+ * + * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + */ + com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); + + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * uploaded object. For each upload, object_checksums can be provided with
+   * either StartResumableWriteRequest or the WriteObjectRequest with
+   * finish_write set to `true`.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + * @return Whether the objectChecksums field is set. + */ + boolean hasObjectChecksums(); + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * uploaded object. For each upload, object_checksums can be provided with
+   * either StartResumableWriteRequest or the WriteObjectRequest with
+   * finish_write set to `true`.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + * @return The objectChecksums. + */ + com.google.storage.v2.ObjectChecksums getObjectChecksums(); + /** + *
+   * The checksums of the complete object. This will be used to validate the
+   * uploaded object. For each upload, object_checksums can be provided with
+   * either StartResumableWriteRequest or the WriteObjectRequest with
+   * finish_write set to `true`.
+   * 
+ * + * .google.storage.v2.ObjectChecksums object_checksums = 5; + */ + com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder(); +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java similarity index 66% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java index 3d53532413..e5751adeea 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java @@ -1,84 +1,62 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Response object for `StartResumableWrite`.
  * 
* * Protobuf type {@code google.storage.v2.StartResumableWriteResponse} */ -public final class StartResumableWriteResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class StartResumableWriteResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.StartResumableWriteResponse) StartResumableWriteResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use StartResumableWriteResponse.newBuilder() to construct. private StartResumableWriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private StartResumableWriteResponse() { uploadId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new StartResumableWriteResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.StartResumableWriteResponse.class, - com.google.storage.v2.StartResumableWriteResponse.Builder.class); + com.google.storage.v2.StartResumableWriteResponse.class, com.google.storage.v2.StartResumableWriteResponse.Builder.class); } public static final int UPLOAD_ID_FIELD_NUMBER = 1; private volatile java.lang.Object uploadId_; /** - * - * *
    * The upload_id of the newly started resumable write operation. This
    * value should be copied into the `WriteObjectRequest.upload_id` field.
    * 
* * string upload_id = 1; - * * @return The uploadId. */ @java.lang.Override @@ -87,30 +65,30 @@ public java.lang.String getUploadId() { 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(); uploadId_ = s; return s; } } /** - * - * *
    * The upload_id of the newly started resumable write operation. This
    * value should be copied into the `WriteObjectRequest.upload_id` field.
    * 
* * string upload_id = 1; - * * @return The bytes for uploadId. */ @java.lang.Override - public com.google.protobuf.ByteString getUploadIdBytes() { + public com.google.protobuf.ByteString + getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -119,7 +97,6 @@ public com.google.protobuf.ByteString getUploadIdBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -131,7 +108,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(uploadId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uploadId_); } @@ -155,15 +133,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.storage.v2.StartResumableWriteResponse)) { return super.equals(obj); } - com.google.storage.v2.StartResumableWriteResponse other = - (com.google.storage.v2.StartResumableWriteResponse) obj; + com.google.storage.v2.StartResumableWriteResponse other = (com.google.storage.v2.StartResumableWriteResponse) obj; - if (!getUploadId().equals(other.getUploadId())) return false; + if (!getUploadId() + .equals(other.getUploadId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -183,135 +161,129 @@ public int hashCode() { } public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.storage.v2.StartResumableWriteResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.StartResumableWriteResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse 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; } /** - * - * *
    * Response object for `StartResumableWrite`.
    * 
* * Protobuf type {@code google.storage.v2.StartResumableWriteResponse} */ - 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.storage.v2.StartResumableWriteResponse) com.google.storage.v2.StartResumableWriteResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.StartResumableWriteResponse.class, - com.google.storage.v2.StartResumableWriteResponse.Builder.class); + com.google.storage.v2.StartResumableWriteResponse.class, com.google.storage.v2.StartResumableWriteResponse.Builder.class); } // Construct using com.google.storage.v2.StartResumableWriteResponse.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(); @@ -321,9 +293,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; } @java.lang.Override @@ -342,8 +314,7 @@ public com.google.storage.v2.StartResumableWriteResponse build() { @java.lang.Override public com.google.storage.v2.StartResumableWriteResponse buildPartial() { - com.google.storage.v2.StartResumableWriteResponse result = - new com.google.storage.v2.StartResumableWriteResponse(this); + com.google.storage.v2.StartResumableWriteResponse result = new com.google.storage.v2.StartResumableWriteResponse(this); result.uploadId_ = uploadId_; onBuilt(); return result; @@ -353,39 +324,38 @@ public com.google.storage.v2.StartResumableWriteResponse 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) { + 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.storage.v2.StartResumableWriteResponse) { - return mergeFrom((com.google.storage.v2.StartResumableWriteResponse) other); + return mergeFrom((com.google.storage.v2.StartResumableWriteResponse)other); } else { super.mergeFrom(other); return this; @@ -393,8 +363,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.StartResumableWriteResponse other) { - if (other == com.google.storage.v2.StartResumableWriteResponse.getDefaultInstance()) - return this; + if (other == com.google.storage.v2.StartResumableWriteResponse.getDefaultInstance()) return this; if (!other.getUploadId().isEmpty()) { uploadId_ = other.uploadId_; onChanged(); @@ -425,19 +394,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - uploadId_ = input.readStringRequireUtf8(); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + uploadId_ = input.readStringRequireUtf8(); + + 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) { @@ -450,21 +417,19 @@ public Builder mergeFrom( private java.lang.Object uploadId_ = ""; /** - * - * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; - * * @return The uploadId. */ public java.lang.String getUploadId() { java.lang.Object ref = uploadId_; 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(); uploadId_ = s; return s; @@ -473,22 +438,21 @@ public java.lang.String getUploadId() { } } /** - * - * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; - * * @return The bytes for uploadId. */ - public com.google.protobuf.ByteString getUploadIdBytes() { + public com.google.protobuf.ByteString + getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -496,71 +460,64 @@ public com.google.protobuf.ByteString getUploadIdBytes() { } } /** - * - * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; - * * @param value The uploadId to set. * @return This builder for chaining. */ - public Builder setUploadId(java.lang.String value) { + public Builder setUploadId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + uploadId_ = value; onChanged(); return this; } /** - * - * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; - * * @return This builder for chaining. */ public Builder clearUploadId() { - + uploadId_ = getDefaultInstance().getUploadId(); onChanged(); return this; } /** - * - * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; - * * @param value The bytes for uploadId to set. * @return This builder for chaining. */ - public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { + public Builder setUploadIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + uploadId_ = 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); } @@ -570,12 +527,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.StartResumableWriteResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.StartResumableWriteResponse) private static final com.google.storage.v2.StartResumableWriteResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.StartResumableWriteResponse(); } @@ -584,27 +541,27 @@ public static com.google.storage.v2.StartResumableWriteResponse getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartResumableWriteResponse 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 StartResumableWriteResponse 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; @@ -619,4 +576,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.storage.v2.StartResumableWriteResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java similarity index 52% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java index 4936df9ca2..56551004a1 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java @@ -1,52 +1,31 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface StartResumableWriteResponseOrBuilder - extends +public interface StartResumableWriteResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.StartResumableWriteResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The upload_id of the newly started resumable write operation. This
    * value should be copied into the `WriteObjectRequest.upload_id` field.
    * 
* * string upload_id = 1; - * * @return The uploadId. */ java.lang.String getUploadId(); /** - * - * *
    * The upload_id of the newly started resumable write operation. This
    * value should be copied into the `WriteObjectRequest.upload_id` field.
    * 
* * string upload_id = 1; - * * @return The bytes for uploadId. */ - com.google.protobuf.ByteString getUploadIdBytes(); + com.google.protobuf.ByteString + getUploadIdBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java new file mode 100644 index 0000000000..1c4ba3cea0 --- /dev/null +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java @@ -0,0 +1,1419 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/storage/v2/storage.proto + +package com.google.storage.v2; + +public final class StorageProto { + private StorageProto() {} + 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_storage_v2_DeleteBucketRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetBucketRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CreateBucketRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListBucketsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListBucketsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_UpdateBucketRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetNotificationRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CreateNotificationRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListNotificationsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListNotificationsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ComposeObjectRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_DeleteObjectRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ReadObjectRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetObjectRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ReadObjectResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_WriteObjectSpec_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_WriteObjectRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_WriteObjectResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListObjectsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_RewriteObjectRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_RewriteResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_UpdateObjectRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ServiceConstants_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Billing_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Cors_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Encryption_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_IamConfig_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Lifecycle_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Logging_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Versioning_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Website_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Autoclass_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_BucketAccessControl_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ChecksummedData_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ObjectChecksums_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_HmacKeyMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Notification_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Notification_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Notification_CustomAttributesEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CustomerEncryption_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Object_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Object_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Object_MetadataEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Object_MetadataEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ObjectAccessControl_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListObjectsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ProjectTeam_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ServiceAccount_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Owner_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Owner_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ContentRange_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ContentRange_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/storage/v2/storage.proto\022\021googl" + + "e.storage.v2\032\027google/api/client.proto\032\037g" + + "oogle/api/field_behavior.proto\032\031google/a" + + "pi/resource.proto\032\030google/api/routing.pr" + + "oto\032\036google/iam/v1/iam_policy.proto\032\032goo" + + "gle/iam/v1/policy.proto\032\036google/protobuf" + + "/duration.proto\032\033google/protobuf/empty.p" + + "roto\032 google/protobuf/field_mask.proto\032\037" + + "google/protobuf/timestamp.proto\032\026google/" + + "type/date.proto\"\326\001\n\023DeleteBucketRequest\022" + + "3\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035storage.googleapi" + + "s.com/Bucket\022$\n\027if_metageneration_match\030" + + "\002 \001(\003H\000\210\001\001\022(\n\033if_metageneration_not_matc" + + "h\030\003 \001(\003H\001\210\001\001B\032\n\030_if_metageneration_match" + + "B\036\n\034_if_metageneration_not_match\"\225\002\n\020Get" + + "BucketRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035sto" + + "rage.googleapis.com/Bucket\022$\n\027if_metagen" + + "eration_match\030\002 \001(\003H\000\210\001\001\022(\n\033if_metagener" + + "ation_not_match\030\003 \001(\003H\001\210\001\001\0222\n\tread_mask\030" + + "\005 \001(\0132\032.google.protobuf.FieldMaskH\002\210\001\001B\032" + + "\n\030_if_metageneration_matchB\036\n\034_if_metage" + + "neration_not_matchB\014\n\n_read_mask\"\334\001\n\023Cre" + + "ateBucketRequest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-" + + "\n+cloudresourcemanager.googleapis.com/Pr" + + "oject\022)\n\006bucket\030\002 \001(\0132\031.google.storage.v" + + "2.Bucket\022\026\n\tbucket_id\030\003 \001(\tB\003\340A\002\022\026\n\016pred" + + "efined_acl\030\006 \001(\t\022%\n\035predefined_default_o" + + "bject_acl\030\007 \001(\t\"\322\001\n\022ListBucketsRequest\022C" + + "\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+cloudresourceman" + + "ager.googleapis.com/Project\022\021\n\tpage_size" + + "\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006prefix\030\004 \001" + + "(\t\0222\n\tread_mask\030\005 \001(\0132\032.google.protobuf." + + "FieldMaskH\000\210\001\001B\014\n\n_read_mask\"Z\n\023ListBuck" + + "etsResponse\022*\n\007buckets\030\001 \003(\0132\031.google.st" + + "orage.v2.Bucket\022\027\n\017next_page_token\030\002 \001(\t" + + "\"\177\n LockBucketRetentionPolicyRequest\0225\n\006" + + "bucket\030\001 \001(\tB%\340A\002\372A\037\n\035storage.googleapis" + + ".com/Bucket\022$\n\027if_metageneration_match\030\002" + + " \001(\003B\003\340A\002\"\306\002\n\023UpdateBucketRequest\022.\n\006buc" + + "ket\030\001 \001(\0132\031.google.storage.v2.BucketB\003\340A" + + "\002\022$\n\027if_metageneration_match\030\002 \001(\003H\000\210\001\001\022" + + "(\n\033if_metageneration_not_match\030\003 \001(\003H\001\210\001" + + "\001\022\026\n\016predefined_acl\030\010 \001(\t\022%\n\035predefined_" + + "default_object_acl\030\t \001(\t\0224\n\013update_mask\030" + + "\006 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002B\032" + + "\n\030_if_metageneration_matchB\036\n\034_if_metage" + + "neration_not_match\"V\n\031DeleteNotification" + + "Request\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#storage.g" + + "oogleapis.com/Notification\"M\n\026GetNotific" + + "ationRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035stor" + + "age.googleapis.com/Bucket\"\216\001\n\031CreateNoti" + + "ficationRequest\0225\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022" + + "\035storage.googleapis.com/Bucket\022:\n\014notifi" + + "cation\030\002 \001(\0132\037.google.storage.v2.Notific" + + "ationB\003\340A\002\"x\n\030ListNotificationsRequest\0225" + + "\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022\035storage.googleap" + + "is.com/Bucket\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage" + + "_token\030\003 \001(\t\"l\n\031ListNotificationsRespons" + + "e\0226\n\rnotifications\030\001 \003(\0132\037.google.storag" + + "e.v2.Notification\022\027\n\017next_page_token\030\002 \001" + + "(\t\"\365\005\n\024ComposeObjectRequest\0223\n\013destinati" + + "on\030\001 \001(\0132\031.google.storage.v2.ObjectB\003\340A\002" + + "\022L\n\016source_objects\030\002 \003(\01324.google.storag" + + "e.v2.ComposeObjectRequest.SourceObject\022\"" + + "\n\032destination_predefined_acl\030\t \001(\t\022 \n\023if" + + "_generation_match\030\004 \001(\003H\000\210\001\001\022$\n\027if_metag" + + "eneration_match\030\005 \001(\003H\001\210\001\001\0227\n\007kms_key\030\006 " + + "\001(\tB&\372A#\n!cloudkms.googleapis.com/Crypto" + + "Key\022R\n\034common_object_request_params\030\007 \001(" + + "\0132,.google.storage.v2.CommonObjectReques" + + "tParams\022<\n\020object_checksums\030\n \001(\0132\".goog" + + "le.storage.v2.ObjectChecksums\032\356\001\n\014Source" + + "Object\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\022\n\ngeneration\030" + + "\002 \001(\003\022f\n\024object_preconditions\030\003 \001(\0132H.go" + + "ogle.storage.v2.ComposeObjectRequest.Sou" + + "rceObject.ObjectPreconditions\032O\n\023ObjectP" + + "reconditions\022 \n\023if_generation_match\030\001 \001(" + + "\003H\000\210\001\001B\026\n\024_if_generation_matchB\026\n\024_if_ge" + + "neration_matchB\032\n\030_if_metageneration_mat" + + "ch\"\257\003\n\023DeleteObjectRequest\022\023\n\006bucket\030\001 \001" + + "(\tB\003\340A\002\022\023\n\006object\030\002 \001(\tB\003\340A\002\022\022\n\ngenerati" + + "on\030\004 \001(\003\022 \n\023if_generation_match\030\005 \001(\003H\000\210" + + "\001\001\022$\n\027if_generation_not_match\030\006 \001(\003H\001\210\001\001" + + "\022$\n\027if_metageneration_match\030\007 \001(\003H\002\210\001\001\022(" + + "\n\033if_metageneration_not_match\030\010 \001(\003H\003\210\001\001" + + "\022R\n\034common_object_request_params\030\n \001(\0132," + + ".google.storage.v2.CommonObjectRequestPa" + + "ramsB\026\n\024_if_generation_matchB\032\n\030_if_gene" + + "ration_not_matchB\032\n\030_if_metageneration_m" + + "atchB\036\n\034_if_metageneration_not_match\"5\n\033" + + "CancelResumableWriteRequest\022\026\n\tupload_id" + + "\030\001 \001(\tB\003\340A\002\"\036\n\034CancelResumableWriteRespo" + + "nse\"\230\004\n\021ReadObjectRequest\022\023\n\006bucket\030\001 \001(" + + "\tB\003\340A\002\022\023\n\006object\030\002 \001(\tB\003\340A\002\022\022\n\ngeneratio" + + "n\030\003 \001(\003\022\023\n\013read_offset\030\004 \001(\003\022\022\n\nread_lim" + + "it\030\005 \001(\003\022 \n\023if_generation_match\030\006 \001(\003H\000\210" + + "\001\001\022$\n\027if_generation_not_match\030\007 \001(\003H\001\210\001\001" + + "\022$\n\027if_metageneration_match\030\010 \001(\003H\002\210\001\001\022(" + + "\n\033if_metageneration_not_match\030\t \001(\003H\003\210\001\001" + + "\022R\n\034common_object_request_params\030\n \001(\0132," + + ".google.storage.v2.CommonObjectRequestPa" + + "rams\0222\n\tread_mask\030\014 \001(\0132\032.google.protobu" + + "f.FieldMaskH\004\210\001\001B\026\n\024_if_generation_match" + + "B\032\n\030_if_generation_not_matchB\032\n\030_if_meta" + + "generation_matchB\036\n\034_if_metageneration_n" + + "ot_matchB\014\n\n_read_mask\"\356\003\n\020GetObjectRequ" + + "est\022\023\n\006bucket\030\001 \001(\tB\003\340A\002\022\023\n\006object\030\002 \001(\t" + + "B\003\340A\002\022\022\n\ngeneration\030\003 \001(\003\022 \n\023if_generati" + + "on_match\030\004 \001(\003H\000\210\001\001\022$\n\027if_generation_not" + + "_match\030\005 \001(\003H\001\210\001\001\022$\n\027if_metageneration_m" + + "atch\030\006 \001(\003H\002\210\001\001\022(\n\033if_metageneration_not" + + "_match\030\007 \001(\003H\003\210\001\001\022R\n\034common_object_reque" + + "st_params\030\010 \001(\0132,.google.storage.v2.Comm" + + "onObjectRequestParams\0222\n\tread_mask\030\n \001(\013" + + "2\032.google.protobuf.FieldMaskH\004\210\001\001B\026\n\024_if" + + "_generation_matchB\032\n\030_if_generation_not_" + + "matchB\032\n\030_if_metageneration_matchB\036\n\034_if" + + "_metageneration_not_matchB\014\n\n_read_mask\"" + + "\365\001\n\022ReadObjectResponse\022<\n\020checksummed_da" + + "ta\030\001 \001(\0132\".google.storage.v2.Checksummed" + + "Data\022<\n\020object_checksums\030\002 \001(\0132\".google." + + "storage.v2.ObjectChecksums\0226\n\rcontent_ra" + + "nge\030\003 \001(\0132\037.google.storage.v2.ContentRan" + + "ge\022+\n\010metadata\030\004 \001(\0132\031.google.storage.v2" + + ".Object\"\215\003\n\017WriteObjectSpec\0220\n\010resource\030" + + "\001 \001(\0132\031.google.storage.v2.ObjectB\003\340A\002\022\026\n" + + "\016predefined_acl\030\007 \001(\t\022 \n\023if_generation_m" + + "atch\030\003 \001(\003H\000\210\001\001\022$\n\027if_generation_not_mat" + + "ch\030\004 \001(\003H\001\210\001\001\022$\n\027if_metageneration_match" + + "\030\005 \001(\003H\002\210\001\001\022(\n\033if_metageneration_not_mat" + + "ch\030\006 \001(\003H\003\210\001\001\022\030\n\013object_size\030\010 \001(\003H\004\210\001\001B" + + "\026\n\024_if_generation_matchB\032\n\030_if_generatio" + + "n_not_matchB\032\n\030_if_metageneration_matchB" + + "\036\n\034_if_metageneration_not_matchB\016\n\014_obje" + + "ct_size\"\206\003\n\022WriteObjectRequest\022\023\n\tupload" + + "_id\030\001 \001(\tH\000\022?\n\021write_object_spec\030\002 \001(\0132\"" + + ".google.storage.v2.WriteObjectSpecH\000\022\031\n\014" + + "write_offset\030\003 \001(\003B\003\340A\002\022>\n\020checksummed_d" + + "ata\030\004 \001(\0132\".google.storage.v2.Checksumme" + + "dDataH\001\022<\n\020object_checksums\030\006 \001(\0132\".goog" + + "le.storage.v2.ObjectChecksums\022\024\n\014finish_" + + "write\030\007 \001(\010\022R\n\034common_object_request_par" + + "ams\030\010 \001(\0132,.google.storage.v2.CommonObje" + + "ctRequestParamsB\017\n\rfirst_messageB\006\n\004data" + + "\"n\n\023WriteObjectResponse\022\030\n\016persisted_siz" + + "e\030\001 \001(\003H\000\022-\n\010resource\030\002 \001(\0132\031.google.sto" + + "rage.v2.ObjectH\000B\016\n\014write_status\"\317\002\n\022Lis" + + "tObjectsRequest\0225\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022" + + "\035storage.googleapis.com/Bucket\022\021\n\tpage_s" + + "ize\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\021\n\tdelimit" + + "er\030\004 \001(\t\022\"\n\032include_trailing_delimiter\030\005" + + " \001(\010\022\016\n\006prefix\030\006 \001(\t\022\020\n\010versions\030\007 \001(\010\0222" + + "\n\tread_mask\030\010 \001(\0132\032.google.protobuf.Fiel" + + "dMaskH\000\210\001\001\022 \n\023lexicographic_start\030\n \001(\tB" + + "\003\340A\001\022\036\n\021lexicographic_end\030\013 \001(\tB\003\340A\001B\014\n\n" + + "_read_mask\"\205\001\n\027QueryWriteStatusRequest\022\026" + + "\n\tupload_id\030\001 \001(\tB\003\340A\002\022R\n\034common_object_" + + "request_params\030\002 \001(\0132,.google.storage.v2" + + ".CommonObjectRequestParams\"s\n\030QueryWrite" + + "StatusResponse\022\030\n\016persisted_size\030\001 \001(\003H\000" + + "\022-\n\010resource\030\002 \001(\0132\031.google.storage.v2.O" + + "bjectH\000B\016\n\014write_status\"\206\n\n\024RewriteObjec" + + "tRequest\022 \n\020destination_name\030\030 \001(\tB\006\340A\002\340" + + "A\005\022D\n\022destination_bucket\030\031 \001(\tB(\340A\002\340A\005\372A" + + "\037\n\035storage.googleapis.com/Bucket\022C\n\023dest" + + "ination_kms_key\030\033 \001(\tB&\372A#\n!cloudkms.goo" + + "gleapis.com/CryptoKey\022.\n\013destination\030\001 \001" + + "(\0132\031.google.storage.v2.Object\022\032\n\rsource_" + + "bucket\030\002 \001(\tB\003\340A\002\022\032\n\rsource_object\030\003 \001(\t" + + "B\003\340A\002\022\031\n\021source_generation\030\004 \001(\003\022\025\n\rrewr" + + "ite_token\030\005 \001(\t\022\"\n\032destination_predefine" + + "d_acl\030\034 \001(\t\022 \n\023if_generation_match\030\007 \001(\003" + + "H\000\210\001\001\022$\n\027if_generation_not_match\030\010 \001(\003H\001" + + "\210\001\001\022$\n\027if_metageneration_match\030\t \001(\003H\002\210\001" + + "\001\022(\n\033if_metageneration_not_match\030\n \001(\003H\003" + + "\210\001\001\022\'\n\032if_source_generation_match\030\013 \001(\003H" + + "\004\210\001\001\022+\n\036if_source_generation_not_match\030\014" + + " \001(\003H\005\210\001\001\022+\n\036if_source_metageneration_ma" + + "tch\030\r \001(\003H\006\210\001\001\022/\n\"if_source_metagenerati" + + "on_not_match\030\016 \001(\003H\007\210\001\001\022$\n\034max_bytes_rew" + + "ritten_per_call\030\017 \001(\003\022(\n copy_source_enc" + + "ryption_algorithm\030\020 \001(\t\022(\n copy_source_e" + + "ncryption_key_bytes\030\025 \001(\014\022/\n\'copy_source" + + "_encryption_key_sha256_bytes\030\026 \001(\014\022R\n\034co" + + "mmon_object_request_params\030\023 \001(\0132,.googl" + + "e.storage.v2.CommonObjectRequestParams\022<" + + "\n\020object_checksums\030\035 \001(\0132\".google.storag" + + "e.v2.ObjectChecksumsB\026\n\024_if_generation_m" + + "atchB\032\n\030_if_generation_not_matchB\032\n\030_if_" + + "metageneration_matchB\036\n\034_if_metagenerati" + + "on_not_matchB\035\n\033_if_source_generation_ma" + + "tchB!\n\037_if_source_generation_not_matchB!" + + "\n\037_if_source_metageneration_matchB%\n#_if" + + "_source_metageneration_not_match\"\227\001\n\017Rew" + + "riteResponse\022\035\n\025total_bytes_rewritten\030\001 " + + "\001(\003\022\023\n\013object_size\030\002 \001(\003\022\014\n\004done\030\003 \001(\010\022\025" + + "\n\rrewrite_token\030\004 \001(\t\022+\n\010resource\030\005 \001(\0132" + + "\031.google.storage.v2.Object\"\362\001\n\032StartResu" + + "mableWriteRequest\022B\n\021write_object_spec\030\001" + + " \001(\0132\".google.storage.v2.WriteObjectSpec" + + "B\003\340A\002\022R\n\034common_object_request_params\030\003 " + + "\001(\0132,.google.storage.v2.CommonObjectRequ" + + "estParams\022<\n\020object_checksums\030\005 \001(\0132\".go" + + "ogle.storage.v2.ObjectChecksums\"0\n\033Start" + + "ResumableWriteResponse\022\021\n\tupload_id\030\001 \001(" + + "\t\"\357\003\n\023UpdateObjectRequest\022.\n\006object\030\001 \001(" + + "\0132\031.google.storage.v2.ObjectB\003\340A\002\022 \n\023if_" + + "generation_match\030\002 \001(\003H\000\210\001\001\022$\n\027if_genera" + + "tion_not_match\030\003 \001(\003H\001\210\001\001\022$\n\027if_metagene" + + "ration_match\030\004 \001(\003H\002\210\001\001\022(\n\033if_metagenera" + + "tion_not_match\030\005 \001(\003H\003\210\001\001\022\026\n\016predefined_" + + "acl\030\n \001(\t\0224\n\013update_mask\030\007 \001(\0132\032.google." + + "protobuf.FieldMaskB\003\340A\002\022R\n\034common_object" + + "_request_params\030\010 \001(\0132,.google.storage.v" + + "2.CommonObjectRequestParamsB\026\n\024_if_gener" + + "ation_matchB\032\n\030_if_generation_not_matchB" + + "\032\n\030_if_metageneration_matchB\036\n\034_if_metag" + + "eneration_not_match\"`\n\030GetServiceAccount" + + "Request\022D\n\007project\030\001 \001(\tB3\340A\002\372A-\n+cloudr" + + "esourcemanager.googleapis.com/Project\"\200\001" + + "\n\024CreateHmacKeyRequest\022D\n\007project\030\001 \001(\tB" + + "3\340A\002\372A-\n+cloudresourcemanager.googleapis" + + ".com/Project\022\"\n\025service_account_email\030\002 " + + "\001(\tB\003\340A\002\"g\n\025CreateHmacKeyResponse\0224\n\010met" + + "adata\030\001 \001(\0132\".google.storage.v2.HmacKeyM" + + "etadata\022\030\n\020secret_key_bytes\030\003 \001(\014\"t\n\024Del" + + "eteHmacKeyRequest\022\026\n\taccess_id\030\001 \001(\tB\003\340A" + + "\002\022D\n\007project\030\002 \001(\tB3\340A\002\372A-\n+cloudresourc" + + "emanager.googleapis.com/Project\"q\n\021GetHm" + + "acKeyRequest\022\026\n\taccess_id\030\001 \001(\tB\003\340A\002\022D\n\007" + + "project\030\002 \001(\tB3\340A\002\372A-\n+cloudresourcemana" + + "ger.googleapis.com/Project\"\274\001\n\023ListHmacK" + + "eysRequest\022D\n\007project\030\001 \001(\tB3\340A\002\372A-\n+clo" + + "udresourcemanager.googleapis.com/Project" + + "\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022" + + "\035\n\025service_account_email\030\004 \001(\t\022\031\n\021show_d" + + "eleted_keys\030\005 \001(\010\"f\n\024ListHmacKeysRespons" + + "e\0225\n\thmac_keys\030\001 \003(\0132\".google.storage.v2" + + ".HmacKeyMetadata\022\027\n\017next_page_token\030\002 \001(" + + "\t\"\202\001\n\024UpdateHmacKeyRequest\0229\n\010hmac_key\030\001" + + " \001(\0132\".google.storage.v2.HmacKeyMetadata" + + "B\003\340A\002\022/\n\013update_mask\030\003 \001(\0132\032.google.prot" + + "obuf.FieldMask\"|\n\031CommonObjectRequestPar" + + "ams\022\034\n\024encryption_algorithm\030\001 \001(\t\022\034\n\024enc" + + "ryption_key_bytes\030\004 \001(\014\022#\n\033encryption_ke" + + "y_sha256_bytes\030\005 \001(\014\"\312\005\n\020ServiceConstant" + + "s\"\265\005\n\006Values\022\026\n\022VALUES_UNSPECIFIED\020\000\022\033\n\024" + + "MAX_READ_CHUNK_BYTES\020\200\200\200\001\022\034\n\025MAX_WRITE_C" + + "HUNK_BYTES\020\200\200\200\001\022\031\n\022MAX_OBJECT_SIZE_MB\020\200\200" + + "\300\002\022)\n$MAX_CUSTOM_METADATA_FIELD_NAME_BYT" + + "ES\020\200\010\022*\n%MAX_CUSTOM_METADATA_FIELD_VALUE" + + "_BYTES\020\200 \022)\n$MAX_CUSTOM_METADATA_TOTAL_S" + + "IZE_BYTES\020\200@\022*\n$MAX_BUCKET_METADATA_TOTA" + + "L_SIZE_BYTES\020\200\240\001\022\'\n#MAX_NOTIFICATION_CON" + + "FIGS_PER_BUCKET\020d\022\"\n\036MAX_LIFECYCLE_RULES" + + "_PER_BUCKET\020d\022&\n\"MAX_NOTIFICATION_CUSTOM" + + "_ATTRIBUTES\020\005\0221\n,MAX_NOTIFICATION_CUSTOM" + + "_ATTRIBUTE_KEY_LENGTH\020\200\002\0223\n.MAX_NOTIFICA" + + "TION_CUSTOM_ATTRIBUTE_VALUE_LENGTH\020\200\010\022\034\n" + + "\030MAX_LABELS_ENTRIES_COUNT\020@\022\037\n\033MAX_LABEL" + + "S_KEY_VALUE_LENGTH\020?\022\037\n\032MAX_LABELS_KEY_V" + + "ALUE_BYTES\020\200\001\022.\n)MAX_OBJECT_IDS_PER_DELE" + + "TE_OBJECTS_REQUEST\020\350\007\022\036\n\032SPLIT_TOKEN_MAX" + + "_VALID_DAYS\020\016\032\002\020\001\"\206\030\n\006Bucket\022\021\n\004name\030\001 \001" + + "(\tB\003\340A\005\022\026\n\tbucket_id\030\002 \001(\tB\003\340A\003\022\014\n\004etag\030" + + "\035 \001(\t\022D\n\007project\030\003 \001(\tB3\340A\005\372A-\n+cloudres" + + "ourcemanager.googleapis.com/Project\022\033\n\016m" + + "etageneration\030\004 \001(\003B\003\340A\003\022\025\n\010location\030\005 \001" + + "(\tB\003\340A\005\022\032\n\rlocation_type\030\006 \001(\tB\003\340A\003\022\025\n\rs" + + "torage_class\030\007 \001(\t\022\013\n\003rpo\030\033 \001(\t\0223\n\003acl\030\010" + + " \003(\0132&.google.storage.v2.BucketAccessCon" + + "trol\022B\n\022default_object_acl\030\t \003(\0132&.googl" + + "e.storage.v2.ObjectAccessControl\0226\n\tlife" + + "cycle\030\n \001(\0132#.google.storage.v2.Bucket.L" + + "ifecycle\0224\n\013create_time\030\013 \001(\0132\032.google.p" + + "rotobuf.TimestampB\003\340A\003\022,\n\004cors\030\014 \003(\0132\036.g" + + "oogle.storage.v2.Bucket.Cors\0224\n\013update_t" + + "ime\030\r \001(\0132\032.google.protobuf.TimestampB\003\340" + + "A\003\022 \n\030default_event_based_hold\030\016 \001(\010\0225\n\006" + + "labels\030\017 \003(\0132%.google.storage.v2.Bucket." + + "LabelsEntry\0222\n\007website\030\020 \001(\0132!.google.st" + + "orage.v2.Bucket.Website\0228\n\nversioning\030\021 " + + "\001(\0132$.google.storage.v2.Bucket.Versionin" + + "g\0222\n\007logging\030\022 \001(\0132!.google.storage.v2.B" + + "ucket.Logging\022,\n\005owner\030\023 \001(\0132\030.google.st" + + "orage.v2.OwnerB\003\340A\003\0228\n\nencryption\030\024 \001(\0132" + + "$.google.storage.v2.Bucket.Encryption\0222\n" + + "\007billing\030\025 \001(\0132!.google.storage.v2.Bucke" + + "t.Billing\022C\n\020retention_policy\030\026 \001(\0132).go" + + "ogle.storage.v2.Bucket.RetentionPolicy\0227" + + "\n\niam_config\030\027 \001(\0132#.google.storage.v2.B" + + "ucket.IamConfig\022\025\n\rsatisfies_pzs\030\031 \001(\010\022P" + + "\n\027custom_placement_config\030\032 \001(\0132/.google" + + ".storage.v2.Bucket.CustomPlacementConfig" + + "\0226\n\tautoclass\030\034 \001(\0132#.google.storage.v2." + + "Bucket.Autoclass\032!\n\007Billing\022\026\n\016requester" + + "_pays\030\001 \001(\010\032X\n\004Cors\022\016\n\006origin\030\001 \003(\t\022\016\n\006m" + + "ethod\030\002 \003(\t\022\027\n\017response_header\030\003 \003(\t\022\027\n\017" + + "max_age_seconds\030\004 \001(\005\032M\n\nEncryption\022?\n\017d" + + "efault_kms_key\030\001 \001(\tB&\372A#\n!cloudkms.goog" + + "leapis.com/CryptoKey\032\354\001\n\tIamConfig\022a\n\033un" + + "iform_bucket_level_access\030\001 \001(\0132<.google" + + ".storage.v2.Bucket.IamConfig.UniformBuck" + + "etLevelAccess\022 \n\030public_access_preventio" + + "n\030\003 \001(\t\032Z\n\030UniformBucketLevelAccess\022\017\n\007e" + + "nabled\030\001 \001(\010\022-\n\tlock_time\030\002 \001(\0132\032.google" + + ".protobuf.Timestamp\032\363\005\n\tLifecycle\0226\n\004rul" + + "e\030\001 \003(\0132(.google.storage.v2.Bucket.Lifec" + + "ycle.Rule\032\255\005\n\004Rule\022?\n\006action\030\001 \001(\0132/.goo" + + "gle.storage.v2.Bucket.Lifecycle.Rule.Act" + + "ion\022E\n\tcondition\030\002 \001(\01322.google.storage." + + "v2.Bucket.Lifecycle.Rule.Condition\032-\n\006Ac" + + "tion\022\014\n\004type\030\001 \001(\t\022\025\n\rstorage_class\030\002 \001(" + + "\t\032\355\003\n\tCondition\022\025\n\010age_days\030\001 \001(\005H\000\210\001\001\022)" + + "\n\016created_before\030\002 \001(\0132\021.google.type.Dat" + + "e\022\024\n\007is_live\030\003 \001(\010H\001\210\001\001\022\037\n\022num_newer_ver" + + "sions\030\004 \001(\005H\002\210\001\001\022\035\n\025matches_storage_clas" + + "s\030\005 \003(\t\022#\n\026days_since_custom_time\030\007 \001(\005H" + + "\003\210\001\001\022-\n\022custom_time_before\030\010 \001(\0132\021.googl" + + "e.type.Date\022\'\n\032days_since_noncurrent_tim" + + "e\030\t \001(\005H\004\210\001\001\0221\n\026noncurrent_time_before\030\n" + + " \001(\0132\021.google.type.Date\022\026\n\016matches_prefi" + + "x\030\013 \003(\t\022\026\n\016matches_suffix\030\014 \003(\tB\013\n\t_age_" + + "daysB\n\n\010_is_liveB\025\n\023_num_newer_versionsB" + + "\031\n\027_days_since_custom_timeB\035\n\033_days_sinc" + + "e_noncurrent_time\0328\n\007Logging\022\022\n\nlog_buck" + + "et\030\001 \001(\t\022\031\n\021log_object_prefix\030\002 \001(\t\032\303\001\n\017" + + "RetentionPolicy\0222\n\016effective_time\030\001 \001(\0132" + + "\032.google.protobuf.Timestamp\022\021\n\tis_locked" + + "\030\002 \001(\010\022\035\n\020retention_period\030\003 \001(\003H\000\210\001\001\0225\n" + + "\022retention_duration\030\004 \001(\0132\031.google.proto" + + "buf.DurationB\023\n\021_retention_period\032\035\n\nVer" + + "sioning\022\017\n\007enabled\030\001 \001(\010\032;\n\007Website\022\030\n\020m" + + "ain_page_suffix\030\001 \001(\t\022\026\n\016not_found_page\030" + + "\002 \001(\t\032/\n\025CustomPlacementConfig\022\026\n\016data_l" + + "ocations\030\001 \003(\t\032R\n\tAutoclass\022\017\n\007enabled\030\001" + + " \001(\010\0224\n\013toggle_time\030\002 \001(\0132\032.google.proto" + + "buf.TimestampB\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key" + + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:G\352AD\n\035storage." + + "googleapis.com/Bucket\022#projects/{project" + + "}/buckets/{bucket}\"\316\001\n\023BucketAccessContr" + + "ol\022\014\n\004role\030\001 \001(\t\022\n\n\002id\030\002 \001(\t\022\016\n\006entity\030\003" + + " \001(\t\022\027\n\nentity_alt\030\t \001(\tB\003\340A\003\022\021\n\tentity_" + + "id\030\004 \001(\t\022\014\n\004etag\030\010 \001(\t\022\r\n\005email\030\005 \001(\t\022\016\n" + + "\006domain\030\006 \001(\t\0224\n\014project_team\030\007 \001(\0132\036.go" + + "ogle.storage.v2.ProjectTeam\"B\n\017Checksumm" + + "edData\022\017\n\007content\030\001 \001(\014\022\023\n\006crc32c\030\002 \001(\007H" + + "\000\210\001\001B\t\n\007_crc32c\"C\n\017ObjectChecksums\022\023\n\006cr" + + "c32c\030\001 \001(\007H\000\210\001\001\022\020\n\010md5_hash\030\002 \001(\014B\t\n\007_cr" + + "c32c\"\255\002\n\017HmacKeyMetadata\022\017\n\002id\030\001 \001(\tB\003\340A" + + "\005\022\026\n\taccess_id\030\002 \001(\tB\003\340A\005\022D\n\007project\030\003 \001" + + "(\tB3\340A\005\372A-\n+cloudresourcemanager.googlea" + + "pis.com/Project\022\"\n\025service_account_email" + + "\030\004 \001(\tB\003\340A\003\022\r\n\005state\030\005 \001(\t\0224\n\013create_tim" + + "e\030\006 \001(\0132\032.google.protobuf.TimestampB\003\340A\003" + + "\0224\n\013update_time\030\007 \001(\0132\032.google.protobuf." + + "TimestampB\003\340A\003\022\014\n\004etag\030\010 \001(\t\"\216\003\n\014Notific" + + "ation\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\022\n\005topic\030\002 \001(\tB" + + "\003\340A\002\022\014\n\004etag\030\007 \001(\t\022\023\n\013event_types\030\003 \003(\t\022" + + "P\n\021custom_attributes\030\004 \003(\01325.google.stor" + + "age.v2.Notification.CustomAttributesEntr" + + "y\022\032\n\022object_name_prefix\030\005 \001(\t\022\033\n\016payload" + + "_format\030\006 \001(\tB\003\340A\002\0327\n\025CustomAttributesEn" + + "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:p\352Am" + + "\n#storage.googleapis.com/Notification\022Fp" + + "rojects/{project}/buckets/{bucket}/notif" + + "icationConfigs/{notification}\"L\n\022Custome" + + "rEncryption\022\034\n\024encryption_algorithm\030\001 \001(" + + "\t\022\030\n\020key_sha256_bytes\030\003 \001(\014\"\202\t\n\006Object\022\021" + + "\n\004name\030\001 \001(\tB\003\340A\005\0225\n\006bucket\030\002 \001(\tB%\340A\005\372A" + + "\037\n\035storage.googleapis.com/Bucket\022\014\n\004etag" + + "\030\033 \001(\t\022\027\n\ngeneration\030\003 \001(\003B\003\340A\005\022\033\n\016metag" + + "eneration\030\004 \001(\003B\003\340A\003\022\025\n\rstorage_class\030\005 " + + "\001(\t\022\021\n\004size\030\006 \001(\003B\003\340A\003\022\030\n\020content_encodi" + + "ng\030\007 \001(\t\022\033\n\023content_disposition\030\010 \001(\t\022\025\n" + + "\rcache_control\030\t \001(\t\0223\n\003acl\030\n \003(\0132&.goog" + + "le.storage.v2.ObjectAccessControl\022\030\n\020con" + + "tent_language\030\013 \001(\t\0224\n\013delete_time\030\014 \001(\013" + + "2\032.google.protobuf.TimestampB\003\340A\003\022\024\n\014con" + + "tent_type\030\r \001(\t\0224\n\013create_time\030\016 \001(\0132\032.g" + + "oogle.protobuf.TimestampB\003\340A\003\022\034\n\017compone" + + "nt_count\030\017 \001(\005B\003\340A\003\022:\n\tchecksums\030\020 \001(\0132\"" + + ".google.storage.v2.ObjectChecksumsB\003\340A\003\022" + + "4\n\013update_time\030\021 \001(\0132\032.google.protobuf.T" + + "imestampB\003\340A\003\0227\n\007kms_key\030\022 \001(\tB&\372A#\n!clo" + + "udkms.googleapis.com/CryptoKey\022B\n\031update" + + "_storage_class_time\030\023 \001(\0132\032.google.proto" + + "buf.TimestampB\003\340A\003\022\026\n\016temporary_hold\030\024 \001" + + "(\010\0229\n\025retention_expire_time\030\025 \001(\0132\032.goog" + + "le.protobuf.Timestamp\0229\n\010metadata\030\026 \003(\0132" + + "\'.google.storage.v2.Object.MetadataEntry" + + "\022\035\n\020event_based_hold\030\027 \001(\010H\000\210\001\001\022,\n\005owner" + + "\030\030 \001(\0132\030.google.storage.v2.OwnerB\003\340A\003\022B\n" + + "\023customer_encryption\030\031 \001(\0132%.google.stor" + + "age.v2.CustomerEncryption\022/\n\013custom_time" + + "\030\032 \001(\0132\032.google.protobuf.Timestamp\032/\n\rMe" + + "tadataEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:" + + "\0028\001B\023\n\021_event_based_hold\"\316\001\n\023ObjectAcces" + + "sControl\022\014\n\004role\030\001 \001(\t\022\n\n\002id\030\002 \001(\t\022\016\n\006en" + + "tity\030\003 \001(\t\022\027\n\nentity_alt\030\t \001(\tB\003\340A\003\022\021\n\te", + "ntity_id\030\004 \001(\t\022\014\n\004etag\030\010 \001(\t\022\r\n\005email\030\005 " + + "\001(\t\022\016\n\006domain\030\006 \001(\t\0224\n\014project_team\030\007 \001(" + + "\0132\036.google.storage.v2.ProjectTeam\"l\n\023Lis" + + "tObjectsResponse\022*\n\007objects\030\001 \003(\0132\031.goog" + + "le.storage.v2.Object\022\020\n\010prefixes\030\002 \003(\t\022\027" + + "\n\017next_page_token\030\003 \001(\t\"3\n\013ProjectTeam\022\026" + + "\n\016project_number\030\001 \001(\t\022\014\n\004team\030\002 \001(\t\"\'\n\016" + + "ServiceAccount\022\025\n\remail_address\030\001 \001(\t\"*\n" + + "\005Owner\022\016\n\006entity\030\001 \001(\t\022\021\n\tentity_id\030\002 \001(" + + "\t\"C\n\014ContentRange\022\r\n\005start\030\001 \001(\003\022\013\n\003end\030" + + "\002 \001(\003\022\027\n\017complete_length\030\003 \001(\0032\257%\n\007Stora" + + "ge\022r\n\014DeleteBucket\022&.google.storage.v2.D" + + "eleteBucketRequest\032\026.google.protobuf.Emp" + + "ty\"\"\212\323\344\223\002\025\022\023\n\004name\022\013{bucket=**}\332A\004name\022o" + + "\n\tGetBucket\022#.google.storage.v2.GetBucke" + + "tRequest\032\031.google.storage.v2.Bucket\"\"\212\323\344" + + "\223\002\025\022\023\n\004name\022\013{bucket=**}\332A\004name\022\213\001\n\014Crea" + + "teBucket\022&.google.storage.v2.CreateBucke" + + "tRequest\032\031.google.storage.v2.Bucket\"8\212\323\344" + + "\223\002\030\022\026\n\006parent\022\014{project=**}\332A\027parent,buc" + + "ket,bucket_id\022\205\001\n\013ListBuckets\022%.google.s" + + "torage.v2.ListBucketsRequest\032&.google.st" + + "orage.v2.ListBucketsResponse\"\'\212\323\344\223\002\030\022\026\n\006" + + "parent\022\014{project=**}\332A\006parent\022\223\001\n\031LockBu" + + "cketRetentionPolicy\0223.google.storage.v2." + + "LockBucketRetentionPolicyRequest\032\031.googl" + + "e.storage.v2.Bucket\"&\212\323\344\223\002\027\022\025\n\006bucket\022\013{" + + "bucket=**}\332A\006bucket\022\253\001\n\014GetIamPolicy\022\".g" + + "oogle.iam.v1.GetIamPolicyRequest\032\025.googl" + + "e.iam.v1.Policy\"`\212\323\344\223\002O\022\027\n\010resource\022\013{bu" + + "cket=**}\0224\n\010resource\022({bucket=projects/*" + + "/buckets/*}/objects/**\332A\010resource\022\262\001\n\014Se" + + "tIamPolicy\022\".google.iam.v1.SetIamPolicyR" + + "equest\032\025.google.iam.v1.Policy\"g\212\323\344\223\002O\022\027\n" + + "\010resource\022\013{bucket=**}\0224\n\010resource\022({buc" + + "ket=projects/*/buckets/*}/objects/**\332A\017r" + + "esource,policy\022\327\001\n\022TestIamPermissions\022(." + + "google.iam.v1.TestIamPermissionsRequest\032" + + ").google.iam.v1.TestIamPermissionsRespon" + + "se\"l\212\323\344\223\002O\022\027\n\010resource\022\013{bucket=**}\0224\n\010r" + + "esource\022({bucket=projects/*/buckets/*}/o" + + "bjects/**\332A\024resource,permissions\022\212\001\n\014Upd" + + "ateBucket\022&.google.storage.v2.UpdateBuck" + + "etRequest\032\031.google.storage.v2.Bucket\"7\212\323" + + "\344\223\002\034\022\032\n\013bucket.name\022\013{bucket=**}\332A\022bucke" + + "t,update_mask\022\223\001\n\022DeleteNotification\022,.g" + + "oogle.storage.v2.DeleteNotificationReque" + + "st\032\026.google.protobuf.Empty\"7\212\323\344\223\002*\022(\n\004na" + + "me\022 {bucket=projects/*/buckets/*}/**\332A\004n" + + "ame\022\226\001\n\017GetNotification\022).google.storage" + + ".v2.GetNotificationRequest\032\037.google.stor" + + "age.v2.Notification\"7\212\323\344\223\002*\022(\n\004name\022 {bu" + + "cket=projects/*/buckets/*}/**\332A\004name\022\230\001\n" + + "\022CreateNotification\022,.google.storage.v2." + + "CreateNotificationRequest\032\037.google.stora" + + "ge.v2.Notification\"3\212\323\344\223\002\027\022\025\n\006parent\022\013{b" + + "ucket=**}\332A\023parent,notification\022\226\001\n\021List" + + "Notifications\022+.google.storage.v2.ListNo" + + "tificationsRequest\032,.google.storage.v2.L" + + "istNotificationsResponse\"&\212\323\344\223\002\027\022\025\n\006pare" + + "nt\022\013{bucket=**}\332A\006parent\022~\n\rComposeObjec" + + "t\022\'.google.storage.v2.ComposeObjectReque" + + "st\032\031.google.storage.v2.Object\")\212\323\344\223\002#\022!\n" + + "\022destination.bucket\022\013{bucket=**}\022\230\001\n\014Del" + + "eteObject\022&.google.storage.v2.DeleteObje" + + "ctRequest\032\026.google.protobuf.Empty\"H\212\323\344\223\002" + + "\027\022\025\n\006bucket\022\013{bucket=**}\332A\rbucket,object" + + "\332A\030bucket,object,generation\022\272\001\n\024CancelRe" + + "sumableWrite\022..google.storage.v2.CancelR" + + "esumableWriteRequest\032/.google.storage.v2" + + ".CancelResumableWriteResponse\"A\212\323\344\223\002/\022-\n" + + "\tupload_id\022 {bucket=projects/*/buckets/*" + + "}/**\332A\tupload_id\022\225\001\n\tGetObject\022#.google." + + "storage.v2.GetObjectRequest\032\031.google.sto" + + "rage.v2.Object\"H\212\323\344\223\002\027\022\025\n\006bucket\022\013{bucke" + + "t=**}\332A\rbucket,object\332A\030bucket,object,ge" + + "neration\022\245\001\n\nReadObject\022$.google.storage" + + ".v2.ReadObjectRequest\032%.google.storage.v" + + "2.ReadObjectResponse\"H\212\323\344\223\002\027\022\025\n\006bucket\022\013" + + "{bucket=**}\332A\rbucket,object\332A\030bucket,obj" + + "ect,generation0\001\022\214\001\n\014UpdateObject\022&.goog" + + "le.storage.v2.UpdateObjectRequest\032\031.goog" + + "le.storage.v2.Object\"9\212\323\344\223\002\036\022\034\n\robject.b" + + "ucket\022\013{bucket=**}\332A\022object,update_mask\022" + + "`\n\013WriteObject\022%.google.storage.v2.Write" + + "ObjectRequest\032&.google.storage.v2.WriteO" + + "bjectResponse\"\000(\001\022\204\001\n\013ListObjects\022%.goog" + + "le.storage.v2.ListObjectsRequest\032&.googl" + + "e.storage.v2.ListObjectsResponse\"&\212\323\344\223\002\027" + + "\022\025\n\006parent\022\013{bucket=**}\332A\006parent\022\230\001\n\rRew" + + "riteObject\022\'.google.storage.v2.RewriteOb" + + "jectRequest\032\".google.storage.v2.RewriteR" + + "esponse\":\212\323\344\223\0024\022\017\n\rsource_bucket\022!\n\022dest" + + "ination_bucket\022\013{bucket=**}\022\256\001\n\023StartRes" + + "umableWrite\022-.google.storage.v2.StartRes" + + "umableWriteRequest\032..google.storage.v2.S" + + "tartResumableWriteResponse\"8\212\323\344\223\0022\0220\n!wr" + + "ite_object_spec.resource.bucket\022\013{bucket" + + "=**}\022\256\001\n\020QueryWriteStatus\022*.google.stora" + + "ge.v2.QueryWriteStatusRequest\032+.google.s" + + "torage.v2.QueryWriteStatusResponse\"A\212\323\344\223" + + "\002/\022-\n\tupload_id\022 {bucket=projects/*/buck" + + "ets/*}/**\332A\tupload_id\022\200\001\n\021GetServiceAcco" + + "unt\022+.google.storage.v2.GetServiceAccoun" + + "tRequest\032!.google.storage.v2.ServiceAcco" + + "unt\"\033\212\323\344\223\002\013\022\t\n\007project\332A\007project\022\225\001\n\rCre" + + "ateHmacKey\022\'.google.storage.v2.CreateHma" + + "cKeyRequest\032(.google.storage.v2.CreateHm" + + "acKeyResponse\"1\212\323\344\223\002\013\022\t\n\007project\332A\035proje" + + "ct,service_account_email\022w\n\rDeleteHmacKe" + + "y\022\'.google.storage.v2.DeleteHmacKeyReque" + + "st\032\026.google.protobuf.Empty\"%\212\323\344\223\002\013\022\t\n\007pr" + + "oject\332A\021access_id,project\022}\n\nGetHmacKey\022" + + "$.google.storage.v2.GetHmacKeyRequest\032\"." + + "google.storage.v2.HmacKeyMetadata\"%\212\323\344\223\002" + + "\013\022\t\n\007project\332A\021access_id,project\022|\n\014List" + + "HmacKeys\022&.google.storage.v2.ListHmacKey" + + "sRequest\032\'.google.storage.v2.ListHmacKey" + + "sResponse\"\033\212\323\344\223\002\013\022\t\n\007project\332A\007project\022\235" + + "\001\n\rUpdateHmacKey\022\'.google.storage.v2.Upd" + + "ateHmacKeyRequest\032\".google.storage.v2.Hm" + + "acKeyMetadata\"?\212\323\344\223\002\"\022 \n\020hmac_key.projec" + + "t\022\014{project=**}\332A\024hmac_key,update_mask\032\247" + + "\002\312A\026storage.googleapis.com\322A\212\002https://ww" + + "w.googleapis.com/auth/cloud-platform,htt" + + "ps://www.googleapis.com/auth/cloud-platf" + + "orm.read-only,https://www.googleapis.com" + + "/auth/devstorage.full_control,https://ww" + + "w.googleapis.com/auth/devstorage.read_on" + + "ly,https://www.googleapis.com/auth/devst" + + "orage.read_writeB\334\001\n\025com.google.storage." + + "v2B\014StorageProtoP\001Z8google.golang.org/ge" + + "nproto/googleapis/storage/v2;storage\352Ax\n" + + "!cloudkms.googleapis.com/CryptoKey\022Sproj" + + "ects/{project}/locations/{location}/keyR" + + "ings/{key_ring}/cryptoKeys/{crypto_key}b" + + "\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.api.RoutingProto.getDescriptor(), + com.google.iam.v1.IamPolicyProto.getDescriptor(), + com.google.iam.v1.PolicyProto.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.EmptyProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + com.google.type.DateProto.getDescriptor(), + }); + internal_static_google_storage_v2_DeleteBucketRequest_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_DeleteBucketRequest_descriptor, + new java.lang.String[] { "Name", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", }); + internal_static_google_storage_v2_GetBucketRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetBucketRequest_descriptor, + new java.lang.String[] { "Name", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ReadMask", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ReadMask", }); + internal_static_google_storage_v2_CreateBucketRequest_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CreateBucketRequest_descriptor, + new java.lang.String[] { "Parent", "Bucket", "BucketId", "PredefinedAcl", "PredefinedDefaultObjectAcl", }); + internal_static_google_storage_v2_ListBucketsRequest_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListBucketsRequest_descriptor, + new java.lang.String[] { "Parent", "PageSize", "PageToken", "Prefix", "ReadMask", "ReadMask", }); + internal_static_google_storage_v2_ListBucketsResponse_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListBucketsResponse_descriptor, + new java.lang.String[] { "Buckets", "NextPageToken", }); + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor, + new java.lang.String[] { "Bucket", "IfMetagenerationMatch", }); + internal_static_google_storage_v2_UpdateBucketRequest_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_UpdateBucketRequest_descriptor, + new java.lang.String[] { "Bucket", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "PredefinedAcl", "PredefinedDefaultObjectAcl", "UpdateMask", "IfMetagenerationMatch", "IfMetagenerationNotMatch", }); + internal_static_google_storage_v2_DeleteNotificationRequest_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_DeleteNotificationRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_storage_v2_GetNotificationRequest_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetNotificationRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_storage_v2_CreateNotificationRequest_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CreateNotificationRequest_descriptor, + new java.lang.String[] { "Parent", "Notification", }); + internal_static_google_storage_v2_ListNotificationsRequest_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListNotificationsRequest_descriptor, + new java.lang.String[] { "Parent", "PageSize", "PageToken", }); + internal_static_google_storage_v2_ListNotificationsResponse_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListNotificationsResponse_descriptor, + new java.lang.String[] { "Notifications", "NextPageToken", }); + internal_static_google_storage_v2_ComposeObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ComposeObjectRequest_descriptor, + new java.lang.String[] { "Destination", "SourceObjects", "DestinationPredefinedAcl", "IfGenerationMatch", "IfMetagenerationMatch", "KmsKey", "CommonObjectRequestParams", "ObjectChecksums", "IfGenerationMatch", "IfMetagenerationMatch", }); + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor = + internal_static_google_storage_v2_ComposeObjectRequest_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor, + new java.lang.String[] { "Name", "Generation", "ObjectPreconditions", }); + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor = + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor, + new java.lang.String[] { "IfGenerationMatch", "IfGenerationMatch", }); + internal_static_google_storage_v2_DeleteObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_DeleteObjectRequest_descriptor, + new java.lang.String[] { "Bucket", "Object", "Generation", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "CommonObjectRequestParams", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", }); + internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor, + new java.lang.String[] { "UploadId", }); + internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor, + new java.lang.String[] { }); + internal_static_google_storage_v2_ReadObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ReadObjectRequest_descriptor, + new java.lang.String[] { "Bucket", "Object", "Generation", "ReadOffset", "ReadLimit", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "CommonObjectRequestParams", "ReadMask", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ReadMask", }); + internal_static_google_storage_v2_GetObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(17); + internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetObjectRequest_descriptor, + new java.lang.String[] { "Bucket", "Object", "Generation", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "CommonObjectRequestParams", "ReadMask", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ReadMask", }); + internal_static_google_storage_v2_ReadObjectResponse_descriptor = + getDescriptor().getMessageTypes().get(18); + internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ReadObjectResponse_descriptor, + new java.lang.String[] { "ChecksummedData", "ObjectChecksums", "ContentRange", "Metadata", }); + internal_static_google_storage_v2_WriteObjectSpec_descriptor = + getDescriptor().getMessageTypes().get(19); + internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_WriteObjectSpec_descriptor, + new java.lang.String[] { "Resource", "PredefinedAcl", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ObjectSize", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ObjectSize", }); + internal_static_google_storage_v2_WriteObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(20); + internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_WriteObjectRequest_descriptor, + new java.lang.String[] { "UploadId", "WriteObjectSpec", "WriteOffset", "ChecksummedData", "ObjectChecksums", "FinishWrite", "CommonObjectRequestParams", "FirstMessage", "Data", }); + internal_static_google_storage_v2_WriteObjectResponse_descriptor = + getDescriptor().getMessageTypes().get(21); + internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_WriteObjectResponse_descriptor, + new java.lang.String[] { "PersistedSize", "Resource", "WriteStatus", }); + internal_static_google_storage_v2_ListObjectsRequest_descriptor = + getDescriptor().getMessageTypes().get(22); + internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListObjectsRequest_descriptor, + new java.lang.String[] { "Parent", "PageSize", "PageToken", "Delimiter", "IncludeTrailingDelimiter", "Prefix", "Versions", "ReadMask", "LexicographicStart", "LexicographicEnd", "ReadMask", }); + internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor = + getDescriptor().getMessageTypes().get(23); + internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor, + new java.lang.String[] { "UploadId", "CommonObjectRequestParams", }); + internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor = + getDescriptor().getMessageTypes().get(24); + internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor, + new java.lang.String[] { "PersistedSize", "Resource", "WriteStatus", }); + internal_static_google_storage_v2_RewriteObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(25); + internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_RewriteObjectRequest_descriptor, + new java.lang.String[] { "DestinationName", "DestinationBucket", "DestinationKmsKey", "Destination", "SourceBucket", "SourceObject", "SourceGeneration", "RewriteToken", "DestinationPredefinedAcl", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "IfSourceGenerationMatch", "IfSourceGenerationNotMatch", "IfSourceMetagenerationMatch", "IfSourceMetagenerationNotMatch", "MaxBytesRewrittenPerCall", "CopySourceEncryptionAlgorithm", "CopySourceEncryptionKeyBytes", "CopySourceEncryptionKeySha256Bytes", "CommonObjectRequestParams", "ObjectChecksums", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "IfSourceGenerationMatch", "IfSourceGenerationNotMatch", "IfSourceMetagenerationMatch", "IfSourceMetagenerationNotMatch", }); + internal_static_google_storage_v2_RewriteResponse_descriptor = + getDescriptor().getMessageTypes().get(26); + internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_RewriteResponse_descriptor, + new java.lang.String[] { "TotalBytesRewritten", "ObjectSize", "Done", "RewriteToken", "Resource", }); + internal_static_google_storage_v2_StartResumableWriteRequest_descriptor = + getDescriptor().getMessageTypes().get(27); + internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_StartResumableWriteRequest_descriptor, + new java.lang.String[] { "WriteObjectSpec", "CommonObjectRequestParams", "ObjectChecksums", }); + internal_static_google_storage_v2_StartResumableWriteResponse_descriptor = + getDescriptor().getMessageTypes().get(28); + internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_StartResumableWriteResponse_descriptor, + new java.lang.String[] { "UploadId", }); + internal_static_google_storage_v2_UpdateObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(29); + internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_UpdateObjectRequest_descriptor, + new java.lang.String[] { "Object", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "PredefinedAcl", "UpdateMask", "CommonObjectRequestParams", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", }); + internal_static_google_storage_v2_GetServiceAccountRequest_descriptor = + getDescriptor().getMessageTypes().get(30); + internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetServiceAccountRequest_descriptor, + new java.lang.String[] { "Project", }); + internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(31); + internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor, + new java.lang.String[] { "Project", "ServiceAccountEmail", }); + internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(32); + internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor, + new java.lang.String[] { "Metadata", "SecretKeyBytes", }); + internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(33); + internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor, + new java.lang.String[] { "AccessId", "Project", }); + internal_static_google_storage_v2_GetHmacKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(34); + internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetHmacKeyRequest_descriptor, + new java.lang.String[] { "AccessId", "Project", }); + internal_static_google_storage_v2_ListHmacKeysRequest_descriptor = + getDescriptor().getMessageTypes().get(35); + internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListHmacKeysRequest_descriptor, + new java.lang.String[] { "Project", "PageSize", "PageToken", "ServiceAccountEmail", "ShowDeletedKeys", }); + internal_static_google_storage_v2_ListHmacKeysResponse_descriptor = + getDescriptor().getMessageTypes().get(36); + internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListHmacKeysResponse_descriptor, + new java.lang.String[] { "HmacKeys", "NextPageToken", }); + internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(37); + internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor, + new java.lang.String[] { "HmacKey", "UpdateMask", }); + internal_static_google_storage_v2_CommonObjectRequestParams_descriptor = + getDescriptor().getMessageTypes().get(38); + internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CommonObjectRequestParams_descriptor, + new java.lang.String[] { "EncryptionAlgorithm", "EncryptionKeyBytes", "EncryptionKeySha256Bytes", }); + internal_static_google_storage_v2_ServiceConstants_descriptor = + getDescriptor().getMessageTypes().get(39); + internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ServiceConstants_descriptor, + new java.lang.String[] { }); + internal_static_google_storage_v2_Bucket_descriptor = + getDescriptor().getMessageTypes().get(40); + internal_static_google_storage_v2_Bucket_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_descriptor, + new java.lang.String[] { "Name", "BucketId", "Etag", "Project", "Metageneration", "Location", "LocationType", "StorageClass", "Rpo", "Acl", "DefaultObjectAcl", "Lifecycle", "CreateTime", "Cors", "UpdateTime", "DefaultEventBasedHold", "Labels", "Website", "Versioning", "Logging", "Owner", "Encryption", "Billing", "RetentionPolicy", "IamConfig", "SatisfiesPzs", "CustomPlacementConfig", "Autoclass", }); + internal_static_google_storage_v2_Bucket_Billing_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Billing_descriptor, + new java.lang.String[] { "RequesterPays", }); + internal_static_google_storage_v2_Bucket_Cors_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(1); + internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Cors_descriptor, + new java.lang.String[] { "Origin", "Method", "ResponseHeader", "MaxAgeSeconds", }); + internal_static_google_storage_v2_Bucket_Encryption_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(2); + internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Encryption_descriptor, + new java.lang.String[] { "DefaultKmsKey", }); + internal_static_google_storage_v2_Bucket_IamConfig_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(3); + internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_IamConfig_descriptor, + new java.lang.String[] { "UniformBucketLevelAccess", "PublicAccessPrevention", }); + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor = + internal_static_google_storage_v2_Bucket_IamConfig_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor, + new java.lang.String[] { "Enabled", "LockTime", }); + internal_static_google_storage_v2_Bucket_Lifecycle_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(4); + internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Lifecycle_descriptor, + new java.lang.String[] { "Rule", }); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor = + internal_static_google_storage_v2_Bucket_Lifecycle_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor, + new java.lang.String[] { "Action", "Condition", }); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor = + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor, + new java.lang.String[] { "Type", "StorageClass", }); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor = + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor.getNestedTypes().get(1); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor, + new java.lang.String[] { "AgeDays", "CreatedBefore", "IsLive", "NumNewerVersions", "MatchesStorageClass", "DaysSinceCustomTime", "CustomTimeBefore", "DaysSinceNoncurrentTime", "NoncurrentTimeBefore", "MatchesPrefix", "MatchesSuffix", "AgeDays", "IsLive", "NumNewerVersions", "DaysSinceCustomTime", "DaysSinceNoncurrentTime", }); + internal_static_google_storage_v2_Bucket_Logging_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(5); + internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Logging_descriptor, + new java.lang.String[] { "LogBucket", "LogObjectPrefix", }); + internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(6); + internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor, + new java.lang.String[] { "EffectiveTime", "IsLocked", "RetentionPeriod", "RetentionDuration", "RetentionPeriod", }); + internal_static_google_storage_v2_Bucket_Versioning_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(7); + internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Versioning_descriptor, + new java.lang.String[] { "Enabled", }); + internal_static_google_storage_v2_Bucket_Website_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(8); + internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Website_descriptor, + new java.lang.String[] { "MainPageSuffix", "NotFoundPage", }); + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(9); + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor, + new java.lang.String[] { "DataLocations", }); + internal_static_google_storage_v2_Bucket_Autoclass_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(10); + internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Autoclass_descriptor, + new java.lang.String[] { "Enabled", "ToggleTime", }); + internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(11); + internal_static_google_storage_v2_Bucket_LabelsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_storage_v2_BucketAccessControl_descriptor = + getDescriptor().getMessageTypes().get(41); + internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_BucketAccessControl_descriptor, + new java.lang.String[] { "Role", "Id", "Entity", "EntityAlt", "EntityId", "Etag", "Email", "Domain", "ProjectTeam", }); + internal_static_google_storage_v2_ChecksummedData_descriptor = + getDescriptor().getMessageTypes().get(42); + internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ChecksummedData_descriptor, + new java.lang.String[] { "Content", "Crc32C", "Crc32C", }); + internal_static_google_storage_v2_ObjectChecksums_descriptor = + getDescriptor().getMessageTypes().get(43); + internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ObjectChecksums_descriptor, + new java.lang.String[] { "Crc32C", "Md5Hash", "Crc32C", }); + internal_static_google_storage_v2_HmacKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(44); + internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_HmacKeyMetadata_descriptor, + new java.lang.String[] { "Id", "AccessId", "Project", "ServiceAccountEmail", "State", "CreateTime", "UpdateTime", "Etag", }); + internal_static_google_storage_v2_Notification_descriptor = + getDescriptor().getMessageTypes().get(45); + internal_static_google_storage_v2_Notification_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Notification_descriptor, + new java.lang.String[] { "Name", "Topic", "Etag", "EventTypes", "CustomAttributes", "ObjectNamePrefix", "PayloadFormat", }); + internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor = + internal_static_google_storage_v2_Notification_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Notification_CustomAttributesEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_storage_v2_CustomerEncryption_descriptor = + getDescriptor().getMessageTypes().get(46); + internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CustomerEncryption_descriptor, + new java.lang.String[] { "EncryptionAlgorithm", "KeySha256Bytes", }); + internal_static_google_storage_v2_Object_descriptor = + getDescriptor().getMessageTypes().get(47); + internal_static_google_storage_v2_Object_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Object_descriptor, + new java.lang.String[] { "Name", "Bucket", "Etag", "Generation", "Metageneration", "StorageClass", "Size", "ContentEncoding", "ContentDisposition", "CacheControl", "Acl", "ContentLanguage", "DeleteTime", "ContentType", "CreateTime", "ComponentCount", "Checksums", "UpdateTime", "KmsKey", "UpdateStorageClassTime", "TemporaryHold", "RetentionExpireTime", "Metadata", "EventBasedHold", "Owner", "CustomerEncryption", "CustomTime", "EventBasedHold", }); + internal_static_google_storage_v2_Object_MetadataEntry_descriptor = + internal_static_google_storage_v2_Object_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Object_MetadataEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Object_MetadataEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_storage_v2_ObjectAccessControl_descriptor = + getDescriptor().getMessageTypes().get(48); + internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ObjectAccessControl_descriptor, + new java.lang.String[] { "Role", "Id", "Entity", "EntityAlt", "EntityId", "Etag", "Email", "Domain", "ProjectTeam", }); + internal_static_google_storage_v2_ListObjectsResponse_descriptor = + getDescriptor().getMessageTypes().get(49); + internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListObjectsResponse_descriptor, + new java.lang.String[] { "Objects", "Prefixes", "NextPageToken", }); + internal_static_google_storage_v2_ProjectTeam_descriptor = + getDescriptor().getMessageTypes().get(50); + internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ProjectTeam_descriptor, + new java.lang.String[] { "ProjectNumber", "Team", }); + internal_static_google_storage_v2_ServiceAccount_descriptor = + getDescriptor().getMessageTypes().get(51); + internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ServiceAccount_descriptor, + new java.lang.String[] { "EmailAddress", }); + internal_static_google_storage_v2_Owner_descriptor = + getDescriptor().getMessageTypes().get(52); + internal_static_google_storage_v2_Owner_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Owner_descriptor, + new java.lang.String[] { "Entity", "EntityId", }); + internal_static_google_storage_v2_ContentRange_descriptor = + getDescriptor().getMessageTypes().get(53); + internal_static_google_storage_v2_ContentRange_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ContentRange_descriptor, + new java.lang.String[] { "Start", "End", "CompleteLength", }); + 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.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceDefinition); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.api.RoutingProto.routing); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.api.RoutingProto.getDescriptor(); + com.google.iam.v1.IamPolicyProto.getDescriptor(); + com.google.iam.v1.PolicyProto.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + com.google.protobuf.EmptyProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + com.google.type.DateProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java similarity index 76% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java index d62f372d7a..9e1db91881 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request for UpdateBucket method.
  * 
* * Protobuf type {@code google.storage.v2.UpdateBucketRequest} */ -public final class UpdateBucketRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class UpdateBucketRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.UpdateBucketRequest) UpdateBucketRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use UpdateBucketRequest.newBuilder() to construct. private UpdateBucketRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private UpdateBucketRequest() { predefinedAcl_ = ""; predefinedDefaultObjectAcl_ = ""; @@ -44,43 +26,39 @@ private UpdateBucketRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new UpdateBucketRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.UpdateBucketRequest.class, - com.google.storage.v2.UpdateBucketRequest.Builder.class); + com.google.storage.v2.UpdateBucketRequest.class, com.google.storage.v2.UpdateBucketRequest.Builder.class); } private int bitField0_; public static final int BUCKET_FIELD_NUMBER = 1; private com.google.storage.v2.Bucket bucket_; /** - * - * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
    * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the bucket field is set. */ @java.lang.Override @@ -88,15 +66,12 @@ public boolean hasBucket() { return bucket_ != null; } /** - * - * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
    * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ @java.lang.Override @@ -104,8 +79,6 @@ public com.google.storage.v2.Bucket getBucket() { return bucket_ == null ? com.google.storage.v2.Bucket.getDefaultInstance() : bucket_; } /** - * - * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
@@ -121,15 +94,12 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
   public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 2;
   private long ifMetagenerationMatch_;
   /**
-   *
-   *
    * 
    * If set, will only modify the bucket if its metageneration matches this
    * value.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -137,15 +107,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * If set, will only modify the bucket if its metageneration matches this
    * value.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -156,15 +123,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 3; private long ifMetagenerationNotMatch_; /** - * - * *
    * If set, will only modify the bucket if its metageneration does not match
    * this value.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -172,15 +136,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * If set, will only modify the bucket if its metageneration does not match
    * this value.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -191,8 +152,6 @@ public long getIfMetagenerationNotMatch() { public static final int PREDEFINED_ACL_FIELD_NUMBER = 8; private volatile java.lang.Object predefinedAcl_; /** - * - * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -200,7 +159,6 @@ public long getIfMetagenerationNotMatch() {
    * 
* * string predefined_acl = 8; - * * @return The predefinedAcl. */ @java.lang.Override @@ -209,15 +167,14 @@ public java.lang.String getPredefinedAcl() { 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(); predefinedAcl_ = s; return s; } } /** - * - * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -225,15 +182,16 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_acl = 8; - * * @return The bytes for predefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString getPredefinedAclBytes() { + public com.google.protobuf.ByteString + getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -244,8 +202,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() { public static final int PREDEFINED_DEFAULT_OBJECT_ACL_FIELD_NUMBER = 9; private volatile java.lang.Object predefinedDefaultObjectAcl_; /** - * - * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -253,7 +209,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() {
    * 
* * string predefined_default_object_acl = 9; - * * @return The predefinedDefaultObjectAcl. */ @java.lang.Override @@ -262,15 +217,14 @@ public java.lang.String getPredefinedDefaultObjectAcl() { 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(); predefinedDefaultObjectAcl_ = s; return s; } } /** - * - * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -278,15 +232,16 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
    * 
* * string predefined_default_object_acl = 9; - * * @return The bytes for predefinedDefaultObjectAcl. */ @java.lang.Override - public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { + public com.google.protobuf.ByteString + getPredefinedDefaultObjectAclBytes() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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); predefinedDefaultObjectAcl_ = b; return b; } else { @@ -297,8 +252,6 @@ public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { public static final int UPDATE_MASK_FIELD_NUMBER = 6; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -310,9 +263,7 @@ public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -320,8 +271,6 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -333,9 +282,7 @@ public boolean hasUpdateMask() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -343,8 +290,6 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -356,8 +301,7 @@ public com.google.protobuf.FieldMask getUpdateMask() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -365,7 +309,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -377,7 +320,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 (bucket_ != null) { output.writeMessage(1, getBucket()); } @@ -406,23 +350,26 @@ public int getSerializedSize() { size = 0; if (bucket_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getBucket()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getBucket()); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, ifMetagenerationNotMatch_); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getUpdateMask()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedAcl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, predefinedAcl_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedDefaultObjectAcl_)) { - size += - com.google.protobuf.GeneratedMessageV3.computeStringSize(9, predefinedDefaultObjectAcl_); + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, predefinedDefaultObjectAcl_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -432,32 +379,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.storage.v2.UpdateBucketRequest)) { return super.equals(obj); } - com.google.storage.v2.UpdateBucketRequest other = - (com.google.storage.v2.UpdateBucketRequest) obj; + com.google.storage.v2.UpdateBucketRequest other = (com.google.storage.v2.UpdateBucketRequest) obj; if (hasBucket() != other.hasBucket()) return false; if (hasBucket()) { - if (!getBucket().equals(other.getBucket())) return false; + if (!getBucket() + .equals(other.getBucket())) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() + != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() + != other.getIfMetagenerationNotMatch()) return false; } - if (!getPredefinedAcl().equals(other.getPredefinedAcl())) return false; - if (!getPredefinedDefaultObjectAcl().equals(other.getPredefinedDefaultObjectAcl())) - return false; + if (!getPredefinedAcl() + .equals(other.getPredefinedAcl())) return false; + if (!getPredefinedDefaultObjectAcl() + .equals(other.getPredefinedDefaultObjectAcl())) return false; if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -476,11 +427,13 @@ public int hashCode() { } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationNotMatch()); } hash = (37 * hash) + PREDEFINED_ACL_FIELD_NUMBER; hash = (53 * hash) + getPredefinedAcl().hashCode(); @@ -495,136 +448,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.UpdateBucketRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.UpdateBucketRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.UpdateBucketRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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 UpdateBucket method.
    * 
* * Protobuf type {@code google.storage.v2.UpdateBucketRequest} */ - 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.storage.v2.UpdateBucketRequest) com.google.storage.v2.UpdateBucketRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.UpdateBucketRequest.class, - com.google.storage.v2.UpdateBucketRequest.Builder.class); + com.google.storage.v2.UpdateBucketRequest.class, com.google.storage.v2.UpdateBucketRequest.Builder.class); } // Construct using com.google.storage.v2.UpdateBucketRequest.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(); @@ -652,9 +599,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateBucketRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_descriptor; } @java.lang.Override @@ -673,8 +620,7 @@ public com.google.storage.v2.UpdateBucketRequest build() { @java.lang.Override public com.google.storage.v2.UpdateBucketRequest buildPartial() { - com.google.storage.v2.UpdateBucketRequest result = - new com.google.storage.v2.UpdateBucketRequest(this); + com.google.storage.v2.UpdateBucketRequest result = new com.google.storage.v2.UpdateBucketRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (bucketBuilder_ == null) { @@ -706,39 +652,38 @@ public com.google.storage.v2.UpdateBucketRequest 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) { + 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.storage.v2.UpdateBucketRequest) { - return mergeFrom((com.google.storage.v2.UpdateBucketRequest) other); + return mergeFrom((com.google.storage.v2.UpdateBucketRequest)other); } else { super.mergeFrom(other); return this; @@ -793,49 +738,46 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getBucketFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - case 16: - { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 16 - case 24: - { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 24 - case 50: - { - input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 50 - case 66: - { - predefinedAcl_ = input.readStringRequireUtf8(); - - break; - } // case 66 - case 74: - { - predefinedDefaultObjectAcl_ = input.readStringRequireUtf8(); - - break; - } // case 74 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getBucketFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + case 16: { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 16 + case 24: { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 24 + case 50: { + input.readMessage( + getUpdateMaskFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 50 + case 66: { + predefinedAcl_ = input.readStringRequireUtf8(); + + break; + } // case 66 + case 74: { + predefinedDefaultObjectAcl_ = input.readStringRequireUtf8(); + + break; + } // case 74 + 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) { @@ -845,40 +787,30 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.storage.v2.Bucket bucket_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket, - com.google.storage.v2.Bucket.Builder, - com.google.storage.v2.BucketOrBuilder> - bucketBuilder_; + com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> bucketBuilder_; /** - * - * *
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
      * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the bucket field is set. */ public boolean hasBucket() { return bucketBuilder_ != null || bucket_ != null; } /** - * - * *
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
      * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ public com.google.storage.v2.Bucket getBucket() { @@ -889,8 +821,6 @@ public com.google.storage.v2.Bucket getBucket() { } } /** - * - * *
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -912,8 +842,6 @@ public Builder setBucket(com.google.storage.v2.Bucket value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -921,7 +849,8 @@ public Builder setBucket(com.google.storage.v2.Bucket value) {
      *
      * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
      */
-    public Builder setBucket(com.google.storage.v2.Bucket.Builder builderForValue) {
+    public Builder setBucket(
+        com.google.storage.v2.Bucket.Builder builderForValue) {
       if (bucketBuilder_ == null) {
         bucket_ = builderForValue.build();
         onChanged();
@@ -932,8 +861,6 @@ public Builder setBucket(com.google.storage.v2.Bucket.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -945,7 +872,7 @@ public Builder mergeBucket(com.google.storage.v2.Bucket value) {
       if (bucketBuilder_ == null) {
         if (bucket_ != null) {
           bucket_ =
-              com.google.storage.v2.Bucket.newBuilder(bucket_).mergeFrom(value).buildPartial();
+            com.google.storage.v2.Bucket.newBuilder(bucket_).mergeFrom(value).buildPartial();
         } else {
           bucket_ = value;
         }
@@ -957,8 +884,6 @@ public Builder mergeBucket(com.google.storage.v2.Bucket value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -978,8 +903,6 @@ public Builder clearBucket() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -988,13 +911,11 @@ public Builder clearBucket() {
      * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
      */
     public com.google.storage.v2.Bucket.Builder getBucketBuilder() {
-
+      
       onChanged();
       return getBucketFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -1006,12 +927,11 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
       if (bucketBuilder_ != null) {
         return bucketBuilder_.getMessageOrBuilder();
       } else {
-        return bucket_ == null ? com.google.storage.v2.Bucket.getDefaultInstance() : bucket_;
+        return bucket_ == null ?
+            com.google.storage.v2.Bucket.getDefaultInstance() : bucket_;
       }
     }
     /**
-     *
-     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -1020,33 +940,27 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
      * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket,
-            com.google.storage.v2.Bucket.Builder,
-            com.google.storage.v2.BucketOrBuilder>
+        com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> 
         getBucketFieldBuilder() {
       if (bucketBuilder_ == null) {
-        bucketBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Bucket,
-                com.google.storage.v2.Bucket.Builder,
-                com.google.storage.v2.BucketOrBuilder>(
-                getBucket(), getParentForChildren(), isClean());
+        bucketBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder>(
+                getBucket(),
+                getParentForChildren(),
+                isClean());
         bucket_ = null;
       }
       return bucketBuilder_;
     }
 
-    private long ifMetagenerationMatch_;
+    private long ifMetagenerationMatch_ ;
     /**
-     *
-     *
      * 
      * If set, will only modify the bucket if its metageneration matches this
      * value.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1054,15 +968,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * If set, will only modify the bucket if its metageneration matches this
      * value.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1070,15 +981,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * If set, will only modify the bucket if its metageneration matches this
      * value.
      * 
* * optional int64 if_metageneration_match = 2; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1089,15 +997,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * If set, will only modify the bucket if its metageneration matches this
      * value.
      * 
* * optional int64 if_metageneration_match = 2; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1107,17 +1012,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * If set, will only modify the bucket if its metageneration does not match
      * this value.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1125,15 +1027,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * If set, will only modify the bucket if its metageneration does not match
      * this value.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1141,15 +1040,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * If set, will only modify the bucket if its metageneration does not match
      * this value.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1160,15 +1056,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * If set, will only modify the bucket if its metageneration does not match
      * this value.
      * 
* * optional int64 if_metageneration_not_match = 3; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1180,8 +1073,6 @@ public Builder clearIfMetagenerationNotMatch() { private java.lang.Object predefinedAcl_ = ""; /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1189,13 +1080,13 @@ public Builder clearIfMetagenerationNotMatch() {
      * 
* * string predefined_acl = 8; - * * @return The predefinedAcl. */ public java.lang.String getPredefinedAcl() { java.lang.Object ref = predefinedAcl_; 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(); predefinedAcl_ = s; return s; @@ -1204,8 +1095,6 @@ public java.lang.String getPredefinedAcl() { } } /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1213,14 +1102,15 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 8; - * * @return The bytes for predefinedAcl. */ - public com.google.protobuf.ByteString getPredefinedAclBytes() { + public com.google.protobuf.ByteString + getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -1228,8 +1118,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() { } } /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1237,22 +1125,20 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() {
      * 
* * string predefined_acl = 8; - * * @param value The predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAcl(java.lang.String value) { + public Builder setPredefinedAcl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedAcl_ = value; onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1260,18 +1146,15 @@ public Builder setPredefinedAcl(java.lang.String value) {
      * 
* * string predefined_acl = 8; - * * @return This builder for chaining. */ public Builder clearPredefinedAcl() { - + predefinedAcl_ = getDefaultInstance().getPredefinedAcl(); onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1279,16 +1162,16 @@ public Builder clearPredefinedAcl() {
      * 
* * string predefined_acl = 8; - * * @param value The bytes for predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { + public Builder setPredefinedAclBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedAcl_ = value; onChanged(); return this; @@ -1296,8 +1179,6 @@ public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { private java.lang.Object predefinedDefaultObjectAcl_ = ""; /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1305,13 +1186,13 @@ public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) {
      * 
* * string predefined_default_object_acl = 9; - * * @return The predefinedDefaultObjectAcl. */ public java.lang.String getPredefinedDefaultObjectAcl() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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(); predefinedDefaultObjectAcl_ = s; return s; @@ -1320,8 +1201,6 @@ public java.lang.String getPredefinedDefaultObjectAcl() { } } /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1329,14 +1208,15 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 9; - * * @return The bytes for predefinedDefaultObjectAcl. */ - public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { + public com.google.protobuf.ByteString + getPredefinedDefaultObjectAclBytes() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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); predefinedDefaultObjectAcl_ = b; return b; } else { @@ -1344,8 +1224,6 @@ public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { } } /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1353,22 +1231,20 @@ public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() {
      * 
* * string predefined_default_object_acl = 9; - * * @param value The predefinedDefaultObjectAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedDefaultObjectAcl(java.lang.String value) { + public Builder setPredefinedDefaultObjectAcl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedDefaultObjectAcl_ = value; onChanged(); return this; } /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1376,18 +1252,15 @@ public Builder setPredefinedDefaultObjectAcl(java.lang.String value) {
      * 
* * string predefined_default_object_acl = 9; - * * @return This builder for chaining. */ public Builder clearPredefinedDefaultObjectAcl() { - + predefinedDefaultObjectAcl_ = getDefaultInstance().getPredefinedDefaultObjectAcl(); onChanged(); return this; } /** - * - * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1395,16 +1268,16 @@ public Builder clearPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 9; - * * @param value The bytes for predefinedDefaultObjectAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedDefaultObjectAclBytes(com.google.protobuf.ByteString value) { + public Builder setPredefinedDefaultObjectAclBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedDefaultObjectAcl_ = value; onChanged(); return this; @@ -1412,13 +1285,8 @@ public Builder setPredefinedDefaultObjectAclBytes(com.google.protobuf.ByteString private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1430,17 +1298,13 @@ public Builder setPredefinedDefaultObjectAclBytes(com.google.protobuf.ByteString
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1452,23 +1316,17 @@ public boolean hasUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1480,8 +1338,7 @@ public com.google.protobuf.FieldMask getUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1497,8 +1354,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1510,10 +1365,10 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1524,8 +1379,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1537,14 +1390,13 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1556,8 +1408,6 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1569,8 +1419,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1584,8 +1433,6 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1597,17 +1444,14 @@ public Builder clearUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1619,21 +1463,17 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1645,28 +1485,24 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - @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); } @@ -1676,12 +1512,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.UpdateBucketRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.UpdateBucketRequest) private static final com.google.storage.v2.UpdateBucketRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.UpdateBucketRequest(); } @@ -1690,27 +1526,27 @@ public static com.google.storage.v2.UpdateBucketRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateBucketRequest 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 UpdateBucketRequest 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; @@ -1725,4 +1561,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.UpdateBucketRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java similarity index 83% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java index b4b06d4e4a..9096623402 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java @@ -1,57 +1,33 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface UpdateBucketRequestOrBuilder - extends +public interface UpdateBucketRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.UpdateBucketRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
    * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the bucket field is set. */ boolean hasBucket(); /** - * - * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
    * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bucket. */ com.google.storage.v2.Bucket getBucket(); /** - * - * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
@@ -62,62 +38,48 @@ public interface UpdateBucketRequestOrBuilder
   com.google.storage.v2.BucketOrBuilder getBucketOrBuilder();
 
   /**
-   *
-   *
    * 
    * If set, will only modify the bucket if its metageneration matches this
    * value.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * If set, will only modify the bucket if its metageneration matches this
    * value.
    * 
* * optional int64 if_metageneration_match = 2; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * If set, will only modify the bucket if its metageneration does not match
    * this value.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * If set, will only modify the bucket if its metageneration does not match
    * this value.
    * 
* * optional int64 if_metageneration_not_match = 3; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** - * - * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -125,13 +87,10 @@ public interface UpdateBucketRequestOrBuilder
    * 
* * string predefined_acl = 8; - * * @return The predefinedAcl. */ java.lang.String getPredefinedAcl(); /** - * - * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -139,14 +98,12 @@ public interface UpdateBucketRequestOrBuilder
    * 
* * string predefined_acl = 8; - * * @return The bytes for predefinedAcl. */ - com.google.protobuf.ByteString getPredefinedAclBytes(); + com.google.protobuf.ByteString + getPredefinedAclBytes(); /** - * - * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -154,13 +111,10 @@ public interface UpdateBucketRequestOrBuilder
    * 
* * string predefined_default_object_acl = 9; - * * @return The predefinedDefaultObjectAcl. */ java.lang.String getPredefinedDefaultObjectAcl(); /** - * - * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -168,14 +122,12 @@ public interface UpdateBucketRequestOrBuilder
    * 
* * string predefined_default_object_acl = 9; - * * @return The bytes for predefinedDefaultObjectAcl. */ - com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes(); + com.google.protobuf.ByteString + getPredefinedDefaultObjectAclBytes(); /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -187,15 +139,11 @@ public interface UpdateBucketRequestOrBuilder
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -207,15 +155,11 @@ public interface UpdateBucketRequestOrBuilder
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -227,8 +171,7 @@ public interface UpdateBucketRequestOrBuilder
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java similarity index 68% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java index f563d291b7..f5fb32ed18 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request object to update an HMAC key state.
  * HmacKeyMetadata.state is required and the only writable field in
@@ -30,49 +13,46 @@
  *
  * Protobuf type {@code google.storage.v2.UpdateHmacKeyRequest}
  */
-public final class UpdateHmacKeyRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class UpdateHmacKeyRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.UpdateHmacKeyRequest)
     UpdateHmacKeyRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use UpdateHmacKeyRequest.newBuilder() to construct.
   private UpdateHmacKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private UpdateHmacKeyRequest() {}
+  private UpdateHmacKeyRequest() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new UpdateHmacKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto
-        .internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable
+    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.UpdateHmacKeyRequest.class,
-            com.google.storage.v2.UpdateHmacKeyRequest.Builder.class);
+            com.google.storage.v2.UpdateHmacKeyRequest.class, com.google.storage.v2.UpdateHmacKeyRequest.Builder.class);
   }
 
   public static final int HMAC_KEY_FIELD_NUMBER = 1;
   private com.google.storage.v2.HmacKeyMetadata hmacKey_;
   /**
-   *
-   *
    * 
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -80,10 +60,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * identify the key.
    * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the hmacKey field is set. */ @java.lang.Override @@ -91,8 +68,6 @@ public boolean hasHmacKey() { return hmacKey_ != null; } /** - * - * *
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -100,10 +75,7 @@ public boolean hasHmacKey() {
    * identify the key.
    * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The hmacKey. */ @java.lang.Override @@ -111,8 +83,6 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKey() { return hmacKey_ == null ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : hmacKey_; } /** - * - * *
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -120,9 +90,7 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKey() {
    * identify the key.
    * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() { @@ -132,8 +100,6 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() { public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -141,7 +107,6 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() {
    * 
* * .google.protobuf.FieldMask update_mask = 3; - * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -149,8 +114,6 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -158,7 +121,6 @@ public boolean hasUpdateMask() {
    * 
* * .google.protobuf.FieldMask update_mask = 3; - * * @return The updateMask. */ @java.lang.Override @@ -166,8 +128,6 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -182,7 +142,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -194,7 +153,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 (hmacKey_ != null) {
       output.writeMessage(1, getHmacKey());
     }
@@ -211,10 +171,12 @@ public int getSerializedSize() {
 
     size = 0;
     if (hmacKey_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getHmacKey());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, getHmacKey());
     }
     if (updateMask_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getUpdateMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -224,21 +186,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.storage.v2.UpdateHmacKeyRequest)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.UpdateHmacKeyRequest other =
-        (com.google.storage.v2.UpdateHmacKeyRequest) obj;
+    com.google.storage.v2.UpdateHmacKeyRequest other = (com.google.storage.v2.UpdateHmacKeyRequest) obj;
 
     if (hasHmacKey() != other.hasHmacKey()) return false;
     if (hasHmacKey()) {
-      if (!getHmacKey().equals(other.getHmacKey())) return false;
+      if (!getHmacKey()
+          .equals(other.getHmacKey())) return false;
     }
     if (hasUpdateMask() != other.hasUpdateMask()) return false;
     if (hasUpdateMask()) {
-      if (!getUpdateMask().equals(other.getUpdateMask())) return false;
+      if (!getUpdateMask()
+          .equals(other.getUpdateMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -264,104 +227,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.UpdateHmacKeyRequest parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.UpdateHmacKeyRequest parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.storage.v2.UpdateHmacKeyRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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 object to update an HMAC key state.
    * HmacKeyMetadata.state is required and the only writable field in
@@ -371,32 +327,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.storage.v2.UpdateHmacKeyRequest}
    */
-  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.storage.v2.UpdateHmacKeyRequest)
       com.google.storage.v2.UpdateHmacKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.UpdateHmacKeyRequest.class,
-              com.google.storage.v2.UpdateHmacKeyRequest.Builder.class);
+              com.google.storage.v2.UpdateHmacKeyRequest.class, com.google.storage.v2.UpdateHmacKeyRequest.Builder.class);
     }
 
     // Construct using com.google.storage.v2.UpdateHmacKeyRequest.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();
@@ -416,9 +373,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.storage.v2.StorageProto
-          .internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -437,8 +394,7 @@ public com.google.storage.v2.UpdateHmacKeyRequest build() {
 
     @java.lang.Override
     public com.google.storage.v2.UpdateHmacKeyRequest buildPartial() {
-      com.google.storage.v2.UpdateHmacKeyRequest result =
-          new com.google.storage.v2.UpdateHmacKeyRequest(this);
+      com.google.storage.v2.UpdateHmacKeyRequest result = new com.google.storage.v2.UpdateHmacKeyRequest(this);
       if (hmacKeyBuilder_ == null) {
         result.hmacKey_ = hmacKey_;
       } else {
@@ -457,39 +413,38 @@ public com.google.storage.v2.UpdateHmacKeyRequest 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) {
+        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.storage.v2.UpdateHmacKeyRequest) {
-        return mergeFrom((com.google.storage.v2.UpdateHmacKeyRequest) other);
+        return mergeFrom((com.google.storage.v2.UpdateHmacKeyRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -530,25 +485,26 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getHmacKeyFieldBuilder().getBuilder(), extensionRegistry);
+            case 10: {
+              input.readMessage(
+                  getHmacKeyFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 10
-            case 26:
-              {
-                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
+              break;
+            } // case 10
+            case 26: {
+              input.readMessage(
+                  getUpdateMaskFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              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) {
@@ -561,13 +517,8 @@ public Builder mergeFrom(
 
     private com.google.storage.v2.HmacKeyMetadata hmacKey_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.HmacKeyMetadata,
-            com.google.storage.v2.HmacKeyMetadata.Builder,
-            com.google.storage.v2.HmacKeyMetadataOrBuilder>
-        hmacKeyBuilder_;
+        com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> hmacKeyBuilder_;
     /**
-     *
-     *
      * 
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -575,18 +526,13 @@ public Builder mergeFrom(
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the hmacKey field is set. */ public boolean hasHmacKey() { return hmacKeyBuilder_ != null || hmacKey_ != null; } /** - * - * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -594,24 +540,17 @@ public boolean hasHmacKey() {
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The hmacKey. */ public com.google.storage.v2.HmacKeyMetadata getHmacKey() { if (hmacKeyBuilder_ == null) { - return hmacKey_ == null - ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() - : hmacKey_; + return hmacKey_ == null ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : hmacKey_; } else { return hmacKeyBuilder_.getMessage(); } } /** - * - * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -619,9 +558,7 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKey() {
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata value) { if (hmacKeyBuilder_ == null) { @@ -637,8 +574,6 @@ public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** - * - * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -646,11 +581,10 @@ public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata value) {
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { + public Builder setHmacKey( + com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { if (hmacKeyBuilder_ == null) { hmacKey_ = builderForValue.build(); onChanged(); @@ -661,8 +595,6 @@ public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata.Builder builderF return this; } /** - * - * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -670,17 +602,13 @@ public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata.Builder builderF
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeHmacKey(com.google.storage.v2.HmacKeyMetadata value) { if (hmacKeyBuilder_ == null) { if (hmacKey_ != null) { hmacKey_ = - com.google.storage.v2.HmacKeyMetadata.newBuilder(hmacKey_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.HmacKeyMetadata.newBuilder(hmacKey_).mergeFrom(value).buildPartial(); } else { hmacKey_ = value; } @@ -692,8 +620,6 @@ public Builder mergeHmacKey(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** - * - * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -701,9 +627,7 @@ public Builder mergeHmacKey(com.google.storage.v2.HmacKeyMetadata value) {
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearHmacKey() { if (hmacKeyBuilder_ == null) { @@ -717,8 +641,6 @@ public Builder clearHmacKey() { return this; } /** - * - * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -726,18 +648,14 @@ public Builder clearHmacKey() {
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.HmacKeyMetadata.Builder getHmacKeyBuilder() { - + onChanged(); return getHmacKeyFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -745,22 +663,17 @@ public com.google.storage.v2.HmacKeyMetadata.Builder getHmacKeyBuilder() {
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() { if (hmacKeyBuilder_ != null) { return hmacKeyBuilder_.getMessageOrBuilder(); } else { - return hmacKey_ == null - ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() - : hmacKey_; + return hmacKey_ == null ? + com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : hmacKey_; } } /** - * - * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -768,22 +681,17 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() {
      * identify the key.
      * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, - com.google.storage.v2.HmacKeyMetadata.Builder, - com.google.storage.v2.HmacKeyMetadataOrBuilder> + com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> getHmacKeyFieldBuilder() { if (hmacKeyBuilder_ == null) { - hmacKeyBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, - com.google.storage.v2.HmacKeyMetadata.Builder, - com.google.storage.v2.HmacKeyMetadataOrBuilder>( - getHmacKey(), getParentForChildren(), isClean()); + hmacKeyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder>( + getHmacKey(), + getParentForChildren(), + isClean()); hmacKey_ = null; } return hmacKeyBuilder_; @@ -791,13 +699,8 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -805,15 +708,12 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() {
      * 
* * .google.protobuf.FieldMask update_mask = 3; - * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -821,21 +721,16 @@ public boolean hasUpdateMask() {
      * 
* * .google.protobuf.FieldMask update_mask = 3; - * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -858,8 +753,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -868,7 +761,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      *
      * .google.protobuf.FieldMask update_mask = 3;
      */
-    public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setUpdateMask(
+        com.google.protobuf.FieldMask.Builder builderForValue) {
       if (updateMaskBuilder_ == null) {
         updateMask_ = builderForValue.build();
         onChanged();
@@ -879,8 +773,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -893,7 +785,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
       if (updateMaskBuilder_ == null) {
         if (updateMask_ != null) {
           updateMask_ =
-              com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial();
+            com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial();
         } else {
           updateMask_ = value;
         }
@@ -905,8 +797,6 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -927,8 +817,6 @@ public Builder clearUpdateMask() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -938,13 +826,11 @@ public Builder clearUpdateMask() {
      * .google.protobuf.FieldMask update_mask = 3;
      */
     public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
-
+      
       onChanged();
       return getUpdateMaskFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -957,14 +843,11 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
       if (updateMaskBuilder_ != null) {
         return updateMaskBuilder_.getMessageOrBuilder();
       } else {
-        return updateMask_ == null
-            ? com.google.protobuf.FieldMask.getDefaultInstance()
-            : updateMask_;
+        return updateMask_ == null ?
+            com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_;
       }
     }
     /**
-     *
-     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -974,24 +857,21 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      * .google.protobuf.FieldMask update_mask = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask,
-            com.google.protobuf.FieldMask.Builder,
-            com.google.protobuf.FieldMaskOrBuilder>
+        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
         getUpdateMaskFieldBuilder() {
       if (updateMaskBuilder_ == null) {
-        updateMaskBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.FieldMask,
-                com.google.protobuf.FieldMask.Builder,
-                com.google.protobuf.FieldMaskOrBuilder>(
-                getUpdateMask(), getParentForChildren(), isClean());
+        updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
+                getUpdateMask(),
+                getParentForChildren(),
+                isClean());
         updateMask_ = null;
       }
       return updateMaskBuilder_;
     }
-
     @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);
     }
 
@@ -1001,12 +881,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.UpdateHmacKeyRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.UpdateHmacKeyRequest)
   private static final com.google.storage.v2.UpdateHmacKeyRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.UpdateHmacKeyRequest();
   }
@@ -1015,27 +895,27 @@ public static com.google.storage.v2.UpdateHmacKeyRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public UpdateHmacKeyRequest 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 UpdateHmacKeyRequest 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;
@@ -1050,4 +930,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.UpdateHmacKeyRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
similarity index 67%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
index 6dddfc06ed..e2cfa7151b 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface UpdateHmacKeyRequestOrBuilder
-    extends
+public interface UpdateHmacKeyRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.UpdateHmacKeyRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -33,16 +15,11 @@ public interface UpdateHmacKeyRequestOrBuilder
    * identify the key.
    * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the hmacKey field is set. */ boolean hasHmacKey(); /** - * - * *
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -50,16 +27,11 @@ public interface UpdateHmacKeyRequestOrBuilder
    * identify the key.
    * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The hmacKey. */ com.google.storage.v2.HmacKeyMetadata getHmacKey(); /** - * - * *
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -67,15 +39,11 @@ public interface UpdateHmacKeyRequestOrBuilder
    * identify the key.
    * 
* - * - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder(); /** - * - * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -83,13 +51,10 @@ public interface UpdateHmacKeyRequestOrBuilder
    * 
* * .google.protobuf.FieldMask update_mask = 3; - * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -97,13 +62,10 @@ public interface UpdateHmacKeyRequestOrBuilder
    * 
* * .google.protobuf.FieldMask update_mask = 3; - * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
similarity index 78%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
index 2a2a8bac4d..d3a33ce60c 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
@@ -1,78 +1,57 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Request message for UpdateObject.
  * 
* * Protobuf type {@code google.storage.v2.UpdateObjectRequest} */ -public final class UpdateObjectRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class UpdateObjectRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.UpdateObjectRequest) UpdateObjectRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use UpdateObjectRequest.newBuilder() to construct. private UpdateObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private UpdateObjectRequest() { predefinedAcl_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new UpdateObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.UpdateObjectRequest.class, - com.google.storage.v2.UpdateObjectRequest.Builder.class); + com.google.storage.v2.UpdateObjectRequest.class, com.google.storage.v2.UpdateObjectRequest.Builder.class); } private int bitField0_; public static final int OBJECT_FIELD_NUMBER = 1; private com.google.storage.v2.Object object_; /** - * - * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -82,7 +61,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the object field is set. */ @java.lang.Override @@ -90,8 +68,6 @@ public boolean hasObject() { return object_ != null; } /** - * - * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -101,7 +77,6 @@ public boolean hasObject() {
    * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ @java.lang.Override @@ -109,8 +84,6 @@ public com.google.storage.v2.Object getObject() { return object_ == null ? com.google.storage.v2.Object.getDefaultInstance() : object_; } /** - * - * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -129,8 +102,6 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
   public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 2;
   private long ifGenerationMatch_;
   /**
-   *
-   *
    * 
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -138,7 +109,6 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
    * 
* * optional int64 if_generation_match = 2; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -146,8 +116,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -155,7 +123,6 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 2; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -166,8 +133,6 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 3; private long ifGenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -176,7 +141,6 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 3; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -184,8 +148,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -194,7 +156,6 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 3; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -205,15 +166,12 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 4; private long ifMetagenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 4; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -221,15 +179,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 4; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -240,15 +195,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 5; private long ifMetagenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 5; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -256,15 +208,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 5; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -275,8 +224,6 @@ public long getIfMetagenerationNotMatch() { public static final int PREDEFINED_ACL_FIELD_NUMBER = 10; private volatile java.lang.Object predefinedAcl_; /** - * - * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -284,7 +231,6 @@ public long getIfMetagenerationNotMatch() {
    * 
* * string predefined_acl = 10; - * * @return The predefinedAcl. */ @java.lang.Override @@ -293,15 +239,14 @@ public java.lang.String getPredefinedAcl() { 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(); predefinedAcl_ = s; return s; } } /** - * - * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -309,15 +254,16 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_acl = 10; - * * @return The bytes for predefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString getPredefinedAclBytes() { + public com.google.protobuf.ByteString + getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -328,8 +274,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() { public static final int UPDATE_MASK_FIELD_NUMBER = 7; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -341,9 +285,7 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -351,8 +293,6 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -364,9 +304,7 @@ public boolean hasUpdateMask() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -374,8 +312,6 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -387,8 +323,7 @@ public com.google.protobuf.FieldMask getUpdateMask() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -398,14 +333,11 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 8; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -413,25 +345,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -439,13 +364,11 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -457,7 +380,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 (object_ != null) { output.writeMessage(1, getObject()); } @@ -492,27 +416,32 @@ public int getSerializedSize() { size = 0; if (object_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getObject()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getObject()); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, ifGenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifGenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, ifGenerationNotMatch_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(4, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(5, ifMetagenerationNotMatch_); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getUpdateMask()); } if (commonObjectRequestParams_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 8, getCommonObjectRequestParams()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getCommonObjectRequestParams()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedAcl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, predefinedAcl_); @@ -525,43 +454,49 @@ 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.storage.v2.UpdateObjectRequest)) { return super.equals(obj); } - com.google.storage.v2.UpdateObjectRequest other = - (com.google.storage.v2.UpdateObjectRequest) obj; + com.google.storage.v2.UpdateObjectRequest other = (com.google.storage.v2.UpdateObjectRequest) obj; if (hasObject() != other.hasObject()) return false; if (hasObject()) { - if (!getObject().equals(other.getObject())) return false; + if (!getObject() + .equals(other.getObject())) return false; } if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() + != other.getIfGenerationMatch()) return false; } if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false; if (hasIfGenerationNotMatch()) { - if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false; + if (getIfGenerationNotMatch() + != other.getIfGenerationNotMatch()) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() + != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() + != other.getIfMetagenerationNotMatch()) return false; } - if (!getPredefinedAcl().equals(other.getPredefinedAcl())) return false; + if (!getPredefinedAcl() + .equals(other.getPredefinedAcl())) return false; if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) - return false; + if (!getCommonObjectRequestParams() + .equals(other.getCommonObjectRequestParams())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -580,19 +515,23 @@ public int hashCode() { } if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationMatch()); } if (hasIfGenerationNotMatch()) { hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationNotMatch()); } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationNotMatch()); } hash = (37 * hash) + PREDEFINED_ACL_FIELD_NUMBER; hash = (53 * hash) + getPredefinedAcl().hashCode(); @@ -609,136 +548,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.UpdateObjectRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.UpdateObjectRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.UpdateObjectRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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 message for UpdateObject.
    * 
* * Protobuf type {@code google.storage.v2.UpdateObjectRequest} */ - 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.storage.v2.UpdateObjectRequest) com.google.storage.v2.UpdateObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.UpdateObjectRequest.class, - com.google.storage.v2.UpdateObjectRequest.Builder.class); + com.google.storage.v2.UpdateObjectRequest.class, com.google.storage.v2.UpdateObjectRequest.Builder.class); } // Construct using com.google.storage.v2.UpdateObjectRequest.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(); @@ -774,9 +707,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_UpdateObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_descriptor; } @java.lang.Override @@ -795,8 +728,7 @@ public com.google.storage.v2.UpdateObjectRequest build() { @java.lang.Override public com.google.storage.v2.UpdateObjectRequest buildPartial() { - com.google.storage.v2.UpdateObjectRequest result = - new com.google.storage.v2.UpdateObjectRequest(this); + com.google.storage.v2.UpdateObjectRequest result = new com.google.storage.v2.UpdateObjectRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (objectBuilder_ == null) { @@ -840,39 +772,38 @@ public com.google.storage.v2.UpdateObjectRequest 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) { + 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.storage.v2.UpdateObjectRequest) { - return mergeFrom((com.google.storage.v2.UpdateObjectRequest) other); + return mergeFrom((com.google.storage.v2.UpdateObjectRequest)other); } else { super.mergeFrom(other); return this; @@ -932,62 +863,58 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getObjectFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - case 16: - { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 16 - case 24: - { - ifGenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 24 - case 32: - { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 32 - case 40: - { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000008; - break; - } // case 40 - case 58: - { - input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 58 - case 66: - { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 66 - case 82: - { - predefinedAcl_ = input.readStringRequireUtf8(); - - break; - } // case 82 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getObjectFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + case 16: { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 16 + case 24: { + ifGenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 24 + case 32: { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 32 + case 40: { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000008; + break; + } // case 40 + case 58: { + input.readMessage( + getUpdateMaskFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 58 + case 66: { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 66 + case 82: { + predefinedAcl_ = input.readStringRequireUtf8(); + + 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) { @@ -997,18 +924,12 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.storage.v2.Object object_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> - objectBuilder_; + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> objectBuilder_; /** - * - * *
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1018,15 +939,12 @@ public Builder mergeFrom(
      * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the object field is set. */ public boolean hasObject() { return objectBuilder_ != null || object_ != null; } /** - * - * *
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1036,7 +954,6 @@ public boolean hasObject() {
      * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ public com.google.storage.v2.Object getObject() { @@ -1047,8 +964,6 @@ public com.google.storage.v2.Object getObject() { } } /** - * - * *
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1073,8 +988,6 @@ public Builder setObject(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1085,7 +998,8 @@ public Builder setObject(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      */
-    public Builder setObject(com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setObject(
+        com.google.storage.v2.Object.Builder builderForValue) {
       if (objectBuilder_ == null) {
         object_ = builderForValue.build();
         onChanged();
@@ -1096,8 +1010,6 @@ public Builder setObject(com.google.storage.v2.Object.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1112,7 +1024,7 @@ public Builder mergeObject(com.google.storage.v2.Object value) {
       if (objectBuilder_ == null) {
         if (object_ != null) {
           object_ =
-              com.google.storage.v2.Object.newBuilder(object_).mergeFrom(value).buildPartial();
+            com.google.storage.v2.Object.newBuilder(object_).mergeFrom(value).buildPartial();
         } else {
           object_ = value;
         }
@@ -1124,8 +1036,6 @@ public Builder mergeObject(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1148,8 +1058,6 @@ public Builder clearObject() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1161,13 +1069,11 @@ public Builder clearObject() {
      * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      */
     public com.google.storage.v2.Object.Builder getObjectBuilder() {
-
+      
       onChanged();
       return getObjectFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1182,12 +1088,11 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
       if (objectBuilder_ != null) {
         return objectBuilder_.getMessageOrBuilder();
       } else {
-        return object_ == null ? com.google.storage.v2.Object.getDefaultInstance() : object_;
+        return object_ == null ?
+            com.google.storage.v2.Object.getDefaultInstance() : object_;
       }
     }
     /**
-     *
-     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1199,26 +1104,21 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
      * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object,
-            com.google.storage.v2.Object.Builder,
-            com.google.storage.v2.ObjectOrBuilder>
+        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
         getObjectFieldBuilder() {
       if (objectBuilder_ == null) {
-        objectBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Object,
-                com.google.storage.v2.Object.Builder,
-                com.google.storage.v2.ObjectOrBuilder>(
-                getObject(), getParentForChildren(), isClean());
+        objectBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
+                getObject(),
+                getParentForChildren(),
+                isClean());
         object_ = null;
       }
       return objectBuilder_;
     }
 
-    private long ifGenerationMatch_;
+    private long ifGenerationMatch_ ;
     /**
-     *
-     *
      * 
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1226,7 +1126,6 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
      * 
* * optional int64 if_generation_match = 2; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1234,8 +1133,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1243,7 +1140,6 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 2; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1251,8 +1147,6 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1260,7 +1154,6 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 2; - * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1271,8 +1164,6 @@ public Builder setIfGenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1280,7 +1171,6 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 2; - * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1290,10 +1180,8 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_; + private long ifGenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1302,7 +1190,6 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 3; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1310,8 +1197,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1320,7 +1205,6 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 3; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1328,8 +1212,6 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1338,7 +1220,6 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 3; - * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1349,8 +1230,6 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1359,7 +1238,6 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 3; - * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1369,17 +1247,14 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 4; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1387,15 +1262,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 4; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1403,15 +1275,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 4; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1422,15 +1291,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 4; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1440,17 +1306,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 5; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1458,15 +1321,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 5; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1474,15 +1334,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 5; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1493,15 +1350,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 5; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1513,8 +1367,6 @@ public Builder clearIfMetagenerationNotMatch() { private java.lang.Object predefinedAcl_ = ""; /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1522,13 +1374,13 @@ public Builder clearIfMetagenerationNotMatch() {
      * 
* * string predefined_acl = 10; - * * @return The predefinedAcl. */ public java.lang.String getPredefinedAcl() { java.lang.Object ref = predefinedAcl_; 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(); predefinedAcl_ = s; return s; @@ -1537,8 +1389,6 @@ public java.lang.String getPredefinedAcl() { } } /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1546,14 +1396,15 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 10; - * * @return The bytes for predefinedAcl. */ - public com.google.protobuf.ByteString getPredefinedAclBytes() { + public com.google.protobuf.ByteString + getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -1561,8 +1412,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() { } } /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1570,22 +1419,20 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() {
      * 
* * string predefined_acl = 10; - * * @param value The predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAcl(java.lang.String value) { + public Builder setPredefinedAcl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedAcl_ = value; onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1593,18 +1440,15 @@ public Builder setPredefinedAcl(java.lang.String value) {
      * 
* * string predefined_acl = 10; - * * @return This builder for chaining. */ public Builder clearPredefinedAcl() { - + predefinedAcl_ = getDefaultInstance().getPredefinedAcl(); onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1612,16 +1456,16 @@ public Builder clearPredefinedAcl() {
      * 
* * string predefined_acl = 10; - * * @param value The bytes for predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { + public Builder setPredefinedAclBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedAcl_ = value; onChanged(); return this; @@ -1629,13 +1473,8 @@ public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1647,17 +1486,13 @@ public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1669,23 +1504,17 @@ public boolean hasUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1697,8 +1526,7 @@ public com.google.protobuf.FieldMask getUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1714,8 +1542,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1727,10 +1553,10 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1741,8 +1567,6 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1754,14 +1578,13 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1773,8 +1596,6 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1786,8 +1607,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1801,8 +1621,6 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1814,17 +1632,14 @@ public Builder clearUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1836,21 +1651,17 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1862,21 +1673,17 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; @@ -1884,55 +1691,41 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1946,8 +1739,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1966,22 +1757,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1993,8 +1779,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -2013,42 +1797,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -2056,24 +1831,21 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } - @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); } @@ -2083,12 +1855,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.UpdateObjectRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.UpdateObjectRequest) private static final com.google.storage.v2.UpdateObjectRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.UpdateObjectRequest(); } @@ -2097,27 +1869,27 @@ public static com.google.storage.v2.UpdateObjectRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateObjectRequest 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 UpdateObjectRequest 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; @@ -2132,4 +1904,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.UpdateObjectRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java similarity index 88% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java index dea9fcf135..dfa2c98c5e 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface UpdateObjectRequestOrBuilder - extends +public interface UpdateObjectRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.UpdateObjectRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -35,13 +17,10 @@ public interface UpdateObjectRequestOrBuilder
    * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the object field is set. */ boolean hasObject(); /** - * - * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -51,13 +30,10 @@ public interface UpdateObjectRequestOrBuilder
    * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The object. */ com.google.storage.v2.Object getObject(); /** - * - * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -71,8 +47,6 @@ public interface UpdateObjectRequestOrBuilder
   com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder();
 
   /**
-   *
-   *
    * 
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -80,13 +54,10 @@ public interface UpdateObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 2; - * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -94,14 +65,11 @@ public interface UpdateObjectRequestOrBuilder
    * 
* * optional int64 if_generation_match = 2; - * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -110,13 +78,10 @@ public interface UpdateObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 3; - * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -125,68 +90,53 @@ public interface UpdateObjectRequestOrBuilder
    * 
* * optional int64 if_generation_not_match = 3; - * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 4; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 4; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 5; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 5; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** - * - * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -194,13 +144,10 @@ public interface UpdateObjectRequestOrBuilder
    * 
* * string predefined_acl = 10; - * * @return The predefinedAcl. */ java.lang.String getPredefinedAcl(); /** - * - * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -208,14 +155,12 @@ public interface UpdateObjectRequestOrBuilder
    * 
* * string predefined_acl = 10; - * * @return The bytes for predefinedAcl. */ - com.google.protobuf.ByteString getPredefinedAclBytes(); + com.google.protobuf.ByteString + getPredefinedAclBytes(); /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -227,15 +172,11 @@ public interface UpdateObjectRequestOrBuilder
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -247,15 +188,11 @@ public interface UpdateObjectRequestOrBuilder
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -267,38 +204,29 @@ public interface UpdateObjectRequestOrBuilder
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java similarity index 76% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java index 81b5d82e68..75e847bca0 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java @@ -1,82 +1,61 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Request message for WriteObject.
  * 
* * Protobuf type {@code google.storage.v2.WriteObjectRequest} */ -public final class WriteObjectRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class WriteObjectRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.WriteObjectRequest) WriteObjectRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use WriteObjectRequest.newBuilder() to construct. private WriteObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private WriteObjectRequest() {} + private WriteObjectRequest() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new WriteObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectRequest.class, - com.google.storage.v2.WriteObjectRequest.Builder.class); + com.google.storage.v2.WriteObjectRequest.class, com.google.storage.v2.WriteObjectRequest.Builder.class); } private int firstMessageCase_ = 0; private java.lang.Object firstMessage_; - public enum FirstMessageCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { UPLOAD_ID(1), WRITE_OBJECT_SPEC(2), FIRSTMESSAGE_NOT_SET(0); private final int value; - private FirstMessageCase(int value) { this.value = value; } @@ -92,37 +71,31 @@ public static FirstMessageCase valueOf(int value) { public static FirstMessageCase forNumber(int value) { switch (value) { - case 1: - return UPLOAD_ID; - case 2: - return WRITE_OBJECT_SPEC; - case 0: - return FIRSTMESSAGE_NOT_SET; - default: - return null; + case 1: return UPLOAD_ID; + case 2: return WRITE_OBJECT_SPEC; + case 0: return FIRSTMESSAGE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public FirstMessageCase getFirstMessageCase() { - return FirstMessageCase.forNumber(firstMessageCase_); + public FirstMessageCase + getFirstMessageCase() { + return FirstMessageCase.forNumber( + firstMessageCase_); } private int dataCase_ = 0; private java.lang.Object data_; - public enum DataCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { CHECKSUMMED_DATA(4), DATA_NOT_SET(0); private final int value; - private DataCase(int value) { this.value = value; } @@ -138,50 +111,42 @@ public static DataCase valueOf(int value) { public static DataCase forNumber(int value) { switch (value) { - case 4: - return CHECKSUMMED_DATA; - case 0: - return DATA_NOT_SET; - default: - return null; + case 4: return CHECKSUMMED_DATA; + case 0: return DATA_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public DataCase getDataCase() { - return DataCase.forNumber(dataCase_); + public DataCase + getDataCase() { + return DataCase.forNumber( + dataCase_); } public static final int UPLOAD_ID_FIELD_NUMBER = 1; /** - * - * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; - * * @return Whether the uploadId field is set. */ public boolean hasUploadId() { return firstMessageCase_ == 1; } /** - * - * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; - * * @return The uploadId. */ public java.lang.String getUploadId() { @@ -192,7 +157,8 @@ public java.lang.String getUploadId() { 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 (firstMessageCase_ == 1) { firstMessage_ = s; @@ -201,25 +167,24 @@ public java.lang.String getUploadId() { } } /** - * - * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; - * * @return The bytes for uploadId. */ - public com.google.protobuf.ByteString getUploadIdBytes() { + public com.google.protobuf.ByteString + getUploadIdBytes() { java.lang.Object ref = ""; if (firstMessageCase_ == 1) { ref = firstMessage_; } 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 (firstMessageCase_ == 1) { firstMessage_ = b; } @@ -231,15 +196,12 @@ public com.google.protobuf.ByteString getUploadIdBytes() { public static final int WRITE_OBJECT_SPEC_FIELD_NUMBER = 2; /** - * - * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
    * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; - * * @return Whether the writeObjectSpec field is set. */ @java.lang.Override @@ -247,27 +209,22 @@ public boolean hasWriteObjectSpec() { return firstMessageCase_ == 2; } /** - * - * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
    * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; - * * @return The writeObjectSpec. */ @java.lang.Override public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() { if (firstMessageCase_ == 2) { - return (com.google.storage.v2.WriteObjectSpec) firstMessage_; + return (com.google.storage.v2.WriteObjectSpec) firstMessage_; } return com.google.storage.v2.WriteObjectSpec.getDefaultInstance(); } /** - * - * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
@@ -278,7 +235,7 @@ public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() {
   @java.lang.Override
   public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder() {
     if (firstMessageCase_ == 2) {
-      return (com.google.storage.v2.WriteObjectSpec) firstMessage_;
+       return (com.google.storage.v2.WriteObjectSpec) firstMessage_;
     }
     return com.google.storage.v2.WriteObjectSpec.getDefaultInstance();
   }
@@ -286,11 +243,9 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
   public static final int WRITE_OFFSET_FIELD_NUMBER = 3;
   private long writeOffset_;
   /**
-   *
-   *
    * 
-   * Required. The offset from the beginning of the object at which the data should be
-   * written.
+   * Required. The offset from the beginning of the object at which the data
+   * should be written.
    * In the first `WriteObjectRequest` of a `WriteObject()` action, it
    * indicates the initial offset for the `Write()` call. The value **must** be
    * equal to the `persisted_size` that a call to `QueryWriteStatus()` would
@@ -302,7 +257,6 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
    * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The writeOffset. */ @java.lang.Override @@ -312,15 +266,12 @@ public long getWriteOffset() { public static final int CHECKSUMMED_DATA_FIELD_NUMBER = 4; /** - * - * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; - * * @return Whether the checksummedData field is set. */ @java.lang.Override @@ -328,27 +279,22 @@ public boolean hasChecksummedData() { return dataCase_ == 4; } /** - * - * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; - * * @return The checksummedData. */ @java.lang.Override public com.google.storage.v2.ChecksummedData getChecksummedData() { if (dataCase_ == 4) { - return (com.google.storage.v2.ChecksummedData) data_; + return (com.google.storage.v2.ChecksummedData) data_; } return com.google.storage.v2.ChecksummedData.getDefaultInstance(); } /** - * - * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
@@ -359,7 +305,7 @@ public com.google.storage.v2.ChecksummedData getChecksummedData() {
   @java.lang.Override
   public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilder() {
     if (dataCase_ == 4) {
-      return (com.google.storage.v2.ChecksummedData) data_;
+       return (com.google.storage.v2.ChecksummedData) data_;
     }
     return com.google.storage.v2.ChecksummedData.getDefaultInstance();
   }
@@ -367,8 +313,6 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
   public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 6;
   private com.google.storage.v2.ObjectChecksums objectChecksums_;
   /**
-   *
-   *
    * 
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -377,7 +321,6 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; - * * @return Whether the objectChecksums field is set. */ @java.lang.Override @@ -385,8 +328,6 @@ public boolean hasObjectChecksums() { return objectChecksums_ != null; } /** - * - * *
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -395,18 +336,13 @@ public boolean hasObjectChecksums() {
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; - * * @return The objectChecksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getObjectChecksums() { - return objectChecksums_ == null - ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() - : objectChecksums_; + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; } /** - * - * *
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -424,8 +360,6 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
   public static final int FINISH_WRITE_FIELD_NUMBER = 7;
   private boolean finishWrite_;
   /**
-   *
-   *
    * 
    * If `true`, this indicates that the write is complete. Sending any
    * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -436,7 +370,6 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
    * 
* * bool finish_write = 7; - * * @return The finishWrite. */ @java.lang.Override @@ -447,14 +380,11 @@ public boolean getFinishWrite() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 8; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -462,25 +392,18 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -488,13 +411,11 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -506,7 +427,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 (firstMessageCase_ == 1) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, firstMessage_); } @@ -541,28 +463,28 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, firstMessage_); } if (firstMessageCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.storage.v2.WriteObjectSpec) firstMessage_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.storage.v2.WriteObjectSpec) firstMessage_); } if (writeOffset_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, writeOffset_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, writeOffset_); } if (dataCase_ == 4) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 4, (com.google.storage.v2.ChecksummedData) data_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, (com.google.storage.v2.ChecksummedData) data_); } if (objectChecksums_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getObjectChecksums()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getObjectChecksums()); } if (finishWrite_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, finishWrite_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(7, finishWrite_); } if (commonObjectRequestParams_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 8, getCommonObjectRequestParams()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getCommonObjectRequestParams()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -572,31 +494,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.storage.v2.WriteObjectRequest)) { return super.equals(obj); } com.google.storage.v2.WriteObjectRequest other = (com.google.storage.v2.WriteObjectRequest) obj; - if (getWriteOffset() != other.getWriteOffset()) return false; + if (getWriteOffset() + != other.getWriteOffset()) return false; if (hasObjectChecksums() != other.hasObjectChecksums()) return false; if (hasObjectChecksums()) { - if (!getObjectChecksums().equals(other.getObjectChecksums())) return false; + if (!getObjectChecksums() + .equals(other.getObjectChecksums())) return false; } - if (getFinishWrite() != other.getFinishWrite()) return false; + if (getFinishWrite() + != other.getFinishWrite()) return false; if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) - return false; + if (!getCommonObjectRequestParams() + .equals(other.getCommonObjectRequestParams())) return false; } if (!getFirstMessageCase().equals(other.getFirstMessageCase())) return false; switch (firstMessageCase_) { case 1: - if (!getUploadId().equals(other.getUploadId())) return false; + if (!getUploadId() + .equals(other.getUploadId())) return false; break; case 2: - if (!getWriteObjectSpec().equals(other.getWriteObjectSpec())) return false; + if (!getWriteObjectSpec() + .equals(other.getWriteObjectSpec())) return false; break; case 0: default: @@ -604,7 +531,8 @@ public boolean equals(final java.lang.Object obj) { if (!getDataCase().equals(other.getDataCase())) return false; switch (dataCase_) { case 4: - if (!getChecksummedData().equals(other.getChecksummedData())) return false; + if (!getChecksummedData() + .equals(other.getChecksummedData())) return false; break; case 0: default: @@ -621,13 +549,15 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + WRITE_OFFSET_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getWriteOffset()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getWriteOffset()); if (hasObjectChecksums()) { hash = (37 * hash) + OBJECT_CHECKSUMS_FIELD_NUMBER; hash = (53 * hash) + getObjectChecksums().hashCode(); } hash = (37 * hash) + FINISH_WRITE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getFinishWrite()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getFinishWrite()); if (hasCommonObjectRequestParams()) { hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER; hash = (53 * hash) + getCommonObjectRequestParams().hashCode(); @@ -657,136 +587,130 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.WriteObjectRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.WriteObjectRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.storage.v2.WriteObjectRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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 message for WriteObject.
    * 
* * Protobuf type {@code google.storage.v2.WriteObjectRequest} */ - 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.storage.v2.WriteObjectRequest) com.google.storage.v2.WriteObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectRequest.class, - com.google.storage.v2.WriteObjectRequest.Builder.class); + com.google.storage.v2.WriteObjectRequest.class, com.google.storage.v2.WriteObjectRequest.Builder.class); } // Construct using com.google.storage.v2.WriteObjectRequest.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(); @@ -820,9 +744,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_descriptor; } @java.lang.Override @@ -841,8 +765,7 @@ public com.google.storage.v2.WriteObjectRequest build() { @java.lang.Override public com.google.storage.v2.WriteObjectRequest buildPartial() { - com.google.storage.v2.WriteObjectRequest result = - new com.google.storage.v2.WriteObjectRequest(this); + com.google.storage.v2.WriteObjectRequest result = new com.google.storage.v2.WriteObjectRequest(this); if (firstMessageCase_ == 1) { result.firstMessage_ = firstMessage_; } @@ -882,39 +805,38 @@ public com.google.storage.v2.WriteObjectRequest 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) { + 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.storage.v2.WriteObjectRequest) { - return mergeFrom((com.google.storage.v2.WriteObjectRequest) other); + return mergeFrom((com.google.storage.v2.WriteObjectRequest)other); } else { super.mergeFrom(other); return this; @@ -936,33 +858,28 @@ public Builder mergeFrom(com.google.storage.v2.WriteObjectRequest other) { mergeCommonObjectRequestParams(other.getCommonObjectRequestParams()); } switch (other.getFirstMessageCase()) { - case UPLOAD_ID: - { - firstMessageCase_ = 1; - firstMessage_ = other.firstMessage_; - onChanged(); - break; - } - case WRITE_OBJECT_SPEC: - { - mergeWriteObjectSpec(other.getWriteObjectSpec()); - break; - } - case FIRSTMESSAGE_NOT_SET: - { - break; - } + case UPLOAD_ID: { + firstMessageCase_ = 1; + firstMessage_ = other.firstMessage_; + onChanged(); + break; + } + case WRITE_OBJECT_SPEC: { + mergeWriteObjectSpec(other.getWriteObjectSpec()); + break; + } + case FIRSTMESSAGE_NOT_SET: { + break; + } } switch (other.getDataCase()) { - case CHECKSUMMED_DATA: - { - mergeChecksummedData(other.getChecksummedData()); - break; - } - case DATA_NOT_SET: - { - break; - } + case CHECKSUMMED_DATA: { + mergeChecksummedData(other.getChecksummedData()); + break; + } + case DATA_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -990,57 +907,56 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); - firstMessageCase_ = 1; - firstMessage_ = s; - break; - } // case 10 - case 18: - { - input.readMessage(getWriteObjectSpecFieldBuilder().getBuilder(), extensionRegistry); - firstMessageCase_ = 2; - break; - } // case 18 - case 24: - { - writeOffset_ = input.readInt64(); - - break; - } // case 24 - case 34: - { - input.readMessage(getChecksummedDataFieldBuilder().getBuilder(), extensionRegistry); - dataCase_ = 4; - break; - } // case 34 - case 50: - { - input.readMessage(getObjectChecksumsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 50 - case 56: - { - finishWrite_ = input.readBool(); - - break; - } // case 56 - case 66: - { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 66 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + firstMessageCase_ = 1; + firstMessage_ = s; + break; + } // case 10 + case 18: { + input.readMessage( + getWriteObjectSpecFieldBuilder().getBuilder(), + extensionRegistry); + firstMessageCase_ = 2; + break; + } // case 18 + case 24: { + writeOffset_ = input.readInt64(); + + break; + } // case 24 + case 34: { + input.readMessage( + getChecksummedDataFieldBuilder().getBuilder(), + extensionRegistry); + dataCase_ = 4; + break; + } // case 34 + case 50: { + input.readMessage( + getObjectChecksumsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 50 + case 56: { + finishWrite_ = input.readBool(); + + break; + } // case 56 + case 66: { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), + extensionRegistry); + + 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) { @@ -1050,12 +966,12 @@ public Builder mergeFrom( } // finally return this; } - private int firstMessageCase_ = 0; private java.lang.Object firstMessage_; - - public FirstMessageCase getFirstMessageCase() { - return FirstMessageCase.forNumber(firstMessageCase_); + public FirstMessageCase + getFirstMessageCase() { + return FirstMessageCase.forNumber( + firstMessageCase_); } public Builder clearFirstMessage() { @@ -1067,9 +983,10 @@ public Builder clearFirstMessage() { private int dataCase_ = 0; private java.lang.Object data_; - - public DataCase getDataCase() { - return DataCase.forNumber(dataCase_); + public DataCase + getDataCase() { + return DataCase.forNumber( + dataCase_); } public Builder clearData() { @@ -1079,16 +996,14 @@ public Builder clearData() { return this; } + /** - * - * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; - * * @return Whether the uploadId field is set. */ @java.lang.Override @@ -1096,15 +1011,12 @@ public boolean hasUploadId() { return firstMessageCase_ == 1; } /** - * - * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; - * * @return The uploadId. */ @java.lang.Override @@ -1114,7 +1026,8 @@ public java.lang.String getUploadId() { ref = firstMessage_; } 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 (firstMessageCase_ == 1) { firstMessage_ = s; @@ -1125,26 +1038,25 @@ public java.lang.String getUploadId() { } } /** - * - * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; - * * @return The bytes for uploadId. */ @java.lang.Override - public com.google.protobuf.ByteString getUploadIdBytes() { + public com.google.protobuf.ByteString + getUploadIdBytes() { java.lang.Object ref = ""; if (firstMessageCase_ == 1) { ref = firstMessage_; } 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 (firstMessageCase_ == 1) { firstMessage_ = b; } @@ -1154,37 +1066,32 @@ public com.google.protobuf.ByteString getUploadIdBytes() { } } /** - * - * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; - * * @param value The uploadId to set. * @return This builder for chaining. */ - public Builder setUploadId(java.lang.String value) { + public Builder setUploadId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - firstMessageCase_ = 1; + throw new NullPointerException(); + } + firstMessageCase_ = 1; firstMessage_ = value; onChanged(); return this; } /** - * - * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; - * * @return This builder for chaining. */ public Builder clearUploadId() { @@ -1196,23 +1103,21 @@ public Builder clearUploadId() { return this; } /** - * - * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; - * * @param value The bytes for uploadId to set. * @return This builder for chaining. */ - public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { + public Builder setUploadIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); firstMessageCase_ = 1; firstMessage_ = value; onChanged(); @@ -1220,20 +1125,14 @@ public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.WriteObjectSpec, - com.google.storage.v2.WriteObjectSpec.Builder, - com.google.storage.v2.WriteObjectSpecOrBuilder> - writeObjectSpecBuilder_; + com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder> writeObjectSpecBuilder_; /** - * - * *
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
      * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; - * * @return Whether the writeObjectSpec field is set. */ @java.lang.Override @@ -1241,15 +1140,12 @@ public boolean hasWriteObjectSpec() { return firstMessageCase_ == 2; } /** - * - * *
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
      * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; - * * @return The writeObjectSpec. */ @java.lang.Override @@ -1267,8 +1163,6 @@ public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() { } } /** - * - * *
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1290,8 +1184,6 @@ public Builder setWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1311,8 +1203,6 @@ public Builder setWriteObjectSpec(
       return this;
     }
     /**
-     *
-     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1322,13 +1212,10 @@ public Builder setWriteObjectSpec(
      */
     public Builder mergeWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) {
       if (writeObjectSpecBuilder_ == null) {
-        if (firstMessageCase_ == 2
-            && firstMessage_ != com.google.storage.v2.WriteObjectSpec.getDefaultInstance()) {
-          firstMessage_ =
-              com.google.storage.v2.WriteObjectSpec.newBuilder(
-                      (com.google.storage.v2.WriteObjectSpec) firstMessage_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (firstMessageCase_ == 2 &&
+            firstMessage_ != com.google.storage.v2.WriteObjectSpec.getDefaultInstance()) {
+          firstMessage_ = com.google.storage.v2.WriteObjectSpec.newBuilder((com.google.storage.v2.WriteObjectSpec) firstMessage_)
+              .mergeFrom(value).buildPartial();
         } else {
           firstMessage_ = value;
         }
@@ -1344,8 +1231,6 @@ public Builder mergeWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value)
       return this;
     }
     /**
-     *
-     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1370,8 +1255,6 @@ public Builder clearWriteObjectSpec() {
       return this;
     }
     /**
-     *
-     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1383,8 +1266,6 @@ public com.google.storage.v2.WriteObjectSpec.Builder getWriteObjectSpecBuilder()
       return getWriteObjectSpecFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1404,8 +1285,6 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
       }
     }
     /**
-     *
-     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1414,37 +1293,29 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
      * .google.storage.v2.WriteObjectSpec write_object_spec = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.WriteObjectSpec,
-            com.google.storage.v2.WriteObjectSpec.Builder,
-            com.google.storage.v2.WriteObjectSpecOrBuilder>
+        com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder> 
         getWriteObjectSpecFieldBuilder() {
       if (writeObjectSpecBuilder_ == null) {
         if (!(firstMessageCase_ == 2)) {
           firstMessage_ = com.google.storage.v2.WriteObjectSpec.getDefaultInstance();
         }
-        writeObjectSpecBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.WriteObjectSpec,
-                com.google.storage.v2.WriteObjectSpec.Builder,
-                com.google.storage.v2.WriteObjectSpecOrBuilder>(
+        writeObjectSpecBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder>(
                 (com.google.storage.v2.WriteObjectSpec) firstMessage_,
                 getParentForChildren(),
                 isClean());
         firstMessage_ = null;
       }
       firstMessageCase_ = 2;
-      onChanged();
-      ;
+      onChanged();;
       return writeObjectSpecBuilder_;
     }
 
-    private long writeOffset_;
+    private long writeOffset_ ;
     /**
-     *
-     *
      * 
-     * Required. The offset from the beginning of the object at which the data should be
-     * written.
+     * Required. The offset from the beginning of the object at which the data
+     * should be written.
      * In the first `WriteObjectRequest` of a `WriteObject()` action, it
      * indicates the initial offset for the `Write()` call. The value **must** be
      * equal to the `persisted_size` that a call to `QueryWriteStatus()` would
@@ -1456,7 +1327,6 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
      * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The writeOffset. */ @java.lang.Override @@ -1464,11 +1334,9 @@ public long getWriteOffset() { return writeOffset_; } /** - * - * *
-     * Required. The offset from the beginning of the object at which the data should be
-     * written.
+     * Required. The offset from the beginning of the object at which the data
+     * should be written.
      * In the first `WriteObjectRequest` of a `WriteObject()` action, it
      * indicates the initial offset for the `Write()` call. The value **must** be
      * equal to the `persisted_size` that a call to `QueryWriteStatus()` would
@@ -1480,22 +1348,19 @@ public long getWriteOffset() {
      * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The writeOffset to set. * @return This builder for chaining. */ public Builder setWriteOffset(long value) { - + writeOffset_ = value; onChanged(); return this; } /** - * - * *
-     * Required. The offset from the beginning of the object at which the data should be
-     * written.
+     * Required. The offset from the beginning of the object at which the data
+     * should be written.
      * In the first `WriteObjectRequest` of a `WriteObject()` action, it
      * indicates the initial offset for the `Write()` call. The value **must** be
      * equal to the `persisted_size` that a call to `QueryWriteStatus()` would
@@ -1507,31 +1372,24 @@ public Builder setWriteOffset(long value) {
      * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearWriteOffset() { - + writeOffset_ = 0L; onChanged(); return this; } private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ChecksummedData, - com.google.storage.v2.ChecksummedData.Builder, - com.google.storage.v2.ChecksummedDataOrBuilder> - checksummedDataBuilder_; + com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder> checksummedDataBuilder_; /** - * - * *
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
      * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; - * * @return Whether the checksummedData field is set. */ @java.lang.Override @@ -1539,15 +1397,12 @@ public boolean hasChecksummedData() { return dataCase_ == 4; } /** - * - * *
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
      * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; - * * @return The checksummedData. */ @java.lang.Override @@ -1565,8 +1420,6 @@ public com.google.storage.v2.ChecksummedData getChecksummedData() { } } /** - * - * *
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1588,8 +1441,6 @@ public Builder setChecksummedData(com.google.storage.v2.ChecksummedData value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1609,8 +1460,6 @@ public Builder setChecksummedData(
       return this;
     }
     /**
-     *
-     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1620,12 +1469,10 @@ public Builder setChecksummedData(
      */
     public Builder mergeChecksummedData(com.google.storage.v2.ChecksummedData value) {
       if (checksummedDataBuilder_ == null) {
-        if (dataCase_ == 4 && data_ != com.google.storage.v2.ChecksummedData.getDefaultInstance()) {
-          data_ =
-              com.google.storage.v2.ChecksummedData.newBuilder(
-                      (com.google.storage.v2.ChecksummedData) data_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (dataCase_ == 4 &&
+            data_ != com.google.storage.v2.ChecksummedData.getDefaultInstance()) {
+          data_ = com.google.storage.v2.ChecksummedData.newBuilder((com.google.storage.v2.ChecksummedData) data_)
+              .mergeFrom(value).buildPartial();
         } else {
           data_ = value;
         }
@@ -1641,8 +1488,6 @@ public Builder mergeChecksummedData(com.google.storage.v2.ChecksummedData value)
       return this;
     }
     /**
-     *
-     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1667,8 +1512,6 @@ public Builder clearChecksummedData() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1680,8 +1523,6 @@ public com.google.storage.v2.ChecksummedData.Builder getChecksummedDataBuilder()
       return getChecksummedDataFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1701,8 +1542,6 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
       }
     }
     /**
-     *
-     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1711,37 +1550,28 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
      * .google.storage.v2.ChecksummedData checksummed_data = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ChecksummedData,
-            com.google.storage.v2.ChecksummedData.Builder,
-            com.google.storage.v2.ChecksummedDataOrBuilder>
+        com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder> 
         getChecksummedDataFieldBuilder() {
       if (checksummedDataBuilder_ == null) {
         if (!(dataCase_ == 4)) {
           data_ = com.google.storage.v2.ChecksummedData.getDefaultInstance();
         }
-        checksummedDataBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.ChecksummedData,
-                com.google.storage.v2.ChecksummedData.Builder,
-                com.google.storage.v2.ChecksummedDataOrBuilder>(
-                (com.google.storage.v2.ChecksummedData) data_, getParentForChildren(), isClean());
+        checksummedDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder>(
+                (com.google.storage.v2.ChecksummedData) data_,
+                getParentForChildren(),
+                isClean());
         data_ = null;
       }
       dataCase_ = 4;
-      onChanged();
-      ;
+      onChanged();;
       return checksummedDataBuilder_;
     }
 
     private com.google.storage.v2.ObjectChecksums objectChecksums_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums,
-            com.google.storage.v2.ObjectChecksums.Builder,
-            com.google.storage.v2.ObjectChecksumsOrBuilder>
-        objectChecksumsBuilder_;
+        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_;
     /**
-     *
-     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1750,15 +1580,12 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; - * * @return Whether the objectChecksums field is set. */ public boolean hasObjectChecksums() { return objectChecksumsBuilder_ != null || objectChecksums_ != null; } /** - * - * *
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1767,21 +1594,16 @@ public boolean hasObjectChecksums() {
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; - * * @return The objectChecksums. */ public com.google.storage.v2.ObjectChecksums getObjectChecksums() { if (objectChecksumsBuilder_ == null) { - return objectChecksums_ == null - ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() - : objectChecksums_; + return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; } else { return objectChecksumsBuilder_.getMessage(); } } /** - * - * *
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1805,8 +1627,6 @@ public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1828,8 +1648,6 @@ public Builder setObjectChecksums(
       return this;
     }
     /**
-     *
-     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1843,9 +1661,7 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       if (objectChecksumsBuilder_ == null) {
         if (objectChecksums_ != null) {
           objectChecksums_ =
-              com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial();
         } else {
           objectChecksums_ = value;
         }
@@ -1857,8 +1673,6 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       return this;
     }
     /**
-     *
-     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1880,8 +1694,6 @@ public Builder clearObjectChecksums() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1892,13 +1704,11 @@ public Builder clearObjectChecksums() {
      * .google.storage.v2.ObjectChecksums object_checksums = 6;
      */
     public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() {
-
+      
       onChanged();
       return getObjectChecksumsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1912,14 +1722,11 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
       if (objectChecksumsBuilder_ != null) {
         return objectChecksumsBuilder_.getMessageOrBuilder();
       } else {
-        return objectChecksums_ == null
-            ? com.google.storage.v2.ObjectChecksums.getDefaultInstance()
-            : objectChecksums_;
+        return objectChecksums_ == null ?
+            com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_;
       }
     }
     /**
-     *
-     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1930,26 +1737,21 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * .google.storage.v2.ObjectChecksums object_checksums = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums,
-            com.google.storage.v2.ObjectChecksums.Builder,
-            com.google.storage.v2.ObjectChecksumsOrBuilder>
+        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> 
         getObjectChecksumsFieldBuilder() {
       if (objectChecksumsBuilder_ == null) {
-        objectChecksumsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.ObjectChecksums,
-                com.google.storage.v2.ObjectChecksums.Builder,
-                com.google.storage.v2.ObjectChecksumsOrBuilder>(
-                getObjectChecksums(), getParentForChildren(), isClean());
+        objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>(
+                getObjectChecksums(),
+                getParentForChildren(),
+                isClean());
         objectChecksums_ = null;
       }
       return objectChecksumsBuilder_;
     }
 
-    private boolean finishWrite_;
+    private boolean finishWrite_ ;
     /**
-     *
-     *
      * 
      * If `true`, this indicates that the write is complete. Sending any
      * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -1960,7 +1762,6 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * 
* * bool finish_write = 7; - * * @return The finishWrite. */ @java.lang.Override @@ -1968,8 +1769,6 @@ public boolean getFinishWrite() { return finishWrite_; } /** - * - * *
      * If `true`, this indicates that the write is complete. Sending any
      * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -1980,19 +1779,16 @@ public boolean getFinishWrite() {
      * 
* * bool finish_write = 7; - * * @param value The finishWrite to set. * @return This builder for chaining. */ public Builder setFinishWrite(boolean value) { - + finishWrite_ = value; onChanged(); return this; } /** - * - * *
      * If `true`, this indicates that the write is complete. Sending any
      * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -2003,11 +1799,10 @@ public Builder setFinishWrite(boolean value) {
      * 
* * bool finish_write = 7; - * * @return This builder for chaining. */ public Builder clearFinishWrite() { - + finishWrite_ = false; onChanged(); return this; @@ -2015,55 +1810,41 @@ public Builder clearFinishWrite() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> - commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder setCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2077,8 +1858,6 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -2097,22 +1876,17 @@ public Builder setCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder mergeCommonObjectRequestParams( - com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) - .mergeFrom(value) - .buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -2124,8 +1898,6 @@ public Builder mergeCommonObjectRequestParams( return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -2144,42 +1916,33 @@ public Builder clearCommonObjectRequestParams() { return this; } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder - getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder - getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null - ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() - : commonObjectRequestParams_; + return commonObjectRequestParams_ == null ? + com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; } } /** - * - * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -2187,24 +1950,21 @@ public Builder clearCommonObjectRequestParams() { * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, - com.google.storage.v2.CommonObjectRequestParams.Builder, - com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), getParentForChildren(), isClean()); + commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), + getParentForChildren(), + isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } - @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); } @@ -2214,12 +1974,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.WriteObjectRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.WriteObjectRequest) private static final com.google.storage.v2.WriteObjectRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.WriteObjectRequest(); } @@ -2228,27 +1988,27 @@ public static com.google.storage.v2.WriteObjectRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public WriteObjectRequest 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 WriteObjectRequest 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; @@ -2263,4 +2023,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.WriteObjectRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java similarity index 87% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java index 5c8fb84421..a77e3f1b76 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java @@ -1,97 +1,65 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface WriteObjectRequestOrBuilder - extends +public interface WriteObjectRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.WriteObjectRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; - * * @return Whether the uploadId field is set. */ boolean hasUploadId(); /** - * - * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; - * * @return The uploadId. */ java.lang.String getUploadId(); /** - * - * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; - * * @return The bytes for uploadId. */ - com.google.protobuf.ByteString getUploadIdBytes(); + com.google.protobuf.ByteString + getUploadIdBytes(); /** - * - * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
    * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; - * * @return Whether the writeObjectSpec field is set. */ boolean hasWriteObjectSpec(); /** - * - * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
    * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; - * * @return The writeObjectSpec. */ com.google.storage.v2.WriteObjectSpec getWriteObjectSpec(); /** - * - * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
@@ -102,11 +70,9 @@ public interface WriteObjectRequestOrBuilder
   com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder();
 
   /**
-   *
-   *
    * 
-   * Required. The offset from the beginning of the object at which the data should be
-   * written.
+   * Required. The offset from the beginning of the object at which the data
+   * should be written.
    * In the first `WriteObjectRequest` of a `WriteObject()` action, it
    * indicates the initial offset for the `Write()` call. The value **must** be
    * equal to the `persisted_size` that a call to `QueryWriteStatus()` would
@@ -118,40 +84,31 @@ public interface WriteObjectRequestOrBuilder
    * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The writeOffset. */ long getWriteOffset(); /** - * - * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; - * * @return Whether the checksummedData field is set. */ boolean hasChecksummedData(); /** - * - * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; - * * @return The checksummedData. */ com.google.storage.v2.ChecksummedData getChecksummedData(); /** - * - * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
@@ -162,8 +119,6 @@ public interface WriteObjectRequestOrBuilder
   com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilder();
 
   /**
-   *
-   *
    * 
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -172,13 +127,10 @@ public interface WriteObjectRequestOrBuilder
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; - * * @return Whether the objectChecksums field is set. */ boolean hasObjectChecksums(); /** - * - * *
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -187,13 +139,10 @@ public interface WriteObjectRequestOrBuilder
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; - * * @return The objectChecksums. */ com.google.storage.v2.ObjectChecksums getObjectChecksums(); /** - * - * *
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -206,8 +155,6 @@ public interface WriteObjectRequestOrBuilder
   com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder();
 
   /**
-   *
-   *
    * 
    * If `true`, this indicates that the write is complete. Sending any
    * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -218,38 +165,29 @@ public interface WriteObjectRequestOrBuilder
    * 
* * bool finish_write = 7; - * * @return The finishWrite. */ boolean getFinishWrite(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; - * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** - * - * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java similarity index 69% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java index 417bb554a3..3a3cd88151 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java @@ -1,82 +1,61 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** - * - * *
  * Response message for WriteObject.
  * 
* * Protobuf type {@code google.storage.v2.WriteObjectResponse} */ -public final class WriteObjectResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class WriteObjectResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.WriteObjectResponse) WriteObjectResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use WriteObjectResponse.newBuilder() to construct. private WriteObjectResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private WriteObjectResponse() {} + private WriteObjectResponse() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new WriteObjectResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectResponse.class, - com.google.storage.v2.WriteObjectResponse.Builder.class); + com.google.storage.v2.WriteObjectResponse.class, com.google.storage.v2.WriteObjectResponse.Builder.class); } private int writeStatusCase_ = 0; private java.lang.Object writeStatus_; - public enum WriteStatusCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { PERSISTED_SIZE(1), RESOURCE(2), WRITESTATUS_NOT_SET(0); private final int value; - private WriteStatusCase(int value) { this.value = value; } @@ -92,37 +71,31 @@ public static WriteStatusCase valueOf(int value) { public static WriteStatusCase forNumber(int value) { switch (value) { - case 1: - return PERSISTED_SIZE; - case 2: - return RESOURCE; - case 0: - return WRITESTATUS_NOT_SET; - default: - return null; + case 1: return PERSISTED_SIZE; + case 2: return RESOURCE; + case 0: return WRITESTATUS_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public WriteStatusCase getWriteStatusCase() { - return WriteStatusCase.forNumber(writeStatusCase_); + public WriteStatusCase + getWriteStatusCase() { + return WriteStatusCase.forNumber( + writeStatusCase_); } public static final int PERSISTED_SIZE_FIELD_NUMBER = 1; /** - * - * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. Only set if the upload has not finalized.
    * 
* * int64 persisted_size = 1; - * * @return Whether the persistedSize field is set. */ @java.lang.Override @@ -130,15 +103,12 @@ public boolean hasPersistedSize() { return writeStatusCase_ == 1; } /** - * - * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. Only set if the upload has not finalized.
    * 
* * int64 persisted_size = 1; - * * @return The persistedSize. */ @java.lang.Override @@ -151,15 +121,12 @@ public long getPersistedSize() { public static final int RESOURCE_FIELD_NUMBER = 2; /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; - * * @return Whether the resource field is set. */ @java.lang.Override @@ -167,27 +134,22 @@ public boolean hasResource() { return writeStatusCase_ == 2; } /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; - * * @return The resource. */ @java.lang.Override public com.google.storage.v2.Object getResource() { if (writeStatusCase_ == 2) { - return (com.google.storage.v2.Object) writeStatus_; + return (com.google.storage.v2.Object) writeStatus_; } return com.google.storage.v2.Object.getDefaultInstance(); } /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
@@ -198,13 +160,12 @@ public com.google.storage.v2.Object getResource() {
   @java.lang.Override
   public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
     if (writeStatusCase_ == 2) {
-      return (com.google.storage.v2.Object) writeStatus_;
+       return (com.google.storage.v2.Object) writeStatus_;
     }
     return com.google.storage.v2.Object.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -216,9 +177,11 @@ 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 (writeStatusCase_ == 1) {
-      output.writeInt64(1, (long) ((java.lang.Long) writeStatus_));
+      output.writeInt64(
+          1, (long)((java.lang.Long) writeStatus_));
     }
     if (writeStatusCase_ == 2) {
       output.writeMessage(2, (com.google.storage.v2.Object) writeStatus_);
@@ -233,14 +196,13 @@ public int getSerializedSize() {
 
     size = 0;
     if (writeStatusCase_ == 1) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeInt64Size(
-              1, (long) ((java.lang.Long) writeStatus_));
+      size += com.google.protobuf.CodedOutputStream
+        .computeInt64Size(
+            1, (long)((java.lang.Long) writeStatus_));
     }
     if (writeStatusCase_ == 2) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              2, (com.google.storage.v2.Object) writeStatus_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, (com.google.storage.v2.Object) writeStatus_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -250,21 +212,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.storage.v2.WriteObjectResponse)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.WriteObjectResponse other =
-        (com.google.storage.v2.WriteObjectResponse) obj;
+    com.google.storage.v2.WriteObjectResponse other = (com.google.storage.v2.WriteObjectResponse) obj;
 
     if (!getWriteStatusCase().equals(other.getWriteStatusCase())) return false;
     switch (writeStatusCase_) {
       case 1:
-        if (getPersistedSize() != other.getPersistedSize()) return false;
+        if (getPersistedSize()
+            != other.getPersistedSize()) return false;
         break;
       case 2:
-        if (!getResource().equals(other.getResource())) return false;
+        if (!getResource()
+            .equals(other.getResource())) return false;
         break;
       case 0:
       default:
@@ -283,7 +246,8 @@ public int hashCode() {
     switch (writeStatusCase_) {
       case 1:
         hash = (37 * hash) + PERSISTED_SIZE_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getPersistedSize());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+            getPersistedSize());
         break;
       case 2:
         hash = (37 * hash) + RESOURCE_FIELD_NUMBER;
@@ -297,136 +261,130 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.WriteObjectResponse parseFrom(java.nio.ByteBuffer data)
+  public static com.google.storage.v2.WriteObjectResponse parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.storage.v2.WriteObjectResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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;
   }
   /**
-   *
-   *
    * 
    * Response message for WriteObject.
    * 
* * Protobuf type {@code google.storage.v2.WriteObjectResponse} */ - 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.storage.v2.WriteObjectResponse) com.google.storage.v2.WriteObjectResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectResponse.class, - com.google.storage.v2.WriteObjectResponse.Builder.class); + com.google.storage.v2.WriteObjectResponse.class, com.google.storage.v2.WriteObjectResponse.Builder.class); } // Construct using com.google.storage.v2.WriteObjectResponse.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(); @@ -439,9 +397,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_descriptor; } @java.lang.Override @@ -460,8 +418,7 @@ public com.google.storage.v2.WriteObjectResponse build() { @java.lang.Override public com.google.storage.v2.WriteObjectResponse buildPartial() { - com.google.storage.v2.WriteObjectResponse result = - new com.google.storage.v2.WriteObjectResponse(this); + com.google.storage.v2.WriteObjectResponse result = new com.google.storage.v2.WriteObjectResponse(this); if (writeStatusCase_ == 1) { result.writeStatus_ = writeStatus_; } @@ -481,39 +438,38 @@ public com.google.storage.v2.WriteObjectResponse 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) { + 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.storage.v2.WriteObjectResponse) { - return mergeFrom((com.google.storage.v2.WriteObjectResponse) other); + return mergeFrom((com.google.storage.v2.WriteObjectResponse)other); } else { super.mergeFrom(other); return this; @@ -523,20 +479,17 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.storage.v2.WriteObjectResponse other) { if (other == com.google.storage.v2.WriteObjectResponse.getDefaultInstance()) return this; switch (other.getWriteStatusCase()) { - case PERSISTED_SIZE: - { - setPersistedSize(other.getPersistedSize()); - break; - } - case RESOURCE: - { - mergeResource(other.getResource()); - break; - } - case WRITESTATUS_NOT_SET: - { - break; - } + case PERSISTED_SIZE: { + setPersistedSize(other.getPersistedSize()); + break; + } + case RESOURCE: { + mergeResource(other.getResource()); + break; + } + case WRITESTATUS_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -564,25 +517,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - writeStatus_ = input.readInt64(); - writeStatusCase_ = 1; - break; - } // case 8 - case 18: - { - input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); - writeStatusCase_ = 2; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + writeStatus_ = input.readInt64(); + writeStatusCase_ = 1; + break; + } // case 8 + case 18: { + input.readMessage( + getResourceFieldBuilder().getBuilder(), + extensionRegistry); + writeStatusCase_ = 2; + 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) { @@ -592,12 +544,12 @@ public Builder mergeFrom( } // finally return this; } - private int writeStatusCase_ = 0; private java.lang.Object writeStatus_; - - public WriteStatusCase getWriteStatusCase() { - return WriteStatusCase.forNumber(writeStatusCase_); + public WriteStatusCase + getWriteStatusCase() { + return WriteStatusCase.forNumber( + writeStatusCase_); } public Builder clearWriteStatus() { @@ -607,31 +559,26 @@ public Builder clearWriteStatus() { return this; } + /** - * - * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. Only set if the upload has not finalized.
      * 
* * int64 persisted_size = 1; - * * @return Whether the persistedSize field is set. */ public boolean hasPersistedSize() { return writeStatusCase_ == 1; } /** - * - * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. Only set if the upload has not finalized.
      * 
* * int64 persisted_size = 1; - * * @return The persistedSize. */ public long getPersistedSize() { @@ -641,15 +588,12 @@ public long getPersistedSize() { return 0L; } /** - * - * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. Only set if the upload has not finalized.
      * 
* * int64 persisted_size = 1; - * * @param value The persistedSize to set. * @return This builder for chaining. */ @@ -660,15 +604,12 @@ public Builder setPersistedSize(long value) { return this; } /** - * - * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. Only set if the upload has not finalized.
      * 
* * int64 persisted_size = 1; - * * @return This builder for chaining. */ public Builder clearPersistedSize() { @@ -681,20 +622,14 @@ public Builder clearPersistedSize() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> - resourceBuilder_; + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> resourceBuilder_; /** - * - * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
      * 
* * .google.storage.v2.Object resource = 2; - * * @return Whether the resource field is set. */ @java.lang.Override @@ -702,15 +637,12 @@ public boolean hasResource() { return writeStatusCase_ == 2; } /** - * - * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
      * 
* * .google.storage.v2.Object resource = 2; - * * @return The resource. */ @java.lang.Override @@ -728,8 +660,6 @@ public com.google.storage.v2.Object getResource() { } } /** - * - * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -751,8 +681,6 @@ public Builder setResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -760,7 +688,8 @@ public Builder setResource(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object resource = 2;
      */
-    public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setResource(
+        com.google.storage.v2.Object.Builder builderForValue) {
       if (resourceBuilder_ == null) {
         writeStatus_ = builderForValue.build();
         onChanged();
@@ -771,8 +700,6 @@ public Builder setResource(com.google.storage.v2.Object.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -782,12 +709,10 @@ public Builder setResource(com.google.storage.v2.Object.Builder builderForValue)
      */
     public Builder mergeResource(com.google.storage.v2.Object value) {
       if (resourceBuilder_ == null) {
-        if (writeStatusCase_ == 2
-            && writeStatus_ != com.google.storage.v2.Object.getDefaultInstance()) {
-          writeStatus_ =
-              com.google.storage.v2.Object.newBuilder((com.google.storage.v2.Object) writeStatus_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (writeStatusCase_ == 2 &&
+            writeStatus_ != com.google.storage.v2.Object.getDefaultInstance()) {
+          writeStatus_ = com.google.storage.v2.Object.newBuilder((com.google.storage.v2.Object) writeStatus_)
+              .mergeFrom(value).buildPartial();
         } else {
           writeStatus_ = value;
         }
@@ -803,8 +728,6 @@ public Builder mergeResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -829,8 +752,6 @@ public Builder clearResource() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -842,8 +763,6 @@ public com.google.storage.v2.Object.Builder getResourceBuilder() {
       return getResourceFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -863,8 +782,6 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -873,30 +790,26 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
      * .google.storage.v2.Object resource = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object,
-            com.google.storage.v2.Object.Builder,
-            com.google.storage.v2.ObjectOrBuilder>
+        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
         getResourceFieldBuilder() {
       if (resourceBuilder_ == null) {
         if (!(writeStatusCase_ == 2)) {
           writeStatus_ = com.google.storage.v2.Object.getDefaultInstance();
         }
-        resourceBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.storage.v2.Object,
-                com.google.storage.v2.Object.Builder,
-                com.google.storage.v2.ObjectOrBuilder>(
-                (com.google.storage.v2.Object) writeStatus_, getParentForChildren(), isClean());
+        resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
+                (com.google.storage.v2.Object) writeStatus_,
+                getParentForChildren(),
+                isClean());
         writeStatus_ = null;
       }
       writeStatusCase_ = 2;
-      onChanged();
-      ;
+      onChanged();;
       return resourceBuilder_;
     }
-
     @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);
     }
 
@@ -906,12 +819,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.storage.v2.WriteObjectResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.WriteObjectResponse)
   private static final com.google.storage.v2.WriteObjectResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.WriteObjectResponse();
   }
@@ -920,27 +833,27 @@ public static com.google.storage.v2.WriteObjectResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public WriteObjectResponse 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 WriteObjectResponse 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;
@@ -955,4 +868,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.WriteObjectResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
similarity index 71%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
index fe718a7761..3eca514b01 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
@@ -1,84 +1,54 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface WriteObjectResponseOrBuilder
-    extends
+public interface WriteObjectResponseOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.WriteObjectResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. Only set if the upload has not finalized.
    * 
* * int64 persisted_size = 1; - * * @return Whether the persistedSize field is set. */ boolean hasPersistedSize(); /** - * - * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. Only set if the upload has not finalized.
    * 
* * int64 persisted_size = 1; - * * @return The persistedSize. */ long getPersistedSize(); /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; - * * @return Whether the resource field is set. */ boolean hasResource(); /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; - * * @return The resource. */ com.google.storage.v2.Object getResource(); /** - * - * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
similarity index 78%
rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
index 0363427c5a..763a4b106b 100644
--- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
+++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
@@ -1,84 +1,62 @@
-/*
- * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
- *
- *
  * 
  * Describes an attempt to insert an object, possibly over multiple requests.
  * 
* * Protobuf type {@code google.storage.v2.WriteObjectSpec} */ -public final class WriteObjectSpec extends com.google.protobuf.GeneratedMessageV3 - implements +public final class WriteObjectSpec extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.WriteObjectSpec) WriteObjectSpecOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use WriteObjectSpec.newBuilder() to construct. private WriteObjectSpec(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private WriteObjectSpec() { predefinedAcl_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new WriteObjectSpec(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectSpec_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectSpec.class, - com.google.storage.v2.WriteObjectSpec.Builder.class); + com.google.storage.v2.WriteObjectSpec.class, com.google.storage.v2.WriteObjectSpec.Builder.class); } private int bitField0_; public static final int RESOURCE_FIELD_NUMBER = 1; private com.google.storage.v2.Object resource_; /** - * - * *
    * Required. Destination object, including its name and its metadata.
    * 
* * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the resource field is set. */ @java.lang.Override @@ -86,14 +64,11 @@ public boolean hasResource() { return resource_ != null; } /** - * - * *
    * Required. Destination object, including its name and its metadata.
    * 
* * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The resource. */ @java.lang.Override @@ -101,8 +76,6 @@ public com.google.storage.v2.Object getResource() { return resource_ == null ? com.google.storage.v2.Object.getDefaultInstance() : resource_; } /** - * - * *
    * Required. Destination object, including its name and its metadata.
    * 
@@ -117,8 +90,6 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() { public static final int PREDEFINED_ACL_FIELD_NUMBER = 7; private volatile java.lang.Object predefinedAcl_; /** - * - * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -126,7 +97,6 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
    * 
* * string predefined_acl = 7; - * * @return The predefinedAcl. */ @java.lang.Override @@ -135,15 +105,14 @@ public java.lang.String getPredefinedAcl() { 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(); predefinedAcl_ = s; return s; } } /** - * - * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -151,15 +120,16 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_acl = 7; - * * @return The bytes for predefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString getPredefinedAclBytes() { + public com.google.protobuf.ByteString + getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -170,8 +140,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 3; private long ifGenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * generation matches the given value. Setting to 0 makes the operation
@@ -179,7 +147,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() {
    * 
* * optional int64 if_generation_match = 3; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -187,8 +154,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * generation matches the given value. Setting to 0 makes the operation
@@ -196,7 +161,6 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 3; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -207,8 +171,6 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 4; private long ifGenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's live
    * generation does not match the given value. If no live object exists, the
@@ -217,7 +179,6 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 4; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -225,8 +186,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's live
    * generation does not match the given value. If no live object exists, the
@@ -235,7 +194,6 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 4; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -246,15 +204,12 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 5; private long ifMetagenerationMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -262,15 +217,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -281,15 +233,12 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 6; private long ifMetagenerationNotMatch_; /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 6; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -297,15 +246,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 6; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -316,8 +262,6 @@ public long getIfMetagenerationNotMatch() { public static final int OBJECT_SIZE_FIELD_NUMBER = 8; private long objectSize_; /** - * - * *
    * The expected final object size being uploaded.
    * If this value is set, closing the stream after writing fewer or more than
@@ -329,7 +273,6 @@ public long getIfMetagenerationNotMatch() {
    * 
* * optional int64 object_size = 8; - * * @return Whether the objectSize field is set. */ @java.lang.Override @@ -337,8 +280,6 @@ public boolean hasObjectSize() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
    * The expected final object size being uploaded.
    * If this value is set, closing the stream after writing fewer or more than
@@ -350,7 +291,6 @@ public boolean hasObjectSize() {
    * 
* * optional int64 object_size = 8; - * * @return The objectSize. */ @java.lang.Override @@ -359,7 +299,6 @@ public long getObjectSize() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -371,7 +310,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 (resource_ != null) { output.writeMessage(1, getResource()); } @@ -403,25 +343,31 @@ public int getSerializedSize() { size = 0; if (resource_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getResource()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getResource()); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, ifGenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, ifGenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(4, ifGenerationNotMatch_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(5, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(6, ifMetagenerationNotMatch_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedAcl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, predefinedAcl_); } if (((bitField0_ & 0x00000010) != 0)) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(8, objectSize_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(8, objectSize_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -431,7 +377,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.storage.v2.WriteObjectSpec)) { return super.equals(obj); @@ -440,28 +386,35 @@ public boolean equals(final java.lang.Object obj) { if (hasResource() != other.hasResource()) return false; if (hasResource()) { - if (!getResource().equals(other.getResource())) return false; + if (!getResource() + .equals(other.getResource())) return false; } - if (!getPredefinedAcl().equals(other.getPredefinedAcl())) return false; + if (!getPredefinedAcl() + .equals(other.getPredefinedAcl())) return false; if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() + != other.getIfGenerationMatch()) return false; } if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false; if (hasIfGenerationNotMatch()) { - if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false; + if (getIfGenerationNotMatch() + != other.getIfGenerationNotMatch()) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() + != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() + != other.getIfMetagenerationNotMatch()) return false; } if (hasObjectSize() != other.hasObjectSize()) return false; if (hasObjectSize()) { - if (getObjectSize() != other.getObjectSize()) return false; + if (getObjectSize() + != other.getObjectSize()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -482,158 +435,158 @@ public int hashCode() { hash = (53 * hash) + getPredefinedAcl().hashCode(); if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationMatch()); } if (hasIfGenerationNotMatch()) { hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfGenerationNotMatch()); } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getIfMetagenerationNotMatch()); } if (hasObjectSize()) { hash = (37 * hash) + OBJECT_SIZE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getObjectSize()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getObjectSize()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.WriteObjectSpec parseFrom(java.nio.ByteBuffer data) + public static com.google.storage.v2.WriteObjectSpec parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec parseFrom(com.google.protobuf.ByteString data) + public static com.google.storage.v2.WriteObjectSpec parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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; } /** - * - * *
    * Describes an attempt to insert an object, possibly over multiple requests.
    * 
* * Protobuf type {@code google.storage.v2.WriteObjectSpec} */ - 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.storage.v2.WriteObjectSpec) com.google.storage.v2.WriteObjectSpecOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectSpec_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectSpec.class, - com.google.storage.v2.WriteObjectSpec.Builder.class); + com.google.storage.v2.WriteObjectSpec.class, com.google.storage.v2.WriteObjectSpec.Builder.class); } // Construct using com.google.storage.v2.WriteObjectSpec.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(); @@ -659,9 +612,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.storage.v2.StorageProto - .internal_static_google_storage_v2_WriteObjectSpec_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_descriptor; } @java.lang.Override @@ -680,8 +633,7 @@ public com.google.storage.v2.WriteObjectSpec build() { @java.lang.Override public com.google.storage.v2.WriteObjectSpec buildPartial() { - com.google.storage.v2.WriteObjectSpec result = - new com.google.storage.v2.WriteObjectSpec(this); + com.google.storage.v2.WriteObjectSpec result = new com.google.storage.v2.WriteObjectSpec(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (resourceBuilder_ == null) { @@ -719,39 +671,38 @@ public com.google.storage.v2.WriteObjectSpec 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) { + 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.storage.v2.WriteObjectSpec) { - return mergeFrom((com.google.storage.v2.WriteObjectSpec) other); + return mergeFrom((com.google.storage.v2.WriteObjectSpec)other); } else { super.mergeFrom(other); return this; @@ -808,55 +759,49 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); + case 10: { + input.readMessage( + getResourceFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 10 - case 24: - { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 24 - case 32: - { - ifGenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 32 - case 40: - { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 40 - case 48: - { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000008; - break; - } // case 48 - case 58: - { - predefinedAcl_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 24: { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 24 + case 32: { + ifGenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 32 + case 40: { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 40 + case 48: { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000008; + break; + } // case 48 + case 58: { + predefinedAcl_ = input.readStringRequireUtf8(); - break; - } // case 58 - case 64: - { - objectSize_ = input.readInt64(); - bitField0_ |= 0x00000010; - break; - } // case 64 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 58 + case 64: { + objectSize_ = input.readInt64(); + bitField0_ |= 0x00000010; + break; + } // case 64 + 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) { @@ -866,40 +811,28 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.storage.v2.Object resource_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> - resourceBuilder_; + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> resourceBuilder_; /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the resource field is set. */ public boolean hasResource() { return resourceBuilder_ != null || resource_ != null; } /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The resource. */ public com.google.storage.v2.Object getResource() { @@ -910,14 +843,11 @@ public com.google.storage.v2.Object getResource() { } } /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setResource(com.google.storage.v2.Object value) { if (resourceBuilder_ == null) { @@ -933,16 +863,14 @@ public Builder setResource(com.google.storage.v2.Object value) { return this; } /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) { + public Builder setResource( + com.google.storage.v2.Object.Builder builderForValue) { if (resourceBuilder_ == null) { resource_ = builderForValue.build(); onChanged(); @@ -953,20 +881,17 @@ public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) return this; } /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeResource(com.google.storage.v2.Object value) { if (resourceBuilder_ == null) { if (resource_ != null) { resource_ = - com.google.storage.v2.Object.newBuilder(resource_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Object.newBuilder(resource_).mergeFrom(value).buildPartial(); } else { resource_ = value; } @@ -978,14 +903,11 @@ public Builder mergeResource(com.google.storage.v2.Object value) { return this; } /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearResource() { if (resourceBuilder_ == null) { @@ -999,59 +921,48 @@ public Builder clearResource() { return this; } /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.Object.Builder getResourceBuilder() { - + onChanged(); return getResourceFieldBuilder().getBuilder(); } /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() { if (resourceBuilder_ != null) { return resourceBuilder_.getMessageOrBuilder(); } else { - return resource_ == null ? com.google.storage.v2.Object.getDefaultInstance() : resource_; + return resource_ == null ? + com.google.storage.v2.Object.getDefaultInstance() : resource_; } } /** - * - * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder> + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> getResourceFieldBuilder() { if (resourceBuilder_ == null) { - resourceBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, - com.google.storage.v2.Object.Builder, - com.google.storage.v2.ObjectOrBuilder>( - getResource(), getParentForChildren(), isClean()); + resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>( + getResource(), + getParentForChildren(), + isClean()); resource_ = null; } return resourceBuilder_; @@ -1059,8 +970,6 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() { private java.lang.Object predefinedAcl_ = ""; /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1068,13 +977,13 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
      * 
* * string predefined_acl = 7; - * * @return The predefinedAcl. */ public java.lang.String getPredefinedAcl() { java.lang.Object ref = predefinedAcl_; 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(); predefinedAcl_ = s; return s; @@ -1083,8 +992,6 @@ public java.lang.String getPredefinedAcl() { } } /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1092,14 +999,15 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 7; - * * @return The bytes for predefinedAcl. */ - public com.google.protobuf.ByteString getPredefinedAclBytes() { + public com.google.protobuf.ByteString + getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -1107,8 +1015,6 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() { } } /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1116,22 +1022,20 @@ public com.google.protobuf.ByteString getPredefinedAclBytes() {
      * 
* * string predefined_acl = 7; - * * @param value The predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAcl(java.lang.String value) { + public Builder setPredefinedAcl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedAcl_ = value; onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1139,18 +1043,15 @@ public Builder setPredefinedAcl(java.lang.String value) {
      * 
* * string predefined_acl = 7; - * * @return This builder for chaining. */ public Builder clearPredefinedAcl() { - + predefinedAcl_ = getDefaultInstance().getPredefinedAcl(); onChanged(); return this; } /** - * - * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1158,25 +1059,23 @@ public Builder clearPredefinedAcl() {
      * 
* * string predefined_acl = 7; - * * @param value The bytes for predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { + public Builder setPredefinedAclBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedAcl_ = value; onChanged(); return this; } - private long ifGenerationMatch_; + private long ifGenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * generation matches the given value. Setting to 0 makes the operation
@@ -1184,7 +1083,6 @@ public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) {
      * 
* * optional int64 if_generation_match = 3; - * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1192,8 +1090,6 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * generation matches the given value. Setting to 0 makes the operation
@@ -1201,7 +1097,6 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 3; - * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1209,8 +1104,6 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * generation matches the given value. Setting to 0 makes the operation
@@ -1218,7 +1111,6 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 3; - * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1229,8 +1121,6 @@ public Builder setIfGenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * generation matches the given value. Setting to 0 makes the operation
@@ -1238,7 +1128,6 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 3; - * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1248,10 +1137,8 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_; + private long ifGenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's live
      * generation does not match the given value. If no live object exists, the
@@ -1260,7 +1147,6 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 4; - * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1268,8 +1154,6 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's live
      * generation does not match the given value. If no live object exists, the
@@ -1278,7 +1162,6 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 4; - * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1286,8 +1169,6 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's live
      * generation does not match the given value. If no live object exists, the
@@ -1296,7 +1177,6 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 4; - * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1307,8 +1187,6 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's live
      * generation does not match the given value. If no live object exists, the
@@ -1317,7 +1195,6 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 4; - * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1327,17 +1204,14 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_; + private long ifMetagenerationMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; - * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1345,15 +1219,12 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; - * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1361,15 +1232,12 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; - * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1380,15 +1248,12 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1398,17 +1263,14 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_; + private long ifMetagenerationNotMatch_ ; /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 6; - * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1416,15 +1278,12 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 6; - * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1432,15 +1291,12 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 6; - * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1451,15 +1307,12 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** - * - * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 6; - * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1469,10 +1322,8 @@ public Builder clearIfMetagenerationNotMatch() { return this; } - private long objectSize_; + private long objectSize_ ; /** - * - * *
      * The expected final object size being uploaded.
      * If this value is set, closing the stream after writing fewer or more than
@@ -1484,7 +1335,6 @@ public Builder clearIfMetagenerationNotMatch() {
      * 
* * optional int64 object_size = 8; - * * @return Whether the objectSize field is set. */ @java.lang.Override @@ -1492,8 +1342,6 @@ public boolean hasObjectSize() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * The expected final object size being uploaded.
      * If this value is set, closing the stream after writing fewer or more than
@@ -1505,7 +1353,6 @@ public boolean hasObjectSize() {
      * 
* * optional int64 object_size = 8; - * * @return The objectSize. */ @java.lang.Override @@ -1513,8 +1360,6 @@ public long getObjectSize() { return objectSize_; } /** - * - * *
      * The expected final object size being uploaded.
      * If this value is set, closing the stream after writing fewer or more than
@@ -1526,7 +1371,6 @@ public long getObjectSize() {
      * 
* * optional int64 object_size = 8; - * * @param value The objectSize to set. * @return This builder for chaining. */ @@ -1537,8 +1381,6 @@ public Builder setObjectSize(long value) { return this; } /** - * - * *
      * The expected final object size being uploaded.
      * If this value is set, closing the stream after writing fewer or more than
@@ -1550,7 +1392,6 @@ public Builder setObjectSize(long value) {
      * 
* * optional int64 object_size = 8; - * * @return This builder for chaining. */ public Builder clearObjectSize() { @@ -1559,9 +1400,9 @@ public Builder clearObjectSize() { 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); } @@ -1571,12 +1412,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.storage.v2.WriteObjectSpec) } // @@protoc_insertion_point(class_scope:google.storage.v2.WriteObjectSpec) private static final com.google.storage.v2.WriteObjectSpec DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.storage.v2.WriteObjectSpec(); } @@ -1585,27 +1426,27 @@ public static com.google.storage.v2.WriteObjectSpec getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public WriteObjectSpec 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 WriteObjectSpec 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; @@ -1620,4 +1461,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.WriteObjectSpec getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java similarity index 86% rename from proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java index 63ddc9749d..d063457a8f 100644 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface WriteObjectSpecOrBuilder - extends +public interface WriteObjectSpecOrBuilder extends // @@protoc_insertion_point(interface_extends:google.storage.v2.WriteObjectSpec) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Destination object, including its name and its metadata.
    * 
* * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the resource field is set. */ boolean hasResource(); /** - * - * *
    * Required. Destination object, including its name and its metadata.
    * 
* * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The resource. */ com.google.storage.v2.Object getResource(); /** - * - * *
    * Required. Destination object, including its name and its metadata.
    * 
@@ -59,8 +35,6 @@ public interface WriteObjectSpecOrBuilder com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder(); /** - * - * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -68,13 +42,10 @@ public interface WriteObjectSpecOrBuilder
    * 
* * string predefined_acl = 7; - * * @return The predefinedAcl. */ java.lang.String getPredefinedAcl(); /** - * - * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -82,14 +53,12 @@ public interface WriteObjectSpecOrBuilder
    * 
* * string predefined_acl = 7; - * * @return The bytes for predefinedAcl. */ - com.google.protobuf.ByteString getPredefinedAclBytes(); + com.google.protobuf.ByteString + getPredefinedAclBytes(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * generation matches the given value. Setting to 0 makes the operation
@@ -97,13 +66,10 @@ public interface WriteObjectSpecOrBuilder
    * 
* * optional int64 if_generation_match = 3; - * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * generation matches the given value. Setting to 0 makes the operation
@@ -111,14 +77,11 @@ public interface WriteObjectSpecOrBuilder
    * 
* * optional int64 if_generation_match = 3; - * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live
    * generation does not match the given value. If no live object exists, the
@@ -127,13 +90,10 @@ public interface WriteObjectSpecOrBuilder
    * 
* * optional int64 if_generation_not_match = 4; - * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's live
    * generation does not match the given value. If no live object exists, the
@@ -142,68 +102,53 @@ public interface WriteObjectSpecOrBuilder
    * 
* * optional int64 if_generation_not_match = 4; - * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; - * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; - * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 6; - * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** - * - * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 6; - * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** - * - * *
    * The expected final object size being uploaded.
    * If this value is set, closing the stream after writing fewer or more than
@@ -215,13 +160,10 @@ public interface WriteObjectSpecOrBuilder
    * 
* * optional int64 object_size = 8; - * * @return Whether the objectSize field is set. */ boolean hasObjectSize(); /** - * - * *
    * The expected final object size being uploaded.
    * If this value is set, closing the stream after writing fewer or more than
@@ -233,7 +175,6 @@ public interface WriteObjectSpecOrBuilder
    * 
* * optional int64 object_size = 8; - * * @return The objectSize. */ long getObjectSize(); diff --git a/proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto similarity index 90% rename from proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto rename to owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto index f6b522a308..7dc2b5f02d 100644 --- a/proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto +++ b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto @@ -22,6 +22,7 @@ import "google/api/resource.proto"; import "google/api/routing.proto"; import "google/iam/v1/iam_policy.proto"; import "google/iam/v1/policy.proto"; +import "google/protobuf/duration.proto"; import "google/protobuf/empty.proto"; import "google/protobuf/field_mask.proto"; import "google/protobuf/timestamp.proto"; @@ -69,10 +70,7 @@ service Storage { // Permanently deletes an empty bucket. rpc DeleteBucket(DeleteBucketRequest) returns (google.protobuf.Empty) { option (google.api.routing) = { - routing_parameters { - field: "name" - path_template: "{bucket=**}" - } + routing_parameters { field: "name" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "name"; } @@ -80,10 +78,7 @@ service Storage { // Returns metadata for the specified bucket. rpc GetBucket(GetBucketRequest) returns (Bucket) { option (google.api.routing) = { - routing_parameters { - field: "name" - path_template: "{bucket=**}" - } + routing_parameters { field: "name" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "name"; } @@ -91,10 +86,7 @@ service Storage { // Creates a new bucket. rpc CreateBucket(CreateBucketRequest) returns (Bucket) { option (google.api.routing) = { - routing_parameters { - field: "parent" - path_template: "{project=**}" - } + routing_parameters { field: "parent" path_template: "{project=**}" } }; option (google.api.method_signature) = "parent,bucket,bucket_id"; } @@ -102,32 +94,28 @@ service Storage { // Retrieves a list of buckets for a given project. rpc ListBuckets(ListBucketsRequest) returns (ListBucketsResponse) { option (google.api.routing) = { - routing_parameters { - field: "parent" - path_template: "{project=**}" - } + routing_parameters { field: "parent" path_template: "{project=**}" } }; option (google.api.method_signature) = "parent"; } // Locks retention policy on a bucket. - rpc LockBucketRetentionPolicy(LockBucketRetentionPolicyRequest) returns (Bucket) { + rpc LockBucketRetentionPolicy(LockBucketRetentionPolicyRequest) + returns (Bucket) { option (google.api.routing) = { - routing_parameters { - field: "bucket" - path_template: "{bucket=**}" - } + routing_parameters { field: "bucket" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "bucket"; } // Gets the IAM policy for a specified bucket or object. - rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) returns (google.iam.v1.Policy) { + // The `resource` field in the request should be + // projects/_/buckets/ for a bucket or + // projects/_/buckets//objects/ for an object. + rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) + returns (google.iam.v1.Policy) { option (google.api.routing) = { - routing_parameters { - field: "resource" - path_template: "{bucket=**}" - } + routing_parameters { field: "resource" path_template: "{bucket=**}" } routing_parameters { field: "resource" path_template: "{bucket=projects/*/buckets/*}/objects/**" @@ -137,12 +125,13 @@ service Storage { } // Updates an IAM policy for the specified bucket or object. - rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) returns (google.iam.v1.Policy) { + // The `resource` field in the request should be + // projects/_/buckets/ for a bucket or + // projects/_/buckets//objects/ for an object. + rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) + returns (google.iam.v1.Policy) { option (google.api.routing) = { - routing_parameters { - field: "resource" - path_template: "{bucket=**}" - } + routing_parameters { field: "resource" path_template: "{bucket=**}" } routing_parameters { field: "resource" path_template: "{bucket=projects/*/buckets/*}/objects/**" @@ -153,12 +142,13 @@ service Storage { // Tests a set of permissions on the given bucket or object to see which, if // any, are held by the caller. - rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) returns (google.iam.v1.TestIamPermissionsResponse) { + // The `resource` field in the request should be + // projects/_/buckets/ for a bucket or + // projects/_/buckets//objects/ for an object. + rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) + returns (google.iam.v1.TestIamPermissionsResponse) { option (google.api.routing) = { - routing_parameters { - field: "resource" - path_template: "{bucket=**}" - } + routing_parameters { field: "resource" path_template: "{bucket=**}" } routing_parameters { field: "resource" path_template: "{bucket=projects/*/buckets/*}/objects/**" @@ -170,16 +160,14 @@ service Storage { // Updates a bucket. Equivalent to JSON API's storage.buckets.patch method. rpc UpdateBucket(UpdateBucketRequest) returns (Bucket) { option (google.api.routing) = { - routing_parameters { - field: "bucket.name" - path_template: "{bucket=**}" - } + routing_parameters { field: "bucket.name" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "bucket,update_mask"; } // Permanently deletes a notification subscription. - rpc DeleteNotification(DeleteNotificationRequest) returns (google.protobuf.Empty) { + rpc DeleteNotification(DeleteNotificationRequest) + returns (google.protobuf.Empty) { option (google.api.routing) = { routing_parameters { field: "name" @@ -206,21 +194,16 @@ service Storage { // See https://cloud.google.com/storage/docs/pubsub-notifications. rpc CreateNotification(CreateNotificationRequest) returns (Notification) { option (google.api.routing) = { - routing_parameters { - field: "parent" - path_template: "{bucket=**}" - } + routing_parameters { field: "parent" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "parent,notification"; } // Retrieves a list of notification subscriptions for a given bucket. - rpc ListNotifications(ListNotificationsRequest) returns (ListNotificationsResponse) { + rpc ListNotifications(ListNotificationsRequest) + returns (ListNotificationsResponse) { option (google.api.routing) = { - routing_parameters { - field: "parent" - path_template: "{bucket=**}" - } + routing_parameters { field: "parent" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "parent"; } @@ -240,17 +223,15 @@ service Storage { // is not enabled for the bucket, or if the `generation` parameter is used. rpc DeleteObject(DeleteObjectRequest) returns (google.protobuf.Empty) { option (google.api.routing) = { - routing_parameters { - field: "bucket" - path_template: "{bucket=**}" - } + routing_parameters { field: "bucket" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "bucket,object"; option (google.api.method_signature) = "bucket,object,generation"; } // Cancels an in-progress resumable upload. - rpc CancelResumableWrite(CancelResumableWriteRequest) returns (CancelResumableWriteResponse) { + rpc CancelResumableWrite(CancelResumableWriteRequest) + returns (CancelResumableWriteResponse) { option (google.api.routing) = { routing_parameters { field: "upload_id" @@ -263,10 +244,7 @@ service Storage { // Retrieves an object's metadata. rpc GetObject(GetObjectRequest) returns (Object) { option (google.api.routing) = { - routing_parameters { - field: "bucket" - path_template: "{bucket=**}" - } + routing_parameters { field: "bucket" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "bucket,object"; option (google.api.method_signature) = "bucket,object,generation"; @@ -275,10 +253,7 @@ service Storage { // Reads an object's data. rpc ReadObject(ReadObjectRequest) returns (stream ReadObjectResponse) { option (google.api.routing) = { - routing_parameters { - field: "bucket" - path_template: "{bucket=**}" - } + routing_parameters { field: "bucket" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "bucket,object"; option (google.api.method_signature) = "bucket,object,generation"; @@ -288,10 +263,7 @@ service Storage { // Equivalent to JSON API's storage.objects.patch. rpc UpdateObject(UpdateObjectRequest) returns (Object) { option (google.api.routing) = { - routing_parameters { - field: "object.bucket" - path_template: "{bucket=**}" - } + routing_parameters { field: "object.bucket" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "object,update_mask"; } @@ -348,26 +320,12 @@ service Storage { // Attempting to resume an already finalized object will result in an OK // status, with a WriteObjectResponse containing the finalized object's // metadata. - rpc WriteObject(stream WriteObjectRequest) returns (WriteObjectResponse) { - option (google.api.routing) = { - routing_parameters { - field: "write_object_spec.resource.bucket" - path_template: "{bucket=**}" - } - routing_parameters { - field: "upload_id" - path_template: "{bucket=projects/*/buckets/*}/**" - } - }; - } + rpc WriteObject(stream WriteObjectRequest) returns (WriteObjectResponse) {} // Retrieves a list of objects matching the criteria. rpc ListObjects(ListObjectsRequest) returns (ListObjectsResponse) { option (google.api.routing) = { - routing_parameters { - field: "parent" - path_template: "{bucket=**}" - } + routing_parameters { field: "parent" path_template: "{bucket=**}" } }; option (google.api.method_signature) = "parent"; } @@ -376,9 +334,7 @@ service Storage { // metadata. rpc RewriteObject(RewriteObjectRequest) returns (RewriteResponse) { option (google.api.routing) = { - routing_parameters { - field: "source_bucket" - } + routing_parameters { field: "source_bucket" } routing_parameters { field: "destination_bucket" path_template: "{bucket=**}" @@ -389,7 +345,8 @@ service Storage { // Starts a resumable write. How long the write operation remains valid, and // what happens when the write operation becomes invalid, are // service-dependent. - rpc StartResumableWrite(StartResumableWriteRequest) returns (StartResumableWriteResponse) { + rpc StartResumableWrite(StartResumableWriteRequest) + returns (StartResumableWriteResponse) { option (google.api.routing) = { routing_parameters { field: "write_object_spec.resource.bucket" @@ -411,7 +368,8 @@ service Storage { // evicted. For any sequence of `QueryWriteStatus()` calls for a given // object name, the sequence of returned `persisted_size` values will be // non-decreasing. - rpc QueryWriteStatus(QueryWriteStatusRequest) returns (QueryWriteStatusResponse) { + rpc QueryWriteStatus(QueryWriteStatusRequest) + returns (QueryWriteStatusResponse) { option (google.api.routing) = { routing_parameters { field: "upload_id" @@ -424,9 +382,7 @@ service Storage { // Retrieves the name of a project's Google Cloud Storage service account. rpc GetServiceAccount(GetServiceAccountRequest) returns (ServiceAccount) { option (google.api.routing) = { - routing_parameters { - field: "project" - } + routing_parameters { field: "project" } }; option (google.api.method_signature) = "project"; } @@ -434,9 +390,7 @@ service Storage { // Creates a new HMAC key for the given service account. rpc CreateHmacKey(CreateHmacKeyRequest) returns (CreateHmacKeyResponse) { option (google.api.routing) = { - routing_parameters { - field: "project" - } + routing_parameters { field: "project" } }; option (google.api.method_signature) = "project,service_account_email"; } @@ -444,9 +398,7 @@ service Storage { // Deletes a given HMAC key. Key must be in an INACTIVE state. rpc DeleteHmacKey(DeleteHmacKeyRequest) returns (google.protobuf.Empty) { option (google.api.routing) = { - routing_parameters { - field: "project" - } + routing_parameters { field: "project" } }; option (google.api.method_signature) = "access_id,project"; } @@ -454,9 +406,7 @@ service Storage { // Gets an existing HMAC key metadata for the given id. rpc GetHmacKey(GetHmacKeyRequest) returns (HmacKeyMetadata) { option (google.api.routing) = { - routing_parameters { - field: "project" - } + routing_parameters { field: "project" } }; option (google.api.method_signature) = "access_id,project"; } @@ -464,9 +414,7 @@ service Storage { // Lists HMAC keys under a given project with the additional filters provided. rpc ListHmacKeys(ListHmacKeysRequest) returns (ListHmacKeysResponse) { option (google.api.routing) = { - routing_parameters { - field: "project" - } + routing_parameters { field: "project" } }; option (google.api.method_signature) = "project"; } @@ -488,9 +436,7 @@ message DeleteBucketRequest { // Required. Name of a bucket to delete. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "storage.googleapis.com/Bucket" - } + (google.api.resource_reference) = { type: "storage.googleapis.com/Bucket" } ]; // If set, only deletes the bucket if its metageneration matches this value. @@ -506,9 +452,7 @@ message GetBucketRequest { // Required. Name of a bucket. string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "storage.googleapis.com/Bucket" - } + (google.api.resource_reference) = { type: "storage.googleapis.com/Bucket" } ]; // If set, and if the bucket's current metageneration does not match the @@ -541,9 +485,9 @@ message CreateBucketRequest { // result in an error. Bucket bucket = 2; - // Required. The ID to use for this bucket, which will become the final component of - // the bucket's resource name. For example, the value `foo` might result in - // a bucket with the name `projects/123456/buckets/foo`. + // Required. The ID to use for this bucket, which will become the final + // component of the bucket's resource name. For example, the value `foo` might + // result in a bucket with the name `projects/123456/buckets/foo`. string bucket_id = 3 [(google.api.field_behavior) = REQUIRED]; // Apply a predefined set of access controls to this bucket. @@ -602,13 +546,11 @@ message LockBucketRetentionPolicyRequest { // Required. Name of a bucket. string bucket = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "storage.googleapis.com/Bucket" - } + (google.api.resource_reference) = { type: "storage.googleapis.com/Bucket" } ]; - // Required. Makes the operation conditional on whether bucket's current metageneration - // matches the given value. Must be positive. + // Required. Makes the operation conditional on whether bucket's current + // metageneration matches the given value. Must be positive. int64 if_metageneration_match = 2 [(google.api.field_behavior) = REQUIRED]; } @@ -646,7 +588,8 @@ message UpdateBucketRequest { // Not specifying any fields is an error. // Not specifying a field while setting that field to a non-default value is // an error. - google.protobuf.FieldMask update_mask = 6 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 6 + [(google.api.field_behavior) = REQUIRED]; } // Request message for DeleteNotification. @@ -667,9 +610,7 @@ message GetNotificationRequest { // `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}` string name = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "storage.googleapis.com/Bucket" - } + (google.api.resource_reference) = { type: "storage.googleapis.com/Bucket" } ]; } @@ -733,8 +674,8 @@ message ComposeObjectRequest { optional int64 if_generation_match = 1; } - // Required. The source object's name. All source objects must reside in the same - // bucket. + // Required. The source object's name. All source objects must reside in the + // same bucket. string name = 1 [(google.api.field_behavior) = REQUIRED]; // The generation of this object to use as the source. @@ -769,11 +710,15 @@ message ComposeObjectRequest { // that will be used to encrypt the object. Overrides the object // metadata's `kms_key_name` value, if any. string kms_key = 6 [(google.api.resource_reference) = { - type: "cloudkms.googleapis.com/CryptoKey" - }]; + type: "cloudkms.googleapis.com/CryptoKey" + }]; // A set of parameters common to Storage API requests concerning an object. CommonObjectRequestParams common_object_request_params = 7; + + // The checksums of the complete object. This will be validated against the + // combined checksums of the component objects. + ObjectChecksums object_checksums = 10; } // Message for deleting an object. @@ -782,7 +727,9 @@ message DeleteObjectRequest { // Required. Name of the bucket in which the object resides. string bucket = 1 [(google.api.field_behavior) = REQUIRED]; - // Required. The name of the object to delete (when not using a resumable write). + // Required. The name of the finalized object to delete. + // Note: If you want to delete an unfinalized resumable upload please use + // `CancelResumableWrite`. string object = 2 [(google.api.field_behavior) = REQUIRED]; // If present, permanently deletes a specific revision of this object (as @@ -815,16 +762,14 @@ message DeleteObjectRequest { // Message for canceling an in-progress resumable upload. // `upload_id` **must** be set. message CancelResumableWriteRequest { - // Required. The upload_id of the resumable upload to cancel. This should be copied - // from the `upload_id` field of `StartResumableWriteResponse`. + // Required. The upload_id of the resumable upload to cancel. This should be + // copied from the `upload_id` field of `StartResumableWriteResponse`. string upload_id = 1 [(google.api.field_behavior) = REQUIRED]; } // Empty response message for canceling an in-progress resumable upload, will be // extended as needed. -message CancelResumableWriteResponse { - -} +message CancelResumableWriteResponse {} // Request message for ReadObject. message ReadObjectRequest { @@ -1006,8 +951,8 @@ message WriteObjectRequest { WriteObjectSpec write_object_spec = 2; } - // Required. The offset from the beginning of the object at which the data should be - // written. + // Required. The offset from the beginning of the object at which the data + // should be written. // // In the first `WriteObjectRequest` of a `WriteObject()` action, it // indicates the initial offset for the `Write()` call. The value **must** be @@ -1108,23 +1053,23 @@ message ListObjectsRequest { // * may be used to mean "all fields". optional google.protobuf.FieldMask read_mask = 8; - // Filter results to objects whose names are lexicographically equal to or - // after lexicographic_start. If lexicographic_end is also set, the objects - // listed have names between lexicographic_start (inclusive) and + // Optional. Filter results to objects whose names are lexicographically equal + // to or after lexicographic_start. If lexicographic_end is also set, the + // objects listed have names between lexicographic_start (inclusive) and // lexicographic_end (exclusive). - string lexicographic_start = 10; + string lexicographic_start = 10 [(google.api.field_behavior) = OPTIONAL]; - // Filter results to objects whose names are lexicographically before - // lexicographic_end. If lexicographic_start is also set, the objects listed - // have names between lexicographic_start (inclusive) and lexicographic_end - // (exclusive). - string lexicographic_end = 11; + // Optional. Filter results to objects whose names are lexicographically + // before lexicographic_end. If lexicographic_start is also set, the objects + // listed have names between lexicographic_start (inclusive) and + // lexicographic_end (exclusive). + string lexicographic_end = 11 [(google.api.field_behavior) = OPTIONAL]; } // Request object for `QueryWriteStatus`. message QueryWriteStatusRequest { - // Required. The name of the resume token for the object whose write status is being - // requested. + // Required. The name of the resume token for the object whose write status is + // being requested. string upload_id = 1 [(google.api.field_behavior) = REQUIRED]; // A set of parameters common to Storage API requests concerning an object. @@ -1158,7 +1103,7 @@ message QueryWriteStatusResponse { message RewriteObjectRequest { // Required. Immutable. The name of the destination object. // See the - // [Naming Guidelines](https://cloud.google.com/storage/docs/naming-objects). + // [Naming Guidelines](https://cloud.google.com/storage/docs/objects#naming). // Example: `test.txt` // The `name` field by itself does not uniquely identify a Cloud Storage // object. A Cloud Storage object is uniquely identified by the tuple of @@ -1168,13 +1113,12 @@ message RewriteObjectRequest { (google.api.field_behavior) = IMMUTABLE ]; - // Required. Immutable. The name of the bucket containing the destination object. + // Required. Immutable. The name of the bucket containing the destination + // object. string destination_bucket = 25 [ (google.api.field_behavior) = REQUIRED, (google.api.field_behavior) = IMMUTABLE, - (google.api.resource_reference) = { - type: "storage.googleapis.com/Bucket" - } + (google.api.resource_reference) = { type: "storage.googleapis.com/Bucket" } ]; // The name of the Cloud KMS key that will be used to encrypt the destination @@ -1183,8 +1127,8 @@ message RewriteObjectRequest { // bucket's default encryption key, if any, or else the Google-managed // encryption key. string destination_kms_key = 27 [(google.api.resource_reference) = { - type: "cloudkms.googleapis.com/CryptoKey" - }]; + type: "cloudkms.googleapis.com/CryptoKey" + }]; // Properties of the destination, post-rewrite object. // The `name`, `bucket` and `kms_key` fields must not be populated (these @@ -1278,6 +1222,10 @@ message RewriteObjectRequest { // A set of parameters common to Storage API requests concerning an object. CommonObjectRequestParams common_object_request_params = 19; + + // The checksums of the complete object. This will be used to validate the + // destination object after rewriting. + ObjectChecksums object_checksums = 29; } // A rewrite response. @@ -1305,11 +1253,19 @@ message RewriteResponse { // Request message StartResumableWrite. message StartResumableWriteRequest { - // Required. The destination bucket, object, and metadata, as well as any preconditions. - WriteObjectSpec write_object_spec = 1 [(google.api.field_behavior) = REQUIRED]; + // Required. The destination bucket, object, and metadata, as well as any + // preconditions. + WriteObjectSpec write_object_spec = 1 + [(google.api.field_behavior) = REQUIRED]; // A set of parameters common to Storage API requests concerning an object. CommonObjectRequestParams common_object_request_params = 3; + + // The checksums of the complete object. This will be used to validate the + // uploaded object. For each upload, object_checksums can be provided with + // either StartResumableWriteRequest or the WriteObjectRequest with + // finish_write set to `true`. + ObjectChecksums object_checksums = 5; } // Response object for `StartResumableWrite`. @@ -1362,7 +1318,8 @@ message UpdateObjectRequest { // Not specifying any fields is an error. // Not specifying a field while setting that field to a non-default value is // an error. - google.protobuf.FieldMask update_mask = 7 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 7 + [(google.api.field_behavior) = REQUIRED]; // A set of parameters common to Storage API requests concerning an object. CommonObjectRequestParams common_object_request_params = 8; @@ -1382,9 +1339,9 @@ message GetServiceAccountRequest { // Request message for CreateHmacKey. message CreateHmacKeyRequest { - // Required. The project that the HMAC-owning service account lives in, in the format of - // "projects/". - // can be the project ID or project number. + // Required. The project that the HMAC-owning service account lives in, in the + // format of "projects/". can be the + // project ID or project number. string project = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1586,8 +1543,6 @@ message ServiceConstants { // GetListObjectsSplitPoints RPC is valid. SPLIT_TOKEN_MAX_VALID_DAYS = 14; } - - } // A bucket. @@ -1634,8 +1589,8 @@ message Bucket { // The name of the Cloud KMS key that will be used to encrypt objects // inserted into this bucket, if no encryption method is specified. string default_kms_key = 1 [(google.api.resource_reference) = { - type: "cloudkms.googleapis.com/CryptoKey" - }]; + type: "cloudkms.googleapis.com/CryptoKey" + }]; } // Bucket restriction options. @@ -1647,8 +1602,9 @@ message Bucket { bool enabled = 1; // The deadline time for changing - // `iamConfig.uniformBucketLevelAccess.enabled` from `true` to `false`. - // Mutable until the specified deadline is reached, but not afterward. + // `iam_config.uniform_bucket_level_access.enabled` from `true` to + // `false`. Mutable until the specified deadline is reached, but not + // afterward. google.protobuf.Timestamp lock_time = 2; } @@ -1771,6 +1727,13 @@ message Bucket { // enforcement of retention periods less than a day is not guaranteed. Such // periods should only be used for testing purposes. optional int64 retention_period = 3; + + // The duration that objects need to be retained. Retention duration must be + // greater than zero and less than 100 years. Note that enforcement of + // retention periods less than a day is not guaranteed. Such periods should + // only be used for testing purposes. Any `nanos` value specified will be + // rounded down to the nearest second. + google.protobuf.Duration retention_duration = 4; } // Properties of a bucket related to versioning. @@ -1812,19 +1775,20 @@ message Bucket { // Enables Autoclass. bool enabled = 1; - // Output only. Latest instant at which the `enabled` field was set to true after being - // disabled/unconfigured or set to false after being enabled. If Autoclass - // is enabled when the bucket is created, the toggle_time is set to the - // bucket creation time. - google.protobuf.Timestamp toggle_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. Latest instant at which the `enabled` field was set to true + // after being disabled/unconfigured or set to false after being enabled. If + // Autoclass is enabled when the bucket is created, the toggle_time is set + // to the bucket creation time. + google.protobuf.Timestamp toggle_time = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // Immutable. The name of the bucket. string name = 1 [(google.api.field_behavior) = IMMUTABLE]; - // Output only. The user-chosen part of the bucket name. The `{bucket}` portion of the - // `name` field. For globally unique buckets, this is equal to the "bucket - // name" of other Cloud Storage APIs. Example: "pub". + // Output only. The user-chosen part of the bucket name. The `{bucket}` + // portion of the `name` field. For globally unique buckets, this is equal to + // the "bucket name" of other Cloud Storage APIs. Example: "pub". string bucket_id = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; // The etag of the bucket. @@ -1847,14 +1811,16 @@ message Bucket { // [FieldViolation][google.rpc.BadRequest.FieldViolation]. int64 metageneration = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Immutable. The location of the bucket. Object data for objects in the bucket resides - // in physical storage within this region. Defaults to `US`. See the + // Immutable. The location of the bucket. Object data for objects in the + // bucket resides in physical storage within this region. Defaults to `US`. + // See the // [https://developers.google.com/storage/docs/concepts-techniques#specifyinglocations"][developer's // guide] for the authoritative list. Attempting to update this field after // the bucket is created will result in an error. string location = 5 [(google.api.field_behavior) = IMMUTABLE]; - // Output only. The location type of the bucket (region, dual-region, multi-region, etc). + // Output only. The location type of the bucket (region, dual-region, + // multi-region, etc). string location_type = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; // The bucket's default storage class, used whenever no storageClass is @@ -1874,12 +1840,12 @@ message Bucket { string rpo = 27; // Access controls on the bucket. - // If iamConfig.uniformBucketLevelAccess is enabled on this bucket, + // If iam_config.uniform_bucket_level_access is enabled on this bucket, // requests to set, read, or modify acl is an error. repeated BucketAccessControl acl = 8; // Default access controls to apply to new objects when no ACL is provided. - // If iamConfig.uniformBucketLevelAccess is enabled on this bucket, + // If iam_config.uniform_bucket_level_access is enabled on this bucket, // requests to set, read, or modify acl is an error. repeated ObjectAccessControl default_object_acl = 9; @@ -1891,7 +1857,8 @@ message Bucket { // Output only. The creation time of the bucket. // Attempting to set or update this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. - google.protobuf.Timestamp create_time = 11 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 11 + [(google.api.field_behavior) = OUTPUT_ONLY]; // The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] // (CORS) config. @@ -1900,7 +1867,8 @@ message Bucket { // Output only. The modification time of the bucket. // Attempting to set or update this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. - google.protobuf.Timestamp update_time = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_time = 13 + [(google.api.field_behavior) = OUTPUT_ONLY]; // The default value for event-based hold on newly created objects in this // bucket. Event-based hold is a way to retain objects indefinitely until an @@ -1933,7 +1901,8 @@ message Bucket { // and name prefix (if any) for the current bucket's logs. Logging logging = 18; - // Output only. The owner of the bucket. This is always the project team's owner group. + // Output only. The owner of the bucket. This is always the project team's + // owner group. Owner owner = 19 [(google.api.field_behavior) = OUTPUT_ONLY]; // Encryption config for a bucket. @@ -1996,8 +1965,8 @@ message BucketAccessControl { // returned on response. string entity = 3; - // Output only. The alternative entity format, if exists. For project entities, - // `project-{team}-{projectid}` format will be returned on response. + // Output only. The alternative entity format, if exists. For project + // entities, `project-{team}-{projectid}` format will be returned on response. string entity_alt = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; // The ID for the entity, if any. @@ -2057,9 +2026,9 @@ message HmacKeyMetadata { // Immutable. Globally unique id for keys. string access_id = 2 [(google.api.field_behavior) = IMMUTABLE]; - // Immutable. Identifies the project that owns the service account of the specified HMAC - // key, in the format "projects/". can - // be the project ID or project number. + // Immutable. Identifies the project that owns the service account of the + // specified HMAC key, in the format "projects/". + // can be the project ID or project number. string project = 3 [ (google.api.field_behavior) = IMMUTABLE, (google.api.resource_reference) = { @@ -2075,10 +2044,12 @@ message HmacKeyMetadata { string state = 5; // Output only. The creation time of the HMAC key. - google.protobuf.Timestamp create_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 6 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The last modification time of the HMAC key metadata. - google.protobuf.Timestamp update_time = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_time = 7 + [(google.api.field_behavior) = OUTPUT_ONLY]; // The etag of the HMAC key. string etag = 8; @@ -2097,7 +2068,8 @@ message Notification { // The `{project}` portion may be `_` for globally unique buckets. string name = 1 [(google.api.field_behavior) = REQUIRED]; - // Required. The Pub/Sub topic to which this subscription publishes. Formatted as: + // Required. The Pub/Sub topic to which this subscription publishes. Formatted + // as: // '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}' string topic = 2 [(google.api.field_behavior) = REQUIRED]; @@ -2135,9 +2107,9 @@ message CustomerEncryption { // An object. message Object { - // Immutable. The name of this object. Nearly any sequence of unicode characters is - // valid. See - // [Guidelines](https://cloud.google.com/storage/docs/naming-objects). + // Immutable. The name of this object. Nearly any sequence of unicode + // characters is valid. See + // [Guidelines](https://cloud.google.com/storage/docs/objects#naming). // Example: `test.txt` // The `name` field by itself does not uniquely identify a Cloud Storage // object. A Cloud Storage object is uniquely identified by the tuple of @@ -2147,9 +2119,7 @@ message Object { // Immutable. The name of the bucket containing this object. string bucket = 2 [ (google.api.field_behavior) = IMMUTABLE, - (google.api.resource_reference) = { - type: "storage.googleapis.com/Bucket" - } + (google.api.resource_reference) = { type: "storage.googleapis.com/Bucket" } ]; // The etag of the object. @@ -2158,17 +2128,16 @@ message Object { // object. string etag = 27; - // Immutable. The content generation of this object. Used for object versioning. - // Attempting to set or update this field will result in a + // Immutable. The content generation of this object. Used for object + // versioning. Attempting to set or update this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. int64 generation = 3 [(google.api.field_behavior) = IMMUTABLE]; - // Output only. The version of the metadata for this generation of this object. Used for - // preconditions and for detecting changes in metadata. A metageneration - // number is only meaningful in the context of a particular generation of a - // particular object. - // Attempting to set or update this field will result in a - // [FieldViolation][google.rpc.BadRequest.FieldViolation]. + // Output only. The version of the metadata for this generation of this + // object. Used for preconditions and for detecting changes in metadata. A + // metageneration number is only meaningful in the context of a particular + // generation of a particular object. Attempting to set or update this field + // will result in a [FieldViolation][google.rpc.BadRequest.FieldViolation]. int64 metageneration = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; // Storage class of the object. @@ -2195,7 +2164,7 @@ message Object { string cache_control = 9; // Access controls on the object. - // If iamConfig.uniformBucketLevelAccess is enabled on the parent + // If iam_config.uniform_bucket_level_access is enabled on the parent // bucket, requests to set, read, or modify acl is an error. repeated ObjectAccessControl acl = 10; @@ -2203,11 +2172,12 @@ message Object { // [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2]. string content_language = 11; - // Output only. The deletion time of the object. Will be returned if and only if this - // version of the object has been deleted. - // Attempting to set or update this field will result in a + // Output only. The deletion time of the object. Will be returned if and only + // if this version of the object has been deleted. Attempting to set or update + // this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. - google.protobuf.Timestamp delete_time = 12 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp delete_time = 12 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Content-Type of the object data, matching // [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5]. @@ -2218,15 +2188,17 @@ message Object { // Output only. The creation time of the object. // Attempting to set or update this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. - google.protobuf.Timestamp create_time = 14 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 14 + [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. Number of underlying components that make up this object. Components are - // accumulated by compose operations. - // Attempting to set or update this field will result in a + // Output only. Number of underlying components that make up this object. + // Components are accumulated by compose operations. Attempting to set or + // update this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. int32 component_count = 15 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. Hashes for the data part of this object. + // Output only. Hashes for the data part of this object. This field is used + // for output only and will be silently ignored if provided in requests. ObjectChecksums checksums = 16 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The modification time of the object metadata. @@ -2237,19 +2209,21 @@ message Object { // Object Lifecycle Configuration. // Attempting to set or update this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. - google.protobuf.Timestamp update_time = 17 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_time = 17 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Cloud KMS Key used to encrypt this object, if the object is encrypted by // such a key. string kms_key = 18 [(google.api.resource_reference) = { - type: "cloudkms.googleapis.com/CryptoKey" - }]; + type: "cloudkms.googleapis.com/CryptoKey" + }]; - // Output only. The time at which the object's storage class was last changed. When the - // object is initially created, it will be set to time_created. + // Output only. The time at which the object's storage class was last changed. + // When the object is initially created, it will be set to time_created. // Attempting to set or update this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. - google.protobuf.Timestamp update_storage_class_time = 19 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_storage_class_time = 19 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Whether an object is under temporary hold. While this flag is set to true, // the object is protected against deletion and overwrites. A common use case @@ -2283,8 +2257,8 @@ message Object { // In a response, this field will always be set to true or false. optional bool event_based_hold = 23; - // Output only. The owner of the object. This will always be the uploader of the object. - // Attempting to set or update this field will result in a + // Output only. The owner of the object. This will always be the uploader of + // the object. Attempting to set or update this field will result in a // [FieldViolation][google.rpc.BadRequest.FieldViolation]. Owner owner = 24 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -2324,8 +2298,8 @@ message ObjectAccessControl { // returned on response. string entity = 3; - // Output only. The alternative entity format, if exists. For project entities, - // `project-{team}-{projectid}` format will be returned on response. + // Output only. The alternative entity format, if exists. For project + // entities, `project-{team}-{projectid}` format will be returned on response. string entity_alt = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; // The ID for the entity, if any. diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java deleted file mode 100644 index 7649143299..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface CancelResumableWriteRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.CancelResumableWriteRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The upload_id of the resumable upload to cancel. This should be copied
-   * from the `upload_id` field of `StartResumableWriteResponse`.
-   * 
- * - * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * @return The uploadId. - */ - java.lang.String getUploadId(); - /** - * - * - *
-   * Required. The upload_id of the resumable upload to cancel. This should be copied
-   * from the `upload_id` field of `StartResumableWriteResponse`.
-   * 
- * - * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * @return The bytes for uploadId. - */ - com.google.protobuf.ByteString getUploadIdBytes(); -} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java deleted file mode 100644 index f192ac86a8..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface CancelResumableWriteResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.CancelResumableWriteResponse) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java deleted file mode 100644 index a1b9cdc321..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java +++ /dev/null @@ -1,83 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface CreateHmacKeyRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateHmacKeyRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The project that the HMAC-owning service account lives in, in the format of
-   * "projects/<projectIdentifier>".
-   * <projectIdentifier> can be the project ID or project number.
-   * 
- * - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The project. - */ - java.lang.String getProject(); - /** - * - * - *
-   * Required. The project that the HMAC-owning service account lives in, in the format of
-   * "projects/<projectIdentifier>".
-   * <projectIdentifier> can be the project ID or project number.
-   * 
- * - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for project. - */ - com.google.protobuf.ByteString getProjectBytes(); - - /** - * - * - *
-   * Required. The service account to create the HMAC for.
-   * 
- * - * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * @return The serviceAccountEmail. - */ - java.lang.String getServiceAccountEmail(); - /** - * - * - *
-   * Required. The service account to create the HMAC for.
-   * 
- * - * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * @return The bytes for serviceAccountEmail. - */ - com.google.protobuf.ByteString getServiceAccountEmailBytes(); -} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java deleted file mode 100644 index 8c11f9d72f..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java +++ /dev/null @@ -1,95 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface CreateNotificationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateNotificationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The bucket to which this notification belongs.
-   * 
- * - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The parent. - */ - java.lang.String getParent(); - /** - * - * - *
-   * Required. The bucket to which this notification belongs.
-   * 
- * - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for parent. - */ - com.google.protobuf.ByteString getParentBytes(); - - /** - * - * - *
-   * Required. Properties of the notification to be inserted.
-   * 
- * - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * - * @return Whether the notification field is set. - */ - boolean hasNotification(); - /** - * - * - *
-   * Required. Properties of the notification to be inserted.
-   * 
- * - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * - * @return The notification. - */ - com.google.storage.v2.Notification getNotification(); - /** - * - * - *
-   * Required. Properties of the notification to be inserted.
-   * 
- * - * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * - */ - com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder(); -} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java deleted file mode 100644 index 3d4ec19d7e..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface DeleteNotificationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteNotificationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The parent bucket of the notification.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The parent bucket of the notification.
-   * 
- * - * - * 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/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java deleted file mode 100644 index 1eeafdbd59..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface GetNotificationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.GetNotificationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The parent bucket of the notification.
-   * Format:
-   * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The parent bucket of the notification.
-   * Format:
-   * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
-   * 
- * - * - * 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/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java deleted file mode 100644 index c3a7fc00e5..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface GetServiceAccountRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.GetServiceAccountRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Project ID, in the format of "projects/<projectIdentifier>".
-   * <projectIdentifier> can be the project ID or project number.
-   * 
- * - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The project. - */ - java.lang.String getProject(); - /** - * - * - *
-   * Required. Project ID, in the format of "projects/<projectIdentifier>".
-   * <projectIdentifier> can be the project ID or project number.
-   * 
- * - * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for project. - */ - com.google.protobuf.ByteString getProjectBytes(); -} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java deleted file mode 100644 index f266938e2b..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface LockBucketRetentionPolicyRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.LockBucketRetentionPolicyRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Name of a bucket.
-   * 
- * - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bucket. - */ - java.lang.String getBucket(); - /** - * - * - *
-   * Required. Name of a bucket.
-   * 
- * - * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for bucket. - */ - com.google.protobuf.ByteString getBucketBytes(); - - /** - * - * - *
-   * Required. Makes the operation conditional on whether bucket's current metageneration
-   * matches the given value. Must be positive.
-   * 
- * - * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * @return The ifMetagenerationMatch. - */ - long getIfMetagenerationMatch(); -} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java deleted file mode 100644 index d6637ee207..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface ServiceAccountOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.ServiceAccount) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * The ID of the notification.
-   * 
- * - * string email_address = 1; - * - * @return The emailAddress. - */ - java.lang.String getEmailAddress(); - /** - * - * - *
-   * The ID of the notification.
-   * 
- * - * string email_address = 1; - * - * @return The bytes for emailAddress. - */ - com.google.protobuf.ByteString getEmailAddressBytes(); -} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java deleted file mode 100644 index 9722940ed4..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface ServiceConstantsOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.ServiceConstants) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java deleted file mode 100644 index a628130b1e..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java +++ /dev/null @@ -1,101 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface StartResumableWriteRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.StartResumableWriteRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The destination bucket, object, and metadata, as well as any preconditions.
-   * 
- * - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * - * @return Whether the writeObjectSpec field is set. - */ - boolean hasWriteObjectSpec(); - /** - * - * - *
-   * Required. The destination bucket, object, and metadata, as well as any preconditions.
-   * 
- * - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * - * @return The writeObjectSpec. - */ - com.google.storage.v2.WriteObjectSpec getWriteObjectSpec(); - /** - * - * - *
-   * Required. The destination bucket, object, and metadata, as well as any preconditions.
-   * 
- * - * - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; - * - */ - com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder(); - - /** - * - * - *
-   * A set of parameters common to Storage API requests concerning an object.
-   * 
- * - * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; - * - * @return Whether the commonObjectRequestParams field is set. - */ - boolean hasCommonObjectRequestParams(); - /** - * - * - *
-   * A set of parameters common to Storage API requests concerning an object.
-   * 
- * - * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; - * - * @return The commonObjectRequestParams. - */ - com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); - /** - * - * - *
-   * A set of parameters common to Storage API requests concerning an object.
-   * 
- * - * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; - */ - com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); -} diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java deleted file mode 100644 index 03b1ddf5b4..0000000000 --- a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java +++ /dev/null @@ -1,1726 +0,0 @@ -/* - * Copyright 2020 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/storage/v2/storage.proto - -package com.google.storage.v2; - -public final class StorageProto { - private StorageProto() {} - - 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_storage_v2_DeleteBucketRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetBucketRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CreateBucketRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListBucketsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListBucketsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_UpdateBucketRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetNotificationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CreateNotificationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListNotificationsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListNotificationsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ComposeObjectRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_DeleteObjectRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ReadObjectRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetObjectRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ReadObjectResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_WriteObjectSpec_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_WriteObjectRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_WriteObjectResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListObjectsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_RewriteObjectRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_RewriteResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_UpdateObjectRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ServiceConstants_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Billing_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Cors_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Encryption_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_IamConfig_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Lifecycle_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Logging_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Versioning_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Website_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Autoclass_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_BucketAccessControl_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ChecksummedData_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ObjectChecksums_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_HmacKeyMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Notification_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Notification_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Notification_CustomAttributesEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CustomerEncryption_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Object_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Object_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Object_MetadataEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Object_MetadataEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ObjectAccessControl_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListObjectsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ProjectTeam_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ServiceAccount_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Owner_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Owner_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ContentRange_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ContentRange_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/storage/v2/storage.proto\022\021googl" - + "e.storage.v2\032\027google/api/client.proto\032\037g" - + "oogle/api/field_behavior.proto\032\031google/a" - + "pi/resource.proto\032\030google/api/routing.pr" - + "oto\032\036google/iam/v1/iam_policy.proto\032\032goo" - + "gle/iam/v1/policy.proto\032\033google/protobuf" - + "/empty.proto\032 google/protobuf/field_mask" - + ".proto\032\037google/protobuf/timestamp.proto\032" - + "\026google/type/date.proto\"\326\001\n\023DeleteBucket" - + "Request\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035storage.g" - + "oogleapis.com/Bucket\022$\n\027if_metageneratio" - + "n_match\030\002 \001(\003H\000\210\001\001\022(\n\033if_metageneration_" - + "not_match\030\003 \001(\003H\001\210\001\001B\032\n\030_if_metagenerati" - + "on_matchB\036\n\034_if_metageneration_not_match" - + "\"\225\002\n\020GetBucketRequest\0223\n\004name\030\001 \001(\tB%\340A\002" - + "\372A\037\n\035storage.googleapis.com/Bucket\022$\n\027if" - + "_metageneration_match\030\002 \001(\003H\000\210\001\001\022(\n\033if_m" - + "etageneration_not_match\030\003 \001(\003H\001\210\001\001\0222\n\tre" - + "ad_mask\030\005 \001(\0132\032.google.protobuf.FieldMas" - + "kH\002\210\001\001B\032\n\030_if_metageneration_matchB\036\n\034_i" - + "f_metageneration_not_matchB\014\n\n_read_mask" - + "\"\334\001\n\023CreateBucketRequest\022C\n\006parent\030\001 \001(\t" - + "B3\340A\002\372A-\n+cloudresourcemanager.googleapi" - + "s.com/Project\022)\n\006bucket\030\002 \001(\0132\031.google.s" - + "torage.v2.Bucket\022\026\n\tbucket_id\030\003 \001(\tB\003\340A\002" - + "\022\026\n\016predefined_acl\030\006 \001(\t\022%\n\035predefined_d" - + "efault_object_acl\030\007 \001(\t\"\322\001\n\022ListBucketsR" - + "equest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+cloudres" - + "ourcemanager.googleapis.com/Project\022\021\n\tp" - + "age_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006pr" - + "efix\030\004 \001(\t\0222\n\tread_mask\030\005 \001(\0132\032.google.p" - + "rotobuf.FieldMaskH\000\210\001\001B\014\n\n_read_mask\"Z\n\023" - + "ListBucketsResponse\022*\n\007buckets\030\001 \003(\0132\031.g" - + "oogle.storage.v2.Bucket\022\027\n\017next_page_tok" - + "en\030\002 \001(\t\"\177\n LockBucketRetentionPolicyReq" - + "uest\0225\n\006bucket\030\001 \001(\tB%\340A\002\372A\037\n\035storage.go" - + "ogleapis.com/Bucket\022$\n\027if_metageneration" - + "_match\030\002 \001(\003B\003\340A\002\"\306\002\n\023UpdateBucketReques" - + "t\022.\n\006bucket\030\001 \001(\0132\031.google.storage.v2.Bu" - + "cketB\003\340A\002\022$\n\027if_metageneration_match\030\002 \001" - + "(\003H\000\210\001\001\022(\n\033if_metageneration_not_match\030\003" - + " \001(\003H\001\210\001\001\022\026\n\016predefined_acl\030\010 \001(\t\022%\n\035pre" - + "defined_default_object_acl\030\t \001(\t\0224\n\013upda" - + "te_mask\030\006 \001(\0132\032.google.protobuf.FieldMas" - + "kB\003\340A\002B\032\n\030_if_metageneration_matchB\036\n\034_i" - + "f_metageneration_not_match\"V\n\031DeleteNoti" - + "ficationRequest\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#s" - + "torage.googleapis.com/Notification\"M\n\026Ge" - + "tNotificationRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372" - + "A\037\n\035storage.googleapis.com/Bucket\"\216\001\n\031Cr" - + "eateNotificationRequest\0225\n\006parent\030\001 \001(\tB" - + "%\340A\002\372A\037\022\035storage.googleapis.com/Bucket\022:" - + "\n\014notification\030\002 \001(\0132\037.google.storage.v2" - + ".NotificationB\003\340A\002\"x\n\030ListNotificationsR" - + "equest\0225\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022\035storage." - + "googleapis.com/Bucket\022\021\n\tpage_size\030\002 \001(\005" - + "\022\022\n\npage_token\030\003 \001(\t\"l\n\031ListNotification" - + "sResponse\0226\n\rnotifications\030\001 \003(\0132\037.googl" - + "e.storage.v2.Notification\022\027\n\017next_page_t" - + "oken\030\002 \001(\t\"\267\005\n\024ComposeObjectRequest\0223\n\013d" - + "estination\030\001 \001(\0132\031.google.storage.v2.Obj" - + "ectB\003\340A\002\022L\n\016source_objects\030\002 \003(\01324.googl" - + "e.storage.v2.ComposeObjectRequest.Source" - + "Object\022\"\n\032destination_predefined_acl\030\t \001" - + "(\t\022 \n\023if_generation_match\030\004 \001(\003H\000\210\001\001\022$\n\027" - + "if_metageneration_match\030\005 \001(\003H\001\210\001\001\0227\n\007km" - + "s_key\030\006 \001(\tB&\372A#\n!cloudkms.googleapis.co" - + "m/CryptoKey\022R\n\034common_object_request_par" - + "ams\030\007 \001(\0132,.google.storage.v2.CommonObje" - + "ctRequestParams\032\356\001\n\014SourceObject\022\021\n\004name" - + "\030\001 \001(\tB\003\340A\002\022\022\n\ngeneration\030\002 \001(\003\022f\n\024objec" - + "t_preconditions\030\003 \001(\0132H.google.storage.v" - + "2.ComposeObjectRequest.SourceObject.Obje" - + "ctPreconditions\032O\n\023ObjectPreconditions\022 " - + "\n\023if_generation_match\030\001 \001(\003H\000\210\001\001B\026\n\024_if_" - + "generation_matchB\026\n\024_if_generation_match" - + "B\032\n\030_if_metageneration_match\"\257\003\n\023DeleteO" - + "bjectRequest\022\023\n\006bucket\030\001 \001(\tB\003\340A\002\022\023\n\006obj" - + "ect\030\002 \001(\tB\003\340A\002\022\022\n\ngeneration\030\004 \001(\003\022 \n\023if" - + "_generation_match\030\005 \001(\003H\000\210\001\001\022$\n\027if_gener" - + "ation_not_match\030\006 \001(\003H\001\210\001\001\022$\n\027if_metagen" - + "eration_match\030\007 \001(\003H\002\210\001\001\022(\n\033if_metagener" - + "ation_not_match\030\010 \001(\003H\003\210\001\001\022R\n\034common_obj" - + "ect_request_params\030\n \001(\0132,.google.storag" - + "e.v2.CommonObjectRequestParamsB\026\n\024_if_ge" - + "neration_matchB\032\n\030_if_generation_not_mat" - + "chB\032\n\030_if_metageneration_matchB\036\n\034_if_me" - + "tageneration_not_match\"5\n\033CancelResumabl" - + "eWriteRequest\022\026\n\tupload_id\030\001 \001(\tB\003\340A\002\"\036\n" - + "\034CancelResumableWriteResponse\"\230\004\n\021ReadOb" - + "jectRequest\022\023\n\006bucket\030\001 \001(\tB\003\340A\002\022\023\n\006obje" - + "ct\030\002 \001(\tB\003\340A\002\022\022\n\ngeneration\030\003 \001(\003\022\023\n\013rea" - + "d_offset\030\004 \001(\003\022\022\n\nread_limit\030\005 \001(\003\022 \n\023if" - + "_generation_match\030\006 \001(\003H\000\210\001\001\022$\n\027if_gener" - + "ation_not_match\030\007 \001(\003H\001\210\001\001\022$\n\027if_metagen" - + "eration_match\030\010 \001(\003H\002\210\001\001\022(\n\033if_metagener" - + "ation_not_match\030\t \001(\003H\003\210\001\001\022R\n\034common_obj" - + "ect_request_params\030\n \001(\0132,.google.storag" - + "e.v2.CommonObjectRequestParams\0222\n\tread_m" - + "ask\030\014 \001(\0132\032.google.protobuf.FieldMaskH\004\210" - + "\001\001B\026\n\024_if_generation_matchB\032\n\030_if_genera" - + "tion_not_matchB\032\n\030_if_metageneration_mat" - + "chB\036\n\034_if_metageneration_not_matchB\014\n\n_r" - + "ead_mask\"\356\003\n\020GetObjectRequest\022\023\n\006bucket\030" - + "\001 \001(\tB\003\340A\002\022\023\n\006object\030\002 \001(\tB\003\340A\002\022\022\n\ngener" - + "ation\030\003 \001(\003\022 \n\023if_generation_match\030\004 \001(\003" - + "H\000\210\001\001\022$\n\027if_generation_not_match\030\005 \001(\003H\001" - + "\210\001\001\022$\n\027if_metageneration_match\030\006 \001(\003H\002\210\001" - + "\001\022(\n\033if_metageneration_not_match\030\007 \001(\003H\003" - + "\210\001\001\022R\n\034common_object_request_params\030\010 \001(" - + "\0132,.google.storage.v2.CommonObjectReques" - + "tParams\0222\n\tread_mask\030\n \001(\0132\032.google.prot" - + "obuf.FieldMaskH\004\210\001\001B\026\n\024_if_generation_ma" - + "tchB\032\n\030_if_generation_not_matchB\032\n\030_if_m" - + "etageneration_matchB\036\n\034_if_metageneratio" - + "n_not_matchB\014\n\n_read_mask\"\365\001\n\022ReadObject" - + "Response\022<\n\020checksummed_data\030\001 \001(\0132\".goo" - + "gle.storage.v2.ChecksummedData\022<\n\020object" - + "_checksums\030\002 \001(\0132\".google.storage.v2.Obj" - + "ectChecksums\0226\n\rcontent_range\030\003 \001(\0132\037.go" - + "ogle.storage.v2.ContentRange\022+\n\010metadata" - + "\030\004 \001(\0132\031.google.storage.v2.Object\"\215\003\n\017Wr" - + "iteObjectSpec\0220\n\010resource\030\001 \001(\0132\031.google" - + ".storage.v2.ObjectB\003\340A\002\022\026\n\016predefined_ac" - + "l\030\007 \001(\t\022 \n\023if_generation_match\030\003 \001(\003H\000\210\001" - + "\001\022$\n\027if_generation_not_match\030\004 \001(\003H\001\210\001\001\022" - + "$\n\027if_metageneration_match\030\005 \001(\003H\002\210\001\001\022(\n" - + "\033if_metageneration_not_match\030\006 \001(\003H\003\210\001\001\022" - + "\030\n\013object_size\030\010 \001(\003H\004\210\001\001B\026\n\024_if_generat" - + "ion_matchB\032\n\030_if_generation_not_matchB\032\n" - + "\030_if_metageneration_matchB\036\n\034_if_metagen" - + "eration_not_matchB\016\n\014_object_size\"\206\003\n\022Wr" - + "iteObjectRequest\022\023\n\tupload_id\030\001 \001(\tH\000\022?\n" - + "\021write_object_spec\030\002 \001(\0132\".google.storag" - + "e.v2.WriteObjectSpecH\000\022\031\n\014write_offset\030\003" - + " \001(\003B\003\340A\002\022>\n\020checksummed_data\030\004 \001(\0132\".go" - + "ogle.storage.v2.ChecksummedDataH\001\022<\n\020obj" - + "ect_checksums\030\006 \001(\0132\".google.storage.v2." - + "ObjectChecksums\022\024\n\014finish_write\030\007 \001(\010\022R\n" - + "\034common_object_request_params\030\010 \001(\0132,.go" - + "ogle.storage.v2.CommonObjectRequestParam" - + "sB\017\n\rfirst_messageB\006\n\004data\"n\n\023WriteObjec" - + "tResponse\022\030\n\016persisted_size\030\001 \001(\003H\000\022-\n\010r" - + "esource\030\002 \001(\0132\031.google.storage.v2.Object" - + "H\000B\016\n\014write_status\"\305\002\n\022ListObjectsReques" - + "t\0225\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022\035storage.googl" - + "eapis.com/Bucket\022\021\n\tpage_size\030\002 \001(\005\022\022\n\np" - + "age_token\030\003 \001(\t\022\021\n\tdelimiter\030\004 \001(\t\022\"\n\032in" - + "clude_trailing_delimiter\030\005 \001(\010\022\016\n\006prefix" - + "\030\006 \001(\t\022\020\n\010versions\030\007 \001(\010\0222\n\tread_mask\030\010 " - + "\001(\0132\032.google.protobuf.FieldMaskH\000\210\001\001\022\033\n\023" - + "lexicographic_start\030\n \001(\t\022\031\n\021lexicograph" - + "ic_end\030\013 \001(\tB\014\n\n_read_mask\"\205\001\n\027QueryWrit" - + "eStatusRequest\022\026\n\tupload_id\030\001 \001(\tB\003\340A\002\022R" - + "\n\034common_object_request_params\030\002 \001(\0132,.g" - + "oogle.storage.v2.CommonObjectRequestPara" - + "ms\"s\n\030QueryWriteStatusResponse\022\030\n\016persis" - + "ted_size\030\001 \001(\003H\000\022-\n\010resource\030\002 \001(\0132\031.goo" - + "gle.storage.v2.ObjectH\000B\016\n\014write_status\"" - + "\310\t\n\024RewriteObjectRequest\022 \n\020destination_" - + "name\030\030 \001(\tB\006\340A\002\340A\005\022D\n\022destination_bucket" - + "\030\031 \001(\tB(\340A\002\340A\005\372A\037\n\035storage.googleapis.co" - + "m/Bucket\022C\n\023destination_kms_key\030\033 \001(\tB&\372" - + "A#\n!cloudkms.googleapis.com/CryptoKey\022.\n" - + "\013destination\030\001 \001(\0132\031.google.storage.v2.O" - + "bject\022\032\n\rsource_bucket\030\002 \001(\tB\003\340A\002\022\032\n\rsou" - + "rce_object\030\003 \001(\tB\003\340A\002\022\031\n\021source_generati" - + "on\030\004 \001(\003\022\025\n\rrewrite_token\030\005 \001(\t\022\"\n\032desti" - + "nation_predefined_acl\030\034 \001(\t\022 \n\023if_genera" - + "tion_match\030\007 \001(\003H\000\210\001\001\022$\n\027if_generation_n" - + "ot_match\030\010 \001(\003H\001\210\001\001\022$\n\027if_metageneration" - + "_match\030\t \001(\003H\002\210\001\001\022(\n\033if_metageneration_n" - + "ot_match\030\n \001(\003H\003\210\001\001\022\'\n\032if_source_generat" - + "ion_match\030\013 \001(\003H\004\210\001\001\022+\n\036if_source_genera" - + "tion_not_match\030\014 \001(\003H\005\210\001\001\022+\n\036if_source_m" - + "etageneration_match\030\r \001(\003H\006\210\001\001\022/\n\"if_sou" - + "rce_metageneration_not_match\030\016 \001(\003H\007\210\001\001\022" - + "$\n\034max_bytes_rewritten_per_call\030\017 \001(\003\022(\n" - + " copy_source_encryption_algorithm\030\020 \001(\t\022" - + "(\n copy_source_encryption_key_bytes\030\025 \001(" - + "\014\022/\n\'copy_source_encryption_key_sha256_b" - + "ytes\030\026 \001(\014\022R\n\034common_object_request_para" - + "ms\030\023 \001(\0132,.google.storage.v2.CommonObjec" - + "tRequestParamsB\026\n\024_if_generation_matchB\032" - + "\n\030_if_generation_not_matchB\032\n\030_if_metage" - + "neration_matchB\036\n\034_if_metageneration_not" - + "_matchB\035\n\033_if_source_generation_matchB!\n" - + "\037_if_source_generation_not_matchB!\n\037_if_" - + "source_metageneration_matchB%\n#_if_sourc" - + "e_metageneration_not_match\"\227\001\n\017RewriteRe" - + "sponse\022\035\n\025total_bytes_rewritten\030\001 \001(\003\022\023\n" - + "\013object_size\030\002 \001(\003\022\014\n\004done\030\003 \001(\010\022\025\n\rrewr" - + "ite_token\030\004 \001(\t\022+\n\010resource\030\005 \001(\0132\031.goog" - + "le.storage.v2.Object\"\264\001\n\032StartResumableW" - + "riteRequest\022B\n\021write_object_spec\030\001 \001(\0132\"" - + ".google.storage.v2.WriteObjectSpecB\003\340A\002\022" - + "R\n\034common_object_request_params\030\003 \001(\0132,." - + "google.storage.v2.CommonObjectRequestPar" - + "ams\"0\n\033StartResumableWriteResponse\022\021\n\tup" - + "load_id\030\001 \001(\t\"\357\003\n\023UpdateObjectRequest\022.\n" - + "\006object\030\001 \001(\0132\031.google.storage.v2.Object" - + "B\003\340A\002\022 \n\023if_generation_match\030\002 \001(\003H\000\210\001\001\022" - + "$\n\027if_generation_not_match\030\003 \001(\003H\001\210\001\001\022$\n" - + "\027if_metageneration_match\030\004 \001(\003H\002\210\001\001\022(\n\033i" - + "f_metageneration_not_match\030\005 \001(\003H\003\210\001\001\022\026\n" - + "\016predefined_acl\030\n \001(\t\0224\n\013update_mask\030\007 \001" - + "(\0132\032.google.protobuf.FieldMaskB\003\340A\002\022R\n\034c" - + "ommon_object_request_params\030\010 \001(\0132,.goog" - + "le.storage.v2.CommonObjectRequestParamsB" - + "\026\n\024_if_generation_matchB\032\n\030_if_generatio" - + "n_not_matchB\032\n\030_if_metageneration_matchB" - + "\036\n\034_if_metageneration_not_match\"`\n\030GetSe" - + "rviceAccountRequest\022D\n\007project\030\001 \001(\tB3\340A" - + "\002\372A-\n+cloudresourcemanager.googleapis.co" - + "m/Project\"\200\001\n\024CreateHmacKeyRequest\022D\n\007pr" - + "oject\030\001 \001(\tB3\340A\002\372A-\n+cloudresourcemanage" - + "r.googleapis.com/Project\022\"\n\025service_acco" - + "unt_email\030\002 \001(\tB\003\340A\002\"g\n\025CreateHmacKeyRes" - + "ponse\0224\n\010metadata\030\001 \001(\0132\".google.storage" - + ".v2.HmacKeyMetadata\022\030\n\020secret_key_bytes\030" - + "\003 \001(\014\"t\n\024DeleteHmacKeyRequest\022\026\n\taccess_" - + "id\030\001 \001(\tB\003\340A\002\022D\n\007project\030\002 \001(\tB3\340A\002\372A-\n+" - + "cloudresourcemanager.googleapis.com/Proj" - + "ect\"q\n\021GetHmacKeyRequest\022\026\n\taccess_id\030\001 " - + "\001(\tB\003\340A\002\022D\n\007project\030\002 \001(\tB3\340A\002\372A-\n+cloud" - + "resourcemanager.googleapis.com/Project\"\274" - + "\001\n\023ListHmacKeysRequest\022D\n\007project\030\001 \001(\tB" - + "3\340A\002\372A-\n+cloudresourcemanager.googleapis" - + ".com/Project\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_" - + "token\030\003 \001(\t\022\035\n\025service_account_email\030\004 \001" - + "(\t\022\031\n\021show_deleted_keys\030\005 \001(\010\"f\n\024ListHma" - + "cKeysResponse\0225\n\thmac_keys\030\001 \003(\0132\".googl" - + "e.storage.v2.HmacKeyMetadata\022\027\n\017next_pag" - + "e_token\030\002 \001(\t\"\202\001\n\024UpdateHmacKeyRequest\0229" - + "\n\010hmac_key\030\001 \001(\0132\".google.storage.v2.Hma" - + "cKeyMetadataB\003\340A\002\022/\n\013update_mask\030\003 \001(\0132\032" - + ".google.protobuf.FieldMask\"|\n\031CommonObje" - + "ctRequestParams\022\034\n\024encryption_algorithm\030" - + "\001 \001(\t\022\034\n\024encryption_key_bytes\030\004 \001(\014\022#\n\033e" - + "ncryption_key_sha256_bytes\030\005 \001(\014\"\312\005\n\020Ser" - + "viceConstants\"\265\005\n\006Values\022\026\n\022VALUES_UNSPE" - + "CIFIED\020\000\022\033\n\024MAX_READ_CHUNK_BYTES\020\200\200\200\001\022\034\n" - + "\025MAX_WRITE_CHUNK_BYTES\020\200\200\200\001\022\031\n\022MAX_OBJEC" - + "T_SIZE_MB\020\200\200\300\002\022)\n$MAX_CUSTOM_METADATA_FI" - + "ELD_NAME_BYTES\020\200\010\022*\n%MAX_CUSTOM_METADATA" - + "_FIELD_VALUE_BYTES\020\200 \022)\n$MAX_CUSTOM_META" - + "DATA_TOTAL_SIZE_BYTES\020\200@\022*\n$MAX_BUCKET_M" - + "ETADATA_TOTAL_SIZE_BYTES\020\200\240\001\022\'\n#MAX_NOTI" - + "FICATION_CONFIGS_PER_BUCKET\020d\022\"\n\036MAX_LIF" - + "ECYCLE_RULES_PER_BUCKET\020d\022&\n\"MAX_NOTIFIC" - + "ATION_CUSTOM_ATTRIBUTES\020\005\0221\n,MAX_NOTIFIC" - + "ATION_CUSTOM_ATTRIBUTE_KEY_LENGTH\020\200\002\0223\n." - + "MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_" - + "LENGTH\020\200\010\022\034\n\030MAX_LABELS_ENTRIES_COUNT\020@\022" - + "\037\n\033MAX_LABELS_KEY_VALUE_LENGTH\020?\022\037\n\032MAX_" - + "LABELS_KEY_VALUE_BYTES\020\200\001\022.\n)MAX_OBJECT_" - + "IDS_PER_DELETE_OBJECTS_REQUEST\020\350\007\022\036\n\032SPL" - + "IT_TOKEN_MAX_VALID_DAYS\020\016\032\002\020\001\"\317\027\n\006Bucket" - + "\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\026\n\tbucket_id\030\002 \001(\tB\003" - + "\340A\003\022\014\n\004etag\030\035 \001(\t\022D\n\007project\030\003 \001(\tB3\340A\005\372" - + "A-\n+cloudresourcemanager.googleapis.com/" - + "Project\022\033\n\016metageneration\030\004 \001(\003B\003\340A\003\022\025\n\010" - + "location\030\005 \001(\tB\003\340A\005\022\032\n\rlocation_type\030\006 \001" - + "(\tB\003\340A\003\022\025\n\rstorage_class\030\007 \001(\t\022\013\n\003rpo\030\033 " - + "\001(\t\0223\n\003acl\030\010 \003(\0132&.google.storage.v2.Buc" - + "ketAccessControl\022B\n\022default_object_acl\030\t" - + " \003(\0132&.google.storage.v2.ObjectAccessCon" - + "trol\0226\n\tlifecycle\030\n \001(\0132#.google.storage" - + ".v2.Bucket.Lifecycle\0224\n\013create_time\030\013 \001(" - + "\0132\032.google.protobuf.TimestampB\003\340A\003\022,\n\004co" - + "rs\030\014 \003(\0132\036.google.storage.v2.Bucket.Cors" - + "\0224\n\013update_time\030\r \001(\0132\032.google.protobuf." - + "TimestampB\003\340A\003\022 \n\030default_event_based_ho" - + "ld\030\016 \001(\010\0225\n\006labels\030\017 \003(\0132%.google.storag" - + "e.v2.Bucket.LabelsEntry\0222\n\007website\030\020 \001(\013" - + "2!.google.storage.v2.Bucket.Website\0228\n\nv" - + "ersioning\030\021 \001(\0132$.google.storage.v2.Buck" - + "et.Versioning\0222\n\007logging\030\022 \001(\0132!.google." - + "storage.v2.Bucket.Logging\022,\n\005owner\030\023 \001(\013" - + "2\030.google.storage.v2.OwnerB\003\340A\003\0228\n\nencry" - + "ption\030\024 \001(\0132$.google.storage.v2.Bucket.E" - + "ncryption\0222\n\007billing\030\025 \001(\0132!.google.stor" - + "age.v2.Bucket.Billing\022C\n\020retention_polic" - + "y\030\026 \001(\0132).google.storage.v2.Bucket.Reten" - + "tionPolicy\0227\n\niam_config\030\027 \001(\0132#.google." - + "storage.v2.Bucket.IamConfig\022\025\n\rsatisfies" - + "_pzs\030\031 \001(\010\022P\n\027custom_placement_config\030\032 " - + "\001(\0132/.google.storage.v2.Bucket.CustomPla" - + "cementConfig\0226\n\tautoclass\030\034 \001(\0132#.google" - + ".storage.v2.Bucket.Autoclass\032!\n\007Billing\022" - + "\026\n\016requester_pays\030\001 \001(\010\032X\n\004Cors\022\016\n\006origi" - + "n\030\001 \003(\t\022\016\n\006method\030\002 \003(\t\022\027\n\017response_head" - + "er\030\003 \003(\t\022\027\n\017max_age_seconds\030\004 \001(\005\032M\n\nEnc" - + "ryption\022?\n\017default_kms_key\030\001 \001(\tB&\372A#\n!c" - + "loudkms.googleapis.com/CryptoKey\032\354\001\n\tIam" - + "Config\022a\n\033uniform_bucket_level_access\030\001 " - + "\001(\0132<.google.storage.v2.Bucket.IamConfig" - + ".UniformBucketLevelAccess\022 \n\030public_acce" - + "ss_prevention\030\003 \001(\t\032Z\n\030UniformBucketLeve" - + "lAccess\022\017\n\007enabled\030\001 \001(\010\022-\n\tlock_time\030\002 " - + "\001(\0132\032.google.protobuf.Timestamp\032\363\005\n\tLife" - + "cycle\0226\n\004rule\030\001 \003(\0132(.google.storage.v2." - + "Bucket.Lifecycle.Rule\032\255\005\n\004Rule\022?\n\006action" - + "\030\001 \001(\0132/.google.storage.v2.Bucket.Lifecy" - + "cle.Rule.Action\022E\n\tcondition\030\002 \001(\01322.goo" - + "gle.storage.v2.Bucket.Lifecycle.Rule.Con" - + "dition\032-\n\006Action\022\014\n\004type\030\001 \001(\t\022\025\n\rstorag" - + "e_class\030\002 \001(\t\032\355\003\n\tCondition\022\025\n\010age_days\030" - + "\001 \001(\005H\000\210\001\001\022)\n\016created_before\030\002 \001(\0132\021.goo" - + "gle.type.Date\022\024\n\007is_live\030\003 \001(\010H\001\210\001\001\022\037\n\022n" - + "um_newer_versions\030\004 \001(\005H\002\210\001\001\022\035\n\025matches_" - + "storage_class\030\005 \003(\t\022#\n\026days_since_custom" - + "_time\030\007 \001(\005H\003\210\001\001\022-\n\022custom_time_before\030\010" - + " \001(\0132\021.google.type.Date\022\'\n\032days_since_no" - + "ncurrent_time\030\t \001(\005H\004\210\001\001\0221\n\026noncurrent_t" - + "ime_before\030\n \001(\0132\021.google.type.Date\022\026\n\016m" - + "atches_prefix\030\013 \003(\t\022\026\n\016matches_suffix\030\014 " - + "\003(\tB\013\n\t_age_daysB\n\n\010_is_liveB\025\n\023_num_new" - + "er_versionsB\031\n\027_days_since_custom_timeB\035" - + "\n\033_days_since_noncurrent_time\0328\n\007Logging" - + "\022\022\n\nlog_bucket\030\001 \001(\t\022\031\n\021log_object_prefi" - + "x\030\002 \001(\t\032\214\001\n\017RetentionPolicy\0222\n\016effective" - + "_time\030\001 \001(\0132\032.google.protobuf.Timestamp\022" - + "\021\n\tis_locked\030\002 \001(\010\022\035\n\020retention_period\030\003" - + " \001(\003H\000\210\001\001B\023\n\021_retention_period\032\035\n\nVersio" - + "ning\022\017\n\007enabled\030\001 \001(\010\032;\n\007Website\022\030\n\020main" - + "_page_suffix\030\001 \001(\t\022\026\n\016not_found_page\030\002 \001" - + "(\t\032/\n\025CustomPlacementConfig\022\026\n\016data_loca" - + "tions\030\001 \003(\t\032R\n\tAutoclass\022\017\n\007enabled\030\001 \001(" - + "\010\0224\n\013toggle_time\030\002 \001(\0132\032.google.protobuf" - + ".TimestampB\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 " - + "\001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:G\352AD\n\035storage.goo" - + "gleapis.com/Bucket\022#projects/{project}/b" - + "uckets/{bucket}\"\316\001\n\023BucketAccessControl\022" - + "\014\n\004role\030\001 \001(\t\022\n\n\002id\030\002 \001(\t\022\016\n\006entity\030\003 \001(" - + "\t\022\027\n\nentity_alt\030\t \001(\tB\003\340A\003\022\021\n\tentity_id\030" - + "\004 \001(\t\022\014\n\004etag\030\010 \001(\t\022\r\n\005email\030\005 \001(\t\022\016\n\006do" - + "main\030\006 \001(\t\0224\n\014project_team\030\007 \001(\0132\036.googl" - + "e.storage.v2.ProjectTeam\"B\n\017ChecksummedD" - + "ata\022\017\n\007content\030\001 \001(\014\022\023\n\006crc32c\030\002 \001(\007H\000\210\001" - + "\001B\t\n\007_crc32c\"C\n\017ObjectChecksums\022\023\n\006crc32" - + "c\030\001 \001(\007H\000\210\001\001\022\020\n\010md5_hash\030\002 \001(\014B\t\n\007_crc32" - + "c\"\255\002\n\017HmacKeyMetadata\022\017\n\002id\030\001 \001(\tB\003\340A\005\022\026" - + "\n\taccess_id\030\002 \001(\tB\003\340A\005\022D\n\007project\030\003 \001(\tB" - + "3\340A\005\372A-\n+cloudresourcemanager.googleapis" - + ".com/Project\022\"\n\025service_account_email\030\004 " - + "\001(\tB\003\340A\003\022\r\n\005state\030\005 \001(\t\0224\n\013create_time\030\006" - + " \001(\0132\032.google.protobuf.TimestampB\003\340A\003\0224\n" - + "\013update_time\030\007 \001(\0132\032.google.protobuf.Tim" - + "estampB\003\340A\003\022\014\n\004etag\030\010 \001(\t\"\216\003\n\014Notificati" - + "on\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\022\n\005topic\030\002 \001(\tB\003\340A" - + "\002\022\014\n\004etag\030\007 \001(\t\022\023\n\013event_types\030\003 \003(\t\022P\n\021" - + "custom_attributes\030\004 \003(\01325.google.storage" - + ".v2.Notification.CustomAttributesEntry\022\032" - + "\n\022object_name_prefix\030\005 \001(\t\022\033\n\016payload_fo" - + "rmat\030\006 \001(\tB\003\340A\002\0327\n\025CustomAttributesEntry" - + "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:p\352Am\n#s" - + "torage.googleapis.com/Notification\022Fproj" - + "ects/{project}/buckets/{bucket}/notifica" - + "tionConfigs/{notification}\"L\n\022CustomerEn" - + "cryption\022\034\n\024encryption_algorithm\030\001 \001(\t\022\030" - + "\n\020key_sha256_bytes\030\003 \001(\014\"\202\t\n\006Object\022\021\n\004n" - + "ame\030\001 \001(\tB\003\340A\005\0225\n\006bucket\030\002 \001(\tB%\340A\005\372A\037\n\035" - + "storage.googleapis.com/Bucket\022\014\n\004etag\030\033 " - + "\001(\t\022\027\n\ngeneration\030\003 \001(\003B\003\340A\005\022\033\n\016metagene" - + "ration\030\004 \001(\003B\003\340A\003\022\025\n\rstorage_class\030\005 \001(\t" - + "\022\021\n\004size\030\006 \001(\003B\003\340A\003\022\030\n\020content_encoding\030" - + "\007 \001(\t\022\033\n\023content_disposition\030\010 \001(\t\022\025\n\rca" - + "che_control\030\t \001(\t\0223\n\003acl\030\n \003(\0132&.google." - + "storage.v2.ObjectAccessControl\022\030\n\020conten" - + "t_language\030\013 \001(\t\0224\n\013delete_time\030\014 \001(\0132\032." - + "google.protobuf.TimestampB\003\340A\003\022\024\n\014conten" - + "t_type\030\r \001(\t\0224\n\013create_time\030\016 \001(\0132\032.goog" - + "le.protobuf.TimestampB\003\340A\003\022\034\n\017component_" - + "count\030\017 \001(\005B\003\340A\003\022:\n\tchecksums\030\020 \001(\0132\".go" - + "ogle.storage.v2.ObjectChecksumsB\003\340A\003\0224\n\013" - + "update_time\030\021 \001(\0132\032.google.protobuf.Time" - + "stampB\003\340A\003\0227\n\007kms_key\030\022 \001(\tB&\372A#\n!cloudk" - + "ms.googleapis.com/CryptoKey\022B\n\031update_st" - + "orage_class_time\030\023 \001(\0132\032.google.protobuf" - + ".TimestampB\003\340A\003\022\026\n\016temporary_hold\030\024 \001(\010\022" - + "9\n\025retention_expire_time\030\025 \001(\0132\032.google." - + "protobuf.Timestamp\0229\n\010metadata\030\026 \003(\0132\'.g" - + "oogle.storage.v2.Object.MetadataEntry\022\035\n" - + "\020event_based_hold\030\027 \001(\010H\000\210\001\001\022,\n\005owner\030\030 " - + "\001(\0132\030.google.storage.v2.OwnerB\003\340A\003\022B\n\023cu" - + "stomer_encryption\030\031 \001(\0132%.google.storage" - + ".v2.CustomerEncryption\022/\n\013custom_time\030\032 " - + "\001(\0132\032.google.protobuf.Timestamp\032/\n\rMetad" - + "ataEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001" - + "B\023\n\021_event_based_hold\"\316\001\n\023ObjectAccessCo" - + "ntrol\022\014\n\004role\030\001 \001(\t\022\n\n\002id\030\002 \001(\t\022\016\n\006entit" - + "y\030\003 \001(\t\022\027\n\nentity_alt\030\t \001(\tB\003\340A\003\022\021\n\tenti" - + "ty_id\030\004 \001(\t\022\014\n\004etag\030\010 \001(\t\022\r\n\005email\030\005 \001(\t" - + "\022\016\n\006domain\030\006 \001(\t\0224\n\014project_team\030\007 \001(\0132\036" - + ".google.storage.v2.ProjectTeam\"l\n\023ListOb" - + "jectsResponse\022*\n\007objects\030\001 \003(\0132\031.google." - + "storage.v2.Object\022\020\n\010prefixes\030\002 \003(\t\022\027\n\017n" - + "ext_page_token\030\003 \001(\t\"3\n\013ProjectTeam\022\026\n\016p" - + "roject_number\030\001 \001(\t\022\014\n\004team\030\002 \001(\t\"\'\n\016Ser", - "viceAccount\022\025\n\remail_address\030\001 \001(\t\"*\n\005Ow" - + "ner\022\016\n\006entity\030\001 \001(\t\022\021\n\tentity_id\030\002 \001(\t\"C" - + "\n\014ContentRange\022\r\n\005start\030\001 \001(\003\022\013\n\003end\030\002 \001" - + "(\003\022\027\n\017complete_length\030\003 \001(\0032\227&\n\007Storage\022" - + "r\n\014DeleteBucket\022&.google.storage.v2.Dele" - + "teBucketRequest\032\026.google.protobuf.Empty\"" - + "\"\212\323\344\223\002\025\022\023\n\004name\022\013{bucket=**}\332A\004name\022o\n\tG" - + "etBucket\022#.google.storage.v2.GetBucketRe" - + "quest\032\031.google.storage.v2.Bucket\"\"\212\323\344\223\002\025" - + "\022\023\n\004name\022\013{bucket=**}\332A\004name\022\213\001\n\014CreateB" - + "ucket\022&.google.storage.v2.CreateBucketRe" - + "quest\032\031.google.storage.v2.Bucket\"8\212\323\344\223\002\030" - + "\022\026\n\006parent\022\014{project=**}\332A\027parent,bucket" - + ",bucket_id\022\205\001\n\013ListBuckets\022%.google.stor" - + "age.v2.ListBucketsRequest\032&.google.stora" - + "ge.v2.ListBucketsResponse\"\'\212\323\344\223\002\030\022\026\n\006par" - + "ent\022\014{project=**}\332A\006parent\022\223\001\n\031LockBucke" - + "tRetentionPolicy\0223.google.storage.v2.Loc" - + "kBucketRetentionPolicyRequest\032\031.google.s" - + "torage.v2.Bucket\"&\212\323\344\223\002\027\022\025\n\006bucket\022\013{buc" - + "ket=**}\332A\006bucket\022\253\001\n\014GetIamPolicy\022\".goog" - + "le.iam.v1.GetIamPolicyRequest\032\025.google.i" - + "am.v1.Policy\"`\212\323\344\223\002O\022\027\n\010resource\022\013{bucke" - + "t=**}\0224\n\010resource\022({bucket=projects/*/bu" - + "ckets/*}/objects/**\332A\010resource\022\262\001\n\014SetIa" - + "mPolicy\022\".google.iam.v1.SetIamPolicyRequ" - + "est\032\025.google.iam.v1.Policy\"g\212\323\344\223\002O\022\027\n\010re" - + "source\022\013{bucket=**}\0224\n\010resource\022({bucket" - + "=projects/*/buckets/*}/objects/**\332A\017reso" - + "urce,policy\022\327\001\n\022TestIamPermissions\022(.goo" - + "gle.iam.v1.TestIamPermissionsRequest\032).g" - + "oogle.iam.v1.TestIamPermissionsResponse\"" - + "l\212\323\344\223\002O\022\027\n\010resource\022\013{bucket=**}\0224\n\010reso" - + "urce\022({bucket=projects/*/buckets/*}/obje" - + "cts/**\332A\024resource,permissions\022\212\001\n\014Update" - + "Bucket\022&.google.storage.v2.UpdateBucketR" - + "equest\032\031.google.storage.v2.Bucket\"7\212\323\344\223\002" - + "\034\022\032\n\013bucket.name\022\013{bucket=**}\332A\022bucket,u" - + "pdate_mask\022\223\001\n\022DeleteNotification\022,.goog" - + "le.storage.v2.DeleteNotificationRequest\032" - + "\026.google.protobuf.Empty\"7\212\323\344\223\002*\022(\n\004name\022" - + " {bucket=projects/*/buckets/*}/**\332A\004name" - + "\022\226\001\n\017GetNotification\022).google.storage.v2" - + ".GetNotificationRequest\032\037.google.storage" - + ".v2.Notification\"7\212\323\344\223\002*\022(\n\004name\022 {bucke" - + "t=projects/*/buckets/*}/**\332A\004name\022\230\001\n\022Cr" - + "eateNotification\022,.google.storage.v2.Cre" - + "ateNotificationRequest\032\037.google.storage." - + "v2.Notification\"3\212\323\344\223\002\027\022\025\n\006parent\022\013{buck" - + "et=**}\332A\023parent,notification\022\226\001\n\021ListNot" - + "ifications\022+.google.storage.v2.ListNotif" - + "icationsRequest\032,.google.storage.v2.List" - + "NotificationsResponse\"&\212\323\344\223\002\027\022\025\n\006parent\022" - + "\013{bucket=**}\332A\006parent\022~\n\rComposeObject\022\'" - + ".google.storage.v2.ComposeObjectRequest\032" - + "\031.google.storage.v2.Object\")\212\323\344\223\002#\022!\n\022de" - + "stination.bucket\022\013{bucket=**}\022\230\001\n\014Delete" - + "Object\022&.google.storage.v2.DeleteObjectR" - + "equest\032\026.google.protobuf.Empty\"H\212\323\344\223\002\027\022\025" - + "\n\006bucket\022\013{bucket=**}\332A\rbucket,object\332A\030" - + "bucket,object,generation\022\272\001\n\024CancelResum" - + "ableWrite\022..google.storage.v2.CancelResu" - + "mableWriteRequest\032/.google.storage.v2.Ca" - + "ncelResumableWriteResponse\"A\212\323\344\223\002/\022-\n\tup" - + "load_id\022 {bucket=projects/*/buckets/*}/*" - + "*\332A\tupload_id\022\225\001\n\tGetObject\022#.google.sto" - + "rage.v2.GetObjectRequest\032\031.google.storag" - + "e.v2.Object\"H\212\323\344\223\002\027\022\025\n\006bucket\022\013{bucket=*" - + "*}\332A\rbucket,object\332A\030bucket,object,gener" - + "ation\022\245\001\n\nReadObject\022$.google.storage.v2" - + ".ReadObjectRequest\032%.google.storage.v2.R" - + "eadObjectResponse\"H\212\323\344\223\002\027\022\025\n\006bucket\022\013{bu" - + "cket=**}\332A\rbucket,object\332A\030bucket,object" - + ",generation0\001\022\214\001\n\014UpdateObject\022&.google." - + "storage.v2.UpdateObjectRequest\032\031.google." - + "storage.v2.Object\"9\212\323\344\223\002\036\022\034\n\robject.buck" - + "et\022\013{bucket=**}\332A\022object,update_mask\022\307\001\n" - + "\013WriteObject\022%.google.storage.v2.WriteOb" - + "jectRequest\032&.google.storage.v2.WriteObj" - + "ectResponse\"g\212\323\344\223\002a\0220\n!write_object_spec" - + ".resource.bucket\022\013{bucket=**}\022-\n\tupload_" - + "id\022 {bucket=projects/*/buckets/*}/**(\001\022\204" - + "\001\n\013ListObjects\022%.google.storage.v2.ListO" - + "bjectsRequest\032&.google.storage.v2.ListOb" - + "jectsResponse\"&\212\323\344\223\002\027\022\025\n\006parent\022\013{bucket" - + "=**}\332A\006parent\022\230\001\n\rRewriteObject\022\'.google" - + ".storage.v2.RewriteObjectRequest\032\".googl" - + "e.storage.v2.RewriteResponse\":\212\323\344\223\0024\022\017\n\r" - + "source_bucket\022!\n\022destination_bucket\022\013{bu" - + "cket=**}\022\256\001\n\023StartResumableWrite\022-.googl" - + "e.storage.v2.StartResumableWriteRequest\032" - + "..google.storage.v2.StartResumableWriteR" - + "esponse\"8\212\323\344\223\0022\0220\n!write_object_spec.res" - + "ource.bucket\022\013{bucket=**}\022\256\001\n\020QueryWrite" - + "Status\022*.google.storage.v2.QueryWriteSta" - + "tusRequest\032+.google.storage.v2.QueryWrit" - + "eStatusResponse\"A\212\323\344\223\002/\022-\n\tupload_id\022 {b" - + "ucket=projects/*/buckets/*}/**\332A\tupload_" - + "id\022\200\001\n\021GetServiceAccount\022+.google.storag" - + "e.v2.GetServiceAccountRequest\032!.google.s" - + "torage.v2.ServiceAccount\"\033\212\323\344\223\002\013\022\t\n\007proj" - + "ect\332A\007project\022\225\001\n\rCreateHmacKey\022\'.google" - + ".storage.v2.CreateHmacKeyRequest\032(.googl" - + "e.storage.v2.CreateHmacKeyResponse\"1\212\323\344\223" - + "\002\013\022\t\n\007project\332A\035project,service_account_" - + "email\022w\n\rDeleteHmacKey\022\'.google.storage." - + "v2.DeleteHmacKeyRequest\032\026.google.protobu" - + "f.Empty\"%\212\323\344\223\002\013\022\t\n\007project\332A\021access_id,p" - + "roject\022}\n\nGetHmacKey\022$.google.storage.v2" - + ".GetHmacKeyRequest\032\".google.storage.v2.H" - + "macKeyMetadata\"%\212\323\344\223\002\013\022\t\n\007project\332A\021acce" - + "ss_id,project\022|\n\014ListHmacKeys\022&.google.s" - + "torage.v2.ListHmacKeysRequest\032\'.google.s" - + "torage.v2.ListHmacKeysResponse\"\033\212\323\344\223\002\013\022\t" - + "\n\007project\332A\007project\022\235\001\n\rUpdateHmacKey\022\'." - + "google.storage.v2.UpdateHmacKeyRequest\032\"" - + ".google.storage.v2.HmacKeyMetadata\"?\212\323\344\223" - + "\002\"\022 \n\020hmac_key.project\022\014{project=**}\332A\024h" - + "mac_key,update_mask\032\247\002\312A\026storage.googlea" - + "pis.com\322A\212\002https://www.googleapis.com/au" - + "th/cloud-platform,https://www.googleapis" - + ".com/auth/cloud-platform.read-only,https" - + "://www.googleapis.com/auth/devstorage.fu" - + "ll_control,https://www.googleapis.com/au" - + "th/devstorage.read_only,https://www.goog" - + "leapis.com/auth/devstorage.read_writeB\334\001" - + "\n\025com.google.storage.v2B\014StorageProtoP\001Z" - + "8google.golang.org/genproto/googleapis/s" - + "torage/v2;storage\352Ax\n!cloudkms.googleapi" - + "s.com/CryptoKey\022Sprojects/{project}/loca" - + "tions/{location}/keyRings/{key_ring}/cry" - + "ptoKeys/{crypto_key}b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.api.RoutingProto.getDescriptor(), - com.google.iam.v1.IamPolicyProto.getDescriptor(), - com.google.iam.v1.PolicyProto.getDescriptor(), - com.google.protobuf.EmptyProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.type.DateProto.getDescriptor(), - }); - internal_static_google_storage_v2_DeleteBucketRequest_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_DeleteBucketRequest_descriptor, - new java.lang.String[] { - "Name", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - }); - internal_static_google_storage_v2_GetBucketRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetBucketRequest_descriptor, - new java.lang.String[] { - "Name", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "ReadMask", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "ReadMask", - }); - internal_static_google_storage_v2_CreateBucketRequest_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CreateBucketRequest_descriptor, - new java.lang.String[] { - "Parent", "Bucket", "BucketId", "PredefinedAcl", "PredefinedDefaultObjectAcl", - }); - internal_static_google_storage_v2_ListBucketsRequest_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListBucketsRequest_descriptor, - new java.lang.String[] { - "Parent", "PageSize", "PageToken", "Prefix", "ReadMask", "ReadMask", - }); - internal_static_google_storage_v2_ListBucketsResponse_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListBucketsResponse_descriptor, - new java.lang.String[] { - "Buckets", "NextPageToken", - }); - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor, - new java.lang.String[] { - "Bucket", "IfMetagenerationMatch", - }); - internal_static_google_storage_v2_UpdateBucketRequest_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_UpdateBucketRequest_descriptor, - new java.lang.String[] { - "Bucket", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "PredefinedAcl", - "PredefinedDefaultObjectAcl", - "UpdateMask", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - }); - internal_static_google_storage_v2_DeleteNotificationRequest_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_DeleteNotificationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_storage_v2_GetNotificationRequest_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetNotificationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_storage_v2_CreateNotificationRequest_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CreateNotificationRequest_descriptor, - new java.lang.String[] { - "Parent", "Notification", - }); - internal_static_google_storage_v2_ListNotificationsRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListNotificationsRequest_descriptor, - new java.lang.String[] { - "Parent", "PageSize", "PageToken", - }); - internal_static_google_storage_v2_ListNotificationsResponse_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListNotificationsResponse_descriptor, - new java.lang.String[] { - "Notifications", "NextPageToken", - }); - internal_static_google_storage_v2_ComposeObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ComposeObjectRequest_descriptor, - new java.lang.String[] { - "Destination", - "SourceObjects", - "DestinationPredefinedAcl", - "IfGenerationMatch", - "IfMetagenerationMatch", - "KmsKey", - "CommonObjectRequestParams", - "IfGenerationMatch", - "IfMetagenerationMatch", - }); - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor = - internal_static_google_storage_v2_ComposeObjectRequest_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor, - new java.lang.String[] { - "Name", "Generation", "ObjectPreconditions", - }); - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor = - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor - .getNestedTypes() - .get(0); - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor, - new java.lang.String[] { - "IfGenerationMatch", "IfGenerationMatch", - }); - internal_static_google_storage_v2_DeleteObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_DeleteObjectRequest_descriptor, - new java.lang.String[] { - "Bucket", - "Object", - "Generation", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "CommonObjectRequestParams", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - }); - internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor, - new java.lang.String[] { - "UploadId", - }); - internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor, - new java.lang.String[] {}); - internal_static_google_storage_v2_ReadObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ReadObjectRequest_descriptor, - new java.lang.String[] { - "Bucket", - "Object", - "Generation", - "ReadOffset", - "ReadLimit", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "CommonObjectRequestParams", - "ReadMask", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "ReadMask", - }); - internal_static_google_storage_v2_GetObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(17); - internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetObjectRequest_descriptor, - new java.lang.String[] { - "Bucket", - "Object", - "Generation", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "CommonObjectRequestParams", - "ReadMask", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "ReadMask", - }); - internal_static_google_storage_v2_ReadObjectResponse_descriptor = - getDescriptor().getMessageTypes().get(18); - internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ReadObjectResponse_descriptor, - new java.lang.String[] { - "ChecksummedData", "ObjectChecksums", "ContentRange", "Metadata", - }); - internal_static_google_storage_v2_WriteObjectSpec_descriptor = - getDescriptor().getMessageTypes().get(19); - internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_WriteObjectSpec_descriptor, - new java.lang.String[] { - "Resource", - "PredefinedAcl", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "ObjectSize", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "ObjectSize", - }); - internal_static_google_storage_v2_WriteObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(20); - internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_WriteObjectRequest_descriptor, - new java.lang.String[] { - "UploadId", - "WriteObjectSpec", - "WriteOffset", - "ChecksummedData", - "ObjectChecksums", - "FinishWrite", - "CommonObjectRequestParams", - "FirstMessage", - "Data", - }); - internal_static_google_storage_v2_WriteObjectResponse_descriptor = - getDescriptor().getMessageTypes().get(21); - internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_WriteObjectResponse_descriptor, - new java.lang.String[] { - "PersistedSize", "Resource", "WriteStatus", - }); - internal_static_google_storage_v2_ListObjectsRequest_descriptor = - getDescriptor().getMessageTypes().get(22); - internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListObjectsRequest_descriptor, - new java.lang.String[] { - "Parent", - "PageSize", - "PageToken", - "Delimiter", - "IncludeTrailingDelimiter", - "Prefix", - "Versions", - "ReadMask", - "LexicographicStart", - "LexicographicEnd", - "ReadMask", - }); - internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor = - getDescriptor().getMessageTypes().get(23); - internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor, - new java.lang.String[] { - "UploadId", "CommonObjectRequestParams", - }); - internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor = - getDescriptor().getMessageTypes().get(24); - internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor, - new java.lang.String[] { - "PersistedSize", "Resource", "WriteStatus", - }); - internal_static_google_storage_v2_RewriteObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(25); - internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_RewriteObjectRequest_descriptor, - new java.lang.String[] { - "DestinationName", - "DestinationBucket", - "DestinationKmsKey", - "Destination", - "SourceBucket", - "SourceObject", - "SourceGeneration", - "RewriteToken", - "DestinationPredefinedAcl", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "IfSourceGenerationMatch", - "IfSourceGenerationNotMatch", - "IfSourceMetagenerationMatch", - "IfSourceMetagenerationNotMatch", - "MaxBytesRewrittenPerCall", - "CopySourceEncryptionAlgorithm", - "CopySourceEncryptionKeyBytes", - "CopySourceEncryptionKeySha256Bytes", - "CommonObjectRequestParams", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "IfSourceGenerationMatch", - "IfSourceGenerationNotMatch", - "IfSourceMetagenerationMatch", - "IfSourceMetagenerationNotMatch", - }); - internal_static_google_storage_v2_RewriteResponse_descriptor = - getDescriptor().getMessageTypes().get(26); - internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_RewriteResponse_descriptor, - new java.lang.String[] { - "TotalBytesRewritten", "ObjectSize", "Done", "RewriteToken", "Resource", - }); - internal_static_google_storage_v2_StartResumableWriteRequest_descriptor = - getDescriptor().getMessageTypes().get(27); - internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_StartResumableWriteRequest_descriptor, - new java.lang.String[] { - "WriteObjectSpec", "CommonObjectRequestParams", - }); - internal_static_google_storage_v2_StartResumableWriteResponse_descriptor = - getDescriptor().getMessageTypes().get(28); - internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_StartResumableWriteResponse_descriptor, - new java.lang.String[] { - "UploadId", - }); - internal_static_google_storage_v2_UpdateObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(29); - internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_UpdateObjectRequest_descriptor, - new java.lang.String[] { - "Object", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - "PredefinedAcl", - "UpdateMask", - "CommonObjectRequestParams", - "IfGenerationMatch", - "IfGenerationNotMatch", - "IfMetagenerationMatch", - "IfMetagenerationNotMatch", - }); - internal_static_google_storage_v2_GetServiceAccountRequest_descriptor = - getDescriptor().getMessageTypes().get(30); - internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetServiceAccountRequest_descriptor, - new java.lang.String[] { - "Project", - }); - internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(31); - internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor, - new java.lang.String[] { - "Project", "ServiceAccountEmail", - }); - internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(32); - internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor, - new java.lang.String[] { - "Metadata", "SecretKeyBytes", - }); - internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(33); - internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor, - new java.lang.String[] { - "AccessId", "Project", - }); - internal_static_google_storage_v2_GetHmacKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(34); - internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetHmacKeyRequest_descriptor, - new java.lang.String[] { - "AccessId", "Project", - }); - internal_static_google_storage_v2_ListHmacKeysRequest_descriptor = - getDescriptor().getMessageTypes().get(35); - internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListHmacKeysRequest_descriptor, - new java.lang.String[] { - "Project", "PageSize", "PageToken", "ServiceAccountEmail", "ShowDeletedKeys", - }); - internal_static_google_storage_v2_ListHmacKeysResponse_descriptor = - getDescriptor().getMessageTypes().get(36); - internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListHmacKeysResponse_descriptor, - new java.lang.String[] { - "HmacKeys", "NextPageToken", - }); - internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(37); - internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor, - new java.lang.String[] { - "HmacKey", "UpdateMask", - }); - internal_static_google_storage_v2_CommonObjectRequestParams_descriptor = - getDescriptor().getMessageTypes().get(38); - internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CommonObjectRequestParams_descriptor, - new java.lang.String[] { - "EncryptionAlgorithm", "EncryptionKeyBytes", "EncryptionKeySha256Bytes", - }); - internal_static_google_storage_v2_ServiceConstants_descriptor = - getDescriptor().getMessageTypes().get(39); - internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ServiceConstants_descriptor, - new java.lang.String[] {}); - internal_static_google_storage_v2_Bucket_descriptor = getDescriptor().getMessageTypes().get(40); - internal_static_google_storage_v2_Bucket_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_descriptor, - new java.lang.String[] { - "Name", - "BucketId", - "Etag", - "Project", - "Metageneration", - "Location", - "LocationType", - "StorageClass", - "Rpo", - "Acl", - "DefaultObjectAcl", - "Lifecycle", - "CreateTime", - "Cors", - "UpdateTime", - "DefaultEventBasedHold", - "Labels", - "Website", - "Versioning", - "Logging", - "Owner", - "Encryption", - "Billing", - "RetentionPolicy", - "IamConfig", - "SatisfiesPzs", - "CustomPlacementConfig", - "Autoclass", - }); - internal_static_google_storage_v2_Bucket_Billing_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Billing_descriptor, - new java.lang.String[] { - "RequesterPays", - }); - internal_static_google_storage_v2_Bucket_Cors_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(1); - internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Cors_descriptor, - new java.lang.String[] { - "Origin", "Method", "ResponseHeader", "MaxAgeSeconds", - }); - internal_static_google_storage_v2_Bucket_Encryption_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(2); - internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Encryption_descriptor, - new java.lang.String[] { - "DefaultKmsKey", - }); - internal_static_google_storage_v2_Bucket_IamConfig_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(3); - internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_IamConfig_descriptor, - new java.lang.String[] { - "UniformBucketLevelAccess", "PublicAccessPrevention", - }); - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor = - internal_static_google_storage_v2_Bucket_IamConfig_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor, - new java.lang.String[] { - "Enabled", "LockTime", - }); - internal_static_google_storage_v2_Bucket_Lifecycle_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(4); - internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Lifecycle_descriptor, - new java.lang.String[] { - "Rule", - }); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor = - internal_static_google_storage_v2_Bucket_Lifecycle_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor, - new java.lang.String[] { - "Action", "Condition", - }); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor = - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor, - new java.lang.String[] { - "Type", "StorageClass", - }); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor = - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor.getNestedTypes().get(1); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor, - new java.lang.String[] { - "AgeDays", - "CreatedBefore", - "IsLive", - "NumNewerVersions", - "MatchesStorageClass", - "DaysSinceCustomTime", - "CustomTimeBefore", - "DaysSinceNoncurrentTime", - "NoncurrentTimeBefore", - "MatchesPrefix", - "MatchesSuffix", - "AgeDays", - "IsLive", - "NumNewerVersions", - "DaysSinceCustomTime", - "DaysSinceNoncurrentTime", - }); - internal_static_google_storage_v2_Bucket_Logging_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(5); - internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Logging_descriptor, - new java.lang.String[] { - "LogBucket", "LogObjectPrefix", - }); - internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(6); - internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor, - new java.lang.String[] { - "EffectiveTime", "IsLocked", "RetentionPeriod", "RetentionPeriod", - }); - internal_static_google_storage_v2_Bucket_Versioning_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(7); - internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Versioning_descriptor, - new java.lang.String[] { - "Enabled", - }); - internal_static_google_storage_v2_Bucket_Website_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(8); - internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Website_descriptor, - new java.lang.String[] { - "MainPageSuffix", "NotFoundPage", - }); - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(9); - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor, - new java.lang.String[] { - "DataLocations", - }); - internal_static_google_storage_v2_Bucket_Autoclass_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(10); - internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Autoclass_descriptor, - new java.lang.String[] { - "Enabled", "ToggleTime", - }); - internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(11); - internal_static_google_storage_v2_Bucket_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_storage_v2_BucketAccessControl_descriptor = - getDescriptor().getMessageTypes().get(41); - internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_BucketAccessControl_descriptor, - new java.lang.String[] { - "Role", - "Id", - "Entity", - "EntityAlt", - "EntityId", - "Etag", - "Email", - "Domain", - "ProjectTeam", - }); - internal_static_google_storage_v2_ChecksummedData_descriptor = - getDescriptor().getMessageTypes().get(42); - internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ChecksummedData_descriptor, - new java.lang.String[] { - "Content", "Crc32C", "Crc32C", - }); - internal_static_google_storage_v2_ObjectChecksums_descriptor = - getDescriptor().getMessageTypes().get(43); - internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ObjectChecksums_descriptor, - new java.lang.String[] { - "Crc32C", "Md5Hash", "Crc32C", - }); - internal_static_google_storage_v2_HmacKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(44); - internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_HmacKeyMetadata_descriptor, - new java.lang.String[] { - "Id", - "AccessId", - "Project", - "ServiceAccountEmail", - "State", - "CreateTime", - "UpdateTime", - "Etag", - }); - internal_static_google_storage_v2_Notification_descriptor = - getDescriptor().getMessageTypes().get(45); - internal_static_google_storage_v2_Notification_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Notification_descriptor, - new java.lang.String[] { - "Name", - "Topic", - "Etag", - "EventTypes", - "CustomAttributes", - "ObjectNamePrefix", - "PayloadFormat", - }); - internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor = - internal_static_google_storage_v2_Notification_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Notification_CustomAttributesEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_storage_v2_CustomerEncryption_descriptor = - getDescriptor().getMessageTypes().get(46); - internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CustomerEncryption_descriptor, - new java.lang.String[] { - "EncryptionAlgorithm", "KeySha256Bytes", - }); - internal_static_google_storage_v2_Object_descriptor = getDescriptor().getMessageTypes().get(47); - internal_static_google_storage_v2_Object_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Object_descriptor, - new java.lang.String[] { - "Name", - "Bucket", - "Etag", - "Generation", - "Metageneration", - "StorageClass", - "Size", - "ContentEncoding", - "ContentDisposition", - "CacheControl", - "Acl", - "ContentLanguage", - "DeleteTime", - "ContentType", - "CreateTime", - "ComponentCount", - "Checksums", - "UpdateTime", - "KmsKey", - "UpdateStorageClassTime", - "TemporaryHold", - "RetentionExpireTime", - "Metadata", - "EventBasedHold", - "Owner", - "CustomerEncryption", - "CustomTime", - "EventBasedHold", - }); - internal_static_google_storage_v2_Object_MetadataEntry_descriptor = - internal_static_google_storage_v2_Object_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Object_MetadataEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Object_MetadataEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_storage_v2_ObjectAccessControl_descriptor = - getDescriptor().getMessageTypes().get(48); - internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ObjectAccessControl_descriptor, - new java.lang.String[] { - "Role", - "Id", - "Entity", - "EntityAlt", - "EntityId", - "Etag", - "Email", - "Domain", - "ProjectTeam", - }); - internal_static_google_storage_v2_ListObjectsResponse_descriptor = - getDescriptor().getMessageTypes().get(49); - internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListObjectsResponse_descriptor, - new java.lang.String[] { - "Objects", "Prefixes", "NextPageToken", - }); - internal_static_google_storage_v2_ProjectTeam_descriptor = - getDescriptor().getMessageTypes().get(50); - internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ProjectTeam_descriptor, - new java.lang.String[] { - "ProjectNumber", "Team", - }); - internal_static_google_storage_v2_ServiceAccount_descriptor = - getDescriptor().getMessageTypes().get(51); - internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ServiceAccount_descriptor, - new java.lang.String[] { - "EmailAddress", - }); - internal_static_google_storage_v2_Owner_descriptor = getDescriptor().getMessageTypes().get(52); - internal_static_google_storage_v2_Owner_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Owner_descriptor, - new java.lang.String[] { - "Entity", "EntityId", - }); - internal_static_google_storage_v2_ContentRange_descriptor = - getDescriptor().getMessageTypes().get(53); - internal_static_google_storage_v2_ContentRange_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ContentRange_descriptor, - new java.lang.String[] { - "Start", "End", "CompleteLength", - }); - 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.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceDefinition); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.api.RoutingProto.routing); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.api.RoutingProto.getDescriptor(); - com.google.iam.v1.IamPolicyProto.getDescriptor(); - com.google.iam.v1.PolicyProto.getDescriptor(); - com.google.protobuf.EmptyProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - com.google.type.DateProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} From 566e7a5c550ce660f88f07da0b069cf298672802 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 1 Dec 2022 20:50:35 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../com/google/storage/v2/StorageClient.java | 0 .../google/storage/v2/StorageSettings.java | 1 - .../com/google/storage/v2/package-info.java | 0 .../v2/stub/GrpcStorageCallableFactory.java | 0 .../storage/v2/stub/GrpcStorageStub.java | 1 - .../google/storage/v2/stub/StorageStub.java | 0 .../storage/v2/stub/StorageStubSettings.java | 0 .../com/google/storage/v2/gapic_metadata.json | 0 .../com/google/storage/v2/MockStorage.java | 0 .../google/storage/v2/MockStorageImpl.java | 0 .../google/storage/v2/StorageClientTest.java | 0 .../com/google/storage/v2/StorageGrpc.java | 2743 +++-- .../com/google/storage/v2/gapic_metadata.json | 108 - ...CancelResumableWriteResponseOrBuilder.java | 9 - .../CreateNotificationRequestOrBuilder.java | 56 - .../DeleteNotificationRequestOrBuilder.java | 29 - .../v2/GetNotificationRequestOrBuilder.java | 33 - .../v2/GetServiceAccountRequestOrBuilder.java | 31 - ...BucketRetentionPolicyRequestOrBuilder.java | 40 - .../storage/v2/ServiceAccountOrBuilder.java | 29 - .../storage/v2/ServiceConstantsOrBuilder.java | 9 - .../com/google/storage/v2/StorageProto.java | 1419 --- .../java/com/google/storage/v2/Bucket.java | 9672 ++++++++++------- .../storage/v2/BucketAccessControl.java | 964 +- .../v2/BucketAccessControlOrBuilder.java | 98 +- .../com/google/storage/v2/BucketName.java | 0 .../google/storage/v2/BucketOrBuilder.java | 315 +- .../v2/CancelResumableWriteRequest.java | 327 +- .../CancelResumableWriteRequestOrBuilder.java | 27 +- .../v2/CancelResumableWriteResponse.java | 251 +- ...CancelResumableWriteResponseOrBuilder.java | 24 + .../google/storage/v2/ChecksummedData.java | 312 +- .../storage/v2/ChecksummedDataOrBuilder.java | 27 +- .../storage/v2/CommonObjectRequestParams.java | 403 +- .../CommonObjectRequestParamsOrBuilder.java | 33 +- .../storage/v2/ComposeObjectRequest.java | 1937 ++-- .../v2/ComposeObjectRequestOrBuilder.java | 96 +- .../com/google/storage/v2/ContentRange.java | 351 +- .../storage/v2/ContentRangeOrBuilder.java | 27 +- .../storage/v2/CreateBucketRequest.java | 658 +- .../v2/CreateBucketRequestOrBuilder.java | 70 +- .../storage/v2/CreateHmacKeyRequest.java | 427 +- .../v2/CreateHmacKeyRequestOrBuilder.java | 44 +- .../storage/v2/CreateHmacKeyResponse.java | 367 +- .../v2/CreateHmacKeyResponseOrBuilder.java | 29 +- .../storage/v2/CreateNotificationRequest.java | 488 +- .../CreateNotificationRequestOrBuilder.java | 95 + .../com/google/storage/v2/CryptoKeyName.java | 0 .../google/storage/v2/CustomerEncryption.java | 354 +- .../v2/CustomerEncryptionOrBuilder.java | 30 +- .../storage/v2/DeleteBucketRequest.java | 429 +- .../v2/DeleteBucketRequestOrBuilder.java | 47 +- .../storage/v2/DeleteHmacKeyRequest.java | 427 +- .../v2/DeleteHmacKeyRequestOrBuilder.java | 44 +- .../storage/v2/DeleteNotificationRequest.java | 351 +- .../DeleteNotificationRequestOrBuilder.java | 54 + .../storage/v2/DeleteObjectRequest.java | 703 +- .../v2/DeleteObjectRequestOrBuilder.java | 71 +- .../google/storage/v2/GetBucketRequest.java | 500 +- .../storage/v2/GetBucketRequestOrBuilder.java | 55 +- .../google/storage/v2/GetHmacKeyRequest.java | 424 +- .../v2/GetHmacKeyRequestOrBuilder.java | 44 +- .../storage/v2/GetNotificationRequest.java | 348 +- .../v2/GetNotificationRequestOrBuilder.java | 58 + .../google/storage/v2/GetObjectRequest.java | 776 +- .../storage/v2/GetObjectRequestOrBuilder.java | 79 +- .../storage/v2/GetServiceAccountRequest.java | 348 +- .../v2/GetServiceAccountRequestOrBuilder.java | 56 + .../google/storage/v2/HmacKeyMetadata.java | 995 +- .../storage/v2/HmacKeyMetadataOrBuilder.java | 114 +- .../google/storage/v2/ListBucketsRequest.java | 611 +- .../v2/ListBucketsRequestOrBuilder.java | 64 +- .../storage/v2/ListBucketsResponse.java | 480 +- .../v2/ListBucketsResponseOrBuilder.java | 46 +- .../storage/v2/ListHmacKeysRequest.java | 571 +- .../v2/ListHmacKeysRequestOrBuilder.java | 59 +- .../storage/v2/ListHmacKeysResponse.java | 475 +- .../v2/ListHmacKeysResponseOrBuilder.java | 45 +- .../storage/v2/ListNotificationsRequest.java | 462 +- .../v2/ListNotificationsRequestOrBuilder.java | 47 +- .../storage/v2/ListNotificationsResponse.java | 477 +- .../ListNotificationsResponseOrBuilder.java | 45 +- .../google/storage/v2/ListObjectsRequest.java | 932 +- .../v2/ListObjectsRequestOrBuilder.java | 97 +- .../storage/v2/ListObjectsResponse.java | 586 +- .../v2/ListObjectsResponseOrBuilder.java | 64 +- .../v2/LockBucketRetentionPolicyRequest.java | 399 +- ...BucketRetentionPolicyRequestOrBuilder.java | 68 + .../com/google/storage/v2/Notification.java | 977 +- .../google/storage/v2/NotificationName.java | 0 .../storage/v2/NotificationOrBuilder.java | 112 +- .../java/com/google/storage/v2/Object.java | 2720 +++-- .../storage/v2/ObjectAccessControl.java | 964 +- .../v2/ObjectAccessControlOrBuilder.java | 98 +- .../google/storage/v2/ObjectChecksums.java | 312 +- .../storage/v2/ObjectChecksumsOrBuilder.java | 27 +- .../google/storage/v2/ObjectOrBuilder.java | 309 +- .../java/com/google/storage/v2/Owner.java | 377 +- .../com/google/storage/v2/OwnerOrBuilder.java | 36 +- .../com/google/storage/v2/ProjectName.java | 0 .../com/google/storage/v2/ProjectTeam.java | 392 +- .../storage/v2/ProjectTeamOrBuilder.java | 36 +- .../storage/v2/QueryWriteStatusRequest.java | 425 +- .../v2/QueryWriteStatusRequestOrBuilder.java | 35 +- .../storage/v2/QueryWriteStatusResponse.java | 435 +- .../v2/QueryWriteStatusResponseOrBuilder.java | 32 +- .../google/storage/v2/ReadObjectRequest.java | 856 +- .../v2/ReadObjectRequestOrBuilder.java | 85 +- .../google/storage/v2/ReadObjectResponse.java | 579 +- .../v2/ReadObjectResponseOrBuilder.java | 50 +- .../storage/v2/RewriteObjectRequest.java | 1678 +-- .../v2/RewriteObjectRequestOrBuilder.java | 190 +- .../google/storage/v2/RewriteResponse.java | 497 +- .../storage/v2/RewriteResponseOrBuilder.java | 44 +- .../com/google/storage/v2/ServiceAccount.java | 313 +- .../storage/v2/ServiceAccountOrBuilder.java | 50 + .../google/storage/v2/ServiceConstants.java | 421 +- .../storage/v2/ServiceConstantsOrBuilder.java | 24 + .../v2/StartResumableWriteRequest.java | 570 +- .../StartResumableWriteRequestOrBuilder.java | 54 +- .../v2/StartResumableWriteResponse.java | 327 +- .../StartResumableWriteResponseOrBuilder.java | 27 +- .../com/google/storage/v2/StorageProto.java | 1739 +++ .../storage/v2/UpdateBucketRequest.java | 680 +- .../v2/UpdateBucketRequestOrBuilder.java | 73 +- .../storage/v2/UpdateHmacKeyRequest.java | 456 +- .../v2/UpdateHmacKeyRequestOrBuilder.java | 46 +- .../storage/v2/UpdateObjectRequest.java | 782 +- .../v2/UpdateObjectRequestOrBuilder.java | 84 +- .../google/storage/v2/WriteObjectRequest.java | 866 +- .../v2/WriteObjectRequestOrBuilder.java | 68 +- .../storage/v2/WriteObjectResponse.java | 435 +- .../v2/WriteObjectResponseOrBuilder.java | 32 +- .../google/storage/v2/WriteObjectSpec.java | 617 +- .../storage/v2/WriteObjectSpecOrBuilder.java | 65 +- .../proto/google/storage/v2/storage.proto | 0 136 files changed, 32653 insertions(+), 19727 deletions(-) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StorageClient.java (100%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StorageSettings.java (99%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/package-info.java (100%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java (100%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java (99%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/stub/StorageStub.java (100%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java (100%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java => gapic-google-cloud-storage-v2/src/main/resources}/com/google/storage/v2/gapic_metadata.json (100%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/test/java/com/google/storage/v2/MockStorage.java (100%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/test/java/com/google/storage/v2/MockStorageImpl.java (100%) rename {owl-bot-staging/v2/gapic-google-cloud-storage-v2 => gapic-google-cloud-storage-v2}/src/test/java/com/google/storage/v2/StorageClientTest.java (100%) rename {owl-bot-staging/v2/grpc-google-cloud-storage-v2 => grpc-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StorageGrpc.java (50%) delete mode 100644 owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java delete mode 100644 owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/Bucket.java (76%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/BucketAccessControl.java (74%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java (81%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/BucketName.java (100%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/BucketOrBuilder.java (88%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java (66%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java (55%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java (62%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ChecksummedData.java (68%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java (54%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java (70%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java (63%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ComposeObjectRequest.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java (85%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ContentRange.java (65%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java (52%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateBucketRequest.java (72%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java (75%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java (66%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java (55%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java (67%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java (61%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CreateNotificationRequest.java (61%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CryptoKeyName.java (100%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CustomerEncryption.java (68%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java (54%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteBucketRequest.java (68%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java (60%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java (65%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java (53%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java (61%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteObjectRequest.java (75%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java (84%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetBucketRequest.java (72%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java (65%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java (53%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetNotificationRequest.java (62%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetObjectRequest.java (76%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java (86%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java (63%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/HmacKeyMetadata.java (69%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java (72%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListBucketsRequest.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListBucketsResponse.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java (63%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java (68%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java (63%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java (67%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListNotificationsRequest.java (67%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java (59%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListNotificationsResponse.java (72%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java (66%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListObjectsRequest.java (75%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java (80%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListObjectsResponse.java (72%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java (63%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/Notification.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/NotificationName.java (100%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/NotificationOrBuilder.java (77%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/Object.java (76%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectAccessControl.java (74%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java (81%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectChecksums.java (72%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java (68%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ObjectOrBuilder.java (85%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/Owner.java (68%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/OwnerOrBuilder.java (53%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ProjectName.java (100%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ProjectTeam.java (66%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java (51%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java (68%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java (69%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java (70%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java (73%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ReadObjectRequest.java (78%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java (88%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ReadObjectResponse.java (75%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java (85%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/RewriteObjectRequest.java (78%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java (87%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/RewriteResponse.java (73%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java (76%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ServiceAccount.java (65%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/ServiceConstants.java (71%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java (69%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java (73%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java (66%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java (52%) create mode 100644 proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateBucketRequest.java (76%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java (83%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java (68%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java (67%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateObjectRequest.java (78%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java (88%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectRequest.java (76%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java (87%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectResponse.java (69%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java (71%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectSpec.java (78%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java (86%) rename {owl-bot-staging/v2/proto-google-cloud-storage-v2 => proto-google-cloud-storage-v2}/src/main/proto/google/storage/v2/storage.proto (100%) diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java rename to gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java similarity index 99% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java rename to gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java index e2f36a5753..8c693857c7 100644 --- a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java +++ b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java @@ -32,7 +32,6 @@ import com.google.api.gax.rpc.PagedCallSettings; import com.google.api.gax.rpc.ServerStreamingCallSettings; import com.google.api.gax.rpc.StreamingCallSettings; -import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.iam.v1.GetIamPolicyRequest; diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java rename to gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java rename to gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java similarity index 99% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java rename to gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java index 1986a8a440..2b568627a8 100644 --- a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java +++ b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageStub.java @@ -84,7 +84,6 @@ 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/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStub.java b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStub.java similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStub.java rename to gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStub.java diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java b/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java rename to gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/StorageStubSettings.java diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/gapic_metadata.json b/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/gapic_metadata.json rename to gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorage.java b/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorage.java similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorage.java rename to gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorage.java diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorageImpl.java b/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorageImpl.java similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorageImpl.java rename to gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/MockStorageImpl.java diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java b/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java similarity index 100% rename from owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java rename to gapic-google-cloud-storage-v2/src/test/java/com/google/storage/v2/StorageClientTest.java diff --git a/owl-bot-staging/v2/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java b/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java similarity index 50% rename from owl-bot-staging/v2/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java rename to grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java index 9867ac5c4c..d55f766cdf 100644 --- a/owl-bot-staging/v2/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java +++ b/grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java @@ -1,8 +1,25 @@ +/* + * Copyright 2020 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.storage.v2; import static io.grpc.MethodDescriptor.generateFullMethodName; /** + * + * *
  * ## API Overview and Naming Syntax
  * The Cloud Storage gRPC API allows applications to read and write data through
@@ -35,981 +52,1287 @@ private StorageGrpc() {}
   public static final String SERVICE_NAME = "google.storage.v2.Storage";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor getDeleteBucketMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.DeleteBucketRequest, com.google.protobuf.Empty>
+      getDeleteBucketMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteBucket",
       requestType = com.google.storage.v2.DeleteBucketRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getDeleteBucketMethod() {
-    io.grpc.MethodDescriptor getDeleteBucketMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.DeleteBucketRequest, com.google.protobuf.Empty>
+      getDeleteBucketMethod() {
+    io.grpc.MethodDescriptor
+        getDeleteBucketMethod;
     if ((getDeleteBucketMethod = StorageGrpc.getDeleteBucketMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getDeleteBucketMethod = StorageGrpc.getDeleteBucketMethod) == null) {
-          StorageGrpc.getDeleteBucketMethod = getDeleteBucketMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBucket"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.DeleteBucketRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.protobuf.Empty.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteBucket"))
-              .build();
+          StorageGrpc.getDeleteBucketMethod =
+              getDeleteBucketMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBucket"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.DeleteBucketRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.protobuf.Empty.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteBucket"))
+                      .build();
         }
       }
     }
     return getDeleteBucketMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetBucketMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetBucketRequest, com.google.storage.v2.Bucket>
+      getGetBucketMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetBucket",
       requestType = com.google.storage.v2.GetBucketRequest.class,
       responseType = com.google.storage.v2.Bucket.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetBucketMethod() {
-    io.grpc.MethodDescriptor getGetBucketMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetBucketRequest, com.google.storage.v2.Bucket>
+      getGetBucketMethod() {
+    io.grpc.MethodDescriptor
+        getGetBucketMethod;
     if ((getGetBucketMethod = StorageGrpc.getGetBucketMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getGetBucketMethod = StorageGrpc.getGetBucketMethod) == null) {
-          StorageGrpc.getGetBucketMethod = getGetBucketMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBucket"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.GetBucketRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Bucket.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetBucket"))
-              .build();
+          StorageGrpc.getGetBucketMethod =
+              getGetBucketMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBucket"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.GetBucketRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Bucket.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetBucket"))
+                      .build();
         }
       }
     }
     return getGetBucketMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getCreateBucketMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.CreateBucketRequest, com.google.storage.v2.Bucket>
+      getCreateBucketMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateBucket",
       requestType = com.google.storage.v2.CreateBucketRequest.class,
       responseType = com.google.storage.v2.Bucket.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getCreateBucketMethod() {
-    io.grpc.MethodDescriptor getCreateBucketMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.CreateBucketRequest, com.google.storage.v2.Bucket>
+      getCreateBucketMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.CreateBucketRequest, com.google.storage.v2.Bucket>
+        getCreateBucketMethod;
     if ((getCreateBucketMethod = StorageGrpc.getCreateBucketMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getCreateBucketMethod = StorageGrpc.getCreateBucketMethod) == null) {
-          StorageGrpc.getCreateBucketMethod = getCreateBucketMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateBucket"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.CreateBucketRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Bucket.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateBucket"))
-              .build();
+          StorageGrpc.getCreateBucketMethod =
+              getCreateBucketMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateBucket"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.CreateBucketRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Bucket.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateBucket"))
+                      .build();
         }
       }
     }
     return getCreateBucketMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListBucketsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.ListBucketsRequest, com.google.storage.v2.ListBucketsResponse>
+      getListBucketsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListBuckets",
       requestType = com.google.storage.v2.ListBucketsRequest.class,
       responseType = com.google.storage.v2.ListBucketsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListBucketsMethod() {
-    io.grpc.MethodDescriptor getListBucketsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.ListBucketsRequest, com.google.storage.v2.ListBucketsResponse>
+      getListBucketsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.ListBucketsRequest, com.google.storage.v2.ListBucketsResponse>
+        getListBucketsMethod;
     if ((getListBucketsMethod = StorageGrpc.getListBucketsMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getListBucketsMethod = StorageGrpc.getListBucketsMethod) == null) {
-          StorageGrpc.getListBucketsMethod = getListBucketsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBuckets"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ListBucketsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ListBucketsResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListBuckets"))
-              .build();
+          StorageGrpc.getListBucketsMethod =
+              getListBucketsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListBuckets"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ListBucketsRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ListBucketsResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListBuckets"))
+                      .build();
         }
       }
     }
     return getListBucketsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getLockBucketRetentionPolicyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.LockBucketRetentionPolicyRequest, com.google.storage.v2.Bucket>
+      getLockBucketRetentionPolicyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "LockBucketRetentionPolicy",
       requestType = com.google.storage.v2.LockBucketRetentionPolicyRequest.class,
       responseType = com.google.storage.v2.Bucket.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getLockBucketRetentionPolicyMethod() {
-    io.grpc.MethodDescriptor getLockBucketRetentionPolicyMethod;
-    if ((getLockBucketRetentionPolicyMethod = StorageGrpc.getLockBucketRetentionPolicyMethod) == null) {
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.LockBucketRetentionPolicyRequest, com.google.storage.v2.Bucket>
+      getLockBucketRetentionPolicyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.LockBucketRetentionPolicyRequest, com.google.storage.v2.Bucket>
+        getLockBucketRetentionPolicyMethod;
+    if ((getLockBucketRetentionPolicyMethod = StorageGrpc.getLockBucketRetentionPolicyMethod)
+        == null) {
       synchronized (StorageGrpc.class) {
-        if ((getLockBucketRetentionPolicyMethod = StorageGrpc.getLockBucketRetentionPolicyMethod) == null) {
-          StorageGrpc.getLockBucketRetentionPolicyMethod = getLockBucketRetentionPolicyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "LockBucketRetentionPolicy"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.LockBucketRetentionPolicyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Bucket.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("LockBucketRetentionPolicy"))
-              .build();
+        if ((getLockBucketRetentionPolicyMethod = StorageGrpc.getLockBucketRetentionPolicyMethod)
+            == null) {
+          StorageGrpc.getLockBucketRetentionPolicyMethod =
+              getLockBucketRetentionPolicyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "LockBucketRetentionPolicy"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.LockBucketRetentionPolicyRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Bucket.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new StorageMethodDescriptorSupplier("LockBucketRetentionPolicy"))
+                      .build();
         }
       }
     }
     return getLockBucketRetentionPolicyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetIamPolicyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.iam.v1.GetIamPolicyRequest, com.google.iam.v1.Policy>
+      getGetIamPolicyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetIamPolicy",
       requestType = com.google.iam.v1.GetIamPolicyRequest.class,
       responseType = com.google.iam.v1.Policy.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetIamPolicyMethod() {
-    io.grpc.MethodDescriptor getGetIamPolicyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.iam.v1.GetIamPolicyRequest, com.google.iam.v1.Policy>
+      getGetIamPolicyMethod() {
+    io.grpc.MethodDescriptor
+        getGetIamPolicyMethod;
     if ((getGetIamPolicyMethod = StorageGrpc.getGetIamPolicyMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getGetIamPolicyMethod = StorageGrpc.getGetIamPolicyMethod) == null) {
-          StorageGrpc.getGetIamPolicyMethod = getGetIamPolicyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIamPolicy"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.iam.v1.GetIamPolicyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.iam.v1.Policy.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetIamPolicy"))
-              .build();
+          StorageGrpc.getGetIamPolicyMethod =
+              getGetIamPolicyMethod =
+                  io.grpc.MethodDescriptor
+                      .newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIamPolicy"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.iam.v1.GetIamPolicyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.iam.v1.Policy.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetIamPolicy"))
+                      .build();
         }
       }
     }
     return getGetIamPolicyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getSetIamPolicyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.iam.v1.SetIamPolicyRequest, com.google.iam.v1.Policy>
+      getSetIamPolicyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "SetIamPolicy",
       requestType = com.google.iam.v1.SetIamPolicyRequest.class,
       responseType = com.google.iam.v1.Policy.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getSetIamPolicyMethod() {
-    io.grpc.MethodDescriptor getSetIamPolicyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.iam.v1.SetIamPolicyRequest, com.google.iam.v1.Policy>
+      getSetIamPolicyMethod() {
+    io.grpc.MethodDescriptor
+        getSetIamPolicyMethod;
     if ((getSetIamPolicyMethod = StorageGrpc.getSetIamPolicyMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getSetIamPolicyMethod = StorageGrpc.getSetIamPolicyMethod) == null) {
-          StorageGrpc.getSetIamPolicyMethod = getSetIamPolicyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetIamPolicy"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.iam.v1.SetIamPolicyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.iam.v1.Policy.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("SetIamPolicy"))
-              .build();
+          StorageGrpc.getSetIamPolicyMethod =
+              getSetIamPolicyMethod =
+                  io.grpc.MethodDescriptor
+                      .newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetIamPolicy"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.iam.v1.SetIamPolicyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.iam.v1.Policy.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("SetIamPolicy"))
+                      .build();
         }
       }
     }
     return getSetIamPolicyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getTestIamPermissionsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.iam.v1.TestIamPermissionsRequest, com.google.iam.v1.TestIamPermissionsResponse>
+      getTestIamPermissionsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "TestIamPermissions",
       requestType = com.google.iam.v1.TestIamPermissionsRequest.class,
       responseType = com.google.iam.v1.TestIamPermissionsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getTestIamPermissionsMethod() {
-    io.grpc.MethodDescriptor getTestIamPermissionsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.iam.v1.TestIamPermissionsRequest, com.google.iam.v1.TestIamPermissionsResponse>
+      getTestIamPermissionsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.iam.v1.TestIamPermissionsRequest,
+            com.google.iam.v1.TestIamPermissionsResponse>
+        getTestIamPermissionsMethod;
     if ((getTestIamPermissionsMethod = StorageGrpc.getTestIamPermissionsMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getTestIamPermissionsMethod = StorageGrpc.getTestIamPermissionsMethod) == null) {
-          StorageGrpc.getTestIamPermissionsMethod = getTestIamPermissionsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TestIamPermissions"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.iam.v1.TestIamPermissionsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.iam.v1.TestIamPermissionsResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("TestIamPermissions"))
-              .build();
+          StorageGrpc.getTestIamPermissionsMethod =
+              getTestIamPermissionsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TestIamPermissions"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.iam.v1.TestIamPermissionsRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.iam.v1.TestIamPermissionsResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new StorageMethodDescriptorSupplier("TestIamPermissions"))
+                      .build();
         }
       }
     }
     return getTestIamPermissionsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getUpdateBucketMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.UpdateBucketRequest, com.google.storage.v2.Bucket>
+      getUpdateBucketMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateBucket",
       requestType = com.google.storage.v2.UpdateBucketRequest.class,
       responseType = com.google.storage.v2.Bucket.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getUpdateBucketMethod() {
-    io.grpc.MethodDescriptor getUpdateBucketMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.UpdateBucketRequest, com.google.storage.v2.Bucket>
+      getUpdateBucketMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.UpdateBucketRequest, com.google.storage.v2.Bucket>
+        getUpdateBucketMethod;
     if ((getUpdateBucketMethod = StorageGrpc.getUpdateBucketMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getUpdateBucketMethod = StorageGrpc.getUpdateBucketMethod) == null) {
-          StorageGrpc.getUpdateBucketMethod = getUpdateBucketMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateBucket"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.UpdateBucketRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Bucket.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateBucket"))
-              .build();
+          StorageGrpc.getUpdateBucketMethod =
+              getUpdateBucketMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateBucket"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.UpdateBucketRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Bucket.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateBucket"))
+                      .build();
         }
       }
     }
     return getUpdateBucketMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getDeleteNotificationMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.DeleteNotificationRequest, com.google.protobuf.Empty>
+      getDeleteNotificationMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteNotification",
       requestType = com.google.storage.v2.DeleteNotificationRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getDeleteNotificationMethod() {
-    io.grpc.MethodDescriptor getDeleteNotificationMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.DeleteNotificationRequest, com.google.protobuf.Empty>
+      getDeleteNotificationMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.DeleteNotificationRequest, com.google.protobuf.Empty>
+        getDeleteNotificationMethod;
     if ((getDeleteNotificationMethod = StorageGrpc.getDeleteNotificationMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getDeleteNotificationMethod = StorageGrpc.getDeleteNotificationMethod) == null) {
-          StorageGrpc.getDeleteNotificationMethod = getDeleteNotificationMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteNotification"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.DeleteNotificationRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.protobuf.Empty.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteNotification"))
-              .build();
+          StorageGrpc.getDeleteNotificationMethod =
+              getDeleteNotificationMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteNotification"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.DeleteNotificationRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.protobuf.Empty.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new StorageMethodDescriptorSupplier("DeleteNotification"))
+                      .build();
         }
       }
     }
     return getDeleteNotificationMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetNotificationMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetNotificationRequest, com.google.storage.v2.Notification>
+      getGetNotificationMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetNotification",
       requestType = com.google.storage.v2.GetNotificationRequest.class,
       responseType = com.google.storage.v2.Notification.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetNotificationMethod() {
-    io.grpc.MethodDescriptor getGetNotificationMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetNotificationRequest, com.google.storage.v2.Notification>
+      getGetNotificationMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.GetNotificationRequest, com.google.storage.v2.Notification>
+        getGetNotificationMethod;
     if ((getGetNotificationMethod = StorageGrpc.getGetNotificationMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getGetNotificationMethod = StorageGrpc.getGetNotificationMethod) == null) {
-          StorageGrpc.getGetNotificationMethod = getGetNotificationMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetNotification"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.GetNotificationRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Notification.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetNotification"))
-              .build();
+          StorageGrpc.getGetNotificationMethod =
+              getGetNotificationMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetNotification"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.GetNotificationRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Notification.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetNotification"))
+                      .build();
         }
       }
     }
     return getGetNotificationMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getCreateNotificationMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.CreateNotificationRequest, com.google.storage.v2.Notification>
+      getCreateNotificationMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateNotification",
       requestType = com.google.storage.v2.CreateNotificationRequest.class,
       responseType = com.google.storage.v2.Notification.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getCreateNotificationMethod() {
-    io.grpc.MethodDescriptor getCreateNotificationMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.CreateNotificationRequest, com.google.storage.v2.Notification>
+      getCreateNotificationMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.CreateNotificationRequest, com.google.storage.v2.Notification>
+        getCreateNotificationMethod;
     if ((getCreateNotificationMethod = StorageGrpc.getCreateNotificationMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getCreateNotificationMethod = StorageGrpc.getCreateNotificationMethod) == null) {
-          StorageGrpc.getCreateNotificationMethod = getCreateNotificationMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateNotification"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.CreateNotificationRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Notification.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateNotification"))
-              .build();
+          StorageGrpc.getCreateNotificationMethod =
+              getCreateNotificationMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateNotification"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.CreateNotificationRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Notification.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new StorageMethodDescriptorSupplier("CreateNotification"))
+                      .build();
         }
       }
     }
     return getCreateNotificationMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListNotificationsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.ListNotificationsRequest,
+          com.google.storage.v2.ListNotificationsResponse>
+      getListNotificationsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListNotifications",
       requestType = com.google.storage.v2.ListNotificationsRequest.class,
       responseType = com.google.storage.v2.ListNotificationsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListNotificationsMethod() {
-    io.grpc.MethodDescriptor getListNotificationsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.ListNotificationsRequest,
+          com.google.storage.v2.ListNotificationsResponse>
+      getListNotificationsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.ListNotificationsRequest,
+            com.google.storage.v2.ListNotificationsResponse>
+        getListNotificationsMethod;
     if ((getListNotificationsMethod = StorageGrpc.getListNotificationsMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getListNotificationsMethod = StorageGrpc.getListNotificationsMethod) == null) {
-          StorageGrpc.getListNotificationsMethod = getListNotificationsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListNotifications"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ListNotificationsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ListNotificationsResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListNotifications"))
-              .build();
+          StorageGrpc.getListNotificationsMethod =
+              getListNotificationsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListNotifications"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ListNotificationsRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ListNotificationsResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListNotifications"))
+                      .build();
         }
       }
     }
     return getListNotificationsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getComposeObjectMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.ComposeObjectRequest, com.google.storage.v2.Object>
+      getComposeObjectMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ComposeObject",
       requestType = com.google.storage.v2.ComposeObjectRequest.class,
       responseType = com.google.storage.v2.Object.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getComposeObjectMethod() {
-    io.grpc.MethodDescriptor getComposeObjectMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.ComposeObjectRequest, com.google.storage.v2.Object>
+      getComposeObjectMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.ComposeObjectRequest, com.google.storage.v2.Object>
+        getComposeObjectMethod;
     if ((getComposeObjectMethod = StorageGrpc.getComposeObjectMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getComposeObjectMethod = StorageGrpc.getComposeObjectMethod) == null) {
-          StorageGrpc.getComposeObjectMethod = getComposeObjectMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ComposeObject"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ComposeObjectRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Object.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ComposeObject"))
-              .build();
+          StorageGrpc.getComposeObjectMethod =
+              getComposeObjectMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ComposeObject"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ComposeObjectRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Object.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ComposeObject"))
+                      .build();
         }
       }
     }
     return getComposeObjectMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getDeleteObjectMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.DeleteObjectRequest, com.google.protobuf.Empty>
+      getDeleteObjectMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteObject",
       requestType = com.google.storage.v2.DeleteObjectRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getDeleteObjectMethod() {
-    io.grpc.MethodDescriptor getDeleteObjectMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.DeleteObjectRequest, com.google.protobuf.Empty>
+      getDeleteObjectMethod() {
+    io.grpc.MethodDescriptor
+        getDeleteObjectMethod;
     if ((getDeleteObjectMethod = StorageGrpc.getDeleteObjectMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getDeleteObjectMethod = StorageGrpc.getDeleteObjectMethod) == null) {
-          StorageGrpc.getDeleteObjectMethod = getDeleteObjectMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteObject"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.DeleteObjectRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.protobuf.Empty.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteObject"))
-              .build();
+          StorageGrpc.getDeleteObjectMethod =
+              getDeleteObjectMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteObject"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.DeleteObjectRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.protobuf.Empty.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteObject"))
+                      .build();
         }
       }
     }
     return getDeleteObjectMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getCancelResumableWriteMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.CancelResumableWriteRequest,
+          com.google.storage.v2.CancelResumableWriteResponse>
+      getCancelResumableWriteMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CancelResumableWrite",
       requestType = com.google.storage.v2.CancelResumableWriteRequest.class,
       responseType = com.google.storage.v2.CancelResumableWriteResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getCancelResumableWriteMethod() {
-    io.grpc.MethodDescriptor getCancelResumableWriteMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.CancelResumableWriteRequest,
+          com.google.storage.v2.CancelResumableWriteResponse>
+      getCancelResumableWriteMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.CancelResumableWriteRequest,
+            com.google.storage.v2.CancelResumableWriteResponse>
+        getCancelResumableWriteMethod;
     if ((getCancelResumableWriteMethod = StorageGrpc.getCancelResumableWriteMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getCancelResumableWriteMethod = StorageGrpc.getCancelResumableWriteMethod) == null) {
-          StorageGrpc.getCancelResumableWriteMethod = getCancelResumableWriteMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CancelResumableWrite"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.CancelResumableWriteRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.CancelResumableWriteResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CancelResumableWrite"))
-              .build();
+          StorageGrpc.getCancelResumableWriteMethod =
+              getCancelResumableWriteMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "CancelResumableWrite"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.CancelResumableWriteRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.CancelResumableWriteResponse
+                                  .getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new StorageMethodDescriptorSupplier("CancelResumableWrite"))
+                      .build();
         }
       }
     }
     return getCancelResumableWriteMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetObjectMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetObjectRequest, com.google.storage.v2.Object>
+      getGetObjectMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetObject",
       requestType = com.google.storage.v2.GetObjectRequest.class,
       responseType = com.google.storage.v2.Object.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetObjectMethod() {
-    io.grpc.MethodDescriptor getGetObjectMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetObjectRequest, com.google.storage.v2.Object>
+      getGetObjectMethod() {
+    io.grpc.MethodDescriptor
+        getGetObjectMethod;
     if ((getGetObjectMethod = StorageGrpc.getGetObjectMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getGetObjectMethod = StorageGrpc.getGetObjectMethod) == null) {
-          StorageGrpc.getGetObjectMethod = getGetObjectMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetObject"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.GetObjectRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Object.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetObject"))
-              .build();
+          StorageGrpc.getGetObjectMethod =
+              getGetObjectMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetObject"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.GetObjectRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Object.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetObject"))
+                      .build();
         }
       }
     }
     return getGetObjectMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getReadObjectMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.ReadObjectRequest, com.google.storage.v2.ReadObjectResponse>
+      getReadObjectMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ReadObject",
       requestType = com.google.storage.v2.ReadObjectRequest.class,
       responseType = com.google.storage.v2.ReadObjectResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
-  public static io.grpc.MethodDescriptor getReadObjectMethod() {
-    io.grpc.MethodDescriptor getReadObjectMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.ReadObjectRequest, com.google.storage.v2.ReadObjectResponse>
+      getReadObjectMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.ReadObjectRequest, com.google.storage.v2.ReadObjectResponse>
+        getReadObjectMethod;
     if ((getReadObjectMethod = StorageGrpc.getReadObjectMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getReadObjectMethod = StorageGrpc.getReadObjectMethod) == null) {
-          StorageGrpc.getReadObjectMethod = getReadObjectMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ReadObject"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ReadObjectRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ReadObjectResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ReadObject"))
-              .build();
+          StorageGrpc.getReadObjectMethod =
+              getReadObjectMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ReadObject"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ReadObjectRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ReadObjectResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ReadObject"))
+                      .build();
         }
       }
     }
     return getReadObjectMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getUpdateObjectMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.UpdateObjectRequest, com.google.storage.v2.Object>
+      getUpdateObjectMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateObject",
       requestType = com.google.storage.v2.UpdateObjectRequest.class,
       responseType = com.google.storage.v2.Object.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getUpdateObjectMethod() {
-    io.grpc.MethodDescriptor getUpdateObjectMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.UpdateObjectRequest, com.google.storage.v2.Object>
+      getUpdateObjectMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.UpdateObjectRequest, com.google.storage.v2.Object>
+        getUpdateObjectMethod;
     if ((getUpdateObjectMethod = StorageGrpc.getUpdateObjectMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getUpdateObjectMethod = StorageGrpc.getUpdateObjectMethod) == null) {
-          StorageGrpc.getUpdateObjectMethod = getUpdateObjectMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateObject"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.UpdateObjectRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.Object.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateObject"))
-              .build();
+          StorageGrpc.getUpdateObjectMethod =
+              getUpdateObjectMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateObject"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.UpdateObjectRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.Object.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateObject"))
+                      .build();
         }
       }
     }
     return getUpdateObjectMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getWriteObjectMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.WriteObjectRequest, com.google.storage.v2.WriteObjectResponse>
+      getWriteObjectMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "WriteObject",
       requestType = com.google.storage.v2.WriteObjectRequest.class,
       responseType = com.google.storage.v2.WriteObjectResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
-  public static io.grpc.MethodDescriptor getWriteObjectMethod() {
-    io.grpc.MethodDescriptor getWriteObjectMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.WriteObjectRequest, com.google.storage.v2.WriteObjectResponse>
+      getWriteObjectMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.WriteObjectRequest, com.google.storage.v2.WriteObjectResponse>
+        getWriteObjectMethod;
     if ((getWriteObjectMethod = StorageGrpc.getWriteObjectMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getWriteObjectMethod = StorageGrpc.getWriteObjectMethod) == null) {
-          StorageGrpc.getWriteObjectMethod = getWriteObjectMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "WriteObject"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.WriteObjectRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.WriteObjectResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("WriteObject"))
-              .build();
+          StorageGrpc.getWriteObjectMethod =
+              getWriteObjectMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "WriteObject"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.WriteObjectRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.WriteObjectResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("WriteObject"))
+                      .build();
         }
       }
     }
     return getWriteObjectMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListObjectsMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.ListObjectsRequest, com.google.storage.v2.ListObjectsResponse>
+      getListObjectsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListObjects",
       requestType = com.google.storage.v2.ListObjectsRequest.class,
       responseType = com.google.storage.v2.ListObjectsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListObjectsMethod() {
-    io.grpc.MethodDescriptor getListObjectsMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.ListObjectsRequest, com.google.storage.v2.ListObjectsResponse>
+      getListObjectsMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.ListObjectsRequest, com.google.storage.v2.ListObjectsResponse>
+        getListObjectsMethod;
     if ((getListObjectsMethod = StorageGrpc.getListObjectsMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getListObjectsMethod = StorageGrpc.getListObjectsMethod) == null) {
-          StorageGrpc.getListObjectsMethod = getListObjectsMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListObjects"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ListObjectsRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ListObjectsResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListObjects"))
-              .build();
+          StorageGrpc.getListObjectsMethod =
+              getListObjectsMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListObjects"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ListObjectsRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ListObjectsResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListObjects"))
+                      .build();
         }
       }
     }
     return getListObjectsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getRewriteObjectMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.RewriteObjectRequest, com.google.storage.v2.RewriteResponse>
+      getRewriteObjectMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RewriteObject",
       requestType = com.google.storage.v2.RewriteObjectRequest.class,
       responseType = com.google.storage.v2.RewriteResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getRewriteObjectMethod() {
-    io.grpc.MethodDescriptor getRewriteObjectMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.RewriteObjectRequest, com.google.storage.v2.RewriteResponse>
+      getRewriteObjectMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.RewriteObjectRequest, com.google.storage.v2.RewriteResponse>
+        getRewriteObjectMethod;
     if ((getRewriteObjectMethod = StorageGrpc.getRewriteObjectMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getRewriteObjectMethod = StorageGrpc.getRewriteObjectMethod) == null) {
-          StorageGrpc.getRewriteObjectMethod = getRewriteObjectMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RewriteObject"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.RewriteObjectRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.RewriteResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("RewriteObject"))
-              .build();
+          StorageGrpc.getRewriteObjectMethod =
+              getRewriteObjectMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RewriteObject"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.RewriteObjectRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.RewriteResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("RewriteObject"))
+                      .build();
         }
       }
     }
     return getRewriteObjectMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getStartResumableWriteMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.StartResumableWriteRequest,
+          com.google.storage.v2.StartResumableWriteResponse>
+      getStartResumableWriteMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "StartResumableWrite",
       requestType = com.google.storage.v2.StartResumableWriteRequest.class,
       responseType = com.google.storage.v2.StartResumableWriteResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getStartResumableWriteMethod() {
-    io.grpc.MethodDescriptor getStartResumableWriteMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.StartResumableWriteRequest,
+          com.google.storage.v2.StartResumableWriteResponse>
+      getStartResumableWriteMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.StartResumableWriteRequest,
+            com.google.storage.v2.StartResumableWriteResponse>
+        getStartResumableWriteMethod;
     if ((getStartResumableWriteMethod = StorageGrpc.getStartResumableWriteMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getStartResumableWriteMethod = StorageGrpc.getStartResumableWriteMethod) == null) {
-          StorageGrpc.getStartResumableWriteMethod = getStartResumableWriteMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartResumableWrite"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.StartResumableWriteRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.StartResumableWriteResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("StartResumableWrite"))
-              .build();
+          StorageGrpc.getStartResumableWriteMethod =
+              getStartResumableWriteMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "StartResumableWrite"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.StartResumableWriteRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.StartResumableWriteResponse
+                                  .getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new StorageMethodDescriptorSupplier("StartResumableWrite"))
+                      .build();
         }
       }
     }
     return getStartResumableWriteMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getQueryWriteStatusMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.QueryWriteStatusRequest,
+          com.google.storage.v2.QueryWriteStatusResponse>
+      getQueryWriteStatusMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "QueryWriteStatus",
       requestType = com.google.storage.v2.QueryWriteStatusRequest.class,
       responseType = com.google.storage.v2.QueryWriteStatusResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getQueryWriteStatusMethod() {
-    io.grpc.MethodDescriptor getQueryWriteStatusMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.QueryWriteStatusRequest,
+          com.google.storage.v2.QueryWriteStatusResponse>
+      getQueryWriteStatusMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.QueryWriteStatusRequest,
+            com.google.storage.v2.QueryWriteStatusResponse>
+        getQueryWriteStatusMethod;
     if ((getQueryWriteStatusMethod = StorageGrpc.getQueryWriteStatusMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getQueryWriteStatusMethod = StorageGrpc.getQueryWriteStatusMethod) == null) {
-          StorageGrpc.getQueryWriteStatusMethod = getQueryWriteStatusMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "QueryWriteStatus"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.QueryWriteStatusRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.QueryWriteStatusResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("QueryWriteStatus"))
-              .build();
+          StorageGrpc.getQueryWriteStatusMethod =
+              getQueryWriteStatusMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "QueryWriteStatus"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.QueryWriteStatusRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.QueryWriteStatusResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("QueryWriteStatus"))
+                      .build();
         }
       }
     }
     return getQueryWriteStatusMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetServiceAccountMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetServiceAccountRequest, com.google.storage.v2.ServiceAccount>
+      getGetServiceAccountMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetServiceAccount",
       requestType = com.google.storage.v2.GetServiceAccountRequest.class,
       responseType = com.google.storage.v2.ServiceAccount.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetServiceAccountMethod() {
-    io.grpc.MethodDescriptor getGetServiceAccountMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetServiceAccountRequest, com.google.storage.v2.ServiceAccount>
+      getGetServiceAccountMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.GetServiceAccountRequest, com.google.storage.v2.ServiceAccount>
+        getGetServiceAccountMethod;
     if ((getGetServiceAccountMethod = StorageGrpc.getGetServiceAccountMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getGetServiceAccountMethod = StorageGrpc.getGetServiceAccountMethod) == null) {
-          StorageGrpc.getGetServiceAccountMethod = getGetServiceAccountMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetServiceAccount"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.GetServiceAccountRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ServiceAccount.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetServiceAccount"))
-              .build();
+          StorageGrpc.getGetServiceAccountMethod =
+              getGetServiceAccountMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetServiceAccount"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.GetServiceAccountRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ServiceAccount.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetServiceAccount"))
+                      .build();
         }
       }
     }
     return getGetServiceAccountMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getCreateHmacKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.CreateHmacKeyRequest, com.google.storage.v2.CreateHmacKeyResponse>
+      getCreateHmacKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateHmacKey",
       requestType = com.google.storage.v2.CreateHmacKeyRequest.class,
       responseType = com.google.storage.v2.CreateHmacKeyResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getCreateHmacKeyMethod() {
-    io.grpc.MethodDescriptor getCreateHmacKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.CreateHmacKeyRequest, com.google.storage.v2.CreateHmacKeyResponse>
+      getCreateHmacKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.CreateHmacKeyRequest, com.google.storage.v2.CreateHmacKeyResponse>
+        getCreateHmacKeyMethod;
     if ((getCreateHmacKeyMethod = StorageGrpc.getCreateHmacKeyMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getCreateHmacKeyMethod = StorageGrpc.getCreateHmacKeyMethod) == null) {
-          StorageGrpc.getCreateHmacKeyMethod = getCreateHmacKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateHmacKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.CreateHmacKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.CreateHmacKeyResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateHmacKey"))
-              .build();
+          StorageGrpc.getCreateHmacKeyMethod =
+              getCreateHmacKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateHmacKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.CreateHmacKeyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.CreateHmacKeyResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("CreateHmacKey"))
+                      .build();
         }
       }
     }
     return getCreateHmacKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getDeleteHmacKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.DeleteHmacKeyRequest, com.google.protobuf.Empty>
+      getDeleteHmacKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteHmacKey",
       requestType = com.google.storage.v2.DeleteHmacKeyRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getDeleteHmacKeyMethod() {
-    io.grpc.MethodDescriptor getDeleteHmacKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.DeleteHmacKeyRequest, com.google.protobuf.Empty>
+      getDeleteHmacKeyMethod() {
+    io.grpc.MethodDescriptor
+        getDeleteHmacKeyMethod;
     if ((getDeleteHmacKeyMethod = StorageGrpc.getDeleteHmacKeyMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getDeleteHmacKeyMethod = StorageGrpc.getDeleteHmacKeyMethod) == null) {
-          StorageGrpc.getDeleteHmacKeyMethod = getDeleteHmacKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteHmacKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.DeleteHmacKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.protobuf.Empty.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteHmacKey"))
-              .build();
+          StorageGrpc.getDeleteHmacKeyMethod =
+              getDeleteHmacKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteHmacKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.DeleteHmacKeyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.protobuf.Empty.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("DeleteHmacKey"))
+                      .build();
         }
       }
     }
     return getDeleteHmacKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getGetHmacKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata>
+      getGetHmacKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetHmacKey",
       requestType = com.google.storage.v2.GetHmacKeyRequest.class,
       responseType = com.google.storage.v2.HmacKeyMetadata.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetHmacKeyMethod() {
-    io.grpc.MethodDescriptor getGetHmacKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.GetHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata>
+      getGetHmacKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.GetHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata>
+        getGetHmacKeyMethod;
     if ((getGetHmacKeyMethod = StorageGrpc.getGetHmacKeyMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getGetHmacKeyMethod = StorageGrpc.getGetHmacKeyMethod) == null) {
-          StorageGrpc.getGetHmacKeyMethod = getGetHmacKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetHmacKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.GetHmacKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetHmacKey"))
-              .build();
+          StorageGrpc.getGetHmacKeyMethod =
+              getGetHmacKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetHmacKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.GetHmacKeyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("GetHmacKey"))
+                      .build();
         }
       }
     }
     return getGetHmacKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getListHmacKeysMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.ListHmacKeysRequest, com.google.storage.v2.ListHmacKeysResponse>
+      getListHmacKeysMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListHmacKeys",
       requestType = com.google.storage.v2.ListHmacKeysRequest.class,
       responseType = com.google.storage.v2.ListHmacKeysResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getListHmacKeysMethod() {
-    io.grpc.MethodDescriptor getListHmacKeysMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.ListHmacKeysRequest, com.google.storage.v2.ListHmacKeysResponse>
+      getListHmacKeysMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.ListHmacKeysRequest, com.google.storage.v2.ListHmacKeysResponse>
+        getListHmacKeysMethod;
     if ((getListHmacKeysMethod = StorageGrpc.getListHmacKeysMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getListHmacKeysMethod = StorageGrpc.getListHmacKeysMethod) == null) {
-          StorageGrpc.getListHmacKeysMethod = getListHmacKeysMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListHmacKeys"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ListHmacKeysRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.ListHmacKeysResponse.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListHmacKeys"))
-              .build();
+          StorageGrpc.getListHmacKeysMethod =
+              getListHmacKeysMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListHmacKeys"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ListHmacKeysRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.ListHmacKeysResponse.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("ListHmacKeys"))
+                      .build();
         }
       }
     }
     return getListHmacKeysMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getUpdateHmacKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.storage.v2.UpdateHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata>
+      getUpdateHmacKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "UpdateHmacKey",
       requestType = com.google.storage.v2.UpdateHmacKeyRequest.class,
       responseType = com.google.storage.v2.HmacKeyMetadata.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getUpdateHmacKeyMethod() {
-    io.grpc.MethodDescriptor getUpdateHmacKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.storage.v2.UpdateHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata>
+      getUpdateHmacKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.storage.v2.UpdateHmacKeyRequest, com.google.storage.v2.HmacKeyMetadata>
+        getUpdateHmacKeyMethod;
     if ((getUpdateHmacKeyMethod = StorageGrpc.getUpdateHmacKeyMethod) == null) {
       synchronized (StorageGrpc.class) {
         if ((getUpdateHmacKeyMethod = StorageGrpc.getUpdateHmacKeyMethod) == null) {
-          StorageGrpc.getUpdateHmacKeyMethod = getUpdateHmacKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateHmacKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.UpdateHmacKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()))
-              .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateHmacKey"))
-              .build();
+          StorageGrpc.getUpdateHmacKeyMethod =
+              getUpdateHmacKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateHmacKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.UpdateHmacKeyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()))
+                      .setSchemaDescriptor(new StorageMethodDescriptorSupplier("UpdateHmacKey"))
+                      .build();
         }
       }
     }
     return getUpdateHmacKeyMethod;
   }
 
-  /**
-   * 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 StorageStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public StorageStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new StorageStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public StorageStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new StorageStub(channel, callOptions);
+          }
+        };
     return StorageStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static StorageBlockingStub newBlockingStub(
-      io.grpc.Channel channel) {
+  public static StorageBlockingStub newBlockingStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public StorageBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new StorageBlockingStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public StorageBlockingStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new StorageBlockingStub(channel, callOptions);
+          }
+        };
     return StorageBlockingStub.newStub(factory, channel);
   }
 
-  /**
-   * Creates a new ListenableFuture-style stub that supports unary calls on the service
-   */
-  public static StorageFutureStub newFutureStub(
-      io.grpc.Channel channel) {
+  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
+  public static StorageFutureStub newFutureStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public StorageFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new StorageFutureStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public StorageFutureStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new StorageFutureStub(channel, callOptions);
+          }
+        };
     return StorageFutureStub.newStub(factory, channel);
   }
 
   /**
+   *
+   *
    * 
    * ## API Overview and Naming Syntax
    * The Cloud Storage gRPC API allows applications to read and write data through
@@ -1031,59 +1354,80 @@ public StorageFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions ca
    *     any other character (no special directory semantics).
    * 
*/ - public static abstract class StorageImplBase implements io.grpc.BindableService { + public abstract static class StorageImplBase implements io.grpc.BindableService { /** + * + * *
      * Permanently deletes an empty bucket.
      * 
*/ - public void deleteBucket(com.google.storage.v2.DeleteBucketRequest request, + public void deleteBucket( + com.google.storage.v2.DeleteBucketRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteBucketMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteBucketMethod(), responseObserver); } /** + * + * *
      * Returns metadata for the specified bucket.
      * 
*/ - public void getBucket(com.google.storage.v2.GetBucketRequest request, + public void getBucket( + com.google.storage.v2.GetBucketRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBucketMethod(), responseObserver); } /** + * + * *
      * Creates a new bucket.
      * 
*/ - public void createBucket(com.google.storage.v2.CreateBucketRequest request, + public void createBucket( + com.google.storage.v2.CreateBucketRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateBucketMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateBucketMethod(), responseObserver); } /** + * + * *
      * Retrieves a list of buckets for a given project.
      * 
*/ - public void listBuckets(com.google.storage.v2.ListBucketsRequest request, + public void listBuckets( + com.google.storage.v2.ListBucketsRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListBucketsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListBucketsMethod(), responseObserver); } /** + * + * *
      * Locks retention policy on a bucket.
      * 
*/ - public void lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionPolicyRequest request, + public void lockBucketRetentionPolicy( + com.google.storage.v2.LockBucketRetentionPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getLockBucketRetentionPolicyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getLockBucketRetentionPolicyMethod(), responseObserver); } /** + * + * *
      * Gets the IAM policy for a specified bucket or object.
      * The `resource` field in the request should be
@@ -1091,12 +1435,16 @@ public void lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionP
      * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
      * 
*/ - public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request, + public void getIamPolicy( + com.google.iam.v1.GetIamPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetIamPolicyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetIamPolicyMethod(), responseObserver); } /** + * + * *
      * Updates an IAM policy for the specified bucket or object.
      * The `resource` field in the request should be
@@ -1104,12 +1452,16 @@ public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request,
      * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
      * 
*/ - public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request, + public void setIamPolicy( + com.google.iam.v1.SetIamPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetIamPolicyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getSetIamPolicyMethod(), responseObserver); } /** + * + * *
      * Tests a set of permissions on the given bucket or object to see which, if
      * any, are held by the caller.
@@ -1118,42 +1470,59 @@ public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request,
      * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
      * 
*/ - public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getTestIamPermissionsMethod(), responseObserver); + public void testIamPermissions( + com.google.iam.v1.TestIamPermissionsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getTestIamPermissionsMethod(), responseObserver); } /** + * + * *
      * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
      * 
*/ - public void updateBucket(com.google.storage.v2.UpdateBucketRequest request, + public void updateBucket( + com.google.storage.v2.UpdateBucketRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateBucketMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateBucketMethod(), responseObserver); } /** + * + * *
      * Permanently deletes a notification subscription.
      * 
*/ - public void deleteNotification(com.google.storage.v2.DeleteNotificationRequest request, + public void deleteNotification( + com.google.storage.v2.DeleteNotificationRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteNotificationMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteNotificationMethod(), responseObserver); } /** + * + * *
      * View a notification config.
      * 
*/ - public void getNotification(com.google.storage.v2.GetNotificationRequest request, + public void getNotification( + com.google.storage.v2.GetNotificationRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetNotificationMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetNotificationMethod(), responseObserver); } /** + * + * *
      * Creates a notification subscription for a given bucket.
      * These notifications, when triggered, publish messages to the specified
@@ -1161,85 +1530,117 @@ public void getNotification(com.google.storage.v2.GetNotificationRequest request
      * See https://cloud.google.com/storage/docs/pubsub-notifications.
      * 
*/ - public void createNotification(com.google.storage.v2.CreateNotificationRequest request, + public void createNotification( + com.google.storage.v2.CreateNotificationRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateNotificationMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateNotificationMethod(), responseObserver); } /** + * + * *
      * Retrieves a list of notification subscriptions for a given bucket.
      * 
*/ - public void listNotifications(com.google.storage.v2.ListNotificationsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListNotificationsMethod(), responseObserver); + public void listNotifications( + com.google.storage.v2.ListNotificationsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListNotificationsMethod(), responseObserver); } /** + * + * *
      * Concatenates a list of existing objects into a new object in the same
      * bucket.
      * 
*/ - public void composeObject(com.google.storage.v2.ComposeObjectRequest request, + public void composeObject( + com.google.storage.v2.ComposeObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getComposeObjectMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getComposeObjectMethod(), responseObserver); } /** + * + * *
      * Deletes an object and its metadata. Deletions are permanent if versioning
      * is not enabled for the bucket, or if the `generation` parameter is used.
      * 
*/ - public void deleteObject(com.google.storage.v2.DeleteObjectRequest request, + public void deleteObject( + com.google.storage.v2.DeleteObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteObjectMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteObjectMethod(), responseObserver); } /** + * + * *
      * Cancels an in-progress resumable upload.
      * 
*/ - public void cancelResumableWrite(com.google.storage.v2.CancelResumableWriteRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCancelResumableWriteMethod(), responseObserver); + public void cancelResumableWrite( + com.google.storage.v2.CancelResumableWriteRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCancelResumableWriteMethod(), responseObserver); } /** + * + * *
      * Retrieves an object's metadata.
      * 
*/ - public void getObject(com.google.storage.v2.GetObjectRequest request, + public void getObject( + com.google.storage.v2.GetObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetObjectMethod(), responseObserver); } /** + * + * *
      * Reads an object's data.
      * 
*/ - public void readObject(com.google.storage.v2.ReadObjectRequest request, + public void readObject( + com.google.storage.v2.ReadObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getReadObjectMethod(), responseObserver); } /** + * + * *
      * Updates an object's metadata.
      * Equivalent to JSON API's storage.objects.patch.
      * 
*/ - public void updateObject(com.google.storage.v2.UpdateObjectRequest request, + public void updateObject( + com.google.storage.v2.UpdateObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateObjectMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateObjectMethod(), responseObserver); } /** + * + * *
      * Stores a new object and metadata.
      * An object can be written either in a single message stream or in a
@@ -1293,43 +1694,59 @@ public void updateObject(com.google.storage.v2.UpdateObjectRequest request,
      */
     public io.grpc.stub.StreamObserver writeObject(
         io.grpc.stub.StreamObserver responseObserver) {
-      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getWriteObjectMethod(), responseObserver);
+      return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(
+          getWriteObjectMethod(), responseObserver);
     }
 
     /**
+     *
+     *
      * 
      * Retrieves a list of objects matching the criteria.
      * 
*/ - public void listObjects(com.google.storage.v2.ListObjectsRequest request, + public void listObjects( + com.google.storage.v2.ListObjectsRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListObjectsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListObjectsMethod(), responseObserver); } /** + * + * *
      * Rewrites a source object to a destination object. Optionally overrides
      * metadata.
      * 
*/ - public void rewriteObject(com.google.storage.v2.RewriteObjectRequest request, + public void rewriteObject( + com.google.storage.v2.RewriteObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRewriteObjectMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getRewriteObjectMethod(), responseObserver); } /** + * + * *
      * Starts a resumable write. How long the write operation remains valid, and
      * what happens when the write operation becomes invalid, are
      * service-dependent.
      * 
*/ - public void startResumableWrite(com.google.storage.v2.StartResumableWriteRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartResumableWriteMethod(), responseObserver); + public void startResumableWrite( + com.google.storage.v2.StartResumableWriteRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getStartResumableWriteMethod(), responseObserver); } /** + * + * *
      * Determines the `persisted_size` for an object that is being written, which
      * can then be used as the `write_offset` for the next `Write()` call.
@@ -1344,288 +1761,292 @@ public void startResumableWrite(com.google.storage.v2.StartResumableWriteRequest
      * non-decreasing.
      * 
*/ - public void queryWriteStatus(com.google.storage.v2.QueryWriteStatusRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getQueryWriteStatusMethod(), responseObserver); + public void queryWriteStatus( + com.google.storage.v2.QueryWriteStatusRequest request, + io.grpc.stub.StreamObserver + responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getQueryWriteStatusMethod(), responseObserver); } /** + * + * *
      * Retrieves the name of a project's Google Cloud Storage service account.
      * 
*/ - public void getServiceAccount(com.google.storage.v2.GetServiceAccountRequest request, + public void getServiceAccount( + com.google.storage.v2.GetServiceAccountRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetServiceAccountMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetServiceAccountMethod(), responseObserver); } /** + * + * *
      * Creates a new HMAC key for the given service account.
      * 
*/ - public void createHmacKey(com.google.storage.v2.CreateHmacKeyRequest request, + public void createHmacKey( + com.google.storage.v2.CreateHmacKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateHmacKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateHmacKeyMethod(), responseObserver); } /** + * + * *
      * Deletes a given HMAC key.  Key must be in an INACTIVE state.
      * 
*/ - public void deleteHmacKey(com.google.storage.v2.DeleteHmacKeyRequest request, + public void deleteHmacKey( + com.google.storage.v2.DeleteHmacKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteHmacKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteHmacKeyMethod(), responseObserver); } /** + * + * *
      * Gets an existing HMAC key metadata for the given id.
      * 
*/ - public void getHmacKey(com.google.storage.v2.GetHmacKeyRequest request, + public void getHmacKey( + com.google.storage.v2.GetHmacKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetHmacKeyMethod(), responseObserver); } /** + * + * *
      * Lists HMAC keys under a given project with the additional filters provided.
      * 
*/ - public void listHmacKeys(com.google.storage.v2.ListHmacKeysRequest request, + public void listHmacKeys( + com.google.storage.v2.ListHmacKeysRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListHmacKeysMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListHmacKeysMethod(), responseObserver); } /** + * + * *
      * Updates a given HMAC key state between ACTIVE and INACTIVE.
      * 
*/ - public void updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request, + public void updateHmacKey( + com.google.storage.v2.UpdateHmacKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateHmacKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateHmacKeyMethod(), responseObserver); } - @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override + public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getDeleteBucketMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.DeleteBucketRequest, - com.google.protobuf.Empty>( - this, METHODID_DELETE_BUCKET))) + getDeleteBucketMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.DeleteBucketRequest, com.google.protobuf.Empty>( + this, METHODID_DELETE_BUCKET))) .addMethod( - getGetBucketMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetBucketRequest, - com.google.storage.v2.Bucket>( - this, METHODID_GET_BUCKET))) + getGetBucketMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetBucketRequest, com.google.storage.v2.Bucket>( + this, METHODID_GET_BUCKET))) .addMethod( - getCreateBucketMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.CreateBucketRequest, - com.google.storage.v2.Bucket>( - this, METHODID_CREATE_BUCKET))) + getCreateBucketMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.CreateBucketRequest, com.google.storage.v2.Bucket>( + this, METHODID_CREATE_BUCKET))) .addMethod( - getListBucketsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ListBucketsRequest, - com.google.storage.v2.ListBucketsResponse>( - this, METHODID_LIST_BUCKETS))) + getListBucketsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ListBucketsRequest, + com.google.storage.v2.ListBucketsResponse>(this, METHODID_LIST_BUCKETS))) .addMethod( - getLockBucketRetentionPolicyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.LockBucketRetentionPolicyRequest, - com.google.storage.v2.Bucket>( - this, METHODID_LOCK_BUCKET_RETENTION_POLICY))) + getLockBucketRetentionPolicyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.LockBucketRetentionPolicyRequest, + com.google.storage.v2.Bucket>(this, METHODID_LOCK_BUCKET_RETENTION_POLICY))) .addMethod( - getGetIamPolicyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.iam.v1.GetIamPolicyRequest, - com.google.iam.v1.Policy>( - this, METHODID_GET_IAM_POLICY))) + getGetIamPolicyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.iam.v1.GetIamPolicyRequest, com.google.iam.v1.Policy>( + this, METHODID_GET_IAM_POLICY))) .addMethod( - getSetIamPolicyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.iam.v1.SetIamPolicyRequest, - com.google.iam.v1.Policy>( - this, METHODID_SET_IAM_POLICY))) + getSetIamPolicyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.iam.v1.SetIamPolicyRequest, com.google.iam.v1.Policy>( + this, METHODID_SET_IAM_POLICY))) .addMethod( - getTestIamPermissionsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.iam.v1.TestIamPermissionsRequest, - com.google.iam.v1.TestIamPermissionsResponse>( - this, METHODID_TEST_IAM_PERMISSIONS))) + getTestIamPermissionsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.iam.v1.TestIamPermissionsRequest, + com.google.iam.v1.TestIamPermissionsResponse>( + this, METHODID_TEST_IAM_PERMISSIONS))) .addMethod( - getUpdateBucketMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.UpdateBucketRequest, - com.google.storage.v2.Bucket>( - this, METHODID_UPDATE_BUCKET))) + getUpdateBucketMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.UpdateBucketRequest, com.google.storage.v2.Bucket>( + this, METHODID_UPDATE_BUCKET))) .addMethod( - getDeleteNotificationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.DeleteNotificationRequest, - com.google.protobuf.Empty>( - this, METHODID_DELETE_NOTIFICATION))) + getDeleteNotificationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.DeleteNotificationRequest, com.google.protobuf.Empty>( + this, METHODID_DELETE_NOTIFICATION))) .addMethod( - getGetNotificationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetNotificationRequest, - com.google.storage.v2.Notification>( - this, METHODID_GET_NOTIFICATION))) + getGetNotificationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetNotificationRequest, + com.google.storage.v2.Notification>(this, METHODID_GET_NOTIFICATION))) .addMethod( - getCreateNotificationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.CreateNotificationRequest, - com.google.storage.v2.Notification>( - this, METHODID_CREATE_NOTIFICATION))) + getCreateNotificationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.CreateNotificationRequest, + com.google.storage.v2.Notification>(this, METHODID_CREATE_NOTIFICATION))) .addMethod( - getListNotificationsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ListNotificationsRequest, - com.google.storage.v2.ListNotificationsResponse>( - this, METHODID_LIST_NOTIFICATIONS))) + getListNotificationsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ListNotificationsRequest, + com.google.storage.v2.ListNotificationsResponse>( + this, METHODID_LIST_NOTIFICATIONS))) .addMethod( - getComposeObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ComposeObjectRequest, - com.google.storage.v2.Object>( - this, METHODID_COMPOSE_OBJECT))) + getComposeObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ComposeObjectRequest, com.google.storage.v2.Object>( + this, METHODID_COMPOSE_OBJECT))) .addMethod( - getDeleteObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.DeleteObjectRequest, - com.google.protobuf.Empty>( - this, METHODID_DELETE_OBJECT))) + getDeleteObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.DeleteObjectRequest, com.google.protobuf.Empty>( + this, METHODID_DELETE_OBJECT))) .addMethod( - getCancelResumableWriteMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.CancelResumableWriteRequest, - com.google.storage.v2.CancelResumableWriteResponse>( - this, METHODID_CANCEL_RESUMABLE_WRITE))) + getCancelResumableWriteMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.CancelResumableWriteRequest, + com.google.storage.v2.CancelResumableWriteResponse>( + this, METHODID_CANCEL_RESUMABLE_WRITE))) .addMethod( - getGetObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetObjectRequest, - com.google.storage.v2.Object>( - this, METHODID_GET_OBJECT))) + getGetObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetObjectRequest, com.google.storage.v2.Object>( + this, METHODID_GET_OBJECT))) .addMethod( - getReadObjectMethod(), - io.grpc.stub.ServerCalls.asyncServerStreamingCall( - new MethodHandlers< - com.google.storage.v2.ReadObjectRequest, - com.google.storage.v2.ReadObjectResponse>( - this, METHODID_READ_OBJECT))) + getReadObjectMethod(), + io.grpc.stub.ServerCalls.asyncServerStreamingCall( + new MethodHandlers< + com.google.storage.v2.ReadObjectRequest, + com.google.storage.v2.ReadObjectResponse>(this, METHODID_READ_OBJECT))) .addMethod( - getUpdateObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.UpdateObjectRequest, - com.google.storage.v2.Object>( - this, METHODID_UPDATE_OBJECT))) + getUpdateObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.UpdateObjectRequest, com.google.storage.v2.Object>( + this, METHODID_UPDATE_OBJECT))) .addMethod( - getWriteObjectMethod(), - io.grpc.stub.ServerCalls.asyncClientStreamingCall( - new MethodHandlers< - com.google.storage.v2.WriteObjectRequest, - com.google.storage.v2.WriteObjectResponse>( - this, METHODID_WRITE_OBJECT))) + getWriteObjectMethod(), + io.grpc.stub.ServerCalls.asyncClientStreamingCall( + new MethodHandlers< + com.google.storage.v2.WriteObjectRequest, + com.google.storage.v2.WriteObjectResponse>(this, METHODID_WRITE_OBJECT))) .addMethod( - getListObjectsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ListObjectsRequest, - com.google.storage.v2.ListObjectsResponse>( - this, METHODID_LIST_OBJECTS))) + getListObjectsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ListObjectsRequest, + com.google.storage.v2.ListObjectsResponse>(this, METHODID_LIST_OBJECTS))) .addMethod( - getRewriteObjectMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.RewriteObjectRequest, - com.google.storage.v2.RewriteResponse>( - this, METHODID_REWRITE_OBJECT))) + getRewriteObjectMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.RewriteObjectRequest, + com.google.storage.v2.RewriteResponse>(this, METHODID_REWRITE_OBJECT))) .addMethod( - getStartResumableWriteMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.StartResumableWriteRequest, - com.google.storage.v2.StartResumableWriteResponse>( - this, METHODID_START_RESUMABLE_WRITE))) + getStartResumableWriteMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.StartResumableWriteRequest, + com.google.storage.v2.StartResumableWriteResponse>( + this, METHODID_START_RESUMABLE_WRITE))) .addMethod( - getQueryWriteStatusMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.QueryWriteStatusRequest, - com.google.storage.v2.QueryWriteStatusResponse>( - this, METHODID_QUERY_WRITE_STATUS))) + getQueryWriteStatusMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.QueryWriteStatusRequest, + com.google.storage.v2.QueryWriteStatusResponse>( + this, METHODID_QUERY_WRITE_STATUS))) .addMethod( - getGetServiceAccountMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetServiceAccountRequest, - com.google.storage.v2.ServiceAccount>( - this, METHODID_GET_SERVICE_ACCOUNT))) + getGetServiceAccountMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetServiceAccountRequest, + com.google.storage.v2.ServiceAccount>(this, METHODID_GET_SERVICE_ACCOUNT))) .addMethod( - getCreateHmacKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.CreateHmacKeyRequest, - com.google.storage.v2.CreateHmacKeyResponse>( - this, METHODID_CREATE_HMAC_KEY))) + getCreateHmacKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.CreateHmacKeyRequest, + com.google.storage.v2.CreateHmacKeyResponse>(this, METHODID_CREATE_HMAC_KEY))) .addMethod( - getDeleteHmacKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.DeleteHmacKeyRequest, - com.google.protobuf.Empty>( - this, METHODID_DELETE_HMAC_KEY))) + getDeleteHmacKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.DeleteHmacKeyRequest, com.google.protobuf.Empty>( + this, METHODID_DELETE_HMAC_KEY))) .addMethod( - getGetHmacKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.GetHmacKeyRequest, - com.google.storage.v2.HmacKeyMetadata>( - this, METHODID_GET_HMAC_KEY))) + getGetHmacKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.GetHmacKeyRequest, + com.google.storage.v2.HmacKeyMetadata>(this, METHODID_GET_HMAC_KEY))) .addMethod( - getListHmacKeysMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.ListHmacKeysRequest, - com.google.storage.v2.ListHmacKeysResponse>( - this, METHODID_LIST_HMAC_KEYS))) + getListHmacKeysMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.ListHmacKeysRequest, + com.google.storage.v2.ListHmacKeysResponse>(this, METHODID_LIST_HMAC_KEYS))) .addMethod( - getUpdateHmacKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.storage.v2.UpdateHmacKeyRequest, - com.google.storage.v2.HmacKeyMetadata>( - this, METHODID_UPDATE_HMAC_KEY))) + getUpdateHmacKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.storage.v2.UpdateHmacKeyRequest, + com.google.storage.v2.HmacKeyMetadata>(this, METHODID_UPDATE_HMAC_KEY))) .build(); } } /** + * + * *
    * ## API Overview and Naming Syntax
    * The Cloud Storage gRPC API allows applications to read and write data through
@@ -1648,73 +2069,96 @@ public void updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request,
    * 
*/ public static final class StorageStub extends io.grpc.stub.AbstractAsyncStub { - private StorageStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + private StorageStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override - protected StorageStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + protected StorageStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StorageStub(channel, callOptions); } /** + * + * *
      * Permanently deletes an empty bucket.
      * 
*/ - public void deleteBucket(com.google.storage.v2.DeleteBucketRequest request, + public void deleteBucket( + com.google.storage.v2.DeleteBucketRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteBucketMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getDeleteBucketMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Returns metadata for the specified bucket.
      * 
*/ - public void getBucket(com.google.storage.v2.GetBucketRequest request, + public void getBucket( + com.google.storage.v2.GetBucketRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetBucketMethod(), getCallOptions()), request, responseObserver); } /** + * + * *
      * Creates a new bucket.
      * 
*/ - public void createBucket(com.google.storage.v2.CreateBucketRequest request, + public void createBucket( + com.google.storage.v2.CreateBucketRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateBucketMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getCreateBucketMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Retrieves a list of buckets for a given project.
      * 
*/ - public void listBuckets(com.google.storage.v2.ListBucketsRequest request, + public void listBuckets( + com.google.storage.v2.ListBucketsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListBucketsMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getListBucketsMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Locks retention policy on a bucket.
      * 
*/ - public void lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionPolicyRequest request, + public void lockBucketRetentionPolicy( + com.google.storage.v2.LockBucketRetentionPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getLockBucketRetentionPolicyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getLockBucketRetentionPolicyMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Gets the IAM policy for a specified bucket or object.
      * The `resource` field in the request should be
@@ -1722,13 +2166,18 @@ public void lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionP
      * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
      * 
*/ - public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request, + public void getIamPolicy( + com.google.iam.v1.GetIamPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Updates an IAM policy for the specified bucket or object.
      * The `resource` field in the request should be
@@ -1736,13 +2185,18 @@ public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request,
      * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
      * 
*/ - public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request, + public void setIamPolicy( + com.google.iam.v1.SetIamPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Tests a set of permissions on the given bucket or object to see which, if
      * any, are held by the caller.
@@ -1751,46 +2205,67 @@ public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request,
      * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
      * 
*/ - public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void testIamPermissions( + com.google.iam.v1.TestIamPermissionsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
      * 
*/ - public void updateBucket(com.google.storage.v2.UpdateBucketRequest request, + public void updateBucket( + com.google.storage.v2.UpdateBucketRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateBucketMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getUpdateBucketMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Permanently deletes a notification subscription.
      * 
*/ - public void deleteNotification(com.google.storage.v2.DeleteNotificationRequest request, + public void deleteNotification( + com.google.storage.v2.DeleteNotificationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteNotificationMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getDeleteNotificationMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * View a notification config.
      * 
*/ - public void getNotification(com.google.storage.v2.GetNotificationRequest request, + public void getNotification( + com.google.storage.v2.GetNotificationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetNotificationMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getGetNotificationMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Creates a notification subscription for a given bucket.
      * These notifications, when triggered, publish messages to the specified
@@ -1798,93 +2273,131 @@ public void getNotification(com.google.storage.v2.GetNotificationRequest request
      * See https://cloud.google.com/storage/docs/pubsub-notifications.
      * 
*/ - public void createNotification(com.google.storage.v2.CreateNotificationRequest request, + public void createNotification( + com.google.storage.v2.CreateNotificationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateNotificationMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getCreateNotificationMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Retrieves a list of notification subscriptions for a given bucket.
      * 
*/ - public void listNotifications(com.google.storage.v2.ListNotificationsRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void listNotifications( + com.google.storage.v2.ListNotificationsRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListNotificationsMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getListNotificationsMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Concatenates a list of existing objects into a new object in the same
      * bucket.
      * 
*/ - public void composeObject(com.google.storage.v2.ComposeObjectRequest request, + public void composeObject( + com.google.storage.v2.ComposeObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getComposeObjectMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getComposeObjectMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Deletes an object and its metadata. Deletions are permanent if versioning
      * is not enabled for the bucket, or if the `generation` parameter is used.
      * 
*/ - public void deleteObject(com.google.storage.v2.DeleteObjectRequest request, + public void deleteObject( + com.google.storage.v2.DeleteObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteObjectMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getDeleteObjectMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Cancels an in-progress resumable upload.
      * 
*/ - public void cancelResumableWrite(com.google.storage.v2.CancelResumableWriteRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void cancelResumableWrite( + com.google.storage.v2.CancelResumableWriteRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCancelResumableWriteMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getCancelResumableWriteMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Retrieves an object's metadata.
      * 
*/ - public void getObject(com.google.storage.v2.GetObjectRequest request, + public void getObject( + com.google.storage.v2.GetObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetObjectMethod(), getCallOptions()), request, responseObserver); } /** + * + * *
      * Reads an object's data.
      * 
*/ - public void readObject(com.google.storage.v2.ReadObjectRequest request, + public void readObject( + com.google.storage.v2.ReadObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncServerStreamingCall( getChannel().newCall(getReadObjectMethod(), getCallOptions()), request, responseObserver); } /** + * + * *
      * Updates an object's metadata.
      * Equivalent to JSON API's storage.objects.patch.
      * 
*/ - public void updateObject(com.google.storage.v2.UpdateObjectRequest request, + public void updateObject( + com.google.storage.v2.UpdateObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateObjectMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getUpdateObjectMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Stores a new object and metadata.
      * An object can be written either in a single message stream or in a
@@ -1943,42 +2456,60 @@ public io.grpc.stub.StreamObserver wri
     }
 
     /**
+     *
+     *
      * 
      * Retrieves a list of objects matching the criteria.
      * 
*/ - public void listObjects(com.google.storage.v2.ListObjectsRequest request, + public void listObjects( + com.google.storage.v2.ListObjectsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListObjectsMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getListObjectsMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Rewrites a source object to a destination object. Optionally overrides
      * metadata.
      * 
*/ - public void rewriteObject(com.google.storage.v2.RewriteObjectRequest request, + public void rewriteObject( + com.google.storage.v2.RewriteObjectRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRewriteObjectMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getRewriteObjectMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Starts a resumable write. How long the write operation remains valid, and
      * what happens when the write operation becomes invalid, are
      * service-dependent.
      * 
*/ - public void startResumableWrite(com.google.storage.v2.StartResumableWriteRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void startResumableWrite( + com.google.storage.v2.StartResumableWriteRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getStartResumableWriteMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getStartResumableWriteMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Determines the `persisted_size` for an object that is being written, which
      * can then be used as the `write_offset` for the next `Write()` call.
@@ -1993,80 +2524,114 @@ public void startResumableWrite(com.google.storage.v2.StartResumableWriteRequest
      * non-decreasing.
      * 
*/ - public void queryWriteStatus(com.google.storage.v2.QueryWriteStatusRequest request, - io.grpc.stub.StreamObserver responseObserver) { + public void queryWriteStatus( + com.google.storage.v2.QueryWriteStatusRequest request, + io.grpc.stub.StreamObserver + responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getQueryWriteStatusMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getQueryWriteStatusMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Retrieves the name of a project's Google Cloud Storage service account.
      * 
*/ - public void getServiceAccount(com.google.storage.v2.GetServiceAccountRequest request, + public void getServiceAccount( + com.google.storage.v2.GetServiceAccountRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetServiceAccountMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getGetServiceAccountMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Creates a new HMAC key for the given service account.
      * 
*/ - public void createHmacKey(com.google.storage.v2.CreateHmacKeyRequest request, + public void createHmacKey( + com.google.storage.v2.CreateHmacKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateHmacKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getCreateHmacKeyMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Deletes a given HMAC key.  Key must be in an INACTIVE state.
      * 
*/ - public void deleteHmacKey(com.google.storage.v2.DeleteHmacKeyRequest request, + public void deleteHmacKey( + com.google.storage.v2.DeleteHmacKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteHmacKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getDeleteHmacKeyMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Gets an existing HMAC key metadata for the given id.
      * 
*/ - public void getHmacKey(com.google.storage.v2.GetHmacKeyRequest request, + public void getHmacKey( + com.google.storage.v2.GetHmacKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetHmacKeyMethod(), getCallOptions()), request, responseObserver); } /** + * + * *
      * Lists HMAC keys under a given project with the additional filters provided.
      * 
*/ - public void listHmacKeys(com.google.storage.v2.ListHmacKeysRequest request, + public void listHmacKeys( + com.google.storage.v2.ListHmacKeysRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListHmacKeysMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getListHmacKeysMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Updates a given HMAC key state between ACTIVE and INACTIVE.
      * 
*/ - public void updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request, + public void updateHmacKey( + com.google.storage.v2.UpdateHmacKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateHmacKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getUpdateHmacKeyMethod(), getCallOptions()), + request, + responseObserver); } } /** + * + * *
    * ## API Overview and Naming Syntax
    * The Cloud Storage gRPC API allows applications to read and write data through
@@ -2088,29 +2653,33 @@ public void updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request,
    *     any other character (no special directory semantics).
    * 
*/ - public static final class StorageBlockingStub extends io.grpc.stub.AbstractBlockingStub { - private StorageBlockingStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class StorageBlockingStub + extends io.grpc.stub.AbstractBlockingStub { + private StorageBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override - protected StorageBlockingStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + protected StorageBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StorageBlockingStub(channel, callOptions); } /** + * + * *
      * Permanently deletes an empty bucket.
      * 
*/ - public com.google.protobuf.Empty deleteBucket(com.google.storage.v2.DeleteBucketRequest request) { + public com.google.protobuf.Empty deleteBucket( + com.google.storage.v2.DeleteBucketRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteBucketMethod(), getCallOptions(), request); } /** + * + * *
      * Returns metadata for the specified bucket.
      * 
@@ -2121,36 +2690,47 @@ public com.google.storage.v2.Bucket getBucket(com.google.storage.v2.GetBucketReq } /** + * + * *
      * Creates a new bucket.
      * 
*/ - public com.google.storage.v2.Bucket createBucket(com.google.storage.v2.CreateBucketRequest request) { + public com.google.storage.v2.Bucket createBucket( + com.google.storage.v2.CreateBucketRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateBucketMethod(), getCallOptions(), request); } /** + * + * *
      * Retrieves a list of buckets for a given project.
      * 
*/ - public com.google.storage.v2.ListBucketsResponse listBuckets(com.google.storage.v2.ListBucketsRequest request) { + public com.google.storage.v2.ListBucketsResponse listBuckets( + com.google.storage.v2.ListBucketsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListBucketsMethod(), getCallOptions(), request); } /** + * + * *
      * Locks retention policy on a bucket.
      * 
*/ - public com.google.storage.v2.Bucket lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionPolicyRequest request) { + public com.google.storage.v2.Bucket lockBucketRetentionPolicy( + com.google.storage.v2.LockBucketRetentionPolicyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getLockBucketRetentionPolicyMethod(), getCallOptions(), request); } /** + * + * *
      * Gets the IAM policy for a specified bucket or object.
      * The `resource` field in the request should be
@@ -2164,6 +2744,8 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
     }
 
     /**
+     *
+     *
      * 
      * Updates an IAM policy for the specified bucket or object.
      * The `resource` field in the request should be
@@ -2177,6 +2759,8 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
     }
 
     /**
+     *
+     *
      * 
      * Tests a set of permissions on the given bucket or object to see which, if
      * any, are held by the caller.
@@ -2185,42 +2769,54 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
      * projects/_/buckets/<bucket_name>/objects/<object_name> for an object.
      * 
*/ - public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) { + public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions( + com.google.iam.v1.TestIamPermissionsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request); } /** + * + * *
      * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
      * 
*/ - public com.google.storage.v2.Bucket updateBucket(com.google.storage.v2.UpdateBucketRequest request) { + public com.google.storage.v2.Bucket updateBucket( + com.google.storage.v2.UpdateBucketRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateBucketMethod(), getCallOptions(), request); } /** + * + * *
      * Permanently deletes a notification subscription.
      * 
*/ - public com.google.protobuf.Empty deleteNotification(com.google.storage.v2.DeleteNotificationRequest request) { + public com.google.protobuf.Empty deleteNotification( + com.google.storage.v2.DeleteNotificationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteNotificationMethod(), getCallOptions(), request); } /** + * + * *
      * View a notification config.
      * 
*/ - public com.google.storage.v2.Notification getNotification(com.google.storage.v2.GetNotificationRequest request) { + public com.google.storage.v2.Notification getNotification( + com.google.storage.v2.GetNotificationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetNotificationMethod(), getCallOptions(), request); } /** + * + * *
      * Creates a notification subscription for a given bucket.
      * These notifications, when triggered, publish messages to the specified
@@ -2228,54 +2824,69 @@ public com.google.storage.v2.Notification getNotification(com.google.storage.v2.
      * See https://cloud.google.com/storage/docs/pubsub-notifications.
      * 
*/ - public com.google.storage.v2.Notification createNotification(com.google.storage.v2.CreateNotificationRequest request) { + public com.google.storage.v2.Notification createNotification( + com.google.storage.v2.CreateNotificationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateNotificationMethod(), getCallOptions(), request); } /** + * + * *
      * Retrieves a list of notification subscriptions for a given bucket.
      * 
*/ - public com.google.storage.v2.ListNotificationsResponse listNotifications(com.google.storage.v2.ListNotificationsRequest request) { + public com.google.storage.v2.ListNotificationsResponse listNotifications( + com.google.storage.v2.ListNotificationsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListNotificationsMethod(), getCallOptions(), request); } /** + * + * *
      * Concatenates a list of existing objects into a new object in the same
      * bucket.
      * 
*/ - public com.google.storage.v2.Object composeObject(com.google.storage.v2.ComposeObjectRequest request) { + public com.google.storage.v2.Object composeObject( + com.google.storage.v2.ComposeObjectRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getComposeObjectMethod(), getCallOptions(), request); } /** + * + * *
      * Deletes an object and its metadata. Deletions are permanent if versioning
      * is not enabled for the bucket, or if the `generation` parameter is used.
      * 
*/ - public com.google.protobuf.Empty deleteObject(com.google.storage.v2.DeleteObjectRequest request) { + public com.google.protobuf.Empty deleteObject( + com.google.storage.v2.DeleteObjectRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteObjectMethod(), getCallOptions(), request); } /** + * + * *
      * Cancels an in-progress resumable upload.
      * 
*/ - public com.google.storage.v2.CancelResumableWriteResponse cancelResumableWrite(com.google.storage.v2.CancelResumableWriteRequest request) { + public com.google.storage.v2.CancelResumableWriteResponse cancelResumableWrite( + com.google.storage.v2.CancelResumableWriteRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCancelResumableWriteMethod(), getCallOptions(), request); } /** + * + * *
      * Retrieves an object's metadata.
      * 
@@ -2286,6 +2897,8 @@ public com.google.storage.v2.Object getObject(com.google.storage.v2.GetObjectReq } /** + * + * *
      * Reads an object's data.
      * 
@@ -2297,50 +2910,64 @@ public java.util.Iterator readObject( } /** + * + * *
      * Updates an object's metadata.
      * Equivalent to JSON API's storage.objects.patch.
      * 
*/ - public com.google.storage.v2.Object updateObject(com.google.storage.v2.UpdateObjectRequest request) { + public com.google.storage.v2.Object updateObject( + com.google.storage.v2.UpdateObjectRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateObjectMethod(), getCallOptions(), request); } /** + * + * *
      * Retrieves a list of objects matching the criteria.
      * 
*/ - public com.google.storage.v2.ListObjectsResponse listObjects(com.google.storage.v2.ListObjectsRequest request) { + public com.google.storage.v2.ListObjectsResponse listObjects( + com.google.storage.v2.ListObjectsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListObjectsMethod(), getCallOptions(), request); } /** + * + * *
      * Rewrites a source object to a destination object. Optionally overrides
      * metadata.
      * 
*/ - public com.google.storage.v2.RewriteResponse rewriteObject(com.google.storage.v2.RewriteObjectRequest request) { + public com.google.storage.v2.RewriteResponse rewriteObject( + com.google.storage.v2.RewriteObjectRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRewriteObjectMethod(), getCallOptions(), request); } /** + * + * *
      * Starts a resumable write. How long the write operation remains valid, and
      * what happens when the write operation becomes invalid, are
      * service-dependent.
      * 
*/ - public com.google.storage.v2.StartResumableWriteResponse startResumableWrite(com.google.storage.v2.StartResumableWriteRequest request) { + public com.google.storage.v2.StartResumableWriteResponse startResumableWrite( + com.google.storage.v2.StartResumableWriteRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartResumableWriteMethod(), getCallOptions(), request); } /** + * + * *
      * Determines the `persisted_size` for an object that is being written, which
      * can then be used as the `write_offset` for the next `Write()` call.
@@ -2355,73 +2982,94 @@ public com.google.storage.v2.StartResumableWriteResponse startResumableWrite(com
      * non-decreasing.
      * 
*/ - public com.google.storage.v2.QueryWriteStatusResponse queryWriteStatus(com.google.storage.v2.QueryWriteStatusRequest request) { + public com.google.storage.v2.QueryWriteStatusResponse queryWriteStatus( + com.google.storage.v2.QueryWriteStatusRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getQueryWriteStatusMethod(), getCallOptions(), request); } /** + * + * *
      * Retrieves the name of a project's Google Cloud Storage service account.
      * 
*/ - public com.google.storage.v2.ServiceAccount getServiceAccount(com.google.storage.v2.GetServiceAccountRequest request) { + public com.google.storage.v2.ServiceAccount getServiceAccount( + com.google.storage.v2.GetServiceAccountRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetServiceAccountMethod(), getCallOptions(), request); } /** + * + * *
      * Creates a new HMAC key for the given service account.
      * 
*/ - public com.google.storage.v2.CreateHmacKeyResponse createHmacKey(com.google.storage.v2.CreateHmacKeyRequest request) { + public com.google.storage.v2.CreateHmacKeyResponse createHmacKey( + com.google.storage.v2.CreateHmacKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateHmacKeyMethod(), getCallOptions(), request); } /** + * + * *
      * Deletes a given HMAC key.  Key must be in an INACTIVE state.
      * 
*/ - public com.google.protobuf.Empty deleteHmacKey(com.google.storage.v2.DeleteHmacKeyRequest request) { + public com.google.protobuf.Empty deleteHmacKey( + com.google.storage.v2.DeleteHmacKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteHmacKeyMethod(), getCallOptions(), request); } /** + * + * *
      * Gets an existing HMAC key metadata for the given id.
      * 
*/ - public com.google.storage.v2.HmacKeyMetadata getHmacKey(com.google.storage.v2.GetHmacKeyRequest request) { + public com.google.storage.v2.HmacKeyMetadata getHmacKey( + com.google.storage.v2.GetHmacKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetHmacKeyMethod(), getCallOptions(), request); } /** + * + * *
      * Lists HMAC keys under a given project with the additional filters provided.
      * 
*/ - public com.google.storage.v2.ListHmacKeysResponse listHmacKeys(com.google.storage.v2.ListHmacKeysRequest request) { + public com.google.storage.v2.ListHmacKeysResponse listHmacKeys( + com.google.storage.v2.ListHmacKeysRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListHmacKeysMethod(), getCallOptions(), request); } /** + * + * *
      * Updates a given HMAC key state between ACTIVE and INACTIVE.
      * 
*/ - public com.google.storage.v2.HmacKeyMetadata updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request) { + public com.google.storage.v2.HmacKeyMetadata updateHmacKey( + com.google.storage.v2.UpdateHmacKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateHmacKeyMethod(), getCallOptions(), request); } } /** + * + * *
    * ## API Overview and Naming Syntax
    * The Cloud Storage gRPC API allows applications to read and write data through
@@ -2443,74 +3091,86 @@ public com.google.storage.v2.HmacKeyMetadata updateHmacKey(com.google.storage.v2
    *     any other character (no special directory semantics).
    * 
*/ - public static final class StorageFutureStub extends io.grpc.stub.AbstractFutureStub { - private StorageFutureStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class StorageFutureStub + extends io.grpc.stub.AbstractFutureStub { + private StorageFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override - protected StorageFutureStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + protected StorageFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StorageFutureStub(channel, callOptions); } /** + * + * *
      * Permanently deletes an empty bucket.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture deleteBucket( - com.google.storage.v2.DeleteBucketRequest request) { + public com.google.common.util.concurrent.ListenableFuture + deleteBucket(com.google.storage.v2.DeleteBucketRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteBucketMethod(), getCallOptions()), request); } /** + * + * *
      * Returns metadata for the specified bucket.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getBucket( - com.google.storage.v2.GetBucketRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getBucket(com.google.storage.v2.GetBucketRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetBucketMethod(), getCallOptions()), request); } /** + * + * *
      * Creates a new bucket.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture createBucket( - com.google.storage.v2.CreateBucketRequest request) { + public com.google.common.util.concurrent.ListenableFuture + createBucket(com.google.storage.v2.CreateBucketRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateBucketMethod(), getCallOptions()), request); } /** + * + * *
      * Retrieves a list of buckets for a given project.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture listBuckets( - com.google.storage.v2.ListBucketsRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.storage.v2.ListBucketsResponse> + listBuckets(com.google.storage.v2.ListBucketsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListBucketsMethod(), getCallOptions()), request); } /** + * + * *
      * Locks retention policy on a bucket.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture lockBucketRetentionPolicy( - com.google.storage.v2.LockBucketRetentionPolicyRequest request) { + public com.google.common.util.concurrent.ListenableFuture + lockBucketRetentionPolicy(com.google.storage.v2.LockBucketRetentionPolicyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getLockBucketRetentionPolicyMethod(), getCallOptions()), request); } /** + * + * *
      * Gets the IAM policy for a specified bucket or object.
      * The `resource` field in the request should be
@@ -2518,13 +3178,15 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture getIamPolicy(
-        com.google.iam.v1.GetIamPolicyRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Updates an IAM policy for the specified bucket or object.
      * The `resource` field in the request should be
@@ -2532,13 +3194,15 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture setIamPolicy(
-        com.google.iam.v1.SetIamPolicyRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Tests a set of permissions on the given bucket or object to see which, if
      * any, are held by the caller.
@@ -2547,46 +3211,55 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture testIamPermissions(
-        com.google.iam.v1.TestIamPermissionsRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture<
+            com.google.iam.v1.TestIamPermissionsResponse>
+        testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Updates a bucket. Equivalent to JSON API's storage.buckets.patch method.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture updateBucket( - com.google.storage.v2.UpdateBucketRequest request) { + public com.google.common.util.concurrent.ListenableFuture + updateBucket(com.google.storage.v2.UpdateBucketRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateBucketMethod(), getCallOptions()), request); } /** + * + * *
      * Permanently deletes a notification subscription.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture deleteNotification( - com.google.storage.v2.DeleteNotificationRequest request) { + public com.google.common.util.concurrent.ListenableFuture + deleteNotification(com.google.storage.v2.DeleteNotificationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteNotificationMethod(), getCallOptions()), request); } /** + * + * *
      * View a notification config.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getNotification( - com.google.storage.v2.GetNotificationRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getNotification(com.google.storage.v2.GetNotificationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetNotificationMethod(), getCallOptions()), request); } /** + * + * *
      * Creates a notification subscription for a given bucket.
      * These notifications, when triggered, publish messages to the specified
@@ -2594,118 +3267,142 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture createNotification(
-        com.google.storage.v2.CreateNotificationRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        createNotification(com.google.storage.v2.CreateNotificationRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getCreateNotificationMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Retrieves a list of notification subscriptions for a given bucket.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture listNotifications( - com.google.storage.v2.ListNotificationsRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.storage.v2.ListNotificationsResponse> + listNotifications(com.google.storage.v2.ListNotificationsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListNotificationsMethod(), getCallOptions()), request); } /** + * + * *
      * Concatenates a list of existing objects into a new object in the same
      * bucket.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture composeObject( - com.google.storage.v2.ComposeObjectRequest request) { + public com.google.common.util.concurrent.ListenableFuture + composeObject(com.google.storage.v2.ComposeObjectRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getComposeObjectMethod(), getCallOptions()), request); } /** + * + * *
      * Deletes an object and its metadata. Deletions are permanent if versioning
      * is not enabled for the bucket, or if the `generation` parameter is used.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture deleteObject( - com.google.storage.v2.DeleteObjectRequest request) { + public com.google.common.util.concurrent.ListenableFuture + deleteObject(com.google.storage.v2.DeleteObjectRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteObjectMethod(), getCallOptions()), request); } /** + * + * *
      * Cancels an in-progress resumable upload.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture cancelResumableWrite( - com.google.storage.v2.CancelResumableWriteRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.storage.v2.CancelResumableWriteResponse> + cancelResumableWrite(com.google.storage.v2.CancelResumableWriteRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCancelResumableWriteMethod(), getCallOptions()), request); } /** + * + * *
      * Retrieves an object's metadata.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getObject( - com.google.storage.v2.GetObjectRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getObject(com.google.storage.v2.GetObjectRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetObjectMethod(), getCallOptions()), request); } /** + * + * *
      * Updates an object's metadata.
      * Equivalent to JSON API's storage.objects.patch.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture updateObject( - com.google.storage.v2.UpdateObjectRequest request) { + public com.google.common.util.concurrent.ListenableFuture + updateObject(com.google.storage.v2.UpdateObjectRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateObjectMethod(), getCallOptions()), request); } /** + * + * *
      * Retrieves a list of objects matching the criteria.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture listObjects( - com.google.storage.v2.ListObjectsRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.storage.v2.ListObjectsResponse> + listObjects(com.google.storage.v2.ListObjectsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListObjectsMethod(), getCallOptions()), request); } /** + * + * *
      * Rewrites a source object to a destination object. Optionally overrides
      * metadata.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture rewriteObject( - com.google.storage.v2.RewriteObjectRequest request) { + public com.google.common.util.concurrent.ListenableFuture + rewriteObject(com.google.storage.v2.RewriteObjectRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRewriteObjectMethod(), getCallOptions()), request); } /** + * + * *
      * Starts a resumable write. How long the write operation remains valid, and
      * what happens when the write operation becomes invalid, are
      * service-dependent.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture startResumableWrite( - com.google.storage.v2.StartResumableWriteRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.storage.v2.StartResumableWriteResponse> + startResumableWrite(com.google.storage.v2.StartResumableWriteRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getStartResumableWriteMethod(), getCallOptions()), request); } /** + * + * *
      * Determines the `persisted_size` for an object that is being written, which
      * can then be used as the `write_offset` for the next `Write()` call.
@@ -2720,74 +3417,89 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture queryWriteStatus(
-        com.google.storage.v2.QueryWriteStatusRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture<
+            com.google.storage.v2.QueryWriteStatusResponse>
+        queryWriteStatus(com.google.storage.v2.QueryWriteStatusRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getQueryWriteStatusMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Retrieves the name of a project's Google Cloud Storage service account.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getServiceAccount( - com.google.storage.v2.GetServiceAccountRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getServiceAccount(com.google.storage.v2.GetServiceAccountRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetServiceAccountMethod(), getCallOptions()), request); } /** + * + * *
      * Creates a new HMAC key for the given service account.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture createHmacKey( - com.google.storage.v2.CreateHmacKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.storage.v2.CreateHmacKeyResponse> + createHmacKey(com.google.storage.v2.CreateHmacKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateHmacKeyMethod(), getCallOptions()), request); } /** + * + * *
      * Deletes a given HMAC key.  Key must be in an INACTIVE state.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture deleteHmacKey( - com.google.storage.v2.DeleteHmacKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture + deleteHmacKey(com.google.storage.v2.DeleteHmacKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteHmacKeyMethod(), getCallOptions()), request); } /** + * + * *
      * Gets an existing HMAC key metadata for the given id.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getHmacKey( - com.google.storage.v2.GetHmacKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getHmacKey(com.google.storage.v2.GetHmacKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetHmacKeyMethod(), getCallOptions()), request); } /** + * + * *
      * Lists HMAC keys under a given project with the additional filters provided.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture listHmacKeys( - com.google.storage.v2.ListHmacKeysRequest request) { + public com.google.common.util.concurrent.ListenableFuture< + com.google.storage.v2.ListHmacKeysResponse> + listHmacKeys(com.google.storage.v2.ListHmacKeysRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListHmacKeysMethod(), getCallOptions()), request); } /** + * + * *
      * Updates a given HMAC key state between ACTIVE and INACTIVE.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture updateHmacKey( - com.google.storage.v2.UpdateHmacKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture + updateHmacKey(com.google.storage.v2.UpdateHmacKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateHmacKeyMethod(), getCallOptions()), request); } @@ -2824,11 +3536,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 StorageImplBase serviceImpl; private final int methodId; @@ -2842,120 +3554,162 @@ private static final class MethodHandlers implements public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_DELETE_BUCKET: - serviceImpl.deleteBucket((com.google.storage.v2.DeleteBucketRequest) request, + serviceImpl.deleteBucket( + (com.google.storage.v2.DeleteBucketRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_BUCKET: - serviceImpl.getBucket((com.google.storage.v2.GetBucketRequest) request, + serviceImpl.getBucket( + (com.google.storage.v2.GetBucketRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_BUCKET: - serviceImpl.createBucket((com.google.storage.v2.CreateBucketRequest) request, + serviceImpl.createBucket( + (com.google.storage.v2.CreateBucketRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_BUCKETS: - serviceImpl.listBuckets((com.google.storage.v2.ListBucketsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listBuckets( + (com.google.storage.v2.ListBucketsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_LOCK_BUCKET_RETENTION_POLICY: - serviceImpl.lockBucketRetentionPolicy((com.google.storage.v2.LockBucketRetentionPolicyRequest) request, + serviceImpl.lockBucketRetentionPolicy( + (com.google.storage.v2.LockBucketRetentionPolicyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_IAM_POLICY: - serviceImpl.getIamPolicy((com.google.iam.v1.GetIamPolicyRequest) request, + serviceImpl.getIamPolicy( + (com.google.iam.v1.GetIamPolicyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_IAM_POLICY: - serviceImpl.setIamPolicy((com.google.iam.v1.SetIamPolicyRequest) request, + serviceImpl.setIamPolicy( + (com.google.iam.v1.SetIamPolicyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_TEST_IAM_PERMISSIONS: - serviceImpl.testIamPermissions((com.google.iam.v1.TestIamPermissionsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.testIamPermissions( + (com.google.iam.v1.TestIamPermissionsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_UPDATE_BUCKET: - serviceImpl.updateBucket((com.google.storage.v2.UpdateBucketRequest) request, + serviceImpl.updateBucket( + (com.google.storage.v2.UpdateBucketRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_NOTIFICATION: - serviceImpl.deleteNotification((com.google.storage.v2.DeleteNotificationRequest) request, + serviceImpl.deleteNotification( + (com.google.storage.v2.DeleteNotificationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_NOTIFICATION: - serviceImpl.getNotification((com.google.storage.v2.GetNotificationRequest) request, + serviceImpl.getNotification( + (com.google.storage.v2.GetNotificationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_NOTIFICATION: - serviceImpl.createNotification((com.google.storage.v2.CreateNotificationRequest) request, + serviceImpl.createNotification( + (com.google.storage.v2.CreateNotificationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_NOTIFICATIONS: - serviceImpl.listNotifications((com.google.storage.v2.ListNotificationsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listNotifications( + (com.google.storage.v2.ListNotificationsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_COMPOSE_OBJECT: - serviceImpl.composeObject((com.google.storage.v2.ComposeObjectRequest) request, + serviceImpl.composeObject( + (com.google.storage.v2.ComposeObjectRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_OBJECT: - serviceImpl.deleteObject((com.google.storage.v2.DeleteObjectRequest) request, + serviceImpl.deleteObject( + (com.google.storage.v2.DeleteObjectRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CANCEL_RESUMABLE_WRITE: - serviceImpl.cancelResumableWrite((com.google.storage.v2.CancelResumableWriteRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.cancelResumableWrite( + (com.google.storage.v2.CancelResumableWriteRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_GET_OBJECT: - serviceImpl.getObject((com.google.storage.v2.GetObjectRequest) request, + serviceImpl.getObject( + (com.google.storage.v2.GetObjectRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_READ_OBJECT: - serviceImpl.readObject((com.google.storage.v2.ReadObjectRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.readObject( + (com.google.storage.v2.ReadObjectRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_UPDATE_OBJECT: - serviceImpl.updateObject((com.google.storage.v2.UpdateObjectRequest) request, + serviceImpl.updateObject( + (com.google.storage.v2.UpdateObjectRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_OBJECTS: - serviceImpl.listObjects((com.google.storage.v2.ListObjectsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listObjects( + (com.google.storage.v2.ListObjectsRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_REWRITE_OBJECT: - serviceImpl.rewriteObject((com.google.storage.v2.RewriteObjectRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.rewriteObject( + (com.google.storage.v2.RewriteObjectRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_START_RESUMABLE_WRITE: - serviceImpl.startResumableWrite((com.google.storage.v2.StartResumableWriteRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.startResumableWrite( + (com.google.storage.v2.StartResumableWriteRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_QUERY_WRITE_STATUS: - serviceImpl.queryWriteStatus((com.google.storage.v2.QueryWriteStatusRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.queryWriteStatus( + (com.google.storage.v2.QueryWriteStatusRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_GET_SERVICE_ACCOUNT: - serviceImpl.getServiceAccount((com.google.storage.v2.GetServiceAccountRequest) request, + serviceImpl.getServiceAccount( + (com.google.storage.v2.GetServiceAccountRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_HMAC_KEY: - serviceImpl.createHmacKey((com.google.storage.v2.CreateHmacKeyRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.createHmacKey( + (com.google.storage.v2.CreateHmacKeyRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_DELETE_HMAC_KEY: - serviceImpl.deleteHmacKey((com.google.storage.v2.DeleteHmacKeyRequest) request, + serviceImpl.deleteHmacKey( + (com.google.storage.v2.DeleteHmacKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_HMAC_KEY: - serviceImpl.getHmacKey((com.google.storage.v2.GetHmacKeyRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.getHmacKey( + (com.google.storage.v2.GetHmacKeyRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_LIST_HMAC_KEYS: - serviceImpl.listHmacKeys((com.google.storage.v2.ListHmacKeysRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.listHmacKeys( + (com.google.storage.v2.ListHmacKeysRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; case METHODID_UPDATE_HMAC_KEY: - serviceImpl.updateHmacKey((com.google.storage.v2.UpdateHmacKeyRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); + serviceImpl.updateHmacKey( + (com.google.storage.v2.UpdateHmacKeyRequest) request, + (io.grpc.stub.StreamObserver) + responseObserver); break; default: throw new AssertionError(); @@ -2968,16 +3722,19 @@ public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_WRITE_OBJECT: - return (io.grpc.stub.StreamObserver) serviceImpl.writeObject( - (io.grpc.stub.StreamObserver) responseObserver); + return (io.grpc.stub.StreamObserver) + serviceImpl.writeObject( + (io.grpc.stub.StreamObserver) + responseObserver); default: throw new AssertionError(); } } } - private static abstract class StorageBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private abstract static class StorageBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, + io.grpc.protobuf.ProtoServiceDescriptorSupplier { StorageBaseDescriptorSupplier() {} @java.lang.Override @@ -2991,13 +3748,11 @@ public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() } } - private static final class StorageFileDescriptorSupplier - extends StorageBaseDescriptorSupplier { + private static final class StorageFileDescriptorSupplier extends StorageBaseDescriptorSupplier { StorageFileDescriptorSupplier() {} } - private static final class StorageMethodDescriptorSupplier - extends StorageBaseDescriptorSupplier + private static final class StorageMethodDescriptorSupplier extends StorageBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; @@ -3019,39 +3774,41 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (StorageGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new StorageFileDescriptorSupplier()) - .addMethod(getDeleteBucketMethod()) - .addMethod(getGetBucketMethod()) - .addMethod(getCreateBucketMethod()) - .addMethod(getListBucketsMethod()) - .addMethod(getLockBucketRetentionPolicyMethod()) - .addMethod(getGetIamPolicyMethod()) - .addMethod(getSetIamPolicyMethod()) - .addMethod(getTestIamPermissionsMethod()) - .addMethod(getUpdateBucketMethod()) - .addMethod(getDeleteNotificationMethod()) - .addMethod(getGetNotificationMethod()) - .addMethod(getCreateNotificationMethod()) - .addMethod(getListNotificationsMethod()) - .addMethod(getComposeObjectMethod()) - .addMethod(getDeleteObjectMethod()) - .addMethod(getCancelResumableWriteMethod()) - .addMethod(getGetObjectMethod()) - .addMethod(getReadObjectMethod()) - .addMethod(getUpdateObjectMethod()) - .addMethod(getWriteObjectMethod()) - .addMethod(getListObjectsMethod()) - .addMethod(getRewriteObjectMethod()) - .addMethod(getStartResumableWriteMethod()) - .addMethod(getQueryWriteStatusMethod()) - .addMethod(getGetServiceAccountMethod()) - .addMethod(getCreateHmacKeyMethod()) - .addMethod(getDeleteHmacKeyMethod()) - .addMethod(getGetHmacKeyMethod()) - .addMethod(getListHmacKeysMethod()) - .addMethod(getUpdateHmacKeyMethod()) - .build(); + serviceDescriptor = + result = + io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new StorageFileDescriptorSupplier()) + .addMethod(getDeleteBucketMethod()) + .addMethod(getGetBucketMethod()) + .addMethod(getCreateBucketMethod()) + .addMethod(getListBucketsMethod()) + .addMethod(getLockBucketRetentionPolicyMethod()) + .addMethod(getGetIamPolicyMethod()) + .addMethod(getSetIamPolicyMethod()) + .addMethod(getTestIamPermissionsMethod()) + .addMethod(getUpdateBucketMethod()) + .addMethod(getDeleteNotificationMethod()) + .addMethod(getGetNotificationMethod()) + .addMethod(getCreateNotificationMethod()) + .addMethod(getListNotificationsMethod()) + .addMethod(getComposeObjectMethod()) + .addMethod(getDeleteObjectMethod()) + .addMethod(getCancelResumableWriteMethod()) + .addMethod(getGetObjectMethod()) + .addMethod(getReadObjectMethod()) + .addMethod(getUpdateObjectMethod()) + .addMethod(getWriteObjectMethod()) + .addMethod(getListObjectsMethod()) + .addMethod(getRewriteObjectMethod()) + .addMethod(getStartResumableWriteMethod()) + .addMethod(getQueryWriteStatusMethod()) + .addMethod(getGetServiceAccountMethod()) + .addMethod(getCreateHmacKeyMethod()) + .addMethod(getDeleteHmacKeyMethod()) + .addMethod(getGetHmacKeyMethod()) + .addMethod(getListHmacKeysMethod()) + .addMethod(getUpdateHmacKeyMethod()) + .build(); } } } diff --git a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json b/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json deleted file mode 100644 index 9442f71159..0000000000 --- a/owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "schema": "1.0", - "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", - "language": "java", - "protoPackage": "google.storage.v2", - "libraryPackage": "com.google.storage.v2", - "services": { - "Storage": { - "clients": { - "grpc": { - "libraryClient": "StorageClient", - "rpcs": { - "CancelResumableWrite": { - "methods": ["cancelResumableWrite", "cancelResumableWrite", "cancelResumableWriteCallable"] - }, - "ComposeObject": { - "methods": ["composeObject", "composeObjectCallable"] - }, - "CreateBucket": { - "methods": ["createBucket", "createBucket", "createBucket", "createBucketCallable"] - }, - "CreateHmacKey": { - "methods": ["createHmacKey", "createHmacKey", "createHmacKey", "createHmacKeyCallable"] - }, - "CreateNotification": { - "methods": ["createNotification", "createNotification", "createNotification", "createNotificationCallable"] - }, - "DeleteBucket": { - "methods": ["deleteBucket", "deleteBucket", "deleteBucket", "deleteBucketCallable"] - }, - "DeleteHmacKey": { - "methods": ["deleteHmacKey", "deleteHmacKey", "deleteHmacKey", "deleteHmacKeyCallable"] - }, - "DeleteNotification": { - "methods": ["deleteNotification", "deleteNotification", "deleteNotification", "deleteNotificationCallable"] - }, - "DeleteObject": { - "methods": ["deleteObject", "deleteObject", "deleteObject", "deleteObjectCallable"] - }, - "GetBucket": { - "methods": ["getBucket", "getBucket", "getBucket", "getBucketCallable"] - }, - "GetHmacKey": { - "methods": ["getHmacKey", "getHmacKey", "getHmacKey", "getHmacKeyCallable"] - }, - "GetIamPolicy": { - "methods": ["getIamPolicy", "getIamPolicy", "getIamPolicy", "getIamPolicyCallable"] - }, - "GetNotification": { - "methods": ["getNotification", "getNotification", "getNotification", "getNotificationCallable"] - }, - "GetObject": { - "methods": ["getObject", "getObject", "getObject", "getObjectCallable"] - }, - "GetServiceAccount": { - "methods": ["getServiceAccount", "getServiceAccount", "getServiceAccount", "getServiceAccountCallable"] - }, - "ListBuckets": { - "methods": ["listBuckets", "listBuckets", "listBuckets", "listBucketsPagedCallable", "listBucketsCallable"] - }, - "ListHmacKeys": { - "methods": ["listHmacKeys", "listHmacKeys", "listHmacKeys", "listHmacKeysPagedCallable", "listHmacKeysCallable"] - }, - "ListNotifications": { - "methods": ["listNotifications", "listNotifications", "listNotifications", "listNotificationsPagedCallable", "listNotificationsCallable"] - }, - "ListObjects": { - "methods": ["listObjects", "listObjects", "listObjects", "listObjectsPagedCallable", "listObjectsCallable"] - }, - "LockBucketRetentionPolicy": { - "methods": ["lockBucketRetentionPolicy", "lockBucketRetentionPolicy", "lockBucketRetentionPolicy", "lockBucketRetentionPolicyCallable"] - }, - "QueryWriteStatus": { - "methods": ["queryWriteStatus", "queryWriteStatus", "queryWriteStatusCallable"] - }, - "ReadObject": { - "methods": ["readObjectCallable"] - }, - "RewriteObject": { - "methods": ["rewriteObject", "rewriteObjectCallable"] - }, - "SetIamPolicy": { - "methods": ["setIamPolicy", "setIamPolicy", "setIamPolicy", "setIamPolicyCallable"] - }, - "StartResumableWrite": { - "methods": ["startResumableWrite", "startResumableWriteCallable"] - }, - "TestIamPermissions": { - "methods": ["testIamPermissions", "testIamPermissions", "testIamPermissions", "testIamPermissionsCallable"] - }, - "UpdateBucket": { - "methods": ["updateBucket", "updateBucket", "updateBucketCallable"] - }, - "UpdateHmacKey": { - "methods": ["updateHmacKey", "updateHmacKey", "updateHmacKeyCallable"] - }, - "UpdateObject": { - "methods": ["updateObject", "updateObject", "updateObjectCallable"] - }, - "WriteObject": { - "methods": ["writeObjectCallable"] - } - } - } - } - } - } -} \ No newline at end of file diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java deleted file mode 100644 index 628c157424..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface CancelResumableWriteResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.CancelResumableWriteResponse) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java deleted file mode 100644 index a971286365..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java +++ /dev/null @@ -1,56 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface CreateNotificationRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateNotificationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. The bucket to which this notification belongs.
-   * 
- * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The parent. - */ - java.lang.String getParent(); - /** - *
-   * Required. The bucket to which this notification belongs.
-   * 
- * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for parent. - */ - com.google.protobuf.ByteString - getParentBytes(); - - /** - *
-   * Required. Properties of the notification to be inserted.
-   * 
- * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * @return Whether the notification field is set. - */ - boolean hasNotification(); - /** - *
-   * Required. Properties of the notification to be inserted.
-   * 
- * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - * @return The notification. - */ - com.google.storage.v2.Notification getNotification(); - /** - *
-   * Required. Properties of the notification to be inserted.
-   * 
- * - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; - */ - com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder(); -} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java deleted file mode 100644 index 92611a2d4f..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java +++ /dev/null @@ -1,29 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface DeleteNotificationRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteNotificationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. The parent bucket of the notification.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. The parent bucket of the notification.
-   * 
- * - * 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/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java deleted file mode 100644 index 2a5bbd8017..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java +++ /dev/null @@ -1,33 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface GetNotificationRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.GetNotificationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. The parent bucket of the notification.
-   * Format:
-   * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. The parent bucket of the notification.
-   * Format:
-   * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
-   * 
- * - * 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/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java deleted file mode 100644 index c383484b12..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java +++ /dev/null @@ -1,31 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface GetServiceAccountRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.GetServiceAccountRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. Project ID, in the format of "projects/<projectIdentifier>".
-   * <projectIdentifier> can be the project ID or project number.
-   * 
- * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The project. - */ - java.lang.String getProject(); - /** - *
-   * Required. Project ID, in the format of "projects/<projectIdentifier>".
-   * <projectIdentifier> can be the project ID or project number.
-   * 
- * - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for project. - */ - com.google.protobuf.ByteString - getProjectBytes(); -} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java deleted file mode 100644 index a8d33e2468..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java +++ /dev/null @@ -1,40 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface LockBucketRetentionPolicyRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.LockBucketRetentionPolicyRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. Name of a bucket.
-   * 
- * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bucket. - */ - java.lang.String getBucket(); - /** - *
-   * Required. Name of a bucket.
-   * 
- * - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for bucket. - */ - com.google.protobuf.ByteString - getBucketBytes(); - - /** - *
-   * Required. Makes the operation conditional on whether bucket's current
-   * metageneration matches the given value. Must be positive.
-   * 
- * - * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; - * @return The ifMetagenerationMatch. - */ - long getIfMetagenerationMatch(); -} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java deleted file mode 100644 index 731dee3983..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java +++ /dev/null @@ -1,29 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface ServiceAccountOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.ServiceAccount) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * The ID of the notification.
-   * 
- * - * string email_address = 1; - * @return The emailAddress. - */ - java.lang.String getEmailAddress(); - /** - *
-   * The ID of the notification.
-   * 
- * - * string email_address = 1; - * @return The bytes for emailAddress. - */ - com.google.protobuf.ByteString - getEmailAddressBytes(); -} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java deleted file mode 100644 index f31d3698f7..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public interface ServiceConstantsOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.storage.v2.ServiceConstants) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java b/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java deleted file mode 100644 index 1c4ba3cea0..0000000000 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java +++ /dev/null @@ -1,1419 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/storage/v2/storage.proto - -package com.google.storage.v2; - -public final class StorageProto { - private StorageProto() {} - 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_storage_v2_DeleteBucketRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetBucketRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CreateBucketRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListBucketsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListBucketsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_UpdateBucketRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetNotificationRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CreateNotificationRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListNotificationsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListNotificationsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ComposeObjectRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_DeleteObjectRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ReadObjectRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetObjectRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ReadObjectResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_WriteObjectSpec_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_WriteObjectRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_WriteObjectResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListObjectsRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_RewriteObjectRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_RewriteResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_UpdateObjectRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ServiceConstants_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Billing_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Cors_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Encryption_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_IamConfig_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Lifecycle_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Logging_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Versioning_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Website_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_Autoclass_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Bucket_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_BucketAccessControl_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ChecksummedData_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ObjectChecksums_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_HmacKeyMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Notification_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Notification_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Notification_CustomAttributesEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_CustomerEncryption_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Object_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Object_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Object_MetadataEntry_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Object_MetadataEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ObjectAccessControl_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ListObjectsResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ProjectTeam_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ServiceAccount_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_Owner_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_Owner_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_storage_v2_ContentRange_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_storage_v2_ContentRange_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/storage/v2/storage.proto\022\021googl" + - "e.storage.v2\032\027google/api/client.proto\032\037g" + - "oogle/api/field_behavior.proto\032\031google/a" + - "pi/resource.proto\032\030google/api/routing.pr" + - "oto\032\036google/iam/v1/iam_policy.proto\032\032goo" + - "gle/iam/v1/policy.proto\032\036google/protobuf" + - "/duration.proto\032\033google/protobuf/empty.p" + - "roto\032 google/protobuf/field_mask.proto\032\037" + - "google/protobuf/timestamp.proto\032\026google/" + - "type/date.proto\"\326\001\n\023DeleteBucketRequest\022" + - "3\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035storage.googleapi" + - "s.com/Bucket\022$\n\027if_metageneration_match\030" + - "\002 \001(\003H\000\210\001\001\022(\n\033if_metageneration_not_matc" + - "h\030\003 \001(\003H\001\210\001\001B\032\n\030_if_metageneration_match" + - "B\036\n\034_if_metageneration_not_match\"\225\002\n\020Get" + - "BucketRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035sto" + - "rage.googleapis.com/Bucket\022$\n\027if_metagen" + - "eration_match\030\002 \001(\003H\000\210\001\001\022(\n\033if_metagener" + - "ation_not_match\030\003 \001(\003H\001\210\001\001\0222\n\tread_mask\030" + - "\005 \001(\0132\032.google.protobuf.FieldMaskH\002\210\001\001B\032" + - "\n\030_if_metageneration_matchB\036\n\034_if_metage" + - "neration_not_matchB\014\n\n_read_mask\"\334\001\n\023Cre" + - "ateBucketRequest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-" + - "\n+cloudresourcemanager.googleapis.com/Pr" + - "oject\022)\n\006bucket\030\002 \001(\0132\031.google.storage.v" + - "2.Bucket\022\026\n\tbucket_id\030\003 \001(\tB\003\340A\002\022\026\n\016pred" + - "efined_acl\030\006 \001(\t\022%\n\035predefined_default_o" + - "bject_acl\030\007 \001(\t\"\322\001\n\022ListBucketsRequest\022C" + - "\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+cloudresourceman" + - "ager.googleapis.com/Project\022\021\n\tpage_size" + - "\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006prefix\030\004 \001" + - "(\t\0222\n\tread_mask\030\005 \001(\0132\032.google.protobuf." + - "FieldMaskH\000\210\001\001B\014\n\n_read_mask\"Z\n\023ListBuck" + - "etsResponse\022*\n\007buckets\030\001 \003(\0132\031.google.st" + - "orage.v2.Bucket\022\027\n\017next_page_token\030\002 \001(\t" + - "\"\177\n LockBucketRetentionPolicyRequest\0225\n\006" + - "bucket\030\001 \001(\tB%\340A\002\372A\037\n\035storage.googleapis" + - ".com/Bucket\022$\n\027if_metageneration_match\030\002" + - " \001(\003B\003\340A\002\"\306\002\n\023UpdateBucketRequest\022.\n\006buc" + - "ket\030\001 \001(\0132\031.google.storage.v2.BucketB\003\340A" + - "\002\022$\n\027if_metageneration_match\030\002 \001(\003H\000\210\001\001\022" + - "(\n\033if_metageneration_not_match\030\003 \001(\003H\001\210\001" + - "\001\022\026\n\016predefined_acl\030\010 \001(\t\022%\n\035predefined_" + - "default_object_acl\030\t \001(\t\0224\n\013update_mask\030" + - "\006 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002B\032" + - "\n\030_if_metageneration_matchB\036\n\034_if_metage" + - "neration_not_match\"V\n\031DeleteNotification" + - "Request\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#storage.g" + - "oogleapis.com/Notification\"M\n\026GetNotific" + - "ationRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035stor" + - "age.googleapis.com/Bucket\"\216\001\n\031CreateNoti" + - "ficationRequest\0225\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022" + - "\035storage.googleapis.com/Bucket\022:\n\014notifi" + - "cation\030\002 \001(\0132\037.google.storage.v2.Notific" + - "ationB\003\340A\002\"x\n\030ListNotificationsRequest\0225" + - "\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022\035storage.googleap" + - "is.com/Bucket\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage" + - "_token\030\003 \001(\t\"l\n\031ListNotificationsRespons" + - "e\0226\n\rnotifications\030\001 \003(\0132\037.google.storag" + - "e.v2.Notification\022\027\n\017next_page_token\030\002 \001" + - "(\t\"\365\005\n\024ComposeObjectRequest\0223\n\013destinati" + - "on\030\001 \001(\0132\031.google.storage.v2.ObjectB\003\340A\002" + - "\022L\n\016source_objects\030\002 \003(\01324.google.storag" + - "e.v2.ComposeObjectRequest.SourceObject\022\"" + - "\n\032destination_predefined_acl\030\t \001(\t\022 \n\023if" + - "_generation_match\030\004 \001(\003H\000\210\001\001\022$\n\027if_metag" + - "eneration_match\030\005 \001(\003H\001\210\001\001\0227\n\007kms_key\030\006 " + - "\001(\tB&\372A#\n!cloudkms.googleapis.com/Crypto" + - "Key\022R\n\034common_object_request_params\030\007 \001(" + - "\0132,.google.storage.v2.CommonObjectReques" + - "tParams\022<\n\020object_checksums\030\n \001(\0132\".goog" + - "le.storage.v2.ObjectChecksums\032\356\001\n\014Source" + - "Object\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\022\n\ngeneration\030" + - "\002 \001(\003\022f\n\024object_preconditions\030\003 \001(\0132H.go" + - "ogle.storage.v2.ComposeObjectRequest.Sou" + - "rceObject.ObjectPreconditions\032O\n\023ObjectP" + - "reconditions\022 \n\023if_generation_match\030\001 \001(" + - "\003H\000\210\001\001B\026\n\024_if_generation_matchB\026\n\024_if_ge" + - "neration_matchB\032\n\030_if_metageneration_mat" + - "ch\"\257\003\n\023DeleteObjectRequest\022\023\n\006bucket\030\001 \001" + - "(\tB\003\340A\002\022\023\n\006object\030\002 \001(\tB\003\340A\002\022\022\n\ngenerati" + - "on\030\004 \001(\003\022 \n\023if_generation_match\030\005 \001(\003H\000\210" + - "\001\001\022$\n\027if_generation_not_match\030\006 \001(\003H\001\210\001\001" + - "\022$\n\027if_metageneration_match\030\007 \001(\003H\002\210\001\001\022(" + - "\n\033if_metageneration_not_match\030\010 \001(\003H\003\210\001\001" + - "\022R\n\034common_object_request_params\030\n \001(\0132," + - ".google.storage.v2.CommonObjectRequestPa" + - "ramsB\026\n\024_if_generation_matchB\032\n\030_if_gene" + - "ration_not_matchB\032\n\030_if_metageneration_m" + - "atchB\036\n\034_if_metageneration_not_match\"5\n\033" + - "CancelResumableWriteRequest\022\026\n\tupload_id" + - "\030\001 \001(\tB\003\340A\002\"\036\n\034CancelResumableWriteRespo" + - "nse\"\230\004\n\021ReadObjectRequest\022\023\n\006bucket\030\001 \001(" + - "\tB\003\340A\002\022\023\n\006object\030\002 \001(\tB\003\340A\002\022\022\n\ngeneratio" + - "n\030\003 \001(\003\022\023\n\013read_offset\030\004 \001(\003\022\022\n\nread_lim" + - "it\030\005 \001(\003\022 \n\023if_generation_match\030\006 \001(\003H\000\210" + - "\001\001\022$\n\027if_generation_not_match\030\007 \001(\003H\001\210\001\001" + - "\022$\n\027if_metageneration_match\030\010 \001(\003H\002\210\001\001\022(" + - "\n\033if_metageneration_not_match\030\t \001(\003H\003\210\001\001" + - "\022R\n\034common_object_request_params\030\n \001(\0132," + - ".google.storage.v2.CommonObjectRequestPa" + - "rams\0222\n\tread_mask\030\014 \001(\0132\032.google.protobu" + - "f.FieldMaskH\004\210\001\001B\026\n\024_if_generation_match" + - "B\032\n\030_if_generation_not_matchB\032\n\030_if_meta" + - "generation_matchB\036\n\034_if_metageneration_n" + - "ot_matchB\014\n\n_read_mask\"\356\003\n\020GetObjectRequ" + - "est\022\023\n\006bucket\030\001 \001(\tB\003\340A\002\022\023\n\006object\030\002 \001(\t" + - "B\003\340A\002\022\022\n\ngeneration\030\003 \001(\003\022 \n\023if_generati" + - "on_match\030\004 \001(\003H\000\210\001\001\022$\n\027if_generation_not" + - "_match\030\005 \001(\003H\001\210\001\001\022$\n\027if_metageneration_m" + - "atch\030\006 \001(\003H\002\210\001\001\022(\n\033if_metageneration_not" + - "_match\030\007 \001(\003H\003\210\001\001\022R\n\034common_object_reque" + - "st_params\030\010 \001(\0132,.google.storage.v2.Comm" + - "onObjectRequestParams\0222\n\tread_mask\030\n \001(\013" + - "2\032.google.protobuf.FieldMaskH\004\210\001\001B\026\n\024_if" + - "_generation_matchB\032\n\030_if_generation_not_" + - "matchB\032\n\030_if_metageneration_matchB\036\n\034_if" + - "_metageneration_not_matchB\014\n\n_read_mask\"" + - "\365\001\n\022ReadObjectResponse\022<\n\020checksummed_da" + - "ta\030\001 \001(\0132\".google.storage.v2.Checksummed" + - "Data\022<\n\020object_checksums\030\002 \001(\0132\".google." + - "storage.v2.ObjectChecksums\0226\n\rcontent_ra" + - "nge\030\003 \001(\0132\037.google.storage.v2.ContentRan" + - "ge\022+\n\010metadata\030\004 \001(\0132\031.google.storage.v2" + - ".Object\"\215\003\n\017WriteObjectSpec\0220\n\010resource\030" + - "\001 \001(\0132\031.google.storage.v2.ObjectB\003\340A\002\022\026\n" + - "\016predefined_acl\030\007 \001(\t\022 \n\023if_generation_m" + - "atch\030\003 \001(\003H\000\210\001\001\022$\n\027if_generation_not_mat" + - "ch\030\004 \001(\003H\001\210\001\001\022$\n\027if_metageneration_match" + - "\030\005 \001(\003H\002\210\001\001\022(\n\033if_metageneration_not_mat" + - "ch\030\006 \001(\003H\003\210\001\001\022\030\n\013object_size\030\010 \001(\003H\004\210\001\001B" + - "\026\n\024_if_generation_matchB\032\n\030_if_generatio" + - "n_not_matchB\032\n\030_if_metageneration_matchB" + - "\036\n\034_if_metageneration_not_matchB\016\n\014_obje" + - "ct_size\"\206\003\n\022WriteObjectRequest\022\023\n\tupload" + - "_id\030\001 \001(\tH\000\022?\n\021write_object_spec\030\002 \001(\0132\"" + - ".google.storage.v2.WriteObjectSpecH\000\022\031\n\014" + - "write_offset\030\003 \001(\003B\003\340A\002\022>\n\020checksummed_d" + - "ata\030\004 \001(\0132\".google.storage.v2.Checksumme" + - "dDataH\001\022<\n\020object_checksums\030\006 \001(\0132\".goog" + - "le.storage.v2.ObjectChecksums\022\024\n\014finish_" + - "write\030\007 \001(\010\022R\n\034common_object_request_par" + - "ams\030\010 \001(\0132,.google.storage.v2.CommonObje" + - "ctRequestParamsB\017\n\rfirst_messageB\006\n\004data" + - "\"n\n\023WriteObjectResponse\022\030\n\016persisted_siz" + - "e\030\001 \001(\003H\000\022-\n\010resource\030\002 \001(\0132\031.google.sto" + - "rage.v2.ObjectH\000B\016\n\014write_status\"\317\002\n\022Lis" + - "tObjectsRequest\0225\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022" + - "\035storage.googleapis.com/Bucket\022\021\n\tpage_s" + - "ize\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\021\n\tdelimit" + - "er\030\004 \001(\t\022\"\n\032include_trailing_delimiter\030\005" + - " \001(\010\022\016\n\006prefix\030\006 \001(\t\022\020\n\010versions\030\007 \001(\010\0222" + - "\n\tread_mask\030\010 \001(\0132\032.google.protobuf.Fiel" + - "dMaskH\000\210\001\001\022 \n\023lexicographic_start\030\n \001(\tB" + - "\003\340A\001\022\036\n\021lexicographic_end\030\013 \001(\tB\003\340A\001B\014\n\n" + - "_read_mask\"\205\001\n\027QueryWriteStatusRequest\022\026" + - "\n\tupload_id\030\001 \001(\tB\003\340A\002\022R\n\034common_object_" + - "request_params\030\002 \001(\0132,.google.storage.v2" + - ".CommonObjectRequestParams\"s\n\030QueryWrite" + - "StatusResponse\022\030\n\016persisted_size\030\001 \001(\003H\000" + - "\022-\n\010resource\030\002 \001(\0132\031.google.storage.v2.O" + - "bjectH\000B\016\n\014write_status\"\206\n\n\024RewriteObjec" + - "tRequest\022 \n\020destination_name\030\030 \001(\tB\006\340A\002\340" + - "A\005\022D\n\022destination_bucket\030\031 \001(\tB(\340A\002\340A\005\372A" + - "\037\n\035storage.googleapis.com/Bucket\022C\n\023dest" + - "ination_kms_key\030\033 \001(\tB&\372A#\n!cloudkms.goo" + - "gleapis.com/CryptoKey\022.\n\013destination\030\001 \001" + - "(\0132\031.google.storage.v2.Object\022\032\n\rsource_" + - "bucket\030\002 \001(\tB\003\340A\002\022\032\n\rsource_object\030\003 \001(\t" + - "B\003\340A\002\022\031\n\021source_generation\030\004 \001(\003\022\025\n\rrewr" + - "ite_token\030\005 \001(\t\022\"\n\032destination_predefine" + - "d_acl\030\034 \001(\t\022 \n\023if_generation_match\030\007 \001(\003" + - "H\000\210\001\001\022$\n\027if_generation_not_match\030\010 \001(\003H\001" + - "\210\001\001\022$\n\027if_metageneration_match\030\t \001(\003H\002\210\001" + - "\001\022(\n\033if_metageneration_not_match\030\n \001(\003H\003" + - "\210\001\001\022\'\n\032if_source_generation_match\030\013 \001(\003H" + - "\004\210\001\001\022+\n\036if_source_generation_not_match\030\014" + - " \001(\003H\005\210\001\001\022+\n\036if_source_metageneration_ma" + - "tch\030\r \001(\003H\006\210\001\001\022/\n\"if_source_metagenerati" + - "on_not_match\030\016 \001(\003H\007\210\001\001\022$\n\034max_bytes_rew" + - "ritten_per_call\030\017 \001(\003\022(\n copy_source_enc" + - "ryption_algorithm\030\020 \001(\t\022(\n copy_source_e" + - "ncryption_key_bytes\030\025 \001(\014\022/\n\'copy_source" + - "_encryption_key_sha256_bytes\030\026 \001(\014\022R\n\034co" + - "mmon_object_request_params\030\023 \001(\0132,.googl" + - "e.storage.v2.CommonObjectRequestParams\022<" + - "\n\020object_checksums\030\035 \001(\0132\".google.storag" + - "e.v2.ObjectChecksumsB\026\n\024_if_generation_m" + - "atchB\032\n\030_if_generation_not_matchB\032\n\030_if_" + - "metageneration_matchB\036\n\034_if_metagenerati" + - "on_not_matchB\035\n\033_if_source_generation_ma" + - "tchB!\n\037_if_source_generation_not_matchB!" + - "\n\037_if_source_metageneration_matchB%\n#_if" + - "_source_metageneration_not_match\"\227\001\n\017Rew" + - "riteResponse\022\035\n\025total_bytes_rewritten\030\001 " + - "\001(\003\022\023\n\013object_size\030\002 \001(\003\022\014\n\004done\030\003 \001(\010\022\025" + - "\n\rrewrite_token\030\004 \001(\t\022+\n\010resource\030\005 \001(\0132" + - "\031.google.storage.v2.Object\"\362\001\n\032StartResu" + - "mableWriteRequest\022B\n\021write_object_spec\030\001" + - " \001(\0132\".google.storage.v2.WriteObjectSpec" + - "B\003\340A\002\022R\n\034common_object_request_params\030\003 " + - "\001(\0132,.google.storage.v2.CommonObjectRequ" + - "estParams\022<\n\020object_checksums\030\005 \001(\0132\".go" + - "ogle.storage.v2.ObjectChecksums\"0\n\033Start" + - "ResumableWriteResponse\022\021\n\tupload_id\030\001 \001(" + - "\t\"\357\003\n\023UpdateObjectRequest\022.\n\006object\030\001 \001(" + - "\0132\031.google.storage.v2.ObjectB\003\340A\002\022 \n\023if_" + - "generation_match\030\002 \001(\003H\000\210\001\001\022$\n\027if_genera" + - "tion_not_match\030\003 \001(\003H\001\210\001\001\022$\n\027if_metagene" + - "ration_match\030\004 \001(\003H\002\210\001\001\022(\n\033if_metagenera" + - "tion_not_match\030\005 \001(\003H\003\210\001\001\022\026\n\016predefined_" + - "acl\030\n \001(\t\0224\n\013update_mask\030\007 \001(\0132\032.google." + - "protobuf.FieldMaskB\003\340A\002\022R\n\034common_object" + - "_request_params\030\010 \001(\0132,.google.storage.v" + - "2.CommonObjectRequestParamsB\026\n\024_if_gener" + - "ation_matchB\032\n\030_if_generation_not_matchB" + - "\032\n\030_if_metageneration_matchB\036\n\034_if_metag" + - "eneration_not_match\"`\n\030GetServiceAccount" + - "Request\022D\n\007project\030\001 \001(\tB3\340A\002\372A-\n+cloudr" + - "esourcemanager.googleapis.com/Project\"\200\001" + - "\n\024CreateHmacKeyRequest\022D\n\007project\030\001 \001(\tB" + - "3\340A\002\372A-\n+cloudresourcemanager.googleapis" + - ".com/Project\022\"\n\025service_account_email\030\002 " + - "\001(\tB\003\340A\002\"g\n\025CreateHmacKeyResponse\0224\n\010met" + - "adata\030\001 \001(\0132\".google.storage.v2.HmacKeyM" + - "etadata\022\030\n\020secret_key_bytes\030\003 \001(\014\"t\n\024Del" + - "eteHmacKeyRequest\022\026\n\taccess_id\030\001 \001(\tB\003\340A" + - "\002\022D\n\007project\030\002 \001(\tB3\340A\002\372A-\n+cloudresourc" + - "emanager.googleapis.com/Project\"q\n\021GetHm" + - "acKeyRequest\022\026\n\taccess_id\030\001 \001(\tB\003\340A\002\022D\n\007" + - "project\030\002 \001(\tB3\340A\002\372A-\n+cloudresourcemana" + - "ger.googleapis.com/Project\"\274\001\n\023ListHmacK" + - "eysRequest\022D\n\007project\030\001 \001(\tB3\340A\002\372A-\n+clo" + - "udresourcemanager.googleapis.com/Project" + - "\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022" + - "\035\n\025service_account_email\030\004 \001(\t\022\031\n\021show_d" + - "eleted_keys\030\005 \001(\010\"f\n\024ListHmacKeysRespons" + - "e\0225\n\thmac_keys\030\001 \003(\0132\".google.storage.v2" + - ".HmacKeyMetadata\022\027\n\017next_page_token\030\002 \001(" + - "\t\"\202\001\n\024UpdateHmacKeyRequest\0229\n\010hmac_key\030\001" + - " \001(\0132\".google.storage.v2.HmacKeyMetadata" + - "B\003\340A\002\022/\n\013update_mask\030\003 \001(\0132\032.google.prot" + - "obuf.FieldMask\"|\n\031CommonObjectRequestPar" + - "ams\022\034\n\024encryption_algorithm\030\001 \001(\t\022\034\n\024enc" + - "ryption_key_bytes\030\004 \001(\014\022#\n\033encryption_ke" + - "y_sha256_bytes\030\005 \001(\014\"\312\005\n\020ServiceConstant" + - "s\"\265\005\n\006Values\022\026\n\022VALUES_UNSPECIFIED\020\000\022\033\n\024" + - "MAX_READ_CHUNK_BYTES\020\200\200\200\001\022\034\n\025MAX_WRITE_C" + - "HUNK_BYTES\020\200\200\200\001\022\031\n\022MAX_OBJECT_SIZE_MB\020\200\200" + - "\300\002\022)\n$MAX_CUSTOM_METADATA_FIELD_NAME_BYT" + - "ES\020\200\010\022*\n%MAX_CUSTOM_METADATA_FIELD_VALUE" + - "_BYTES\020\200 \022)\n$MAX_CUSTOM_METADATA_TOTAL_S" + - "IZE_BYTES\020\200@\022*\n$MAX_BUCKET_METADATA_TOTA" + - "L_SIZE_BYTES\020\200\240\001\022\'\n#MAX_NOTIFICATION_CON" + - "FIGS_PER_BUCKET\020d\022\"\n\036MAX_LIFECYCLE_RULES" + - "_PER_BUCKET\020d\022&\n\"MAX_NOTIFICATION_CUSTOM" + - "_ATTRIBUTES\020\005\0221\n,MAX_NOTIFICATION_CUSTOM" + - "_ATTRIBUTE_KEY_LENGTH\020\200\002\0223\n.MAX_NOTIFICA" + - "TION_CUSTOM_ATTRIBUTE_VALUE_LENGTH\020\200\010\022\034\n" + - "\030MAX_LABELS_ENTRIES_COUNT\020@\022\037\n\033MAX_LABEL" + - "S_KEY_VALUE_LENGTH\020?\022\037\n\032MAX_LABELS_KEY_V" + - "ALUE_BYTES\020\200\001\022.\n)MAX_OBJECT_IDS_PER_DELE" + - "TE_OBJECTS_REQUEST\020\350\007\022\036\n\032SPLIT_TOKEN_MAX" + - "_VALID_DAYS\020\016\032\002\020\001\"\206\030\n\006Bucket\022\021\n\004name\030\001 \001" + - "(\tB\003\340A\005\022\026\n\tbucket_id\030\002 \001(\tB\003\340A\003\022\014\n\004etag\030" + - "\035 \001(\t\022D\n\007project\030\003 \001(\tB3\340A\005\372A-\n+cloudres" + - "ourcemanager.googleapis.com/Project\022\033\n\016m" + - "etageneration\030\004 \001(\003B\003\340A\003\022\025\n\010location\030\005 \001" + - "(\tB\003\340A\005\022\032\n\rlocation_type\030\006 \001(\tB\003\340A\003\022\025\n\rs" + - "torage_class\030\007 \001(\t\022\013\n\003rpo\030\033 \001(\t\0223\n\003acl\030\010" + - " \003(\0132&.google.storage.v2.BucketAccessCon" + - "trol\022B\n\022default_object_acl\030\t \003(\0132&.googl" + - "e.storage.v2.ObjectAccessControl\0226\n\tlife" + - "cycle\030\n \001(\0132#.google.storage.v2.Bucket.L" + - "ifecycle\0224\n\013create_time\030\013 \001(\0132\032.google.p" + - "rotobuf.TimestampB\003\340A\003\022,\n\004cors\030\014 \003(\0132\036.g" + - "oogle.storage.v2.Bucket.Cors\0224\n\013update_t" + - "ime\030\r \001(\0132\032.google.protobuf.TimestampB\003\340" + - "A\003\022 \n\030default_event_based_hold\030\016 \001(\010\0225\n\006" + - "labels\030\017 \003(\0132%.google.storage.v2.Bucket." + - "LabelsEntry\0222\n\007website\030\020 \001(\0132!.google.st" + - "orage.v2.Bucket.Website\0228\n\nversioning\030\021 " + - "\001(\0132$.google.storage.v2.Bucket.Versionin" + - "g\0222\n\007logging\030\022 \001(\0132!.google.storage.v2.B" + - "ucket.Logging\022,\n\005owner\030\023 \001(\0132\030.google.st" + - "orage.v2.OwnerB\003\340A\003\0228\n\nencryption\030\024 \001(\0132" + - "$.google.storage.v2.Bucket.Encryption\0222\n" + - "\007billing\030\025 \001(\0132!.google.storage.v2.Bucke" + - "t.Billing\022C\n\020retention_policy\030\026 \001(\0132).go" + - "ogle.storage.v2.Bucket.RetentionPolicy\0227" + - "\n\niam_config\030\027 \001(\0132#.google.storage.v2.B" + - "ucket.IamConfig\022\025\n\rsatisfies_pzs\030\031 \001(\010\022P" + - "\n\027custom_placement_config\030\032 \001(\0132/.google" + - ".storage.v2.Bucket.CustomPlacementConfig" + - "\0226\n\tautoclass\030\034 \001(\0132#.google.storage.v2." + - "Bucket.Autoclass\032!\n\007Billing\022\026\n\016requester" + - "_pays\030\001 \001(\010\032X\n\004Cors\022\016\n\006origin\030\001 \003(\t\022\016\n\006m" + - "ethod\030\002 \003(\t\022\027\n\017response_header\030\003 \003(\t\022\027\n\017" + - "max_age_seconds\030\004 \001(\005\032M\n\nEncryption\022?\n\017d" + - "efault_kms_key\030\001 \001(\tB&\372A#\n!cloudkms.goog" + - "leapis.com/CryptoKey\032\354\001\n\tIamConfig\022a\n\033un" + - "iform_bucket_level_access\030\001 \001(\0132<.google" + - ".storage.v2.Bucket.IamConfig.UniformBuck" + - "etLevelAccess\022 \n\030public_access_preventio" + - "n\030\003 \001(\t\032Z\n\030UniformBucketLevelAccess\022\017\n\007e" + - "nabled\030\001 \001(\010\022-\n\tlock_time\030\002 \001(\0132\032.google" + - ".protobuf.Timestamp\032\363\005\n\tLifecycle\0226\n\004rul" + - "e\030\001 \003(\0132(.google.storage.v2.Bucket.Lifec" + - "ycle.Rule\032\255\005\n\004Rule\022?\n\006action\030\001 \001(\0132/.goo" + - "gle.storage.v2.Bucket.Lifecycle.Rule.Act" + - "ion\022E\n\tcondition\030\002 \001(\01322.google.storage." + - "v2.Bucket.Lifecycle.Rule.Condition\032-\n\006Ac" + - "tion\022\014\n\004type\030\001 \001(\t\022\025\n\rstorage_class\030\002 \001(" + - "\t\032\355\003\n\tCondition\022\025\n\010age_days\030\001 \001(\005H\000\210\001\001\022)" + - "\n\016created_before\030\002 \001(\0132\021.google.type.Dat" + - "e\022\024\n\007is_live\030\003 \001(\010H\001\210\001\001\022\037\n\022num_newer_ver" + - "sions\030\004 \001(\005H\002\210\001\001\022\035\n\025matches_storage_clas" + - "s\030\005 \003(\t\022#\n\026days_since_custom_time\030\007 \001(\005H" + - "\003\210\001\001\022-\n\022custom_time_before\030\010 \001(\0132\021.googl" + - "e.type.Date\022\'\n\032days_since_noncurrent_tim" + - "e\030\t \001(\005H\004\210\001\001\0221\n\026noncurrent_time_before\030\n" + - " \001(\0132\021.google.type.Date\022\026\n\016matches_prefi" + - "x\030\013 \003(\t\022\026\n\016matches_suffix\030\014 \003(\tB\013\n\t_age_" + - "daysB\n\n\010_is_liveB\025\n\023_num_newer_versionsB" + - "\031\n\027_days_since_custom_timeB\035\n\033_days_sinc" + - "e_noncurrent_time\0328\n\007Logging\022\022\n\nlog_buck" + - "et\030\001 \001(\t\022\031\n\021log_object_prefix\030\002 \001(\t\032\303\001\n\017" + - "RetentionPolicy\0222\n\016effective_time\030\001 \001(\0132" + - "\032.google.protobuf.Timestamp\022\021\n\tis_locked" + - "\030\002 \001(\010\022\035\n\020retention_period\030\003 \001(\003H\000\210\001\001\0225\n" + - "\022retention_duration\030\004 \001(\0132\031.google.proto" + - "buf.DurationB\023\n\021_retention_period\032\035\n\nVer" + - "sioning\022\017\n\007enabled\030\001 \001(\010\032;\n\007Website\022\030\n\020m" + - "ain_page_suffix\030\001 \001(\t\022\026\n\016not_found_page\030" + - "\002 \001(\t\032/\n\025CustomPlacementConfig\022\026\n\016data_l" + - "ocations\030\001 \003(\t\032R\n\tAutoclass\022\017\n\007enabled\030\001" + - " \001(\010\0224\n\013toggle_time\030\002 \001(\0132\032.google.proto" + - "buf.TimestampB\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key" + - "\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:G\352AD\n\035storage." + - "googleapis.com/Bucket\022#projects/{project" + - "}/buckets/{bucket}\"\316\001\n\023BucketAccessContr" + - "ol\022\014\n\004role\030\001 \001(\t\022\n\n\002id\030\002 \001(\t\022\016\n\006entity\030\003" + - " \001(\t\022\027\n\nentity_alt\030\t \001(\tB\003\340A\003\022\021\n\tentity_" + - "id\030\004 \001(\t\022\014\n\004etag\030\010 \001(\t\022\r\n\005email\030\005 \001(\t\022\016\n" + - "\006domain\030\006 \001(\t\0224\n\014project_team\030\007 \001(\0132\036.go" + - "ogle.storage.v2.ProjectTeam\"B\n\017Checksumm" + - "edData\022\017\n\007content\030\001 \001(\014\022\023\n\006crc32c\030\002 \001(\007H" + - "\000\210\001\001B\t\n\007_crc32c\"C\n\017ObjectChecksums\022\023\n\006cr" + - "c32c\030\001 \001(\007H\000\210\001\001\022\020\n\010md5_hash\030\002 \001(\014B\t\n\007_cr" + - "c32c\"\255\002\n\017HmacKeyMetadata\022\017\n\002id\030\001 \001(\tB\003\340A" + - "\005\022\026\n\taccess_id\030\002 \001(\tB\003\340A\005\022D\n\007project\030\003 \001" + - "(\tB3\340A\005\372A-\n+cloudresourcemanager.googlea" + - "pis.com/Project\022\"\n\025service_account_email" + - "\030\004 \001(\tB\003\340A\003\022\r\n\005state\030\005 \001(\t\0224\n\013create_tim" + - "e\030\006 \001(\0132\032.google.protobuf.TimestampB\003\340A\003" + - "\0224\n\013update_time\030\007 \001(\0132\032.google.protobuf." + - "TimestampB\003\340A\003\022\014\n\004etag\030\010 \001(\t\"\216\003\n\014Notific" + - "ation\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\022\n\005topic\030\002 \001(\tB" + - "\003\340A\002\022\014\n\004etag\030\007 \001(\t\022\023\n\013event_types\030\003 \003(\t\022" + - "P\n\021custom_attributes\030\004 \003(\01325.google.stor" + - "age.v2.Notification.CustomAttributesEntr" + - "y\022\032\n\022object_name_prefix\030\005 \001(\t\022\033\n\016payload" + - "_format\030\006 \001(\tB\003\340A\002\0327\n\025CustomAttributesEn" + - "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:p\352Am" + - "\n#storage.googleapis.com/Notification\022Fp" + - "rojects/{project}/buckets/{bucket}/notif" + - "icationConfigs/{notification}\"L\n\022Custome" + - "rEncryption\022\034\n\024encryption_algorithm\030\001 \001(" + - "\t\022\030\n\020key_sha256_bytes\030\003 \001(\014\"\202\t\n\006Object\022\021" + - "\n\004name\030\001 \001(\tB\003\340A\005\0225\n\006bucket\030\002 \001(\tB%\340A\005\372A" + - "\037\n\035storage.googleapis.com/Bucket\022\014\n\004etag" + - "\030\033 \001(\t\022\027\n\ngeneration\030\003 \001(\003B\003\340A\005\022\033\n\016metag" + - "eneration\030\004 \001(\003B\003\340A\003\022\025\n\rstorage_class\030\005 " + - "\001(\t\022\021\n\004size\030\006 \001(\003B\003\340A\003\022\030\n\020content_encodi" + - "ng\030\007 \001(\t\022\033\n\023content_disposition\030\010 \001(\t\022\025\n" + - "\rcache_control\030\t \001(\t\0223\n\003acl\030\n \003(\0132&.goog" + - "le.storage.v2.ObjectAccessControl\022\030\n\020con" + - "tent_language\030\013 \001(\t\0224\n\013delete_time\030\014 \001(\013" + - "2\032.google.protobuf.TimestampB\003\340A\003\022\024\n\014con" + - "tent_type\030\r \001(\t\0224\n\013create_time\030\016 \001(\0132\032.g" + - "oogle.protobuf.TimestampB\003\340A\003\022\034\n\017compone" + - "nt_count\030\017 \001(\005B\003\340A\003\022:\n\tchecksums\030\020 \001(\0132\"" + - ".google.storage.v2.ObjectChecksumsB\003\340A\003\022" + - "4\n\013update_time\030\021 \001(\0132\032.google.protobuf.T" + - "imestampB\003\340A\003\0227\n\007kms_key\030\022 \001(\tB&\372A#\n!clo" + - "udkms.googleapis.com/CryptoKey\022B\n\031update" + - "_storage_class_time\030\023 \001(\0132\032.google.proto" + - "buf.TimestampB\003\340A\003\022\026\n\016temporary_hold\030\024 \001" + - "(\010\0229\n\025retention_expire_time\030\025 \001(\0132\032.goog" + - "le.protobuf.Timestamp\0229\n\010metadata\030\026 \003(\0132" + - "\'.google.storage.v2.Object.MetadataEntry" + - "\022\035\n\020event_based_hold\030\027 \001(\010H\000\210\001\001\022,\n\005owner" + - "\030\030 \001(\0132\030.google.storage.v2.OwnerB\003\340A\003\022B\n" + - "\023customer_encryption\030\031 \001(\0132%.google.stor" + - "age.v2.CustomerEncryption\022/\n\013custom_time" + - "\030\032 \001(\0132\032.google.protobuf.Timestamp\032/\n\rMe" + - "tadataEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:" + - "\0028\001B\023\n\021_event_based_hold\"\316\001\n\023ObjectAcces" + - "sControl\022\014\n\004role\030\001 \001(\t\022\n\n\002id\030\002 \001(\t\022\016\n\006en" + - "tity\030\003 \001(\t\022\027\n\nentity_alt\030\t \001(\tB\003\340A\003\022\021\n\te", - "ntity_id\030\004 \001(\t\022\014\n\004etag\030\010 \001(\t\022\r\n\005email\030\005 " + - "\001(\t\022\016\n\006domain\030\006 \001(\t\0224\n\014project_team\030\007 \001(" + - "\0132\036.google.storage.v2.ProjectTeam\"l\n\023Lis" + - "tObjectsResponse\022*\n\007objects\030\001 \003(\0132\031.goog" + - "le.storage.v2.Object\022\020\n\010prefixes\030\002 \003(\t\022\027" + - "\n\017next_page_token\030\003 \001(\t\"3\n\013ProjectTeam\022\026" + - "\n\016project_number\030\001 \001(\t\022\014\n\004team\030\002 \001(\t\"\'\n\016" + - "ServiceAccount\022\025\n\remail_address\030\001 \001(\t\"*\n" + - "\005Owner\022\016\n\006entity\030\001 \001(\t\022\021\n\tentity_id\030\002 \001(" + - "\t\"C\n\014ContentRange\022\r\n\005start\030\001 \001(\003\022\013\n\003end\030" + - "\002 \001(\003\022\027\n\017complete_length\030\003 \001(\0032\257%\n\007Stora" + - "ge\022r\n\014DeleteBucket\022&.google.storage.v2.D" + - "eleteBucketRequest\032\026.google.protobuf.Emp" + - "ty\"\"\212\323\344\223\002\025\022\023\n\004name\022\013{bucket=**}\332A\004name\022o" + - "\n\tGetBucket\022#.google.storage.v2.GetBucke" + - "tRequest\032\031.google.storage.v2.Bucket\"\"\212\323\344" + - "\223\002\025\022\023\n\004name\022\013{bucket=**}\332A\004name\022\213\001\n\014Crea" + - "teBucket\022&.google.storage.v2.CreateBucke" + - "tRequest\032\031.google.storage.v2.Bucket\"8\212\323\344" + - "\223\002\030\022\026\n\006parent\022\014{project=**}\332A\027parent,buc" + - "ket,bucket_id\022\205\001\n\013ListBuckets\022%.google.s" + - "torage.v2.ListBucketsRequest\032&.google.st" + - "orage.v2.ListBucketsResponse\"\'\212\323\344\223\002\030\022\026\n\006" + - "parent\022\014{project=**}\332A\006parent\022\223\001\n\031LockBu" + - "cketRetentionPolicy\0223.google.storage.v2." + - "LockBucketRetentionPolicyRequest\032\031.googl" + - "e.storage.v2.Bucket\"&\212\323\344\223\002\027\022\025\n\006bucket\022\013{" + - "bucket=**}\332A\006bucket\022\253\001\n\014GetIamPolicy\022\".g" + - "oogle.iam.v1.GetIamPolicyRequest\032\025.googl" + - "e.iam.v1.Policy\"`\212\323\344\223\002O\022\027\n\010resource\022\013{bu" + - "cket=**}\0224\n\010resource\022({bucket=projects/*" + - "/buckets/*}/objects/**\332A\010resource\022\262\001\n\014Se" + - "tIamPolicy\022\".google.iam.v1.SetIamPolicyR" + - "equest\032\025.google.iam.v1.Policy\"g\212\323\344\223\002O\022\027\n" + - "\010resource\022\013{bucket=**}\0224\n\010resource\022({buc" + - "ket=projects/*/buckets/*}/objects/**\332A\017r" + - "esource,policy\022\327\001\n\022TestIamPermissions\022(." + - "google.iam.v1.TestIamPermissionsRequest\032" + - ").google.iam.v1.TestIamPermissionsRespon" + - "se\"l\212\323\344\223\002O\022\027\n\010resource\022\013{bucket=**}\0224\n\010r" + - "esource\022({bucket=projects/*/buckets/*}/o" + - "bjects/**\332A\024resource,permissions\022\212\001\n\014Upd" + - "ateBucket\022&.google.storage.v2.UpdateBuck" + - "etRequest\032\031.google.storage.v2.Bucket\"7\212\323" + - "\344\223\002\034\022\032\n\013bucket.name\022\013{bucket=**}\332A\022bucke" + - "t,update_mask\022\223\001\n\022DeleteNotification\022,.g" + - "oogle.storage.v2.DeleteNotificationReque" + - "st\032\026.google.protobuf.Empty\"7\212\323\344\223\002*\022(\n\004na" + - "me\022 {bucket=projects/*/buckets/*}/**\332A\004n" + - "ame\022\226\001\n\017GetNotification\022).google.storage" + - ".v2.GetNotificationRequest\032\037.google.stor" + - "age.v2.Notification\"7\212\323\344\223\002*\022(\n\004name\022 {bu" + - "cket=projects/*/buckets/*}/**\332A\004name\022\230\001\n" + - "\022CreateNotification\022,.google.storage.v2." + - "CreateNotificationRequest\032\037.google.stora" + - "ge.v2.Notification\"3\212\323\344\223\002\027\022\025\n\006parent\022\013{b" + - "ucket=**}\332A\023parent,notification\022\226\001\n\021List" + - "Notifications\022+.google.storage.v2.ListNo" + - "tificationsRequest\032,.google.storage.v2.L" + - "istNotificationsResponse\"&\212\323\344\223\002\027\022\025\n\006pare" + - "nt\022\013{bucket=**}\332A\006parent\022~\n\rComposeObjec" + - "t\022\'.google.storage.v2.ComposeObjectReque" + - "st\032\031.google.storage.v2.Object\")\212\323\344\223\002#\022!\n" + - "\022destination.bucket\022\013{bucket=**}\022\230\001\n\014Del" + - "eteObject\022&.google.storage.v2.DeleteObje" + - "ctRequest\032\026.google.protobuf.Empty\"H\212\323\344\223\002" + - "\027\022\025\n\006bucket\022\013{bucket=**}\332A\rbucket,object" + - "\332A\030bucket,object,generation\022\272\001\n\024CancelRe" + - "sumableWrite\022..google.storage.v2.CancelR" + - "esumableWriteRequest\032/.google.storage.v2" + - ".CancelResumableWriteResponse\"A\212\323\344\223\002/\022-\n" + - "\tupload_id\022 {bucket=projects/*/buckets/*" + - "}/**\332A\tupload_id\022\225\001\n\tGetObject\022#.google." + - "storage.v2.GetObjectRequest\032\031.google.sto" + - "rage.v2.Object\"H\212\323\344\223\002\027\022\025\n\006bucket\022\013{bucke" + - "t=**}\332A\rbucket,object\332A\030bucket,object,ge" + - "neration\022\245\001\n\nReadObject\022$.google.storage" + - ".v2.ReadObjectRequest\032%.google.storage.v" + - "2.ReadObjectResponse\"H\212\323\344\223\002\027\022\025\n\006bucket\022\013" + - "{bucket=**}\332A\rbucket,object\332A\030bucket,obj" + - "ect,generation0\001\022\214\001\n\014UpdateObject\022&.goog" + - "le.storage.v2.UpdateObjectRequest\032\031.goog" + - "le.storage.v2.Object\"9\212\323\344\223\002\036\022\034\n\robject.b" + - "ucket\022\013{bucket=**}\332A\022object,update_mask\022" + - "`\n\013WriteObject\022%.google.storage.v2.Write" + - "ObjectRequest\032&.google.storage.v2.WriteO" + - "bjectResponse\"\000(\001\022\204\001\n\013ListObjects\022%.goog" + - "le.storage.v2.ListObjectsRequest\032&.googl" + - "e.storage.v2.ListObjectsResponse\"&\212\323\344\223\002\027" + - "\022\025\n\006parent\022\013{bucket=**}\332A\006parent\022\230\001\n\rRew" + - "riteObject\022\'.google.storage.v2.RewriteOb" + - "jectRequest\032\".google.storage.v2.RewriteR" + - "esponse\":\212\323\344\223\0024\022\017\n\rsource_bucket\022!\n\022dest" + - "ination_bucket\022\013{bucket=**}\022\256\001\n\023StartRes" + - "umableWrite\022-.google.storage.v2.StartRes" + - "umableWriteRequest\032..google.storage.v2.S" + - "tartResumableWriteResponse\"8\212\323\344\223\0022\0220\n!wr" + - "ite_object_spec.resource.bucket\022\013{bucket" + - "=**}\022\256\001\n\020QueryWriteStatus\022*.google.stora" + - "ge.v2.QueryWriteStatusRequest\032+.google.s" + - "torage.v2.QueryWriteStatusResponse\"A\212\323\344\223" + - "\002/\022-\n\tupload_id\022 {bucket=projects/*/buck" + - "ets/*}/**\332A\tupload_id\022\200\001\n\021GetServiceAcco" + - "unt\022+.google.storage.v2.GetServiceAccoun" + - "tRequest\032!.google.storage.v2.ServiceAcco" + - "unt\"\033\212\323\344\223\002\013\022\t\n\007project\332A\007project\022\225\001\n\rCre" + - "ateHmacKey\022\'.google.storage.v2.CreateHma" + - "cKeyRequest\032(.google.storage.v2.CreateHm" + - "acKeyResponse\"1\212\323\344\223\002\013\022\t\n\007project\332A\035proje" + - "ct,service_account_email\022w\n\rDeleteHmacKe" + - "y\022\'.google.storage.v2.DeleteHmacKeyReque" + - "st\032\026.google.protobuf.Empty\"%\212\323\344\223\002\013\022\t\n\007pr" + - "oject\332A\021access_id,project\022}\n\nGetHmacKey\022" + - "$.google.storage.v2.GetHmacKeyRequest\032\"." + - "google.storage.v2.HmacKeyMetadata\"%\212\323\344\223\002" + - "\013\022\t\n\007project\332A\021access_id,project\022|\n\014List" + - "HmacKeys\022&.google.storage.v2.ListHmacKey" + - "sRequest\032\'.google.storage.v2.ListHmacKey" + - "sResponse\"\033\212\323\344\223\002\013\022\t\n\007project\332A\007project\022\235" + - "\001\n\rUpdateHmacKey\022\'.google.storage.v2.Upd" + - "ateHmacKeyRequest\032\".google.storage.v2.Hm" + - "acKeyMetadata\"?\212\323\344\223\002\"\022 \n\020hmac_key.projec" + - "t\022\014{project=**}\332A\024hmac_key,update_mask\032\247" + - "\002\312A\026storage.googleapis.com\322A\212\002https://ww" + - "w.googleapis.com/auth/cloud-platform,htt" + - "ps://www.googleapis.com/auth/cloud-platf" + - "orm.read-only,https://www.googleapis.com" + - "/auth/devstorage.full_control,https://ww" + - "w.googleapis.com/auth/devstorage.read_on" + - "ly,https://www.googleapis.com/auth/devst" + - "orage.read_writeB\334\001\n\025com.google.storage." + - "v2B\014StorageProtoP\001Z8google.golang.org/ge" + - "nproto/googleapis/storage/v2;storage\352Ax\n" + - "!cloudkms.googleapis.com/CryptoKey\022Sproj" + - "ects/{project}/locations/{location}/keyR" + - "ings/{key_ring}/cryptoKeys/{crypto_key}b" + - "\006proto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.api.RoutingProto.getDescriptor(), - com.google.iam.v1.IamPolicyProto.getDescriptor(), - com.google.iam.v1.PolicyProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.EmptyProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.type.DateProto.getDescriptor(), - }); - internal_static_google_storage_v2_DeleteBucketRequest_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_DeleteBucketRequest_descriptor, - new java.lang.String[] { "Name", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", }); - internal_static_google_storage_v2_GetBucketRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetBucketRequest_descriptor, - new java.lang.String[] { "Name", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ReadMask", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ReadMask", }); - internal_static_google_storage_v2_CreateBucketRequest_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CreateBucketRequest_descriptor, - new java.lang.String[] { "Parent", "Bucket", "BucketId", "PredefinedAcl", "PredefinedDefaultObjectAcl", }); - internal_static_google_storage_v2_ListBucketsRequest_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListBucketsRequest_descriptor, - new java.lang.String[] { "Parent", "PageSize", "PageToken", "Prefix", "ReadMask", "ReadMask", }); - internal_static_google_storage_v2_ListBucketsResponse_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListBucketsResponse_descriptor, - new java.lang.String[] { "Buckets", "NextPageToken", }); - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor, - new java.lang.String[] { "Bucket", "IfMetagenerationMatch", }); - internal_static_google_storage_v2_UpdateBucketRequest_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_UpdateBucketRequest_descriptor, - new java.lang.String[] { "Bucket", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "PredefinedAcl", "PredefinedDefaultObjectAcl", "UpdateMask", "IfMetagenerationMatch", "IfMetagenerationNotMatch", }); - internal_static_google_storage_v2_DeleteNotificationRequest_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_DeleteNotificationRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_storage_v2_GetNotificationRequest_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetNotificationRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_storage_v2_CreateNotificationRequest_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CreateNotificationRequest_descriptor, - new java.lang.String[] { "Parent", "Notification", }); - internal_static_google_storage_v2_ListNotificationsRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListNotificationsRequest_descriptor, - new java.lang.String[] { "Parent", "PageSize", "PageToken", }); - internal_static_google_storage_v2_ListNotificationsResponse_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListNotificationsResponse_descriptor, - new java.lang.String[] { "Notifications", "NextPageToken", }); - internal_static_google_storage_v2_ComposeObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ComposeObjectRequest_descriptor, - new java.lang.String[] { "Destination", "SourceObjects", "DestinationPredefinedAcl", "IfGenerationMatch", "IfMetagenerationMatch", "KmsKey", "CommonObjectRequestParams", "ObjectChecksums", "IfGenerationMatch", "IfMetagenerationMatch", }); - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor = - internal_static_google_storage_v2_ComposeObjectRequest_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor, - new java.lang.String[] { "Name", "Generation", "ObjectPreconditions", }); - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor = - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor, - new java.lang.String[] { "IfGenerationMatch", "IfGenerationMatch", }); - internal_static_google_storage_v2_DeleteObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_DeleteObjectRequest_descriptor, - new java.lang.String[] { "Bucket", "Object", "Generation", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "CommonObjectRequestParams", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", }); - internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor, - new java.lang.String[] { "UploadId", }); - internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor, - new java.lang.String[] { }); - internal_static_google_storage_v2_ReadObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ReadObjectRequest_descriptor, - new java.lang.String[] { "Bucket", "Object", "Generation", "ReadOffset", "ReadLimit", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "CommonObjectRequestParams", "ReadMask", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ReadMask", }); - internal_static_google_storage_v2_GetObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(17); - internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetObjectRequest_descriptor, - new java.lang.String[] { "Bucket", "Object", "Generation", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "CommonObjectRequestParams", "ReadMask", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ReadMask", }); - internal_static_google_storage_v2_ReadObjectResponse_descriptor = - getDescriptor().getMessageTypes().get(18); - internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ReadObjectResponse_descriptor, - new java.lang.String[] { "ChecksummedData", "ObjectChecksums", "ContentRange", "Metadata", }); - internal_static_google_storage_v2_WriteObjectSpec_descriptor = - getDescriptor().getMessageTypes().get(19); - internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_WriteObjectSpec_descriptor, - new java.lang.String[] { "Resource", "PredefinedAcl", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ObjectSize", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "ObjectSize", }); - internal_static_google_storage_v2_WriteObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(20); - internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_WriteObjectRequest_descriptor, - new java.lang.String[] { "UploadId", "WriteObjectSpec", "WriteOffset", "ChecksummedData", "ObjectChecksums", "FinishWrite", "CommonObjectRequestParams", "FirstMessage", "Data", }); - internal_static_google_storage_v2_WriteObjectResponse_descriptor = - getDescriptor().getMessageTypes().get(21); - internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_WriteObjectResponse_descriptor, - new java.lang.String[] { "PersistedSize", "Resource", "WriteStatus", }); - internal_static_google_storage_v2_ListObjectsRequest_descriptor = - getDescriptor().getMessageTypes().get(22); - internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListObjectsRequest_descriptor, - new java.lang.String[] { "Parent", "PageSize", "PageToken", "Delimiter", "IncludeTrailingDelimiter", "Prefix", "Versions", "ReadMask", "LexicographicStart", "LexicographicEnd", "ReadMask", }); - internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor = - getDescriptor().getMessageTypes().get(23); - internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor, - new java.lang.String[] { "UploadId", "CommonObjectRequestParams", }); - internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor = - getDescriptor().getMessageTypes().get(24); - internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor, - new java.lang.String[] { "PersistedSize", "Resource", "WriteStatus", }); - internal_static_google_storage_v2_RewriteObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(25); - internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_RewriteObjectRequest_descriptor, - new java.lang.String[] { "DestinationName", "DestinationBucket", "DestinationKmsKey", "Destination", "SourceBucket", "SourceObject", "SourceGeneration", "RewriteToken", "DestinationPredefinedAcl", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "IfSourceGenerationMatch", "IfSourceGenerationNotMatch", "IfSourceMetagenerationMatch", "IfSourceMetagenerationNotMatch", "MaxBytesRewrittenPerCall", "CopySourceEncryptionAlgorithm", "CopySourceEncryptionKeyBytes", "CopySourceEncryptionKeySha256Bytes", "CommonObjectRequestParams", "ObjectChecksums", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "IfSourceGenerationMatch", "IfSourceGenerationNotMatch", "IfSourceMetagenerationMatch", "IfSourceMetagenerationNotMatch", }); - internal_static_google_storage_v2_RewriteResponse_descriptor = - getDescriptor().getMessageTypes().get(26); - internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_RewriteResponse_descriptor, - new java.lang.String[] { "TotalBytesRewritten", "ObjectSize", "Done", "RewriteToken", "Resource", }); - internal_static_google_storage_v2_StartResumableWriteRequest_descriptor = - getDescriptor().getMessageTypes().get(27); - internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_StartResumableWriteRequest_descriptor, - new java.lang.String[] { "WriteObjectSpec", "CommonObjectRequestParams", "ObjectChecksums", }); - internal_static_google_storage_v2_StartResumableWriteResponse_descriptor = - getDescriptor().getMessageTypes().get(28); - internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_StartResumableWriteResponse_descriptor, - new java.lang.String[] { "UploadId", }); - internal_static_google_storage_v2_UpdateObjectRequest_descriptor = - getDescriptor().getMessageTypes().get(29); - internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_UpdateObjectRequest_descriptor, - new java.lang.String[] { "Object", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", "PredefinedAcl", "UpdateMask", "CommonObjectRequestParams", "IfGenerationMatch", "IfGenerationNotMatch", "IfMetagenerationMatch", "IfMetagenerationNotMatch", }); - internal_static_google_storage_v2_GetServiceAccountRequest_descriptor = - getDescriptor().getMessageTypes().get(30); - internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetServiceAccountRequest_descriptor, - new java.lang.String[] { "Project", }); - internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(31); - internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor, - new java.lang.String[] { "Project", "ServiceAccountEmail", }); - internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(32); - internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor, - new java.lang.String[] { "Metadata", "SecretKeyBytes", }); - internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(33); - internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor, - new java.lang.String[] { "AccessId", "Project", }); - internal_static_google_storage_v2_GetHmacKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(34); - internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_GetHmacKeyRequest_descriptor, - new java.lang.String[] { "AccessId", "Project", }); - internal_static_google_storage_v2_ListHmacKeysRequest_descriptor = - getDescriptor().getMessageTypes().get(35); - internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListHmacKeysRequest_descriptor, - new java.lang.String[] { "Project", "PageSize", "PageToken", "ServiceAccountEmail", "ShowDeletedKeys", }); - internal_static_google_storage_v2_ListHmacKeysResponse_descriptor = - getDescriptor().getMessageTypes().get(36); - internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListHmacKeysResponse_descriptor, - new java.lang.String[] { "HmacKeys", "NextPageToken", }); - internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(37); - internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor, - new java.lang.String[] { "HmacKey", "UpdateMask", }); - internal_static_google_storage_v2_CommonObjectRequestParams_descriptor = - getDescriptor().getMessageTypes().get(38); - internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CommonObjectRequestParams_descriptor, - new java.lang.String[] { "EncryptionAlgorithm", "EncryptionKeyBytes", "EncryptionKeySha256Bytes", }); - internal_static_google_storage_v2_ServiceConstants_descriptor = - getDescriptor().getMessageTypes().get(39); - internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ServiceConstants_descriptor, - new java.lang.String[] { }); - internal_static_google_storage_v2_Bucket_descriptor = - getDescriptor().getMessageTypes().get(40); - internal_static_google_storage_v2_Bucket_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_descriptor, - new java.lang.String[] { "Name", "BucketId", "Etag", "Project", "Metageneration", "Location", "LocationType", "StorageClass", "Rpo", "Acl", "DefaultObjectAcl", "Lifecycle", "CreateTime", "Cors", "UpdateTime", "DefaultEventBasedHold", "Labels", "Website", "Versioning", "Logging", "Owner", "Encryption", "Billing", "RetentionPolicy", "IamConfig", "SatisfiesPzs", "CustomPlacementConfig", "Autoclass", }); - internal_static_google_storage_v2_Bucket_Billing_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Billing_descriptor, - new java.lang.String[] { "RequesterPays", }); - internal_static_google_storage_v2_Bucket_Cors_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(1); - internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Cors_descriptor, - new java.lang.String[] { "Origin", "Method", "ResponseHeader", "MaxAgeSeconds", }); - internal_static_google_storage_v2_Bucket_Encryption_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(2); - internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Encryption_descriptor, - new java.lang.String[] { "DefaultKmsKey", }); - internal_static_google_storage_v2_Bucket_IamConfig_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(3); - internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_IamConfig_descriptor, - new java.lang.String[] { "UniformBucketLevelAccess", "PublicAccessPrevention", }); - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor = - internal_static_google_storage_v2_Bucket_IamConfig_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor, - new java.lang.String[] { "Enabled", "LockTime", }); - internal_static_google_storage_v2_Bucket_Lifecycle_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(4); - internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Lifecycle_descriptor, - new java.lang.String[] { "Rule", }); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor = - internal_static_google_storage_v2_Bucket_Lifecycle_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor, - new java.lang.String[] { "Action", "Condition", }); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor = - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor, - new java.lang.String[] { "Type", "StorageClass", }); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor = - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor.getNestedTypes().get(1); - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor, - new java.lang.String[] { "AgeDays", "CreatedBefore", "IsLive", "NumNewerVersions", "MatchesStorageClass", "DaysSinceCustomTime", "CustomTimeBefore", "DaysSinceNoncurrentTime", "NoncurrentTimeBefore", "MatchesPrefix", "MatchesSuffix", "AgeDays", "IsLive", "NumNewerVersions", "DaysSinceCustomTime", "DaysSinceNoncurrentTime", }); - internal_static_google_storage_v2_Bucket_Logging_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(5); - internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Logging_descriptor, - new java.lang.String[] { "LogBucket", "LogObjectPrefix", }); - internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(6); - internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor, - new java.lang.String[] { "EffectiveTime", "IsLocked", "RetentionPeriod", "RetentionDuration", "RetentionPeriod", }); - internal_static_google_storage_v2_Bucket_Versioning_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(7); - internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Versioning_descriptor, - new java.lang.String[] { "Enabled", }); - internal_static_google_storage_v2_Bucket_Website_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(8); - internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Website_descriptor, - new java.lang.String[] { "MainPageSuffix", "NotFoundPage", }); - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(9); - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor, - new java.lang.String[] { "DataLocations", }); - internal_static_google_storage_v2_Bucket_Autoclass_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(10); - internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_Autoclass_descriptor, - new java.lang.String[] { "Enabled", "ToggleTime", }); - internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor = - internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(11); - internal_static_google_storage_v2_Bucket_LabelsEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor, - new java.lang.String[] { "Key", "Value", }); - internal_static_google_storage_v2_BucketAccessControl_descriptor = - getDescriptor().getMessageTypes().get(41); - internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_BucketAccessControl_descriptor, - new java.lang.String[] { "Role", "Id", "Entity", "EntityAlt", "EntityId", "Etag", "Email", "Domain", "ProjectTeam", }); - internal_static_google_storage_v2_ChecksummedData_descriptor = - getDescriptor().getMessageTypes().get(42); - internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ChecksummedData_descriptor, - new java.lang.String[] { "Content", "Crc32C", "Crc32C", }); - internal_static_google_storage_v2_ObjectChecksums_descriptor = - getDescriptor().getMessageTypes().get(43); - internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ObjectChecksums_descriptor, - new java.lang.String[] { "Crc32C", "Md5Hash", "Crc32C", }); - internal_static_google_storage_v2_HmacKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(44); - internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_HmacKeyMetadata_descriptor, - new java.lang.String[] { "Id", "AccessId", "Project", "ServiceAccountEmail", "State", "CreateTime", "UpdateTime", "Etag", }); - internal_static_google_storage_v2_Notification_descriptor = - getDescriptor().getMessageTypes().get(45); - internal_static_google_storage_v2_Notification_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Notification_descriptor, - new java.lang.String[] { "Name", "Topic", "Etag", "EventTypes", "CustomAttributes", "ObjectNamePrefix", "PayloadFormat", }); - internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor = - internal_static_google_storage_v2_Notification_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Notification_CustomAttributesEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor, - new java.lang.String[] { "Key", "Value", }); - internal_static_google_storage_v2_CustomerEncryption_descriptor = - getDescriptor().getMessageTypes().get(46); - internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_CustomerEncryption_descriptor, - new java.lang.String[] { "EncryptionAlgorithm", "KeySha256Bytes", }); - internal_static_google_storage_v2_Object_descriptor = - getDescriptor().getMessageTypes().get(47); - internal_static_google_storage_v2_Object_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Object_descriptor, - new java.lang.String[] { "Name", "Bucket", "Etag", "Generation", "Metageneration", "StorageClass", "Size", "ContentEncoding", "ContentDisposition", "CacheControl", "Acl", "ContentLanguage", "DeleteTime", "ContentType", "CreateTime", "ComponentCount", "Checksums", "UpdateTime", "KmsKey", "UpdateStorageClassTime", "TemporaryHold", "RetentionExpireTime", "Metadata", "EventBasedHold", "Owner", "CustomerEncryption", "CustomTime", "EventBasedHold", }); - internal_static_google_storage_v2_Object_MetadataEntry_descriptor = - internal_static_google_storage_v2_Object_descriptor.getNestedTypes().get(0); - internal_static_google_storage_v2_Object_MetadataEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Object_MetadataEntry_descriptor, - new java.lang.String[] { "Key", "Value", }); - internal_static_google_storage_v2_ObjectAccessControl_descriptor = - getDescriptor().getMessageTypes().get(48); - internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ObjectAccessControl_descriptor, - new java.lang.String[] { "Role", "Id", "Entity", "EntityAlt", "EntityId", "Etag", "Email", "Domain", "ProjectTeam", }); - internal_static_google_storage_v2_ListObjectsResponse_descriptor = - getDescriptor().getMessageTypes().get(49); - internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ListObjectsResponse_descriptor, - new java.lang.String[] { "Objects", "Prefixes", "NextPageToken", }); - internal_static_google_storage_v2_ProjectTeam_descriptor = - getDescriptor().getMessageTypes().get(50); - internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ProjectTeam_descriptor, - new java.lang.String[] { "ProjectNumber", "Team", }); - internal_static_google_storage_v2_ServiceAccount_descriptor = - getDescriptor().getMessageTypes().get(51); - internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ServiceAccount_descriptor, - new java.lang.String[] { "EmailAddress", }); - internal_static_google_storage_v2_Owner_descriptor = - getDescriptor().getMessageTypes().get(52); - internal_static_google_storage_v2_Owner_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_Owner_descriptor, - new java.lang.String[] { "Entity", "EntityId", }); - internal_static_google_storage_v2_ContentRange_descriptor = - getDescriptor().getMessageTypes().get(53); - internal_static_google_storage_v2_ContentRange_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_storage_v2_ContentRange_descriptor, - new java.lang.String[] { "Start", "End", "CompleteLength", }); - 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.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceDefinition); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.api.RoutingProto.routing); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.api.RoutingProto.getDescriptor(); - com.google.iam.v1.IamPolicyProto.getDescriptor(); - com.google.iam.v1.PolicyProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.EmptyProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - com.google.type.DateProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java similarity index 76% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java index 531a662dc8..b15e081b7a 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Bucket.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * A bucket.
  * 
* * Protobuf type {@code google.storage.v2.Bucket} */ -public final class Bucket extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Bucket extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket) BucketOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Bucket.newBuilder() to construct. private Bucket(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Bucket() { name_ = ""; bucketId_ = ""; @@ -35,107 +53,115 @@ private Bucket() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Bucket(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_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 15: 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.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Bucket.class, com.google.storage.v2.Bucket.Builder.class); } - public interface BillingOrBuilder extends + public interface BillingOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Billing) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * When set to true, Requester Pays is enabled for this bucket.
      * 
* * bool requester_pays = 1; + * * @return The requesterPays. */ boolean getRequesterPays(); } /** + * + * *
    * Billing properties of a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.Billing} */ - public static final class Billing extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Billing extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Billing) BillingOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Billing.newBuilder() to construct. private Billing(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Billing() { - } + + private Billing() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Billing(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Billing_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Billing.class, com.google.storage.v2.Bucket.Billing.Builder.class); + com.google.storage.v2.Bucket.Billing.class, + com.google.storage.v2.Bucket.Billing.Builder.class); } public static final int REQUESTER_PAYS_FIELD_NUMBER = 1; private boolean requesterPays_; /** + * + * *
      * When set to true, Requester Pays is enabled for this bucket.
      * 
* * bool requester_pays = 1; + * * @return The requesterPays. */ @java.lang.Override @@ -144,6 +170,7 @@ public boolean getRequesterPays() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -155,8 +182,7 @@ 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 (requesterPays_ != false) { output.writeBool(1, requesterPays_); } @@ -170,8 +196,7 @@ public int getSerializedSize() { size = 0; if (requesterPays_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(1, requesterPays_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, requesterPays_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -181,15 +206,14 @@ 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.storage.v2.Bucket.Billing)) { return super.equals(obj); } com.google.storage.v2.Bucket.Billing other = (com.google.storage.v2.Bucket.Billing) obj; - if (getRequesterPays() - != other.getRequesterPays()) return false; + if (getRequesterPays() != other.getRequesterPays()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -202,95 +226,100 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + REQUESTER_PAYS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getRequesterPays()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getRequesterPays()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.Bucket.Billing parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Billing parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing 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 @@ -300,39 +329,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Billing properties of a bucket.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.Billing} */ - 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.storage.v2.Bucket.Billing) com.google.storage.v2.Bucket.BillingOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Billing_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Billing.class, com.google.storage.v2.Bucket.Billing.Builder.class); + com.google.storage.v2.Bucket.Billing.class, + com.google.storage.v2.Bucket.Billing.Builder.class); } // Construct using com.google.storage.v2.Bucket.Billing.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -342,9 +373,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Billing_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Billing_descriptor; } @java.lang.Override @@ -363,7 +394,8 @@ public com.google.storage.v2.Bucket.Billing build() { @java.lang.Override public com.google.storage.v2.Bucket.Billing buildPartial() { - com.google.storage.v2.Bucket.Billing result = new com.google.storage.v2.Bucket.Billing(this); + com.google.storage.v2.Bucket.Billing result = + new com.google.storage.v2.Bucket.Billing(this); result.requesterPays_ = requesterPays_; onBuilt(); return result; @@ -373,38 +405,41 @@ public com.google.storage.v2.Bucket.Billing 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.storage.v2.Bucket.Billing) { - return mergeFrom((com.google.storage.v2.Bucket.Billing)other); + return mergeFrom((com.google.storage.v2.Bucket.Billing) other); } else { super.mergeFrom(other); return this; @@ -442,17 +477,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - requesterPays_ = input.readBool(); + case 8: + { + requesterPays_ = input.readBool(); - break; - } // case 8 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 8 + 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) { @@ -463,13 +500,16 @@ public Builder mergeFrom( return this; } - private boolean requesterPays_ ; + private boolean requesterPays_; /** + * + * *
        * When set to true, Requester Pays is enabled for this bucket.
        * 
* * bool requester_pays = 1; + * * @return The requesterPays. */ @java.lang.Override @@ -477,34 +517,41 @@ public boolean getRequesterPays() { return requesterPays_; } /** + * + * *
        * When set to true, Requester Pays is enabled for this bucket.
        * 
* * bool requester_pays = 1; + * * @param value The requesterPays to set. * @return This builder for chaining. */ public Builder setRequesterPays(boolean value) { - + requesterPays_ = value; onChanged(); return this; } /** + * + * *
        * When set to true, Requester Pays is enabled for this bucket.
        * 
* * bool requester_pays = 1; + * * @return This builder for chaining. */ public Builder clearRequesterPays() { - + requesterPays_ = false; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -517,12 +564,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Billing) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Billing) private static final com.google.storage.v2.Bucket.Billing DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Billing(); } @@ -531,27 +578,28 @@ public static com.google.storage.v2.Bucket.Billing getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Billing 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 Billing 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; @@ -566,14 +614,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Billing getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface CorsOrBuilder extends + public interface CorsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Cors) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -581,11 +631,13 @@ public interface CorsOrBuilder extends
      * 
* * repeated string origin = 1; + * * @return A list containing the origin. */ - java.util.List - getOriginList(); + java.util.List getOriginList(); /** + * + * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -593,10 +645,13 @@ public interface CorsOrBuilder extends
      * 
* * repeated string origin = 1; + * * @return The count of origin. */ int getOriginCount(); /** + * + * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -604,11 +659,14 @@ public interface CorsOrBuilder extends
      * 
* * repeated string origin = 1; + * * @param index The index of the element to return. * @return The origin at the given index. */ java.lang.String getOrigin(int index); /** + * + * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -616,13 +674,15 @@ public interface CorsOrBuilder extends
      * 
* * repeated string origin = 1; + * * @param index The index of the value to return. * @return The bytes of the origin at the given index. */ - com.google.protobuf.ByteString - getOriginBytes(int index); + com.google.protobuf.ByteString getOriginBytes(int index); /** + * + * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -630,11 +690,13 @@ public interface CorsOrBuilder extends
      * 
* * repeated string method = 2; + * * @return A list containing the method. */ - java.util.List - getMethodList(); + java.util.List getMethodList(); /** + * + * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -642,10 +704,13 @@ public interface CorsOrBuilder extends
      * 
* * repeated string method = 2; + * * @return The count of method. */ int getMethodCount(); /** + * + * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -653,11 +718,14 @@ public interface CorsOrBuilder extends
      * 
* * repeated string method = 2; + * * @param index The index of the element to return. * @return The method at the given index. */ java.lang.String getMethod(int index); /** + * + * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -665,13 +733,15 @@ public interface CorsOrBuilder extends
      * 
* * repeated string method = 2; + * * @param index The index of the value to return. * @return The bytes of the method at the given index. */ - com.google.protobuf.ByteString - getMethodBytes(int index); + com.google.protobuf.ByteString getMethodBytes(int index); /** + * + * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -679,11 +749,13 @@ public interface CorsOrBuilder extends
      * 
* * repeated string response_header = 3; + * * @return A list containing the responseHeader. */ - java.util.List - getResponseHeaderList(); + java.util.List getResponseHeaderList(); /** + * + * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -691,10 +763,13 @@ public interface CorsOrBuilder extends
      * 
* * repeated string response_header = 3; + * * @return The count of responseHeader. */ int getResponseHeaderCount(); /** + * + * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -702,11 +777,14 @@ public interface CorsOrBuilder extends
      * 
* * repeated string response_header = 3; + * * @param index The index of the element to return. * @return The responseHeader at the given index. */ java.lang.String getResponseHeader(int index); /** + * + * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -714,13 +792,15 @@ public interface CorsOrBuilder extends
      * 
* * repeated string response_header = 3; + * * @param index The index of the value to return. * @return The bytes of the responseHeader at the given index. */ - com.google.protobuf.ByteString - getResponseHeaderBytes(int index); + com.google.protobuf.ByteString getResponseHeaderBytes(int index); /** + * + * *
      * The value, in seconds, to return in the
      * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -728,11 +808,14 @@ public interface CorsOrBuilder extends
      * 
* * int32 max_age_seconds = 4; + * * @return The maxAgeSeconds. */ int getMaxAgeSeconds(); } /** + * + * *
    * Cross-Origin Response sharing (CORS) properties for a bucket.
    * For more on Cloud Storage and CORS, see
@@ -742,15 +825,16 @@ public interface CorsOrBuilder extends
    *
    * Protobuf type {@code google.storage.v2.Bucket.Cors}
    */
-  public static final class Cors extends
-      com.google.protobuf.GeneratedMessageV3 implements
+  public static final class Cors extends com.google.protobuf.GeneratedMessageV3
+      implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Cors)
       CorsOrBuilder {
-  private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
     // Use Cors.newBuilder() to construct.
     private Cors(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
+
     private Cors() {
       origin_ = com.google.protobuf.LazyStringArrayList.EMPTY;
       method_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -759,32 +843,35 @@ private Cors() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(
-        UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
       return new Cors();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet
-    getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
       return this.unknownFields;
     }
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_descriptor;
+
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_Cors_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.Cors.class, com.google.storage.v2.Bucket.Cors.Builder.class);
+              com.google.storage.v2.Bucket.Cors.class,
+              com.google.storage.v2.Bucket.Cors.Builder.class);
     }
 
     public static final int ORIGIN_FIELD_NUMBER = 1;
     private com.google.protobuf.LazyStringList origin_;
     /**
+     *
+     *
      * 
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -792,13 +879,15 @@ protected java.lang.Object newInstance(
      * 
* * repeated string origin = 1; + * * @return A list containing the origin. */ - public com.google.protobuf.ProtocolStringList - getOriginList() { + public com.google.protobuf.ProtocolStringList getOriginList() { return origin_; } /** + * + * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -806,12 +895,15 @@ protected java.lang.Object newInstance(
      * 
* * repeated string origin = 1; + * * @return The count of origin. */ public int getOriginCount() { return origin_.size(); } /** + * + * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -819,6 +911,7 @@ public int getOriginCount() {
      * 
* * repeated string origin = 1; + * * @param index The index of the element to return. * @return The origin at the given index. */ @@ -826,6 +919,8 @@ public java.lang.String getOrigin(int index) { return origin_.get(index); } /** + * + * *
      * The list of Origins eligible to receive CORS response headers. See
      * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -833,17 +928,19 @@ public java.lang.String getOrigin(int index) {
      * 
* * repeated string origin = 1; + * * @param index The index of the value to return. * @return The bytes of the origin at the given index. */ - public com.google.protobuf.ByteString - getOriginBytes(int index) { + public com.google.protobuf.ByteString getOriginBytes(int index) { return origin_.getByteString(index); } public static final int METHOD_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList method_; /** + * + * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -851,13 +948,15 @@ public java.lang.String getOrigin(int index) {
      * 
* * repeated string method = 2; + * * @return A list containing the method. */ - public com.google.protobuf.ProtocolStringList - getMethodList() { + public com.google.protobuf.ProtocolStringList getMethodList() { return method_; } /** + * + * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -865,12 +964,15 @@ public java.lang.String getOrigin(int index) {
      * 
* * repeated string method = 2; + * * @return The count of method. */ public int getMethodCount() { return method_.size(); } /** + * + * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -878,6 +980,7 @@ public int getMethodCount() {
      * 
* * repeated string method = 2; + * * @param index The index of the element to return. * @return The method at the given index. */ @@ -885,6 +988,8 @@ public java.lang.String getMethod(int index) { return method_.get(index); } /** + * + * *
      * The list of HTTP methods on which to include CORS response headers,
      * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -892,17 +997,19 @@ public java.lang.String getMethod(int index) {
      * 
* * repeated string method = 2; + * * @param index The index of the value to return. * @return The bytes of the method at the given index. */ - public com.google.protobuf.ByteString - getMethodBytes(int index) { + public com.google.protobuf.ByteString getMethodBytes(int index) { return method_.getByteString(index); } public static final int RESPONSE_HEADER_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList responseHeader_; /** + * + * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -910,13 +1017,15 @@ public java.lang.String getMethod(int index) {
      * 
* * repeated string response_header = 3; + * * @return A list containing the responseHeader. */ - public com.google.protobuf.ProtocolStringList - getResponseHeaderList() { + public com.google.protobuf.ProtocolStringList getResponseHeaderList() { return responseHeader_; } /** + * + * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -924,12 +1033,15 @@ public java.lang.String getMethod(int index) {
      * 
* * repeated string response_header = 3; + * * @return The count of responseHeader. */ public int getResponseHeaderCount() { return responseHeader_.size(); } /** + * + * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -937,6 +1049,7 @@ public int getResponseHeaderCount() {
      * 
* * repeated string response_header = 3; + * * @param index The index of the element to return. * @return The responseHeader at the given index. */ @@ -944,6 +1057,8 @@ public java.lang.String getResponseHeader(int index) { return responseHeader_.get(index); } /** + * + * *
      * The list of HTTP headers other than the
      * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -951,17 +1066,19 @@ public java.lang.String getResponseHeader(int index) {
      * 
* * repeated string response_header = 3; + * * @param index The index of the value to return. * @return The bytes of the responseHeader at the given index. */ - public com.google.protobuf.ByteString - getResponseHeaderBytes(int index) { + public com.google.protobuf.ByteString getResponseHeaderBytes(int index) { return responseHeader_.getByteString(index); } public static final int MAX_AGE_SECONDS_FIELD_NUMBER = 4; private int maxAgeSeconds_; /** + * + * *
      * The value, in seconds, to return in the
      * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -969,6 +1086,7 @@ public java.lang.String getResponseHeader(int index) {
      * 
* * int32 max_age_seconds = 4; + * * @return The maxAgeSeconds. */ @java.lang.Override @@ -977,6 +1095,7 @@ public int getMaxAgeSeconds() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -988,8 +1107,7 @@ 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 < origin_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, origin_.getRaw(i)); } @@ -1036,8 +1154,7 @@ public int getSerializedSize() { size += 1 * getResponseHeaderList().size(); } if (maxAgeSeconds_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(4, maxAgeSeconds_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(4, maxAgeSeconds_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1047,21 +1164,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.storage.v2.Bucket.Cors)) { return super.equals(obj); } com.google.storage.v2.Bucket.Cors other = (com.google.storage.v2.Bucket.Cors) obj; - if (!getOriginList() - .equals(other.getOriginList())) return false; - if (!getMethodList() - .equals(other.getMethodList())) return false; - if (!getResponseHeaderList() - .equals(other.getResponseHeaderList())) return false; - if (getMaxAgeSeconds() - != other.getMaxAgeSeconds()) return false; + if (!getOriginList().equals(other.getOriginList())) return false; + if (!getMethodList().equals(other.getMethodList())) return false; + if (!getResponseHeaderList().equals(other.getResponseHeaderList())) return false; + if (getMaxAgeSeconds() != other.getMaxAgeSeconds()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -1092,88 +1205,93 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Cors parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Cors parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.Bucket.Cors parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors 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 @@ -1183,6 +1301,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Cross-Origin Response sharing (CORS) properties for a bucket.
      * For more on Cloud Storage and CORS, see
@@ -1192,33 +1312,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.Cors}
      */
-    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.storage.v2.Bucket.Cors)
         com.google.storage.v2.Bucket.CorsOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Cors_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Cors.class, com.google.storage.v2.Bucket.Cors.Builder.class);
+                com.google.storage.v2.Bucket.Cors.class,
+                com.google.storage.v2.Bucket.Cors.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.Cors.newBuilder()
-      private Builder() {
-
-      }
+      private Builder() {}
 
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
-
       }
+
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -1234,9 +1354,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Cors_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Cors_descriptor;
       }
 
       @java.lang.Override
@@ -1281,38 +1401,41 @@ public com.google.storage.v2.Bucket.Cors 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.storage.v2.Bucket.Cors) {
-          return mergeFrom((com.google.storage.v2.Bucket.Cors)other);
+          return mergeFrom((com.google.storage.v2.Bucket.Cors) other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -1380,35 +1503,40 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10: {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureOriginIsMutable();
-                origin_.add(s);
-                break;
-              } // case 10
-              case 18: {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureMethodIsMutable();
-                method_.add(s);
-                break;
-              } // case 18
-              case 26: {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureResponseHeaderIsMutable();
-                responseHeader_.add(s);
-                break;
-              } // case 26
-              case 32: {
-                maxAgeSeconds_ = input.readInt32();
+              case 10:
+                {
+                  java.lang.String s = input.readStringRequireUtf8();
+                  ensureOriginIsMutable();
+                  origin_.add(s);
+                  break;
+                } // case 10
+              case 18:
+                {
+                  java.lang.String s = input.readStringRequireUtf8();
+                  ensureMethodIsMutable();
+                  method_.add(s);
+                  break;
+                } // case 18
+              case 26:
+                {
+                  java.lang.String s = input.readStringRequireUtf8();
+                  ensureResponseHeaderIsMutable();
+                  responseHeader_.add(s);
+                  break;
+                } // case 26
+              case 32:
+                {
+                  maxAgeSeconds_ = input.readInt32();
 
-                break;
-              } // case 32
-              default: {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+                  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) {
@@ -1418,16 +1546,21 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
+
       private int bitField0_;
 
-      private com.google.protobuf.LazyStringList origin_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      private com.google.protobuf.LazyStringList origin_ =
+          com.google.protobuf.LazyStringArrayList.EMPTY;
+
       private void ensureOriginIsMutable() {
         if (!((bitField0_ & 0x00000001) != 0)) {
           origin_ = new com.google.protobuf.LazyStringArrayList(origin_);
           bitField0_ |= 0x00000001;
-         }
+        }
       }
       /**
+       *
+       *
        * 
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1435,13 +1568,15 @@ private void ensureOriginIsMutable() {
        * 
* * repeated string origin = 1; + * * @return A list containing the origin. */ - public com.google.protobuf.ProtocolStringList - getOriginList() { + public com.google.protobuf.ProtocolStringList getOriginList() { return origin_.getUnmodifiableView(); } /** + * + * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1449,12 +1584,15 @@ private void ensureOriginIsMutable() {
        * 
* * repeated string origin = 1; + * * @return The count of origin. */ public int getOriginCount() { return origin_.size(); } /** + * + * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1462,6 +1600,7 @@ public int getOriginCount() {
        * 
* * repeated string origin = 1; + * * @param index The index of the element to return. * @return The origin at the given index. */ @@ -1469,6 +1608,8 @@ public java.lang.String getOrigin(int index) { return origin_.get(index); } /** + * + * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1476,14 +1617,16 @@ public java.lang.String getOrigin(int index) {
        * 
* * repeated string origin = 1; + * * @param index The index of the value to return. * @return The bytes of the origin at the given index. */ - public com.google.protobuf.ByteString - getOriginBytes(int index) { + public com.google.protobuf.ByteString getOriginBytes(int index) { return origin_.getByteString(index); } /** + * + * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1491,21 +1634,23 @@ public java.lang.String getOrigin(int index) {
        * 
* * repeated string origin = 1; + * * @param index The index to set the value at. * @param value The origin to set. * @return This builder for chaining. */ - public Builder setOrigin( - int index, java.lang.String value) { + public Builder setOrigin(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureOriginIsMutable(); + throw new NullPointerException(); + } + ensureOriginIsMutable(); origin_.set(index, value); onChanged(); return this; } /** + * + * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1513,20 +1658,22 @@ public Builder setOrigin(
        * 
* * repeated string origin = 1; + * * @param value The origin to add. * @return This builder for chaining. */ - public Builder addOrigin( - java.lang.String value) { + public Builder addOrigin(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureOriginIsMutable(); + throw new NullPointerException(); + } + ensureOriginIsMutable(); origin_.add(value); onChanged(); return this; } /** + * + * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1534,18 +1681,19 @@ public Builder addOrigin(
        * 
* * repeated string origin = 1; + * * @param values The origin to add. * @return This builder for chaining. */ - public Builder addAllOrigin( - java.lang.Iterable values) { + public Builder addAllOrigin(java.lang.Iterable values) { ensureOriginIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, origin_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, origin_); onChanged(); return this; } /** + * + * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1553,6 +1701,7 @@ public Builder addAllOrigin(
        * 
* * repeated string origin = 1; + * * @return This builder for chaining. */ public Builder clearOrigin() { @@ -1562,6 +1711,8 @@ public Builder clearOrigin() { return this; } /** + * + * *
        * The list of Origins eligible to receive CORS response headers. See
        * [https://tools.ietf.org/html/rfc6454][RFC 6454] for more on origins.
@@ -1569,29 +1720,33 @@ public Builder clearOrigin() {
        * 
* * repeated string origin = 1; + * * @param value The bytes of the origin to add. * @return This builder for chaining. */ - public Builder addOriginBytes( - com.google.protobuf.ByteString value) { + public Builder addOriginBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureOriginIsMutable(); origin_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList method_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList method_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureMethodIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { method_ = new com.google.protobuf.LazyStringArrayList(method_); bitField0_ |= 0x00000002; - } + } } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1599,13 +1754,15 @@ private void ensureMethodIsMutable() {
        * 
* * repeated string method = 2; + * * @return A list containing the method. */ - public com.google.protobuf.ProtocolStringList - getMethodList() { + public com.google.protobuf.ProtocolStringList getMethodList() { return method_.getUnmodifiableView(); } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1613,12 +1770,15 @@ private void ensureMethodIsMutable() {
        * 
* * repeated string method = 2; + * * @return The count of method. */ public int getMethodCount() { return method_.size(); } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1626,6 +1786,7 @@ public int getMethodCount() {
        * 
* * repeated string method = 2; + * * @param index The index of the element to return. * @return The method at the given index. */ @@ -1633,6 +1794,8 @@ public java.lang.String getMethod(int index) { return method_.get(index); } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1640,14 +1803,16 @@ public java.lang.String getMethod(int index) {
        * 
* * repeated string method = 2; + * * @param index The index of the value to return. * @return The bytes of the method at the given index. */ - public com.google.protobuf.ByteString - getMethodBytes(int index) { + public com.google.protobuf.ByteString getMethodBytes(int index) { return method_.getByteString(index); } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1655,21 +1820,23 @@ public java.lang.String getMethod(int index) {
        * 
* * repeated string method = 2; + * * @param index The index to set the value at. * @param value The method to set. * @return This builder for chaining. */ - public Builder setMethod( - int index, java.lang.String value) { + public Builder setMethod(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMethodIsMutable(); + throw new NullPointerException(); + } + ensureMethodIsMutable(); method_.set(index, value); onChanged(); return this; } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1677,20 +1844,22 @@ public Builder setMethod(
        * 
* * repeated string method = 2; + * * @param value The method to add. * @return This builder for chaining. */ - public Builder addMethod( - java.lang.String value) { + public Builder addMethod(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMethodIsMutable(); + throw new NullPointerException(); + } + ensureMethodIsMutable(); method_.add(value); onChanged(); return this; } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1698,18 +1867,19 @@ public Builder addMethod(
        * 
* * repeated string method = 2; + * * @param values The method to add. * @return This builder for chaining. */ - public Builder addAllMethod( - java.lang.Iterable values) { + public Builder addAllMethod(java.lang.Iterable values) { ensureMethodIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, method_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, method_); onChanged(); return this; } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1717,6 +1887,7 @@ public Builder addAllMethod(
        * 
* * repeated string method = 2; + * * @return This builder for chaining. */ public Builder clearMethod() { @@ -1726,6 +1897,8 @@ public Builder clearMethod() { return this; } /** + * + * *
        * The list of HTTP methods on which to include CORS response headers,
        * (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of
@@ -1733,29 +1906,33 @@ public Builder clearMethod() {
        * 
* * repeated string method = 2; + * * @param value The bytes of the method to add. * @return This builder for chaining. */ - public Builder addMethodBytes( - com.google.protobuf.ByteString value) { + public Builder addMethodBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMethodIsMutable(); method_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList responseHeader_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList responseHeader_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureResponseHeaderIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { responseHeader_ = new com.google.protobuf.LazyStringArrayList(responseHeader_); bitField0_ |= 0x00000004; - } + } } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1763,13 +1940,15 @@ private void ensureResponseHeaderIsMutable() {
        * 
* * repeated string response_header = 3; + * * @return A list containing the responseHeader. */ - public com.google.protobuf.ProtocolStringList - getResponseHeaderList() { + public com.google.protobuf.ProtocolStringList getResponseHeaderList() { return responseHeader_.getUnmodifiableView(); } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1777,12 +1956,15 @@ private void ensureResponseHeaderIsMutable() {
        * 
* * repeated string response_header = 3; + * * @return The count of responseHeader. */ public int getResponseHeaderCount() { return responseHeader_.size(); } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1790,6 +1972,7 @@ public int getResponseHeaderCount() {
        * 
* * repeated string response_header = 3; + * * @param index The index of the element to return. * @return The responseHeader at the given index. */ @@ -1797,6 +1980,8 @@ public java.lang.String getResponseHeader(int index) { return responseHeader_.get(index); } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1804,14 +1989,16 @@ public java.lang.String getResponseHeader(int index) {
        * 
* * repeated string response_header = 3; + * * @param index The index of the value to return. * @return The bytes of the responseHeader at the given index. */ - public com.google.protobuf.ByteString - getResponseHeaderBytes(int index) { + public com.google.protobuf.ByteString getResponseHeaderBytes(int index) { return responseHeader_.getByteString(index); } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1819,21 +2006,23 @@ public java.lang.String getResponseHeader(int index) {
        * 
* * repeated string response_header = 3; + * * @param index The index to set the value at. * @param value The responseHeader to set. * @return This builder for chaining. */ - public Builder setResponseHeader( - int index, java.lang.String value) { + public Builder setResponseHeader(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureResponseHeaderIsMutable(); + throw new NullPointerException(); + } + ensureResponseHeaderIsMutable(); responseHeader_.set(index, value); onChanged(); return this; } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1841,20 +2030,22 @@ public Builder setResponseHeader(
        * 
* * repeated string response_header = 3; + * * @param value The responseHeader to add. * @return This builder for chaining. */ - public Builder addResponseHeader( - java.lang.String value) { + public Builder addResponseHeader(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureResponseHeaderIsMutable(); + throw new NullPointerException(); + } + ensureResponseHeaderIsMutable(); responseHeader_.add(value); onChanged(); return this; } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1862,18 +2053,19 @@ public Builder addResponseHeader(
        * 
* * repeated string response_header = 3; + * * @param values The responseHeader to add. * @return This builder for chaining. */ - public Builder addAllResponseHeader( - java.lang.Iterable values) { + public Builder addAllResponseHeader(java.lang.Iterable values) { ensureResponseHeaderIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, responseHeader_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, responseHeader_); onChanged(); return this; } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1881,6 +2073,7 @@ public Builder addAllResponseHeader(
        * 
* * repeated string response_header = 3; + * * @return This builder for chaining. */ public Builder clearResponseHeader() { @@ -1890,6 +2083,8 @@ public Builder clearResponseHeader() { return this; } /** + * + * *
        * The list of HTTP headers other than the
        * [https://www.w3.org/TR/cors/#simple-response-header][simple response
@@ -1897,23 +2092,25 @@ public Builder clearResponseHeader() {
        * 
* * repeated string response_header = 3; + * * @param value The bytes of the responseHeader to add. * @return This builder for chaining. */ - public Builder addResponseHeaderBytes( - com.google.protobuf.ByteString value) { + public Builder addResponseHeaderBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureResponseHeaderIsMutable(); responseHeader_.add(value); onChanged(); return this; } - private int maxAgeSeconds_ ; + private int maxAgeSeconds_; /** + * + * *
        * The value, in seconds, to return in the
        * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -1921,6 +2118,7 @@ public Builder addResponseHeaderBytes(
        * 
* * int32 max_age_seconds = 4; + * * @return The maxAgeSeconds. */ @java.lang.Override @@ -1928,6 +2126,8 @@ public int getMaxAgeSeconds() { return maxAgeSeconds_; } /** + * + * *
        * The value, in seconds, to return in the
        * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -1935,16 +2135,19 @@ public int getMaxAgeSeconds() {
        * 
* * int32 max_age_seconds = 4; + * * @param value The maxAgeSeconds to set. * @return This builder for chaining. */ public Builder setMaxAgeSeconds(int value) { - + maxAgeSeconds_ = value; onChanged(); return this; } /** + * + * *
        * The value, in seconds, to return in the
        * [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age
@@ -1952,14 +2155,16 @@ public Builder setMaxAgeSeconds(int value) {
        * 
* * int32 max_age_seconds = 4; + * * @return This builder for chaining. */ public Builder clearMaxAgeSeconds() { - + maxAgeSeconds_ = 0; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1972,12 +2177,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Cors) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Cors) private static final com.google.storage.v2.Bucket.Cors DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Cors(); } @@ -1986,27 +2191,28 @@ public static com.google.storage.v2.Bucket.Cors getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Cors 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 Cors 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; @@ -2021,89 +2227,101 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Cors getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface EncryptionOrBuilder extends + public interface EncryptionOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Encryption) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt objects
      * inserted into this bucket, if no encryption method is specified.
      * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @return The defaultKmsKey. */ java.lang.String getDefaultKmsKey(); /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt objects
      * inserted into this bucket, if no encryption method is specified.
      * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @return The bytes for defaultKmsKey. */ - com.google.protobuf.ByteString - getDefaultKmsKeyBytes(); + com.google.protobuf.ByteString getDefaultKmsKeyBytes(); } /** + * + * *
    * Encryption properties of a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.Encryption} */ - public static final class Encryption extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Encryption extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Encryption) EncryptionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Encryption.newBuilder() to construct. private Encryption(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Encryption() { defaultKmsKey_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Encryption(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Encryption_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Encryption.class, com.google.storage.v2.Bucket.Encryption.Builder.class); + com.google.storage.v2.Bucket.Encryption.class, + com.google.storage.v2.Bucket.Encryption.Builder.class); } public static final int DEFAULT_KMS_KEY_FIELD_NUMBER = 1; private volatile java.lang.Object defaultKmsKey_; /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt objects
      * inserted into this bucket, if no encryption method is specified.
      * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @return The defaultKmsKey. */ @java.lang.Override @@ -2112,30 +2330,30 @@ public java.lang.String getDefaultKmsKey() { 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(); defaultKmsKey_ = s; return s; } } /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt objects
      * inserted into this bucket, if no encryption method is specified.
      * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @return The bytes for defaultKmsKey. */ @java.lang.Override - public com.google.protobuf.ByteString - getDefaultKmsKeyBytes() { + public com.google.protobuf.ByteString getDefaultKmsKeyBytes() { java.lang.Object ref = defaultKmsKey_; 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); defaultKmsKey_ = b; return b; } else { @@ -2144,6 +2362,7 @@ public java.lang.String getDefaultKmsKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2155,8 +2374,7 @@ 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(defaultKmsKey_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, defaultKmsKey_); } @@ -2180,15 +2398,14 @@ 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.storage.v2.Bucket.Encryption)) { return super.equals(obj); } com.google.storage.v2.Bucket.Encryption other = (com.google.storage.v2.Bucket.Encryption) obj; - if (!getDefaultKmsKey() - .equals(other.getDefaultKmsKey())) return false; + if (!getDefaultKmsKey().equals(other.getDefaultKmsKey())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -2207,88 +2424,94 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Encryption parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Encryption parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.Encryption parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption 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 @@ -2298,39 +2521,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Encryption properties of a bucket.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.Encryption} */ - 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.storage.v2.Bucket.Encryption) com.google.storage.v2.Bucket.EncryptionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Encryption_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Encryption.class, com.google.storage.v2.Bucket.Encryption.Builder.class); + com.google.storage.v2.Bucket.Encryption.class, + com.google.storage.v2.Bucket.Encryption.Builder.class); } // Construct using com.google.storage.v2.Bucket.Encryption.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -2340,9 +2565,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Encryption_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Encryption_descriptor; } @java.lang.Override @@ -2361,7 +2586,8 @@ public com.google.storage.v2.Bucket.Encryption build() { @java.lang.Override public com.google.storage.v2.Bucket.Encryption buildPartial() { - com.google.storage.v2.Bucket.Encryption result = new com.google.storage.v2.Bucket.Encryption(this); + com.google.storage.v2.Bucket.Encryption result = + new com.google.storage.v2.Bucket.Encryption(this); result.defaultKmsKey_ = defaultKmsKey_; onBuilt(); return result; @@ -2371,38 +2597,41 @@ public com.google.storage.v2.Bucket.Encryption 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.storage.v2.Bucket.Encryption) { - return mergeFrom((com.google.storage.v2.Bucket.Encryption)other); + return mergeFrom((com.google.storage.v2.Bucket.Encryption) other); } else { super.mergeFrom(other); return this; @@ -2441,17 +2670,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - defaultKmsKey_ = input.readStringRequireUtf8(); + case 10: + { + defaultKmsKey_ = input.readStringRequireUtf8(); - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -2464,19 +2695,21 @@ public Builder mergeFrom( private java.lang.Object defaultKmsKey_ = ""; /** + * + * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @return The defaultKmsKey. */ public java.lang.String getDefaultKmsKey() { java.lang.Object ref = defaultKmsKey_; 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(); defaultKmsKey_ = s; return s; @@ -2485,21 +2718,22 @@ public java.lang.String getDefaultKmsKey() { } } /** + * + * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @return The bytes for defaultKmsKey. */ - public com.google.protobuf.ByteString - getDefaultKmsKeyBytes() { + public com.google.protobuf.ByteString getDefaultKmsKeyBytes() { java.lang.Object ref = defaultKmsKey_; 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); defaultKmsKey_ = b; return b; } else { @@ -2507,61 +2741,69 @@ public java.lang.String getDefaultKmsKey() { } } /** + * + * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @param value The defaultKmsKey to set. * @return This builder for chaining. */ - public Builder setDefaultKmsKey( - java.lang.String value) { + public Builder setDefaultKmsKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + defaultKmsKey_ = value; onChanged(); return this; } /** + * + * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @return This builder for chaining. */ public Builder clearDefaultKmsKey() { - + defaultKmsKey_ = getDefaultInstance().getDefaultKmsKey(); onChanged(); return this; } /** + * + * *
        * The name of the Cloud KMS key that will be used to encrypt objects
        * inserted into this bucket, if no encryption method is specified.
        * 
* * string default_kms_key = 1 [(.google.api.resource_reference) = { ... } + * * @param value The bytes for defaultKmsKey to set. * @return This builder for chaining. */ - public Builder setDefaultKmsKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setDefaultKmsKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + defaultKmsKey_ = value; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2574,12 +2816,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Encryption) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Encryption) private static final com.google.storage.v2.Bucket.Encryption DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Encryption(); } @@ -2588,27 +2830,28 @@ public static com.google.storage.v2.Bucket.Encryption getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Encryption 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 Encryption 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; @@ -2623,122 +2866,152 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Encryption getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface IamConfigOrBuilder extends + public interface IamConfigOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.IamConfig) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * * @return Whether the uniformBucketLevelAccess field is set. */ boolean hasUniformBucketLevelAccess(); /** + * + * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * * @return The uniformBucketLevelAccess. */ com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getUniformBucketLevelAccess(); /** + * + * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder getUniformBucketLevelAccessOrBuilder(); + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder + getUniformBucketLevelAccessOrBuilder(); /** + * + * *
      * Whether IAM will enforce public access prevention. Valid values are
      * "enforced" or "inherited".
      * 
* * string public_access_prevention = 3; + * * @return The publicAccessPrevention. */ java.lang.String getPublicAccessPrevention(); /** + * + * *
      * Whether IAM will enforce public access prevention. Valid values are
      * "enforced" or "inherited".
      * 
* * string public_access_prevention = 3; + * * @return The bytes for publicAccessPrevention. */ - com.google.protobuf.ByteString - getPublicAccessPreventionBytes(); + com.google.protobuf.ByteString getPublicAccessPreventionBytes(); } /** + * + * *
    * Bucket restriction options.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.IamConfig} */ - public static final class IamConfig extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class IamConfig extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.IamConfig) IamConfigOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use IamConfig.newBuilder() to construct. private IamConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private IamConfig() { publicAccessPrevention_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new IamConfig(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_IamConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.IamConfig.class, com.google.storage.v2.Bucket.IamConfig.Builder.class); + com.google.storage.v2.Bucket.IamConfig.class, + com.google.storage.v2.Bucket.IamConfig.Builder.class); } - public interface UniformBucketLevelAccessOrBuilder extends + public interface UniformBucketLevelAccessOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) com.google.protobuf.MessageOrBuilder { /** + * + * *
        * If set, access checks only use bucket-level IAM policies or above.
        * 
* * bool enabled = 1; + * * @return The enabled. */ boolean getEnabled(); /** + * + * *
        * The deadline time for changing
        * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -2747,10 +3020,13 @@ public interface UniformBucketLevelAccessOrBuilder extends
        * 
* * .google.protobuf.Timestamp lock_time = 2; + * * @return Whether the lockTime field is set. */ boolean hasLockTime(); /** + * + * *
        * The deadline time for changing
        * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -2759,10 +3035,13 @@ public interface UniformBucketLevelAccessOrBuilder extends
        * 
* * .google.protobuf.Timestamp lock_time = 2; + * * @return The lockTime. */ com.google.protobuf.Timestamp getLockTime(); /** + * + * *
        * The deadline time for changing
        * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -2775,6 +3054,8 @@ public interface UniformBucketLevelAccessOrBuilder extends
       com.google.protobuf.TimestampOrBuilder getLockTimeOrBuilder();
     }
     /**
+     *
+     *
      * 
      * Settings for Uniform Bucket level access.
      * See https://cloud.google.com/storage/docs/uniform-bucket-level-access.
@@ -2782,51 +3063,56 @@ public interface UniformBucketLevelAccessOrBuilder extends
      *
      * Protobuf type {@code google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess}
      */
-    public static final class UniformBucketLevelAccess extends
-        com.google.protobuf.GeneratedMessageV3 implements
+    public static final class UniformBucketLevelAccess
+        extends com.google.protobuf.GeneratedMessageV3
+        implements
         // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)
         UniformBucketLevelAccessOrBuilder {
-    private static final long serialVersionUID = 0L;
+      private static final long serialVersionUID = 0L;
       // Use UniformBucketLevelAccess.newBuilder() to construct.
       private UniformBucketLevelAccess(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-      private UniformBucketLevelAccess() {
-      }
+
+      private UniformBucketLevelAccess() {}
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(
-          UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
         return new UniformBucketLevelAccess();
       }
 
       @java.lang.Override
-      public final com.google.protobuf.UnknownFieldSet
-      getUnknownFields() {
+      public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
         return this.unknownFields;
       }
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
+
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.class, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder.class);
+                com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.class,
+                com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder.class);
       }
 
       public static final int ENABLED_FIELD_NUMBER = 1;
       private boolean enabled_;
       /**
+       *
+       *
        * 
        * If set, access checks only use bucket-level IAM policies or above.
        * 
* * bool enabled = 1; + * * @return The enabled. */ @java.lang.Override @@ -2837,6 +3123,8 @@ public boolean getEnabled() { public static final int LOCK_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp lockTime_; /** + * + * *
        * The deadline time for changing
        * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -2845,6 +3133,7 @@ public boolean getEnabled() {
        * 
* * .google.protobuf.Timestamp lock_time = 2; + * * @return Whether the lockTime field is set. */ @java.lang.Override @@ -2852,6 +3141,8 @@ public boolean hasLockTime() { return lockTime_ != null; } /** + * + * *
        * The deadline time for changing
        * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -2860,6 +3151,7 @@ public boolean hasLockTime() {
        * 
* * .google.protobuf.Timestamp lock_time = 2; + * * @return The lockTime. */ @java.lang.Override @@ -2867,6 +3159,8 @@ public com.google.protobuf.Timestamp getLockTime() { return lockTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lockTime_; } /** + * + * *
        * The deadline time for changing
        * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -2882,6 +3176,7 @@ public com.google.protobuf.TimestampOrBuilder getLockTimeOrBuilder() {
       }
 
       private byte memoizedIsInitialized = -1;
+
       @java.lang.Override
       public final boolean isInitialized() {
         byte isInitialized = memoizedIsInitialized;
@@ -2893,8 +3188,7 @@ 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 (enabled_ != false) {
           output.writeBool(1, enabled_);
         }
@@ -2911,12 +3205,10 @@ public int getSerializedSize() {
 
         size = 0;
         if (enabled_ != false) {
-          size += com.google.protobuf.CodedOutputStream
-            .computeBoolSize(1, enabled_);
+          size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, enabled_);
         }
         if (lockTime_ != null) {
-          size += com.google.protobuf.CodedOutputStream
-            .computeMessageSize(2, getLockTime());
+          size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getLockTime());
         }
         size += getUnknownFields().getSerializedSize();
         memoizedSize = size;
@@ -2926,19 +3218,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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)) {
           return super.equals(obj);
         }
-        com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess other = (com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) obj;
+        com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess other =
+            (com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) obj;
 
-        if (getEnabled()
-            != other.getEnabled()) return false;
+        if (getEnabled() != other.getEnabled()) return false;
         if (hasLockTime() != other.hasLockTime()) return false;
         if (hasLockTime()) {
-          if (!getLockTime()
-              .equals(other.getLockTime())) return false;
+          if (!getLockTime().equals(other.getLockTime())) return false;
         }
         if (!getUnknownFields().equals(other.getUnknownFields())) return false;
         return true;
@@ -2952,8 +3243,7 @@ public int hashCode() {
         int hash = 41;
         hash = (19 * hash) + getDescriptor().hashCode();
         hash = (37 * hash) + ENABLED_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
-            getEnabled());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnabled());
         if (hasLockTime()) {
           hash = (37 * hash) + LOCK_TIME_FIELD_NUMBER;
           hash = (53 * hash) + getLockTime().hashCode();
@@ -2964,87 +3254,96 @@ public int hashCode() {
       }
 
       public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom(
           com.google.protobuf.ByteString data)
           throws com.google.protobuf.InvalidProtocolBufferException {
         return PARSER.parseFrom(data);
       }
+
       public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom(byte[] data)
-          throws com.google.protobuf.InvalidProtocolBufferException {
+
+      public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom(
+          byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
         return PARSER.parseFrom(data);
       }
+
       public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom(java.io.InputStream input)
-          throws java.io.IOException {
-        return com.google.protobuf.GeneratedMessageV3
-            .parseWithIOException(PARSER, input);
+
+      public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseFrom(
+          java.io.InputStream input) throws java.io.IOException {
+        return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
       }
+
       public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess parseDelimitedFrom(java.io.InputStream input)
-          throws java.io.IOException {
-        return com.google.protobuf.GeneratedMessageV3
-            .parseDelimitedWithIOException(PARSER, input);
+
+      public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+          parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
+        return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
       }
-      public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+          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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess prototype) {
+
+      public static Builder newBuilder(
+          com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess 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
@@ -3054,6 +3353,8 @@ protected Builder newBuilderForType(
         return builder;
       }
       /**
+       *
+       *
        * 
        * Settings for Uniform Bucket level access.
        * See https://cloud.google.com/storage/docs/uniform-bucket-level-access.
@@ -3061,33 +3362,34 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess}
        */
-      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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)
           com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor
-            getDescriptor() {
-          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+          return com.google.storage.v2.StorageProto
+              .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable
+          return com.google.storage.v2.StorageProto
+              .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.class, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder.class);
+                  com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.class,
+                  com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder.class);
         }
 
-        // Construct using com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.newBuilder()
-        private Builder() {
-
-        }
+        // Construct using
+        // com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.newBuilder()
+        private Builder() {}
 
-        private Builder(
-            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
           super(parent);
-
         }
+
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -3103,14 +3405,16 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor
-            getDescriptorForType() {
-          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+          return com.google.storage.v2.StorageProto
+              .internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor;
         }
 
         @java.lang.Override
-        public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getDefaultInstanceForType() {
-          return com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance();
+        public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+            getDefaultInstanceForType() {
+          return com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+              .getDefaultInstance();
         }
 
         @java.lang.Override
@@ -3124,7 +3428,8 @@ public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess build() {
 
         @java.lang.Override
         public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess buildPartial() {
-          com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess result = new com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess(this);
+          com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess result =
+              new com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess(this);
           result.enabled_ = enabled_;
           if (lockTimeBuilder_ == null) {
             result.lockTime_ = lockTime_;
@@ -3139,46 +3444,53 @@ public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess buildPart
         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.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) {
-            return mergeFrom((com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)other);
+            return mergeFrom(
+                (com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess) other);
           } else {
             super.mergeFrom(other);
             return this;
           }
         }
 
-        public Builder mergeFrom(com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess other) {
-          if (other == com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance()) return this;
+        public Builder mergeFrom(
+            com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess other) {
+          if (other
+              == com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+                  .getDefaultInstance()) return this;
           if (other.getEnabled() != false) {
             setEnabled(other.getEnabled());
           }
@@ -3211,24 +3523,25 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 8: {
-                  enabled_ = input.readBool();
+                case 8:
+                  {
+                    enabled_ = input.readBool();
 
-                  break;
-                } // case 8
-                case 18: {
-                  input.readMessage(
-                      getLockTimeFieldBuilder().getBuilder(),
-                      extensionRegistry);
+                    break;
+                  } // case 8
+                case 18:
+                  {
+                    input.readMessage(getLockTimeFieldBuilder().getBuilder(), extensionRegistry);
 
-                  break;
-                } // case 18
-                default: {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                    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) {
@@ -3239,13 +3552,16 @@ public Builder mergeFrom(
           return this;
         }
 
-        private boolean enabled_ ;
+        private boolean enabled_;
         /**
+         *
+         *
          * 
          * If set, access checks only use bucket-level IAM policies or above.
          * 
* * bool enabled = 1; + * * @return The enabled. */ @java.lang.Override @@ -3253,30 +3569,36 @@ public boolean getEnabled() { return enabled_; } /** + * + * *
          * If set, access checks only use bucket-level IAM policies or above.
          * 
* * bool enabled = 1; + * * @param value The enabled to set. * @return This builder for chaining. */ public Builder setEnabled(boolean value) { - + enabled_ = value; onChanged(); return this; } /** + * + * *
          * If set, access checks only use bucket-level IAM policies or above.
          * 
* * bool enabled = 1; + * * @return This builder for chaining. */ public Builder clearEnabled() { - + enabled_ = false; onChanged(); return this; @@ -3284,8 +3606,13 @@ public Builder clearEnabled() { private com.google.protobuf.Timestamp lockTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> lockTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + lockTimeBuilder_; /** + * + * *
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3294,12 +3621,15 @@ public Builder clearEnabled() {
          * 
* * .google.protobuf.Timestamp lock_time = 2; + * * @return Whether the lockTime field is set. */ public boolean hasLockTime() { return lockTimeBuilder_ != null || lockTime_ != null; } /** + * + * *
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3308,16 +3638,21 @@ public boolean hasLockTime() {
          * 
* * .google.protobuf.Timestamp lock_time = 2; + * * @return The lockTime. */ public com.google.protobuf.Timestamp getLockTime() { if (lockTimeBuilder_ == null) { - return lockTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lockTime_; + return lockTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : lockTime_; } else { return lockTimeBuilder_.getMessage(); } } /** + * + * *
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3341,6 +3676,8 @@ public Builder setLockTime(com.google.protobuf.Timestamp value) {
           return this;
         }
         /**
+         *
+         *
          * 
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3350,8 +3687,7 @@ public Builder setLockTime(com.google.protobuf.Timestamp value) {
          *
          * .google.protobuf.Timestamp lock_time = 2;
          */
-        public Builder setLockTime(
-            com.google.protobuf.Timestamp.Builder builderForValue) {
+        public Builder setLockTime(com.google.protobuf.Timestamp.Builder builderForValue) {
           if (lockTimeBuilder_ == null) {
             lockTime_ = builderForValue.build();
             onChanged();
@@ -3362,6 +3698,8 @@ public Builder setLockTime(
           return this;
         }
         /**
+         *
+         *
          * 
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3375,7 +3713,9 @@ public Builder mergeLockTime(com.google.protobuf.Timestamp value) {
           if (lockTimeBuilder_ == null) {
             if (lockTime_ != null) {
               lockTime_ =
-                com.google.protobuf.Timestamp.newBuilder(lockTime_).mergeFrom(value).buildPartial();
+                  com.google.protobuf.Timestamp.newBuilder(lockTime_)
+                      .mergeFrom(value)
+                      .buildPartial();
             } else {
               lockTime_ = value;
             }
@@ -3387,6 +3727,8 @@ public Builder mergeLockTime(com.google.protobuf.Timestamp value) {
           return this;
         }
         /**
+         *
+         *
          * 
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3408,6 +3750,8 @@ public Builder clearLockTime() {
           return this;
         }
         /**
+         *
+         *
          * 
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3418,11 +3762,13 @@ public Builder clearLockTime() {
          * .google.protobuf.Timestamp lock_time = 2;
          */
         public com.google.protobuf.Timestamp.Builder getLockTimeBuilder() {
-          
+
           onChanged();
           return getLockTimeFieldBuilder().getBuilder();
         }
         /**
+         *
+         *
          * 
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3436,11 +3782,14 @@ public com.google.protobuf.TimestampOrBuilder getLockTimeOrBuilder() {
           if (lockTimeBuilder_ != null) {
             return lockTimeBuilder_.getMessageOrBuilder();
           } else {
-            return lockTime_ == null ?
-                com.google.protobuf.Timestamp.getDefaultInstance() : lockTime_;
+            return lockTime_ == null
+                ? com.google.protobuf.Timestamp.getDefaultInstance()
+                : lockTime_;
           }
         }
         /**
+         *
+         *
          * 
          * The deadline time for changing
          * `iam_config.uniform_bucket_level_access.enabled` from `true` to
@@ -3451,18 +3800,22 @@ public com.google.protobuf.TimestampOrBuilder getLockTimeOrBuilder() {
          * .google.protobuf.Timestamp lock_time = 2;
          */
         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>
             getLockTimeFieldBuilder() {
           if (lockTimeBuilder_ == null) {
-            lockTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                    getLockTime(),
-                    getParentForChildren(),
-                    isClean());
+            lockTimeBuilder_ =
+                new com.google.protobuf.SingleFieldBuilderV3<
+                    com.google.protobuf.Timestamp,
+                    com.google.protobuf.Timestamp.Builder,
+                    com.google.protobuf.TimestampOrBuilder>(
+                    getLockTime(), getParentForChildren(), isClean());
             lockTime_ = null;
           }
           return lockTimeBuilder_;
         }
+
         @java.lang.Override
         public final Builder setUnknownFields(
             final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -3475,41 +3828,44 @@ public final Builder mergeUnknownFields(
           return super.mergeUnknownFields(unknownFields);
         }
 
-
         // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)
       }
 
       // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess)
-      private static final com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess DEFAULT_INSTANCE;
+      private static final com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+          DEFAULT_INSTANCE;
+
       static {
         DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess();
       }
 
-      public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getDefaultInstance() {
+      public static com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+          getDefaultInstance() {
         return DEFAULT_INSTANCE;
       }
 
-      private static final com.google.protobuf.Parser
-          PARSER = new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public UniformBucketLevelAccess 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 UniformBucketLevelAccess 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;
@@ -3521,20 +3877,26 @@ public com.google.protobuf.Parser getParserForType() {
       }
 
       @java.lang.Override
-      public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getDefaultInstanceForType() {
+      public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+          getDefaultInstanceForType() {
         return DEFAULT_INSTANCE;
       }
-
     }
 
     public static final int UNIFORM_BUCKET_LEVEL_ACCESS_FIELD_NUMBER = 1;
-    private com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniformBucketLevelAccess_;
+    private com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
+        uniformBucketLevelAccess_;
     /**
+     *
+     *
      * 
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * * @return Whether the uniformBucketLevelAccess field is set. */ @java.lang.Override @@ -3542,38 +3904,54 @@ public boolean hasUniformBucketLevelAccess() { return uniformBucketLevelAccess_ != null; } /** + * + * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * * @return The uniformBucketLevelAccess. */ @java.lang.Override - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getUniformBucketLevelAccess() { - return uniformBucketLevelAccess_ == null ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() : uniformBucketLevelAccess_; + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess + getUniformBucketLevelAccess() { + return uniformBucketLevelAccess_ == null + ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() + : uniformBucketLevelAccess_; } /** + * + * *
      * Bucket restriction options currently enforced on the bucket.
      * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ @java.lang.Override - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder getUniformBucketLevelAccessOrBuilder() { + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder + getUniformBucketLevelAccessOrBuilder() { return getUniformBucketLevelAccess(); } public static final int PUBLIC_ACCESS_PREVENTION_FIELD_NUMBER = 3; private volatile java.lang.Object publicAccessPrevention_; /** + * + * *
      * Whether IAM will enforce public access prevention. Valid values are
      * "enforced" or "inherited".
      * 
* * string public_access_prevention = 3; + * * @return The publicAccessPrevention. */ @java.lang.Override @@ -3582,30 +3960,30 @@ public java.lang.String getPublicAccessPrevention() { 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(); publicAccessPrevention_ = s; return s; } } /** + * + * *
      * Whether IAM will enforce public access prevention. Valid values are
      * "enforced" or "inherited".
      * 
* * string public_access_prevention = 3; + * * @return The bytes for publicAccessPrevention. */ @java.lang.Override - public com.google.protobuf.ByteString - getPublicAccessPreventionBytes() { + public com.google.protobuf.ByteString getPublicAccessPreventionBytes() { java.lang.Object ref = publicAccessPrevention_; 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); publicAccessPrevention_ = b; return b; } else { @@ -3614,6 +3992,7 @@ public java.lang.String getPublicAccessPrevention() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3625,8 +4004,7 @@ 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 (uniformBucketLevelAccess_ != null) { output.writeMessage(1, getUniformBucketLevelAccess()); } @@ -3643,11 +4021,13 @@ public int getSerializedSize() { size = 0; if (uniformBucketLevelAccess_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getUniformBucketLevelAccess()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 1, getUniformBucketLevelAccess()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(publicAccessPrevention_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, publicAccessPrevention_); + size += + com.google.protobuf.GeneratedMessageV3.computeStringSize(3, publicAccessPrevention_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -3657,7 +4037,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.storage.v2.Bucket.IamConfig)) { return super.equals(obj); @@ -3666,11 +4046,10 @@ public boolean equals(final java.lang.Object obj) { if (hasUniformBucketLevelAccess() != other.hasUniformBucketLevelAccess()) return false; if (hasUniformBucketLevelAccess()) { - if (!getUniformBucketLevelAccess() - .equals(other.getUniformBucketLevelAccess())) return false; + if (!getUniformBucketLevelAccess().equals(other.getUniformBucketLevelAccess())) + return false; } - if (!getPublicAccessPrevention() - .equals(other.getPublicAccessPrevention())) return false; + if (!getPublicAccessPrevention().equals(other.getPublicAccessPrevention())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -3693,88 +4072,94 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.IamConfig parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.IamConfig parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.IamConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig 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 @@ -3784,39 +4169,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Bucket restriction options.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.IamConfig} */ - 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.storage.v2.Bucket.IamConfig) com.google.storage.v2.Bucket.IamConfigOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_IamConfig_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.IamConfig.class, com.google.storage.v2.Bucket.IamConfig.Builder.class); + com.google.storage.v2.Bucket.IamConfig.class, + com.google.storage.v2.Bucket.IamConfig.Builder.class); } // Construct using com.google.storage.v2.Bucket.IamConfig.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -3832,9 +4219,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_IamConfig_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_IamConfig_descriptor; } @java.lang.Override @@ -3853,7 +4240,8 @@ public com.google.storage.v2.Bucket.IamConfig build() { @java.lang.Override public com.google.storage.v2.Bucket.IamConfig buildPartial() { - com.google.storage.v2.Bucket.IamConfig result = new com.google.storage.v2.Bucket.IamConfig(this); + com.google.storage.v2.Bucket.IamConfig result = + new com.google.storage.v2.Bucket.IamConfig(this); if (uniformBucketLevelAccessBuilder_ == null) { result.uniformBucketLevelAccess_ = uniformBucketLevelAccess_; } else { @@ -3868,38 +4256,41 @@ public com.google.storage.v2.Bucket.IamConfig 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.storage.v2.Bucket.IamConfig) { - return mergeFrom((com.google.storage.v2.Bucket.IamConfig)other); + return mergeFrom((com.google.storage.v2.Bucket.IamConfig) other); } else { super.mergeFrom(other); return this; @@ -3941,24 +4332,26 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getUniformBucketLevelAccessFieldBuilder().getBuilder(), - extensionRegistry); + case 10: + { + input.readMessage( + getUniformBucketLevelAccessFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 10 - case 26: { - publicAccessPrevention_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 26: + { + publicAccessPrevention_ = input.readStringRequireUtf8(); - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -3969,43 +4362,65 @@ public Builder mergeFrom( return this; } - private com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniformBucketLevelAccess_; + private com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess + uniformBucketLevelAccess_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder> uniformBucketLevelAccessBuilder_; + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder> + uniformBucketLevelAccessBuilder_; /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * * @return Whether the uniformBucketLevelAccess field is set. */ public boolean hasUniformBucketLevelAccess() { return uniformBucketLevelAccessBuilder_ != null || uniformBucketLevelAccess_ != null; } /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * * @return The uniformBucketLevelAccess. */ - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess getUniformBucketLevelAccess() { + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess + getUniformBucketLevelAccess() { if (uniformBucketLevelAccessBuilder_ == null) { - return uniformBucketLevelAccess_ == null ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() : uniformBucketLevelAccess_; + return uniformBucketLevelAccess_ == null + ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() + : uniformBucketLevelAccess_; } else { return uniformBucketLevelAccessBuilder_.getMessage(); } } /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ - public Builder setUniformBucketLevelAccess(com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess value) { + public Builder setUniformBucketLevelAccess( + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess value) { if (uniformBucketLevelAccessBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4019,11 +4434,15 @@ public Builder setUniformBucketLevelAccess(com.google.storage.v2.Bucket.IamConfi return this; } /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ public Builder setUniformBucketLevelAccess( com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder builderForValue) { @@ -4037,17 +4456,25 @@ public Builder setUniformBucketLevelAccess( return this; } /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ - public Builder mergeUniformBucketLevelAccess(com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess value) { + public Builder mergeUniformBucketLevelAccess( + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess value) { if (uniformBucketLevelAccessBuilder_ == null) { if (uniformBucketLevelAccess_ != null) { uniformBucketLevelAccess_ = - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.newBuilder(uniformBucketLevelAccess_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.newBuilder( + uniformBucketLevelAccess_) + .mergeFrom(value) + .buildPartial(); } else { uniformBucketLevelAccess_ = value; } @@ -4059,11 +4486,15 @@ public Builder mergeUniformBucketLevelAccess(com.google.storage.v2.Bucket.IamCon return this; } /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ public Builder clearUniformBucketLevelAccess() { if (uniformBucketLevelAccessBuilder_ == null) { @@ -4077,48 +4508,66 @@ public Builder clearUniformBucketLevelAccess() { return this; } /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder getUniformBucketLevelAccessBuilder() { - + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder + getUniformBucketLevelAccessBuilder() { + onChanged(); return getUniformBucketLevelAccessFieldBuilder().getBuilder(); } /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ - public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder getUniformBucketLevelAccessOrBuilder() { + public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder + getUniformBucketLevelAccessOrBuilder() { if (uniformBucketLevelAccessBuilder_ != null) { return uniformBucketLevelAccessBuilder_.getMessageOrBuilder(); } else { - return uniformBucketLevelAccess_ == null ? - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() : uniformBucketLevelAccess_; + return uniformBucketLevelAccess_ == null + ? com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.getDefaultInstance() + : uniformBucketLevelAccess_; } } /** + * + * *
        * Bucket restriction options currently enforced on the bucket.
        * 
* - * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * + * .google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess uniform_bucket_level_access = 1; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder> + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder> getUniformBucketLevelAccessFieldBuilder() { if (uniformBucketLevelAccessBuilder_ == null) { - uniformBucketLevelAccessBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder>( - getUniformBucketLevelAccess(), - getParentForChildren(), - isClean()); + uniformBucketLevelAccessBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess, + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder, + com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder>( + getUniformBucketLevelAccess(), getParentForChildren(), isClean()); uniformBucketLevelAccess_ = null; } return uniformBucketLevelAccessBuilder_; @@ -4126,19 +4575,21 @@ public com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder private java.lang.Object publicAccessPrevention_ = ""; /** + * + * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; + * * @return The publicAccessPrevention. */ public java.lang.String getPublicAccessPrevention() { java.lang.Object ref = publicAccessPrevention_; 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(); publicAccessPrevention_ = s; return s; @@ -4147,21 +4598,22 @@ public java.lang.String getPublicAccessPrevention() { } } /** + * + * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; + * * @return The bytes for publicAccessPrevention. */ - public com.google.protobuf.ByteString - getPublicAccessPreventionBytes() { + public com.google.protobuf.ByteString getPublicAccessPreventionBytes() { java.lang.Object ref = publicAccessPrevention_; 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); publicAccessPrevention_ = b; return b; } else { @@ -4169,61 +4621,69 @@ public java.lang.String getPublicAccessPrevention() { } } /** + * + * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; + * * @param value The publicAccessPrevention to set. * @return This builder for chaining. */ - public Builder setPublicAccessPrevention( - java.lang.String value) { + public Builder setPublicAccessPrevention(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + publicAccessPrevention_ = value; onChanged(); return this; } /** + * + * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; + * * @return This builder for chaining. */ public Builder clearPublicAccessPrevention() { - + publicAccessPrevention_ = getDefaultInstance().getPublicAccessPrevention(); onChanged(); return this; } /** + * + * *
        * Whether IAM will enforce public access prevention. Valid values are
        * "enforced" or "inherited".
        * 
* * string public_access_prevention = 3; + * * @param value The bytes for publicAccessPrevention to set. * @return This builder for chaining. */ - public Builder setPublicAccessPreventionBytes( - com.google.protobuf.ByteString value) { + public Builder setPublicAccessPreventionBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + publicAccessPrevention_ = value; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -4236,12 +4696,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.IamConfig) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.IamConfig) private static final com.google.storage.v2.Bucket.IamConfig DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.IamConfig(); } @@ -4250,27 +4710,28 @@ public static com.google.storage.v2.Bucket.IamConfig getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public IamConfig 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 IamConfig 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; @@ -4285,14 +4746,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.IamConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface LifecycleOrBuilder extends + public interface LifecycleOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Lifecycle) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4300,9 +4763,10 @@ public interface LifecycleOrBuilder extends
      *
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
-    java.util.List 
-        getRuleList();
+    java.util.List getRuleList();
     /**
+     *
+     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4312,6 +4776,8 @@ public interface LifecycleOrBuilder extends
      */
     com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index);
     /**
+     *
+     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4321,6 +4787,8 @@ public interface LifecycleOrBuilder extends
      */
     int getRuleCount();
     /**
+     *
+     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4328,9 +4796,11 @@ public interface LifecycleOrBuilder extends
      *
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
-    java.util.List 
+    java.util.List
         getRuleOrBuilderList();
     /**
+     *
+     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -4338,10 +4808,11 @@ public interface LifecycleOrBuilder extends
      *
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
-    com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
-        int index);
+    com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int index);
   }
   /**
+   *
+   *
    * 
    * Lifecycle properties of a bucket.
    * For more information, see https://cloud.google.com/storage/docs/lifecycle.
@@ -4349,67 +4820,78 @@ com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
    *
    * Protobuf type {@code google.storage.v2.Bucket.Lifecycle}
    */
-  public static final class Lifecycle extends
-      com.google.protobuf.GeneratedMessageV3 implements
+  public static final class Lifecycle extends com.google.protobuf.GeneratedMessageV3
+      implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Lifecycle)
       LifecycleOrBuilder {
-  private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
     // Use Lifecycle.newBuilder() to construct.
     private Lifecycle(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
+
     private Lifecycle() {
       rule_ = 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 Lifecycle();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet
-    getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
       return this.unknownFields;
     }
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
+
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.Lifecycle.class, com.google.storage.v2.Bucket.Lifecycle.Builder.class);
+              com.google.storage.v2.Bucket.Lifecycle.class,
+              com.google.storage.v2.Bucket.Lifecycle.Builder.class);
     }
 
-    public interface RuleOrBuilder extends
+    public interface RuleOrBuilder
+        extends
         // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Lifecycle.Rule)
         com.google.protobuf.MessageOrBuilder {
 
       /**
+       *
+       *
        * 
        * The action to take.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; + * * @return Whether the action field is set. */ boolean hasAction(); /** + * + * *
        * The action to take.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; + * * @return The action. */ com.google.storage.v2.Bucket.Lifecycle.Rule.Action getAction(); /** + * + * *
        * The action to take.
        * 
@@ -4419,24 +4901,32 @@ public interface RuleOrBuilder extends com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBuilder(); /** + * + * *
        * The condition(s) under which the action will be taken.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; + * * @return Whether the condition field is set. */ boolean hasCondition(); /** + * + * *
        * The condition(s) under which the action will be taken.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; + * * @return The condition. */ com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getCondition(); /** + * + * *
        * The condition(s) under which the action will be taken.
        * 
@@ -4446,6 +4936,8 @@ public interface RuleOrBuilder extends com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder getConditionOrBuilder(); } /** + * + * *
      * A lifecycle Rule, combining an action to take on an object and a
      * condition which will trigger that action.
@@ -4453,107 +4945,122 @@ public interface RuleOrBuilder extends
      *
      * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule}
      */
-    public static final class Rule extends
-        com.google.protobuf.GeneratedMessageV3 implements
+    public static final class Rule extends com.google.protobuf.GeneratedMessageV3
+        implements
         // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Lifecycle.Rule)
         RuleOrBuilder {
-    private static final long serialVersionUID = 0L;
+      private static final long serialVersionUID = 0L;
       // Use Rule.newBuilder() to construct.
       private Rule(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-      private Rule() {
-      }
+
+      private Rule() {}
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(
-          UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
         return new Rule();
       }
 
       @java.lang.Override
-      public final com.google.protobuf.UnknownFieldSet
-      getUnknownFields() {
+      public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
         return this.unknownFields;
       }
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
+
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Lifecycle.Rule.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder.class);
+                com.google.storage.v2.Bucket.Lifecycle.Rule.class,
+                com.google.storage.v2.Bucket.Lifecycle.Rule.Builder.class);
       }
 
-      public interface ActionOrBuilder extends
+      public interface ActionOrBuilder
+          extends
           // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Lifecycle.Rule.Action)
           com.google.protobuf.MessageOrBuilder {
 
         /**
+         *
+         *
          * 
          * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
          * `AbortIncompleteMultipartUpload` are supported.
          * 
* * string type = 1; + * * @return The type. */ java.lang.String getType(); /** + * + * *
          * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
          * `AbortIncompleteMultipartUpload` are supported.
          * 
* * string type = 1; + * * @return The bytes for type. */ - com.google.protobuf.ByteString - getTypeBytes(); + com.google.protobuf.ByteString getTypeBytes(); /** + * + * *
          * Target storage class. Required iff the type of the action is
          * SetStorageClass.
          * 
* * string storage_class = 2; + * * @return The storageClass. */ java.lang.String getStorageClass(); /** + * + * *
          * Target storage class. Required iff the type of the action is
          * SetStorageClass.
          * 
* * string storage_class = 2; + * * @return The bytes for storageClass. */ - com.google.protobuf.ByteString - getStorageClassBytes(); + com.google.protobuf.ByteString getStorageClassBytes(); } /** + * + * *
        * An action to take on an object.
        * 
* * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule.Action} */ - public static final class Action extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Action extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Lifecycle.Rule.Action) ActionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Action.newBuilder() to construct. private Action(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Action() { type_ = ""; storageClass_ = ""; @@ -4561,38 +5068,42 @@ private Action() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Action(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder.class); + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.class, + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder.class); } public static final int TYPE_FIELD_NUMBER = 1; private volatile java.lang.Object type_; /** + * + * *
          * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
          * `AbortIncompleteMultipartUpload` are supported.
          * 
* * string type = 1; + * * @return The type. */ @java.lang.Override @@ -4601,30 +5112,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; } } /** + * + * *
          * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
          * `AbortIncompleteMultipartUpload` are supported.
          * 
* * 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 { @@ -4635,12 +5146,15 @@ public java.lang.String getType() { public static final int STORAGE_CLASS_FIELD_NUMBER = 2; private volatile java.lang.Object storageClass_; /** + * + * *
          * Target storage class. Required iff the type of the action is
          * SetStorageClass.
          * 
* * string storage_class = 2; + * * @return The storageClass. */ @java.lang.Override @@ -4649,30 +5163,30 @@ public java.lang.String getStorageClass() { 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(); storageClass_ = s; return s; } } /** + * + * *
          * Target storage class. Required iff the type of the action is
          * SetStorageClass.
          * 
* * string storage_class = 2; + * * @return The bytes for storageClass. */ @java.lang.Override - public com.google.protobuf.ByteString - getStorageClassBytes() { + public com.google.protobuf.ByteString getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -4681,6 +5195,7 @@ public java.lang.String getStorageClass() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4693,7 +5208,7 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_); } @@ -4723,17 +5238,16 @@ 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.storage.v2.Bucket.Lifecycle.Rule.Action)) { return super.equals(obj); } - com.google.storage.v2.Bucket.Lifecycle.Rule.Action other = (com.google.storage.v2.Bucket.Lifecycle.Rule.Action) obj; + com.google.storage.v2.Bucket.Lifecycle.Rule.Action other = + (com.google.storage.v2.Bucket.Lifecycle.Rule.Action) obj; - if (!getType() - .equals(other.getType())) return false; - if (!getStorageClass() - .equals(other.getStorageClass())) return false; + if (!getType().equals(other.getType())) return false; + if (!getStorageClass().equals(other.getStorageClass())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -4755,87 +5269,95 @@ public int hashCode() { } public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action prototype) { + + public static Builder newBuilder( + com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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 @@ -4845,39 +5367,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
          * An action to take on an object.
          * 
* * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule.Action} */ - 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.storage.v2.Bucket.Lifecycle.Rule.Action) com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder.class); + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.class, + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder.class); } // Construct using com.google.storage.v2.Bucket.Lifecycle.Rule.Action.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -4889,9 +5413,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; } @java.lang.Override @@ -4910,7 +5434,8 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Action build() { @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle.Rule.Action buildPartial() { - com.google.storage.v2.Bucket.Lifecycle.Rule.Action result = new com.google.storage.v2.Bucket.Lifecycle.Rule.Action(this); + com.google.storage.v2.Bucket.Lifecycle.Rule.Action result = + new com.google.storage.v2.Bucket.Lifecycle.Rule.Action(this); result.type_ = type_; result.storageClass_ = storageClass_; onBuilt(); @@ -4921,38 +5446,41 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Action 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.storage.v2.Bucket.Lifecycle.Rule.Action) { - return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule.Action)other); + return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule.Action) other); } else { super.mergeFrom(other); return this; @@ -4960,7 +5488,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.Bucket.Lifecycle.Rule.Action other) { - if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance()) return this; + if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance()) + return this; if (!other.getType().isEmpty()) { type_ = other.type_; onChanged(); @@ -4995,22 +5524,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - type_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - storageClass_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + type_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + storageClass_ = input.readStringRequireUtf8(); + + 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) { @@ -5023,19 +5555,21 @@ public Builder mergeFrom( private java.lang.Object type_ = ""; /** + * + * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * 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; @@ -5044,21 +5578,22 @@ public java.lang.String getType() { } } /** + * + * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * 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 { @@ -5066,57 +5601,64 @@ public java.lang.String getType() { } } /** + * + * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * string type = 1; + * * @param value The type to set. * @return This builder for chaining. */ - public Builder setType( - java.lang.String value) { + public Builder setType(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + type_ = value; onChanged(); return this; } /** + * + * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * string type = 1; + * * @return This builder for chaining. */ public Builder clearType() { - + type_ = getDefaultInstance().getType(); onChanged(); return this; } /** + * + * *
            * Type of the action. Currently, only `Delete`, `SetStorageClass`, and
            * `AbortIncompleteMultipartUpload` are supported.
            * 
* * string type = 1; + * * @param value The bytes for type to set. * @return This builder for chaining. */ - public Builder setTypeBytes( - com.google.protobuf.ByteString value) { + public Builder setTypeBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + type_ = value; onChanged(); return this; @@ -5124,19 +5666,21 @@ public Builder setTypeBytes( private java.lang.Object storageClass_ = ""; /** + * + * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; + * * @return The storageClass. */ public java.lang.String getStorageClass() { java.lang.Object ref = storageClass_; 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(); storageClass_ = s; return s; @@ -5145,21 +5689,22 @@ public java.lang.String getStorageClass() { } } /** + * + * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; + * * @return The bytes for storageClass. */ - public com.google.protobuf.ByteString - getStorageClassBytes() { + public com.google.protobuf.ByteString getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -5167,61 +5712,69 @@ public java.lang.String getStorageClass() { } } /** + * + * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; + * * @param value The storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClass( - java.lang.String value) { + public Builder setStorageClass(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + storageClass_ = value; onChanged(); return this; } /** + * + * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; + * * @return This builder for chaining. */ public Builder clearStorageClass() { - + storageClass_ = getDefaultInstance().getStorageClass(); onChanged(); return this; } /** + * + * *
            * Target storage class. Required iff the type of the action is
            * SetStorageClass.
            * 
* * string storage_class = 2; + * * @param value The bytes for storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClassBytes( - com.google.protobuf.ByteString value) { + public Builder setStorageClassBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + storageClass_ = value; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -5234,12 +5787,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Lifecycle.Rule.Action) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Lifecycle.Rule.Action) private static final com.google.storage.v2.Bucket.Lifecycle.Rule.Action DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Lifecycle.Rule.Action(); } @@ -5248,27 +5801,28 @@ public static com.google.storage.v2.Bucket.Lifecycle.Rule.Action getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Action 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 Action 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; @@ -5283,14 +5837,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Lifecycle.Rule.Action getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface ConditionOrBuilder extends + public interface ConditionOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Lifecycle.Rule.Condition) com.google.protobuf.MessageOrBuilder { /** + * + * *
          * Age of an object (in days). This condition is satisfied when an
          * object reaches the specified age.
@@ -5299,10 +5855,13 @@ public interface ConditionOrBuilder extends
          * 
* * optional int32 age_days = 1; + * * @return Whether the ageDays field is set. */ boolean hasAgeDays(); /** + * + * *
          * Age of an object (in days). This condition is satisfied when an
          * object reaches the specified age.
@@ -5311,31 +5870,40 @@ public interface ConditionOrBuilder extends
          * 
* * optional int32 age_days = 1; + * * @return The ageDays. */ int getAgeDays(); /** + * + * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
          * 
* * .google.type.Date created_before = 2; + * * @return Whether the createdBefore field is set. */ boolean hasCreatedBefore(); /** + * + * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
          * 
* * .google.type.Date created_before = 2; + * * @return The createdBefore. */ com.google.type.Date getCreatedBefore(); /** + * + * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
@@ -5346,6 +5914,8 @@ public interface ConditionOrBuilder extends
         com.google.type.DateOrBuilder getCreatedBeforeOrBuilder();
 
         /**
+         *
+         *
          * 
          * Relevant only for versioned objects. If the value is
          * `true`, this condition matches live objects; if the value
@@ -5353,10 +5923,13 @@ public interface ConditionOrBuilder extends
          * 
* * optional bool is_live = 3; + * * @return Whether the isLive field is set. */ boolean hasIsLive(); /** + * + * *
          * Relevant only for versioned objects. If the value is
          * `true`, this condition matches live objects; if the value
@@ -5364,11 +5937,14 @@ public interface ConditionOrBuilder extends
          * 
* * optional bool is_live = 3; + * * @return The isLive. */ boolean getIsLive(); /** + * + * *
          * Relevant only for versioned objects. If the value is N, this
          * condition is satisfied when there are at least N versions (including
@@ -5376,10 +5952,13 @@ public interface ConditionOrBuilder extends
          * 
* * optional int32 num_newer_versions = 4; + * * @return Whether the numNewerVersions field is set. */ boolean hasNumNewerVersions(); /** + * + * *
          * Relevant only for versioned objects. If the value is N, this
          * condition is satisfied when there are at least N versions (including
@@ -5387,11 +5966,14 @@ public interface ConditionOrBuilder extends
          * 
* * optional int32 num_newer_versions = 4; + * * @return The numNewerVersions. */ int getNumNewerVersions(); /** + * + * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5400,11 +5982,13 @@ public interface ConditionOrBuilder extends
          * 
* * repeated string matches_storage_class = 5; + * * @return A list containing the matchesStorageClass. */ - java.util.List - getMatchesStorageClassList(); + java.util.List getMatchesStorageClassList(); /** + * + * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5413,10 +5997,13 @@ public interface ConditionOrBuilder extends
          * 
* * repeated string matches_storage_class = 5; + * * @return The count of matchesStorageClass. */ int getMatchesStorageClassCount(); /** + * + * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5425,11 +6012,14 @@ public interface ConditionOrBuilder extends
          * 
* * repeated string matches_storage_class = 5; + * * @param index The index of the element to return. * @return The matchesStorageClass at the given index. */ java.lang.String getMatchesStorageClass(int index); /** + * + * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5438,13 +6028,15 @@ public interface ConditionOrBuilder extends
          * 
* * repeated string matches_storage_class = 5; + * * @param index The index of the value to return. * @return The bytes of the matchesStorageClass at the given index. */ - com.google.protobuf.ByteString - getMatchesStorageClassBytes(int index); + com.google.protobuf.ByteString getMatchesStorageClassBytes(int index); /** + * + * *
          * Number of days that have elapsed since the custom timestamp set on an
          * object.
@@ -5452,10 +6044,13 @@ public interface ConditionOrBuilder extends
          * 
* * optional int32 days_since_custom_time = 7; + * * @return Whether the daysSinceCustomTime field is set. */ boolean hasDaysSinceCustomTime(); /** + * + * *
          * Number of days that have elapsed since the custom timestamp set on an
          * object.
@@ -5463,31 +6058,40 @@ public interface ConditionOrBuilder extends
          * 
* * optional int32 days_since_custom_time = 7; + * * @return The daysSinceCustomTime. */ int getDaysSinceCustomTime(); /** + * + * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
          * 
* * .google.type.Date custom_time_before = 8; + * * @return Whether the customTimeBefore field is set. */ boolean hasCustomTimeBefore(); /** + * + * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
          * 
* * .google.type.Date custom_time_before = 8; + * * @return The customTimeBefore. */ com.google.type.Date getCustomTimeBefore(); /** + * + * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
@@ -5498,6 +6102,8 @@ public interface ConditionOrBuilder extends
         com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder();
 
         /**
+         *
+         *
          * 
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if these many days have been
@@ -5507,10 +6113,13 @@ public interface ConditionOrBuilder extends
          * 
* * optional int32 days_since_noncurrent_time = 9; + * * @return Whether the daysSinceNoncurrentTime field is set. */ boolean hasDaysSinceNoncurrentTime(); /** + * + * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if these many days have been
@@ -5520,11 +6129,14 @@ public interface ConditionOrBuilder extends
          * 
* * optional int32 days_since_noncurrent_time = 9; + * * @return The daysSinceNoncurrentTime. */ int getDaysSinceNoncurrentTime(); /** + * + * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -5532,10 +6144,13 @@ public interface ConditionOrBuilder extends
          * 
* * .google.type.Date noncurrent_time_before = 10; + * * @return Whether the noncurrentTimeBefore field is set. */ boolean hasNoncurrentTimeBefore(); /** + * + * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -5543,10 +6158,13 @@ public interface ConditionOrBuilder extends
          * 
* * .google.type.Date noncurrent_time_before = 10; + * * @return The noncurrentTimeBefore. */ com.google.type.Date getNoncurrentTimeBefore(); /** + * + * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -5558,111 +6176,134 @@ public interface ConditionOrBuilder extends
         com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder();
 
         /**
+         *
+         *
          * 
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; + * * @return A list containing the matchesPrefix. */ - java.util.List - getMatchesPrefixList(); + java.util.List getMatchesPrefixList(); /** + * + * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; + * * @return The count of matchesPrefix. */ int getMatchesPrefixCount(); /** + * + * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; + * * @param index The index of the element to return. * @return The matchesPrefix at the given index. */ java.lang.String getMatchesPrefix(int index); /** + * + * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; + * * @param index The index of the value to return. * @return The bytes of the matchesPrefix at the given index. */ - com.google.protobuf.ByteString - getMatchesPrefixBytes(int index); + com.google.protobuf.ByteString getMatchesPrefixBytes(int index); /** + * + * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; + * * @return A list containing the matchesSuffix. */ - java.util.List - getMatchesSuffixList(); + java.util.List getMatchesSuffixList(); /** + * + * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; + * * @return The count of matchesSuffix. */ int getMatchesSuffixCount(); /** + * + * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; + * * @param index The index of the element to return. * @return The matchesSuffix at the given index. */ java.lang.String getMatchesSuffix(int index); /** + * + * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; + * * @param index The index of the value to return. * @return The bytes of the matchesSuffix at the given index. */ - com.google.protobuf.ByteString - getMatchesSuffixBytes(int index); + com.google.protobuf.ByteString getMatchesSuffixBytes(int index); } /** + * + * *
        * A condition of an object which triggers some action.
        * 
* * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule.Condition} */ - public static final class Condition extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Condition extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Lifecycle.Rule.Condition) ConditionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Condition.newBuilder() to construct. private Condition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Condition() { matchesStorageClass_ = com.google.protobuf.LazyStringArrayList.EMPTY; matchesPrefix_ = com.google.protobuf.LazyStringArrayList.EMPTY; @@ -5671,33 +6312,36 @@ private Condition() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Condition(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder.class); + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.class, + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder.class); } private int bitField0_; public static final int AGE_DAYS_FIELD_NUMBER = 1; private int ageDays_; /** + * + * *
          * Age of an object (in days). This condition is satisfied when an
          * object reaches the specified age.
@@ -5706,6 +6350,7 @@ protected java.lang.Object newInstance(
          * 
* * optional int32 age_days = 1; + * * @return Whether the ageDays field is set. */ @java.lang.Override @@ -5713,6 +6358,8 @@ public boolean hasAgeDays() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
          * Age of an object (in days). This condition is satisfied when an
          * object reaches the specified age.
@@ -5721,6 +6368,7 @@ public boolean hasAgeDays() {
          * 
* * optional int32 age_days = 1; + * * @return The ageDays. */ @java.lang.Override @@ -5731,12 +6379,15 @@ public int getAgeDays() { public static final int CREATED_BEFORE_FIELD_NUMBER = 2; private com.google.type.Date createdBefore_; /** + * + * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
          * 
* * .google.type.Date created_before = 2; + * * @return Whether the createdBefore field is set. */ @java.lang.Override @@ -5744,19 +6395,26 @@ public boolean hasCreatedBefore() { return createdBefore_ != null; } /** + * + * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
          * 
* * .google.type.Date created_before = 2; + * * @return The createdBefore. */ @java.lang.Override public com.google.type.Date getCreatedBefore() { - return createdBefore_ == null ? com.google.type.Date.getDefaultInstance() : createdBefore_; + return createdBefore_ == null + ? com.google.type.Date.getDefaultInstance() + : createdBefore_; } /** + * + * *
          * This condition is satisfied when an object is created before midnight
          * of the specified date in UTC.
@@ -5772,6 +6430,8 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
         public static final int IS_LIVE_FIELD_NUMBER = 3;
         private boolean isLive_;
         /**
+         *
+         *
          * 
          * Relevant only for versioned objects. If the value is
          * `true`, this condition matches live objects; if the value
@@ -5779,6 +6439,7 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
          * 
* * optional bool is_live = 3; + * * @return Whether the isLive field is set. */ @java.lang.Override @@ -5786,6 +6447,8 @@ public boolean hasIsLive() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
          * Relevant only for versioned objects. If the value is
          * `true`, this condition matches live objects; if the value
@@ -5793,6 +6456,7 @@ public boolean hasIsLive() {
          * 
* * optional bool is_live = 3; + * * @return The isLive. */ @java.lang.Override @@ -5803,6 +6467,8 @@ public boolean getIsLive() { public static final int NUM_NEWER_VERSIONS_FIELD_NUMBER = 4; private int numNewerVersions_; /** + * + * *
          * Relevant only for versioned objects. If the value is N, this
          * condition is satisfied when there are at least N versions (including
@@ -5810,6 +6476,7 @@ public boolean getIsLive() {
          * 
* * optional int32 num_newer_versions = 4; + * * @return Whether the numNewerVersions field is set. */ @java.lang.Override @@ -5817,6 +6484,8 @@ public boolean hasNumNewerVersions() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
          * Relevant only for versioned objects. If the value is N, this
          * condition is satisfied when there are at least N versions (including
@@ -5824,6 +6493,7 @@ public boolean hasNumNewerVersions() {
          * 
* * optional int32 num_newer_versions = 4; + * * @return The numNewerVersions. */ @java.lang.Override @@ -5834,6 +6504,8 @@ public int getNumNewerVersions() { public static final int MATCHES_STORAGE_CLASS_FIELD_NUMBER = 5; private com.google.protobuf.LazyStringList matchesStorageClass_; /** + * + * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5842,13 +6514,15 @@ public int getNumNewerVersions() {
          * 
* * repeated string matches_storage_class = 5; + * * @return A list containing the matchesStorageClass. */ - public com.google.protobuf.ProtocolStringList - getMatchesStorageClassList() { + public com.google.protobuf.ProtocolStringList getMatchesStorageClassList() { return matchesStorageClass_; } /** + * + * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5857,12 +6531,15 @@ public int getNumNewerVersions() {
          * 
* * repeated string matches_storage_class = 5; + * * @return The count of matchesStorageClass. */ public int getMatchesStorageClassCount() { return matchesStorageClass_.size(); } /** + * + * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5871,6 +6548,7 @@ public int getMatchesStorageClassCount() {
          * 
* * repeated string matches_storage_class = 5; + * * @param index The index of the element to return. * @return The matchesStorageClass at the given index. */ @@ -5878,6 +6556,8 @@ public java.lang.String getMatchesStorageClass(int index) { return matchesStorageClass_.get(index); } /** + * + * *
          * Objects having any of the storage classes specified by this condition
          * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -5886,17 +6566,19 @@ public java.lang.String getMatchesStorageClass(int index) {
          * 
* * repeated string matches_storage_class = 5; + * * @param index The index of the value to return. * @return The bytes of the matchesStorageClass at the given index. */ - public com.google.protobuf.ByteString - getMatchesStorageClassBytes(int index) { + public com.google.protobuf.ByteString getMatchesStorageClassBytes(int index) { return matchesStorageClass_.getByteString(index); } public static final int DAYS_SINCE_CUSTOM_TIME_FIELD_NUMBER = 7; private int daysSinceCustomTime_; /** + * + * *
          * Number of days that have elapsed since the custom timestamp set on an
          * object.
@@ -5904,6 +6586,7 @@ public java.lang.String getMatchesStorageClass(int index) {
          * 
* * optional int32 days_since_custom_time = 7; + * * @return Whether the daysSinceCustomTime field is set. */ @java.lang.Override @@ -5911,6 +6594,8 @@ public boolean hasDaysSinceCustomTime() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
          * Number of days that have elapsed since the custom timestamp set on an
          * object.
@@ -5918,6 +6603,7 @@ public boolean hasDaysSinceCustomTime() {
          * 
* * optional int32 days_since_custom_time = 7; + * * @return The daysSinceCustomTime. */ @java.lang.Override @@ -5928,12 +6614,15 @@ public int getDaysSinceCustomTime() { public static final int CUSTOM_TIME_BEFORE_FIELD_NUMBER = 8; private com.google.type.Date customTimeBefore_; /** + * + * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
          * 
* * .google.type.Date custom_time_before = 8; + * * @return Whether the customTimeBefore field is set. */ @java.lang.Override @@ -5941,19 +6630,26 @@ public boolean hasCustomTimeBefore() { return customTimeBefore_ != null; } /** + * + * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
          * 
* * .google.type.Date custom_time_before = 8; + * * @return The customTimeBefore. */ @java.lang.Override public com.google.type.Date getCustomTimeBefore() { - return customTimeBefore_ == null ? com.google.type.Date.getDefaultInstance() : customTimeBefore_; + return customTimeBefore_ == null + ? com.google.type.Date.getDefaultInstance() + : customTimeBefore_; } /** + * + * *
          * An object matches this condition if the custom timestamp set on the
          * object is before the specified date in UTC.
@@ -5969,6 +6665,8 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
         public static final int DAYS_SINCE_NONCURRENT_TIME_FIELD_NUMBER = 9;
         private int daysSinceNoncurrentTime_;
         /**
+         *
+         *
          * 
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if these many days have been
@@ -5978,6 +6676,7 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
          * 
* * optional int32 days_since_noncurrent_time = 9; + * * @return Whether the daysSinceNoncurrentTime field is set. */ @java.lang.Override @@ -5985,6 +6684,8 @@ public boolean hasDaysSinceNoncurrentTime() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if these many days have been
@@ -5994,6 +6695,7 @@ public boolean hasDaysSinceNoncurrentTime() {
          * 
* * optional int32 days_since_noncurrent_time = 9; + * * @return The daysSinceNoncurrentTime. */ @java.lang.Override @@ -6004,6 +6706,8 @@ public int getDaysSinceNoncurrentTime() { public static final int NONCURRENT_TIME_BEFORE_FIELD_NUMBER = 10; private com.google.type.Date noncurrentTimeBefore_; /** + * + * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6011,6 +6715,7 @@ public int getDaysSinceNoncurrentTime() {
          * 
* * .google.type.Date noncurrent_time_before = 10; + * * @return Whether the noncurrentTimeBefore field is set. */ @java.lang.Override @@ -6018,6 +6723,8 @@ public boolean hasNoncurrentTimeBefore() { return noncurrentTimeBefore_ != null; } /** + * + * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6025,13 +6732,18 @@ public boolean hasNoncurrentTimeBefore() {
          * 
* * .google.type.Date noncurrent_time_before = 10; + * * @return The noncurrentTimeBefore. */ @java.lang.Override public com.google.type.Date getNoncurrentTimeBefore() { - return noncurrentTimeBefore_ == null ? com.google.type.Date.getDefaultInstance() : noncurrentTimeBefore_; + return noncurrentTimeBefore_ == null + ? com.google.type.Date.getDefaultInstance() + : noncurrentTimeBefore_; } /** + * + * *
          * This condition is relevant only for versioned objects. An object
          * version satisfies this condition only if it became noncurrent before
@@ -6048,37 +6760,45 @@ public com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder() {
         public static final int MATCHES_PREFIX_FIELD_NUMBER = 11;
         private com.google.protobuf.LazyStringList matchesPrefix_;
         /**
+         *
+         *
          * 
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; + * * @return A list containing the matchesPrefix. */ - public com.google.protobuf.ProtocolStringList - getMatchesPrefixList() { + public com.google.protobuf.ProtocolStringList getMatchesPrefixList() { return matchesPrefix_; } /** + * + * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; + * * @return The count of matchesPrefix. */ public int getMatchesPrefixCount() { return matchesPrefix_.size(); } /** + * + * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; + * * @param index The index of the element to return. * @return The matchesPrefix at the given index. */ @@ -6086,54 +6806,64 @@ public java.lang.String getMatchesPrefix(int index) { return matchesPrefix_.get(index); } /** + * + * *
          * List of object name prefixes. If any prefix exactly matches the
          * beginning of the object name, the condition evaluates to true.
          * 
* * repeated string matches_prefix = 11; + * * @param index The index of the value to return. * @return The bytes of the matchesPrefix at the given index. */ - public com.google.protobuf.ByteString - getMatchesPrefixBytes(int index) { + public com.google.protobuf.ByteString getMatchesPrefixBytes(int index) { return matchesPrefix_.getByteString(index); } public static final int MATCHES_SUFFIX_FIELD_NUMBER = 12; private com.google.protobuf.LazyStringList matchesSuffix_; /** + * + * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; + * * @return A list containing the matchesSuffix. */ - public com.google.protobuf.ProtocolStringList - getMatchesSuffixList() { + public com.google.protobuf.ProtocolStringList getMatchesSuffixList() { return matchesSuffix_; } /** + * + * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; + * * @return The count of matchesSuffix. */ public int getMatchesSuffixCount() { return matchesSuffix_.size(); } /** + * + * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; + * * @param index The index of the element to return. * @return The matchesSuffix at the given index. */ @@ -6141,21 +6871,24 @@ public java.lang.String getMatchesSuffix(int index) { return matchesSuffix_.get(index); } /** + * + * *
          * List of object name suffixes. If any suffix exactly matches the
          * end of the object name, the condition evaluates to true.
          * 
* * repeated string matches_suffix = 12; + * * @param index The index of the value to return. * @return The bytes of the matchesSuffix at the given index. */ - public com.google.protobuf.ByteString - getMatchesSuffixBytes(int index) { + public com.google.protobuf.ByteString getMatchesSuffixBytes(int index) { return matchesSuffix_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -6168,7 +6901,7 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeInt32(1, ageDays_); } @@ -6182,7 +6915,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeInt32(4, numNewerVersions_); } for (int i = 0; i < matchesStorageClass_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, matchesStorageClass_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString( + output, 5, matchesStorageClass_.getRaw(i)); } if (((bitField0_ & 0x00000008) != 0)) { output.writeInt32(7, daysSinceCustomTime_); @@ -6197,10 +6931,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeMessage(10, getNoncurrentTimeBefore()); } for (int i = 0; i < matchesPrefix_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 11, matchesPrefix_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString( + output, 11, matchesPrefix_.getRaw(i)); } for (int i = 0; i < matchesSuffix_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 12, matchesSuffix_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString( + output, 12, matchesSuffix_.getRaw(i)); } getUnknownFields().writeTo(output); } @@ -6212,20 +6948,16 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(1, ageDays_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, ageDays_); } if (createdBefore_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getCreatedBefore()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCreatedBefore()); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(3, isLive_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, isLive_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(4, numNewerVersions_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(4, numNewerVersions_); } { int dataSize = 0; @@ -6236,20 +6968,20 @@ public int getSerializedSize() { size += 1 * getMatchesStorageClassList().size(); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(7, daysSinceCustomTime_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(7, daysSinceCustomTime_); } if (customTimeBefore_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, getCustomTimeBefore()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize(8, getCustomTimeBefore()); } if (((bitField0_ & 0x00000010) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(9, daysSinceNoncurrentTime_); + size += + com.google.protobuf.CodedOutputStream.computeInt32Size(9, daysSinceNoncurrentTime_); } if (noncurrentTimeBefore_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(10, getNoncurrentTimeBefore()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 10, getNoncurrentTimeBefore()); } { int dataSize = 0; @@ -6275,59 +7007,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.storage.v2.Bucket.Lifecycle.Rule.Condition)) { return super.equals(obj); } - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition other = (com.google.storage.v2.Bucket.Lifecycle.Rule.Condition) obj; + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition other = + (com.google.storage.v2.Bucket.Lifecycle.Rule.Condition) obj; if (hasAgeDays() != other.hasAgeDays()) return false; if (hasAgeDays()) { - if (getAgeDays() - != other.getAgeDays()) return false; + if (getAgeDays() != other.getAgeDays()) return false; } if (hasCreatedBefore() != other.hasCreatedBefore()) return false; if (hasCreatedBefore()) { - if (!getCreatedBefore() - .equals(other.getCreatedBefore())) return false; + if (!getCreatedBefore().equals(other.getCreatedBefore())) return false; } if (hasIsLive() != other.hasIsLive()) return false; if (hasIsLive()) { - if (getIsLive() - != other.getIsLive()) return false; + if (getIsLive() != other.getIsLive()) return false; } if (hasNumNewerVersions() != other.hasNumNewerVersions()) return false; if (hasNumNewerVersions()) { - if (getNumNewerVersions() - != other.getNumNewerVersions()) return false; + if (getNumNewerVersions() != other.getNumNewerVersions()) return false; } - if (!getMatchesStorageClassList() - .equals(other.getMatchesStorageClassList())) return false; + if (!getMatchesStorageClassList().equals(other.getMatchesStorageClassList())) + return false; if (hasDaysSinceCustomTime() != other.hasDaysSinceCustomTime()) return false; if (hasDaysSinceCustomTime()) { - if (getDaysSinceCustomTime() - != other.getDaysSinceCustomTime()) return false; + if (getDaysSinceCustomTime() != other.getDaysSinceCustomTime()) return false; } if (hasCustomTimeBefore() != other.hasCustomTimeBefore()) return false; if (hasCustomTimeBefore()) { - if (!getCustomTimeBefore() - .equals(other.getCustomTimeBefore())) return false; + if (!getCustomTimeBefore().equals(other.getCustomTimeBefore())) return false; } if (hasDaysSinceNoncurrentTime() != other.hasDaysSinceNoncurrentTime()) return false; if (hasDaysSinceNoncurrentTime()) { - if (getDaysSinceNoncurrentTime() - != other.getDaysSinceNoncurrentTime()) return false; + if (getDaysSinceNoncurrentTime() != other.getDaysSinceNoncurrentTime()) return false; } if (hasNoncurrentTimeBefore() != other.hasNoncurrentTimeBefore()) return false; if (hasNoncurrentTimeBefore()) { - if (!getNoncurrentTimeBefore() - .equals(other.getNoncurrentTimeBefore())) return false; + if (!getNoncurrentTimeBefore().equals(other.getNoncurrentTimeBefore())) return false; } - if (!getMatchesPrefixList() - .equals(other.getMatchesPrefixList())) return false; - if (!getMatchesSuffixList() - .equals(other.getMatchesSuffixList())) return false; + if (!getMatchesPrefixList().equals(other.getMatchesPrefixList())) return false; + if (!getMatchesSuffixList().equals(other.getMatchesSuffixList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -6349,8 +7072,7 @@ public int hashCode() { } if (hasIsLive()) { hash = (37 * hash) + IS_LIVE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getIsLive()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsLive()); } if (hasNumNewerVersions()) { hash = (37 * hash) + NUM_NEWER_VERSIONS_FIELD_NUMBER; @@ -6390,87 +7112,95 @@ public int hashCode() { } public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition prototype) { + + public static Builder newBuilder( + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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 @@ -6480,39 +7210,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
          * A condition of an object which triggers some action.
          * 
* * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule.Condition} */ - 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.storage.v2.Bucket.Lifecycle.Rule.Condition) com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder.class); + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.class, + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder.class); } // Construct using com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -6554,9 +7286,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; } @java.lang.Override @@ -6575,7 +7307,8 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition build() { @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition buildPartial() { - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition result = new com.google.storage.v2.Bucket.Lifecycle.Rule.Condition(this); + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition result = + new com.google.storage.v2.Bucket.Lifecycle.Rule.Condition(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { @@ -6637,38 +7370,41 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition 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.storage.v2.Bucket.Lifecycle.Rule.Condition) { - return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule.Condition)other); + return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule.Condition) other); } else { super.mergeFrom(other); return this; @@ -6676,7 +7412,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.Bucket.Lifecycle.Rule.Condition other) { - if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance()) return this; + if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance()) + return this; if (other.hasAgeDays()) { setAgeDays(other.getAgeDays()); } @@ -6757,76 +7494,85 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - ageDays_ = input.readInt32(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: { - input.readMessage( - getCreatedBeforeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 18 - case 24: { - isLive_ = input.readBool(); - bitField0_ |= 0x00000002; - break; - } // case 24 - case 32: { - numNewerVersions_ = input.readInt32(); - bitField0_ |= 0x00000004; - break; - } // case 32 - case 42: { - java.lang.String s = input.readStringRequireUtf8(); - ensureMatchesStorageClassIsMutable(); - matchesStorageClass_.add(s); - break; - } // case 42 - case 56: { - daysSinceCustomTime_ = input.readInt32(); - bitField0_ |= 0x00000010; - break; - } // case 56 - case 66: { - input.readMessage( - getCustomTimeBeforeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 66 - case 72: { - daysSinceNoncurrentTime_ = input.readInt32(); - bitField0_ |= 0x00000020; - break; - } // case 72 - case 82: { - input.readMessage( - getNoncurrentTimeBeforeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 82 - case 90: { - java.lang.String s = input.readStringRequireUtf8(); - ensureMatchesPrefixIsMutable(); - matchesPrefix_.add(s); - break; - } // case 90 - case 98: { - java.lang.String s = input.readStringRequireUtf8(); - ensureMatchesSuffixIsMutable(); - matchesSuffix_.add(s); - break; - } // case 98 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + ageDays_ = input.readInt32(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: + { + input.readMessage( + getCreatedBeforeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 18 + case 24: + { + isLive_ = input.readBool(); + bitField0_ |= 0x00000002; + break; + } // case 24 + case 32: + { + numNewerVersions_ = input.readInt32(); + bitField0_ |= 0x00000004; + break; + } // case 32 + case 42: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureMatchesStorageClassIsMutable(); + matchesStorageClass_.add(s); + break; + } // case 42 + case 56: + { + daysSinceCustomTime_ = input.readInt32(); + bitField0_ |= 0x00000010; + break; + } // case 56 + case 66: + { + input.readMessage( + getCustomTimeBeforeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 66 + case 72: + { + daysSinceNoncurrentTime_ = input.readInt32(); + bitField0_ |= 0x00000020; + break; + } // case 72 + case 82: + { + input.readMessage( + getNoncurrentTimeBeforeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 82 + case 90: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureMatchesPrefixIsMutable(); + matchesPrefix_.add(s); + break; + } // case 90 + case 98: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureMatchesSuffixIsMutable(); + matchesSuffix_.add(s); + break; + } // case 98 + 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) { @@ -6836,10 +7582,13 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; - private int ageDays_ ; + private int ageDays_; /** + * + * *
            * Age of an object (in days). This condition is satisfied when an
            * object reaches the specified age.
@@ -6848,6 +7597,7 @@ public Builder mergeFrom(
            * 
* * optional int32 age_days = 1; + * * @return Whether the ageDays field is set. */ @java.lang.Override @@ -6855,6 +7605,8 @@ public boolean hasAgeDays() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
            * Age of an object (in days). This condition is satisfied when an
            * object reaches the specified age.
@@ -6863,6 +7615,7 @@ public boolean hasAgeDays() {
            * 
* * optional int32 age_days = 1; + * * @return The ageDays. */ @java.lang.Override @@ -6870,6 +7623,8 @@ public int getAgeDays() { return ageDays_; } /** + * + * *
            * Age of an object (in days). This condition is satisfied when an
            * object reaches the specified age.
@@ -6878,6 +7633,7 @@ public int getAgeDays() {
            * 
* * optional int32 age_days = 1; + * * @param value The ageDays to set. * @return This builder for chaining. */ @@ -6888,6 +7644,8 @@ public Builder setAgeDays(int value) { return this; } /** + * + * *
            * Age of an object (in days). This condition is satisfied when an
            * object reaches the specified age.
@@ -6896,6 +7654,7 @@ public Builder setAgeDays(int value) {
            * 
* * optional int32 age_days = 1; + * * @return This builder for chaining. */ public Builder clearAgeDays() { @@ -6907,36 +7666,47 @@ public Builder clearAgeDays() { private com.google.type.Date createdBefore_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> createdBeforeBuilder_; + com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> + createdBeforeBuilder_; /** + * + * *
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
            * 
* * .google.type.Date created_before = 2; + * * @return Whether the createdBefore field is set. */ public boolean hasCreatedBefore() { return createdBeforeBuilder_ != null || createdBefore_ != null; } /** + * + * *
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
            * 
* * .google.type.Date created_before = 2; + * * @return The createdBefore. */ public com.google.type.Date getCreatedBefore() { if (createdBeforeBuilder_ == null) { - return createdBefore_ == null ? com.google.type.Date.getDefaultInstance() : createdBefore_; + return createdBefore_ == null + ? com.google.type.Date.getDefaultInstance() + : createdBefore_; } else { return createdBeforeBuilder_.getMessage(); } } /** + * + * *
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -6958,6 +7728,8 @@ public Builder setCreatedBefore(com.google.type.Date value) {
             return this;
           }
           /**
+           *
+           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -6965,8 +7737,7 @@ public Builder setCreatedBefore(com.google.type.Date value) {
            *
            * .google.type.Date created_before = 2;
            */
-          public Builder setCreatedBefore(
-              com.google.type.Date.Builder builderForValue) {
+          public Builder setCreatedBefore(com.google.type.Date.Builder builderForValue) {
             if (createdBeforeBuilder_ == null) {
               createdBefore_ = builderForValue.build();
               onChanged();
@@ -6977,6 +7748,8 @@ public Builder setCreatedBefore(
             return this;
           }
           /**
+           *
+           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -6988,7 +7761,7 @@ public Builder mergeCreatedBefore(com.google.type.Date value) {
             if (createdBeforeBuilder_ == null) {
               if (createdBefore_ != null) {
                 createdBefore_ =
-                  com.google.type.Date.newBuilder(createdBefore_).mergeFrom(value).buildPartial();
+                    com.google.type.Date.newBuilder(createdBefore_).mergeFrom(value).buildPartial();
               } else {
                 createdBefore_ = value;
               }
@@ -7000,6 +7773,8 @@ public Builder mergeCreatedBefore(com.google.type.Date value) {
             return this;
           }
           /**
+           *
+           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7019,6 +7794,8 @@ public Builder clearCreatedBefore() {
             return this;
           }
           /**
+           *
+           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7027,11 +7804,13 @@ public Builder clearCreatedBefore() {
            * .google.type.Date created_before = 2;
            */
           public com.google.type.Date.Builder getCreatedBeforeBuilder() {
-            
+
             onChanged();
             return getCreatedBeforeFieldBuilder().getBuilder();
           }
           /**
+           *
+           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7043,11 +7822,14 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
             if (createdBeforeBuilder_ != null) {
               return createdBeforeBuilder_.getMessageOrBuilder();
             } else {
-              return createdBefore_ == null ?
-                  com.google.type.Date.getDefaultInstance() : createdBefore_;
+              return createdBefore_ == null
+                  ? com.google.type.Date.getDefaultInstance()
+                  : createdBefore_;
             }
           }
           /**
+           *
+           *
            * 
            * This condition is satisfied when an object is created before midnight
            * of the specified date in UTC.
@@ -7056,21 +7838,24 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
            * .google.type.Date created_before = 2;
            */
           private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> 
+                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>
               getCreatedBeforeFieldBuilder() {
             if (createdBeforeBuilder_ == null) {
-              createdBeforeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>(
-                      getCreatedBefore(),
-                      getParentForChildren(),
-                      isClean());
+              createdBeforeBuilder_ =
+                  new com.google.protobuf.SingleFieldBuilderV3<
+                      com.google.type.Date,
+                      com.google.type.Date.Builder,
+                      com.google.type.DateOrBuilder>(
+                      getCreatedBefore(), getParentForChildren(), isClean());
               createdBefore_ = null;
             }
             return createdBeforeBuilder_;
           }
 
-          private boolean isLive_ ;
+          private boolean isLive_;
           /**
+           *
+           *
            * 
            * Relevant only for versioned objects. If the value is
            * `true`, this condition matches live objects; if the value
@@ -7078,6 +7863,7 @@ public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder() {
            * 
* * optional bool is_live = 3; + * * @return Whether the isLive field is set. */ @java.lang.Override @@ -7085,6 +7871,8 @@ public boolean hasIsLive() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
            * Relevant only for versioned objects. If the value is
            * `true`, this condition matches live objects; if the value
@@ -7092,6 +7880,7 @@ public boolean hasIsLive() {
            * 
* * optional bool is_live = 3; + * * @return The isLive. */ @java.lang.Override @@ -7099,6 +7888,8 @@ public boolean getIsLive() { return isLive_; } /** + * + * *
            * Relevant only for versioned objects. If the value is
            * `true`, this condition matches live objects; if the value
@@ -7106,6 +7897,7 @@ public boolean getIsLive() {
            * 
* * optional bool is_live = 3; + * * @param value The isLive to set. * @return This builder for chaining. */ @@ -7116,6 +7908,8 @@ public Builder setIsLive(boolean value) { return this; } /** + * + * *
            * Relevant only for versioned objects. If the value is
            * `true`, this condition matches live objects; if the value
@@ -7123,6 +7917,7 @@ public Builder setIsLive(boolean value) {
            * 
* * optional bool is_live = 3; + * * @return This builder for chaining. */ public Builder clearIsLive() { @@ -7132,8 +7927,10 @@ public Builder clearIsLive() { return this; } - private int numNewerVersions_ ; + private int numNewerVersions_; /** + * + * *
            * Relevant only for versioned objects. If the value is N, this
            * condition is satisfied when there are at least N versions (including
@@ -7141,6 +7938,7 @@ public Builder clearIsLive() {
            * 
* * optional int32 num_newer_versions = 4; + * * @return Whether the numNewerVersions field is set. */ @java.lang.Override @@ -7148,6 +7946,8 @@ public boolean hasNumNewerVersions() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
            * Relevant only for versioned objects. If the value is N, this
            * condition is satisfied when there are at least N versions (including
@@ -7155,6 +7955,7 @@ public boolean hasNumNewerVersions() {
            * 
* * optional int32 num_newer_versions = 4; + * * @return The numNewerVersions. */ @java.lang.Override @@ -7162,6 +7963,8 @@ public int getNumNewerVersions() { return numNewerVersions_; } /** + * + * *
            * Relevant only for versioned objects. If the value is N, this
            * condition is satisfied when there are at least N versions (including
@@ -7169,6 +7972,7 @@ public int getNumNewerVersions() {
            * 
* * optional int32 num_newer_versions = 4; + * * @param value The numNewerVersions to set. * @return This builder for chaining. */ @@ -7179,6 +7983,8 @@ public Builder setNumNewerVersions(int value) { return this; } /** + * + * *
            * Relevant only for versioned objects. If the value is N, this
            * condition is satisfied when there are at least N versions (including
@@ -7186,6 +7992,7 @@ public Builder setNumNewerVersions(int value) {
            * 
* * optional int32 num_newer_versions = 4; + * * @return This builder for chaining. */ public Builder clearNumNewerVersions() { @@ -7195,14 +8002,19 @@ public Builder clearNumNewerVersions() { return this; } - private com.google.protobuf.LazyStringList matchesStorageClass_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList matchesStorageClass_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureMatchesStorageClassIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { - matchesStorageClass_ = new com.google.protobuf.LazyStringArrayList(matchesStorageClass_); + matchesStorageClass_ = + new com.google.protobuf.LazyStringArrayList(matchesStorageClass_); bitField0_ |= 0x00000008; - } + } } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7211,13 +8023,15 @@ private void ensureMatchesStorageClassIsMutable() {
            * 
* * repeated string matches_storage_class = 5; + * * @return A list containing the matchesStorageClass. */ - public com.google.protobuf.ProtocolStringList - getMatchesStorageClassList() { + public com.google.protobuf.ProtocolStringList getMatchesStorageClassList() { return matchesStorageClass_.getUnmodifiableView(); } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7226,12 +8040,15 @@ private void ensureMatchesStorageClassIsMutable() {
            * 
* * repeated string matches_storage_class = 5; + * * @return The count of matchesStorageClass. */ public int getMatchesStorageClassCount() { return matchesStorageClass_.size(); } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7240,6 +8057,7 @@ public int getMatchesStorageClassCount() {
            * 
* * repeated string matches_storage_class = 5; + * * @param index The index of the element to return. * @return The matchesStorageClass at the given index. */ @@ -7247,6 +8065,8 @@ public java.lang.String getMatchesStorageClass(int index) { return matchesStorageClass_.get(index); } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7255,14 +8075,16 @@ public java.lang.String getMatchesStorageClass(int index) {
            * 
* * repeated string matches_storage_class = 5; + * * @param index The index of the value to return. * @return The bytes of the matchesStorageClass at the given index. */ - public com.google.protobuf.ByteString - getMatchesStorageClassBytes(int index) { + public com.google.protobuf.ByteString getMatchesStorageClassBytes(int index) { return matchesStorageClass_.getByteString(index); } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7271,21 +8093,23 @@ public java.lang.String getMatchesStorageClass(int index) {
            * 
* * repeated string matches_storage_class = 5; + * * @param index The index to set the value at. * @param value The matchesStorageClass to set. * @return This builder for chaining. */ - public Builder setMatchesStorageClass( - int index, java.lang.String value) { + public Builder setMatchesStorageClass(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesStorageClassIsMutable(); + throw new NullPointerException(); + } + ensureMatchesStorageClassIsMutable(); matchesStorageClass_.set(index, value); onChanged(); return this; } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7294,20 +8118,22 @@ public Builder setMatchesStorageClass(
            * 
* * repeated string matches_storage_class = 5; + * * @param value The matchesStorageClass to add. * @return This builder for chaining. */ - public Builder addMatchesStorageClass( - java.lang.String value) { + public Builder addMatchesStorageClass(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesStorageClassIsMutable(); + throw new NullPointerException(); + } + ensureMatchesStorageClassIsMutable(); matchesStorageClass_.add(value); onChanged(); return this; } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7316,18 +8142,19 @@ public Builder addMatchesStorageClass(
            * 
* * repeated string matches_storage_class = 5; + * * @param values The matchesStorageClass to add. * @return This builder for chaining. */ - public Builder addAllMatchesStorageClass( - java.lang.Iterable values) { + public Builder addAllMatchesStorageClass(java.lang.Iterable values) { ensureMatchesStorageClassIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, matchesStorageClass_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, matchesStorageClass_); onChanged(); return this; } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7336,6 +8163,7 @@ public Builder addAllMatchesStorageClass(
            * 
* * repeated string matches_storage_class = 5; + * * @return This builder for chaining. */ public Builder clearMatchesStorageClass() { @@ -7345,6 +8173,8 @@ public Builder clearMatchesStorageClass() { return this; } /** + * + * *
            * Objects having any of the storage classes specified by this condition
            * will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`,
@@ -7353,23 +8183,25 @@ public Builder clearMatchesStorageClass() {
            * 
* * repeated string matches_storage_class = 5; + * * @param value The bytes of the matchesStorageClass to add. * @return This builder for chaining. */ - public Builder addMatchesStorageClassBytes( - com.google.protobuf.ByteString value) { + public Builder addMatchesStorageClassBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMatchesStorageClassIsMutable(); matchesStorageClass_.add(value); onChanged(); return this; } - private int daysSinceCustomTime_ ; + private int daysSinceCustomTime_; /** + * + * *
            * Number of days that have elapsed since the custom timestamp set on an
            * object.
@@ -7377,6 +8209,7 @@ public Builder addMatchesStorageClassBytes(
            * 
* * optional int32 days_since_custom_time = 7; + * * @return Whether the daysSinceCustomTime field is set. */ @java.lang.Override @@ -7384,6 +8217,8 @@ public boolean hasDaysSinceCustomTime() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
            * Number of days that have elapsed since the custom timestamp set on an
            * object.
@@ -7391,6 +8226,7 @@ public boolean hasDaysSinceCustomTime() {
            * 
* * optional int32 days_since_custom_time = 7; + * * @return The daysSinceCustomTime. */ @java.lang.Override @@ -7398,6 +8234,8 @@ public int getDaysSinceCustomTime() { return daysSinceCustomTime_; } /** + * + * *
            * Number of days that have elapsed since the custom timestamp set on an
            * object.
@@ -7405,6 +8243,7 @@ public int getDaysSinceCustomTime() {
            * 
* * optional int32 days_since_custom_time = 7; + * * @param value The daysSinceCustomTime to set. * @return This builder for chaining. */ @@ -7415,6 +8254,8 @@ public Builder setDaysSinceCustomTime(int value) { return this; } /** + * + * *
            * Number of days that have elapsed since the custom timestamp set on an
            * object.
@@ -7422,6 +8263,7 @@ public Builder setDaysSinceCustomTime(int value) {
            * 
* * optional int32 days_since_custom_time = 7; + * * @return This builder for chaining. */ public Builder clearDaysSinceCustomTime() { @@ -7433,36 +8275,47 @@ public Builder clearDaysSinceCustomTime() { private com.google.type.Date customTimeBefore_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> customTimeBeforeBuilder_; + com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> + customTimeBeforeBuilder_; /** + * + * *
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
            * 
* * .google.type.Date custom_time_before = 8; + * * @return Whether the customTimeBefore field is set. */ public boolean hasCustomTimeBefore() { return customTimeBeforeBuilder_ != null || customTimeBefore_ != null; } /** + * + * *
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
            * 
* * .google.type.Date custom_time_before = 8; + * * @return The customTimeBefore. */ public com.google.type.Date getCustomTimeBefore() { if (customTimeBeforeBuilder_ == null) { - return customTimeBefore_ == null ? com.google.type.Date.getDefaultInstance() : customTimeBefore_; + return customTimeBefore_ == null + ? com.google.type.Date.getDefaultInstance() + : customTimeBefore_; } else { return customTimeBeforeBuilder_.getMessage(); } } /** + * + * *
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -7484,6 +8337,8 @@ public Builder setCustomTimeBefore(com.google.type.Date value) {
             return this;
           }
           /**
+           *
+           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -7491,8 +8346,7 @@ public Builder setCustomTimeBefore(com.google.type.Date value) {
            *
            * .google.type.Date custom_time_before = 8;
            */
-          public Builder setCustomTimeBefore(
-              com.google.type.Date.Builder builderForValue) {
+          public Builder setCustomTimeBefore(com.google.type.Date.Builder builderForValue) {
             if (customTimeBeforeBuilder_ == null) {
               customTimeBefore_ = builderForValue.build();
               onChanged();
@@ -7503,6 +8357,8 @@ public Builder setCustomTimeBefore(
             return this;
           }
           /**
+           *
+           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -7514,7 +8370,9 @@ public Builder mergeCustomTimeBefore(com.google.type.Date value) {
             if (customTimeBeforeBuilder_ == null) {
               if (customTimeBefore_ != null) {
                 customTimeBefore_ =
-                  com.google.type.Date.newBuilder(customTimeBefore_).mergeFrom(value).buildPartial();
+                    com.google.type.Date.newBuilder(customTimeBefore_)
+                        .mergeFrom(value)
+                        .buildPartial();
               } else {
                 customTimeBefore_ = value;
               }
@@ -7526,6 +8384,8 @@ public Builder mergeCustomTimeBefore(com.google.type.Date value) {
             return this;
           }
           /**
+           *
+           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -7545,6 +8405,8 @@ public Builder clearCustomTimeBefore() {
             return this;
           }
           /**
+           *
+           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -7553,11 +8415,13 @@ public Builder clearCustomTimeBefore() {
            * .google.type.Date custom_time_before = 8;
            */
           public com.google.type.Date.Builder getCustomTimeBeforeBuilder() {
-            
+
             onChanged();
             return getCustomTimeBeforeFieldBuilder().getBuilder();
           }
           /**
+           *
+           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -7569,11 +8433,14 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
             if (customTimeBeforeBuilder_ != null) {
               return customTimeBeforeBuilder_.getMessageOrBuilder();
             } else {
-              return customTimeBefore_ == null ?
-                  com.google.type.Date.getDefaultInstance() : customTimeBefore_;
+              return customTimeBefore_ == null
+                  ? com.google.type.Date.getDefaultInstance()
+                  : customTimeBefore_;
             }
           }
           /**
+           *
+           *
            * 
            * An object matches this condition if the custom timestamp set on the
            * object is before the specified date in UTC.
@@ -7582,21 +8449,24 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
            * .google.type.Date custom_time_before = 8;
            */
           private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> 
+                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>
               getCustomTimeBeforeFieldBuilder() {
             if (customTimeBeforeBuilder_ == null) {
-              customTimeBeforeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>(
-                      getCustomTimeBefore(),
-                      getParentForChildren(),
-                      isClean());
+              customTimeBeforeBuilder_ =
+                  new com.google.protobuf.SingleFieldBuilderV3<
+                      com.google.type.Date,
+                      com.google.type.Date.Builder,
+                      com.google.type.DateOrBuilder>(
+                      getCustomTimeBefore(), getParentForChildren(), isClean());
               customTimeBefore_ = null;
             }
             return customTimeBeforeBuilder_;
           }
 
-          private int daysSinceNoncurrentTime_ ;
+          private int daysSinceNoncurrentTime_;
           /**
+           *
+           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if these many days have been
@@ -7606,6 +8476,7 @@ public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder() {
            * 
* * optional int32 days_since_noncurrent_time = 9; + * * @return Whether the daysSinceNoncurrentTime field is set. */ @java.lang.Override @@ -7613,6 +8484,8 @@ public boolean hasDaysSinceNoncurrentTime() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if these many days have been
@@ -7622,6 +8495,7 @@ public boolean hasDaysSinceNoncurrentTime() {
            * 
* * optional int32 days_since_noncurrent_time = 9; + * * @return The daysSinceNoncurrentTime. */ @java.lang.Override @@ -7629,6 +8503,8 @@ public int getDaysSinceNoncurrentTime() { return daysSinceNoncurrentTime_; } /** + * + * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if these many days have been
@@ -7638,6 +8514,7 @@ public int getDaysSinceNoncurrentTime() {
            * 
* * optional int32 days_since_noncurrent_time = 9; + * * @param value The daysSinceNoncurrentTime to set. * @return This builder for chaining. */ @@ -7648,6 +8525,8 @@ public Builder setDaysSinceNoncurrentTime(int value) { return this; } /** + * + * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if these many days have been
@@ -7657,6 +8536,7 @@ public Builder setDaysSinceNoncurrentTime(int value) {
            * 
* * optional int32 days_since_noncurrent_time = 9; + * * @return This builder for chaining. */ public Builder clearDaysSinceNoncurrentTime() { @@ -7668,8 +8548,11 @@ public Builder clearDaysSinceNoncurrentTime() { private com.google.type.Date noncurrentTimeBefore_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> noncurrentTimeBeforeBuilder_; + com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> + noncurrentTimeBeforeBuilder_; /** + * + * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7677,12 +8560,15 @@ public Builder clearDaysSinceNoncurrentTime() {
            * 
* * .google.type.Date noncurrent_time_before = 10; + * * @return Whether the noncurrentTimeBefore field is set. */ public boolean hasNoncurrentTimeBefore() { return noncurrentTimeBeforeBuilder_ != null || noncurrentTimeBefore_ != null; } /** + * + * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7690,16 +8576,21 @@ public boolean hasNoncurrentTimeBefore() {
            * 
* * .google.type.Date noncurrent_time_before = 10; + * * @return The noncurrentTimeBefore. */ public com.google.type.Date getNoncurrentTimeBefore() { if (noncurrentTimeBeforeBuilder_ == null) { - return noncurrentTimeBefore_ == null ? com.google.type.Date.getDefaultInstance() : noncurrentTimeBefore_; + return noncurrentTimeBefore_ == null + ? com.google.type.Date.getDefaultInstance() + : noncurrentTimeBefore_; } else { return noncurrentTimeBeforeBuilder_.getMessage(); } } /** + * + * *
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7722,6 +8613,8 @@ public Builder setNoncurrentTimeBefore(com.google.type.Date value) {
             return this;
           }
           /**
+           *
+           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7730,8 +8623,7 @@ public Builder setNoncurrentTimeBefore(com.google.type.Date value) {
            *
            * .google.type.Date noncurrent_time_before = 10;
            */
-          public Builder setNoncurrentTimeBefore(
-              com.google.type.Date.Builder builderForValue) {
+          public Builder setNoncurrentTimeBefore(com.google.type.Date.Builder builderForValue) {
             if (noncurrentTimeBeforeBuilder_ == null) {
               noncurrentTimeBefore_ = builderForValue.build();
               onChanged();
@@ -7742,6 +8634,8 @@ public Builder setNoncurrentTimeBefore(
             return this;
           }
           /**
+           *
+           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7754,7 +8648,9 @@ public Builder mergeNoncurrentTimeBefore(com.google.type.Date value) {
             if (noncurrentTimeBeforeBuilder_ == null) {
               if (noncurrentTimeBefore_ != null) {
                 noncurrentTimeBefore_ =
-                  com.google.type.Date.newBuilder(noncurrentTimeBefore_).mergeFrom(value).buildPartial();
+                    com.google.type.Date.newBuilder(noncurrentTimeBefore_)
+                        .mergeFrom(value)
+                        .buildPartial();
               } else {
                 noncurrentTimeBefore_ = value;
               }
@@ -7766,6 +8662,8 @@ public Builder mergeNoncurrentTimeBefore(com.google.type.Date value) {
             return this;
           }
           /**
+           *
+           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7786,6 +8684,8 @@ public Builder clearNoncurrentTimeBefore() {
             return this;
           }
           /**
+           *
+           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7795,11 +8695,13 @@ public Builder clearNoncurrentTimeBefore() {
            * .google.type.Date noncurrent_time_before = 10;
            */
           public com.google.type.Date.Builder getNoncurrentTimeBeforeBuilder() {
-            
+
             onChanged();
             return getNoncurrentTimeBeforeFieldBuilder().getBuilder();
           }
           /**
+           *
+           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7812,11 +8714,14 @@ public com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder() {
             if (noncurrentTimeBeforeBuilder_ != null) {
               return noncurrentTimeBeforeBuilder_.getMessageOrBuilder();
             } else {
-              return noncurrentTimeBefore_ == null ?
-                  com.google.type.Date.getDefaultInstance() : noncurrentTimeBefore_;
+              return noncurrentTimeBefore_ == null
+                  ? com.google.type.Date.getDefaultInstance()
+                  : noncurrentTimeBefore_;
             }
           }
           /**
+           *
+           *
            * 
            * This condition is relevant only for versioned objects. An object
            * version satisfies this condition only if it became noncurrent before
@@ -7826,58 +8731,69 @@ public com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder() {
            * .google.type.Date noncurrent_time_before = 10;
            */
           private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder> 
+                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>
               getNoncurrentTimeBeforeFieldBuilder() {
             if (noncurrentTimeBeforeBuilder_ == null) {
-              noncurrentTimeBeforeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.type.Date, com.google.type.Date.Builder, com.google.type.DateOrBuilder>(
-                      getNoncurrentTimeBefore(),
-                      getParentForChildren(),
-                      isClean());
+              noncurrentTimeBeforeBuilder_ =
+                  new com.google.protobuf.SingleFieldBuilderV3<
+                      com.google.type.Date,
+                      com.google.type.Date.Builder,
+                      com.google.type.DateOrBuilder>(
+                      getNoncurrentTimeBefore(), getParentForChildren(), isClean());
               noncurrentTimeBefore_ = null;
             }
             return noncurrentTimeBeforeBuilder_;
           }
 
-          private com.google.protobuf.LazyStringList matchesPrefix_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+          private com.google.protobuf.LazyStringList matchesPrefix_ =
+              com.google.protobuf.LazyStringArrayList.EMPTY;
+
           private void ensureMatchesPrefixIsMutable() {
             if (!((bitField0_ & 0x00000040) != 0)) {
               matchesPrefix_ = new com.google.protobuf.LazyStringArrayList(matchesPrefix_);
               bitField0_ |= 0x00000040;
-             }
+            }
           }
           /**
+           *
+           *
            * 
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @return A list containing the matchesPrefix. */ - public com.google.protobuf.ProtocolStringList - getMatchesPrefixList() { + public com.google.protobuf.ProtocolStringList getMatchesPrefixList() { return matchesPrefix_.getUnmodifiableView(); } /** + * + * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @return The count of matchesPrefix. */ public int getMatchesPrefixCount() { return matchesPrefix_.size(); } /** + * + * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @param index The index of the element to return. * @return The matchesPrefix at the given index. */ @@ -7885,85 +8801,95 @@ public java.lang.String getMatchesPrefix(int index) { return matchesPrefix_.get(index); } /** + * + * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @param index The index of the value to return. * @return The bytes of the matchesPrefix at the given index. */ - public com.google.protobuf.ByteString - getMatchesPrefixBytes(int index) { + public com.google.protobuf.ByteString getMatchesPrefixBytes(int index) { return matchesPrefix_.getByteString(index); } /** + * + * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @param index The index to set the value at. * @param value The matchesPrefix to set. * @return This builder for chaining. */ - public Builder setMatchesPrefix( - int index, java.lang.String value) { + public Builder setMatchesPrefix(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesPrefixIsMutable(); + throw new NullPointerException(); + } + ensureMatchesPrefixIsMutable(); matchesPrefix_.set(index, value); onChanged(); return this; } /** + * + * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @param value The matchesPrefix to add. * @return This builder for chaining. */ - public Builder addMatchesPrefix( - java.lang.String value) { + public Builder addMatchesPrefix(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesPrefixIsMutable(); + throw new NullPointerException(); + } + ensureMatchesPrefixIsMutable(); matchesPrefix_.add(value); onChanged(); return this; } /** + * + * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @param values The matchesPrefix to add. * @return This builder for chaining. */ - public Builder addAllMatchesPrefix( - java.lang.Iterable values) { + public Builder addAllMatchesPrefix(java.lang.Iterable values) { ensureMatchesPrefixIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, matchesPrefix_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, matchesPrefix_); onChanged(); return this; } /** + * + * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @return This builder for chaining. */ public Builder clearMatchesPrefix() { @@ -7973,66 +8899,78 @@ public Builder clearMatchesPrefix() { return this; } /** + * + * *
            * List of object name prefixes. If any prefix exactly matches the
            * beginning of the object name, the condition evaluates to true.
            * 
* * repeated string matches_prefix = 11; + * * @param value The bytes of the matchesPrefix to add. * @return This builder for chaining. */ - public Builder addMatchesPrefixBytes( - com.google.protobuf.ByteString value) { + public Builder addMatchesPrefixBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMatchesPrefixIsMutable(); matchesPrefix_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList matchesSuffix_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList matchesSuffix_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureMatchesSuffixIsMutable() { if (!((bitField0_ & 0x00000080) != 0)) { matchesSuffix_ = new com.google.protobuf.LazyStringArrayList(matchesSuffix_); bitField0_ |= 0x00000080; - } + } } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @return A list containing the matchesSuffix. */ - public com.google.protobuf.ProtocolStringList - getMatchesSuffixList() { + public com.google.protobuf.ProtocolStringList getMatchesSuffixList() { return matchesSuffix_.getUnmodifiableView(); } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @return The count of matchesSuffix. */ public int getMatchesSuffixCount() { return matchesSuffix_.size(); } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @param index The index of the element to return. * @return The matchesSuffix at the given index. */ @@ -8040,85 +8978,95 @@ public java.lang.String getMatchesSuffix(int index) { return matchesSuffix_.get(index); } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @param index The index of the value to return. * @return The bytes of the matchesSuffix at the given index. */ - public com.google.protobuf.ByteString - getMatchesSuffixBytes(int index) { + public com.google.protobuf.ByteString getMatchesSuffixBytes(int index) { return matchesSuffix_.getByteString(index); } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @param index The index to set the value at. * @param value The matchesSuffix to set. * @return This builder for chaining. */ - public Builder setMatchesSuffix( - int index, java.lang.String value) { + public Builder setMatchesSuffix(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesSuffixIsMutable(); + throw new NullPointerException(); + } + ensureMatchesSuffixIsMutable(); matchesSuffix_.set(index, value); onChanged(); return this; } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @param value The matchesSuffix to add. * @return This builder for chaining. */ - public Builder addMatchesSuffix( - java.lang.String value) { + public Builder addMatchesSuffix(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMatchesSuffixIsMutable(); + throw new NullPointerException(); + } + ensureMatchesSuffixIsMutable(); matchesSuffix_.add(value); onChanged(); return this; } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @param values The matchesSuffix to add. * @return This builder for chaining. */ - public Builder addAllMatchesSuffix( - java.lang.Iterable values) { + public Builder addAllMatchesSuffix(java.lang.Iterable values) { ensureMatchesSuffixIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, matchesSuffix_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, matchesSuffix_); onChanged(); return this; } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @return This builder for chaining. */ public Builder clearMatchesSuffix() { @@ -8128,26 +9076,29 @@ public Builder clearMatchesSuffix() { return this; } /** + * + * *
            * List of object name suffixes. If any suffix exactly matches the
            * end of the object name, the condition evaluates to true.
            * 
* * repeated string matches_suffix = 12; + * * @param value The bytes of the matchesSuffix to add. * @return This builder for chaining. */ - public Builder addMatchesSuffixBytes( - com.google.protobuf.ByteString value) { + public Builder addMatchesSuffixBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMatchesSuffixIsMutable(); matchesSuffix_.add(value); onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -8160,12 +9111,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Lifecycle.Rule.Condition) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Lifecycle.Rule.Condition) private static final com.google.storage.v2.Bucket.Lifecycle.Rule.Condition DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Lifecycle.Rule.Condition(); } @@ -8174,27 +9125,28 @@ public static com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Condition 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 Condition 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; @@ -8209,17 +9161,19 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } public static final int ACTION_FIELD_NUMBER = 1; private com.google.storage.v2.Bucket.Lifecycle.Rule.Action action_; /** + * + * *
        * The action to take.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; + * * @return Whether the action field is set. */ @java.lang.Override @@ -8227,18 +9181,25 @@ public boolean hasAction() { return action_ != null; } /** + * + * *
        * The action to take.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; + * * @return The action. */ @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle.Rule.Action getAction() { - return action_ == null ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() : action_; + return action_ == null + ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() + : action_; } /** + * + * *
        * The action to take.
        * 
@@ -8253,11 +9214,14 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBu public static final int CONDITION_FIELD_NUMBER = 2; private com.google.storage.v2.Bucket.Lifecycle.Rule.Condition condition_; /** + * + * *
        * The condition(s) under which the action will be taken.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; + * * @return Whether the condition field is set. */ @java.lang.Override @@ -8265,18 +9229,25 @@ public boolean hasCondition() { return condition_ != null; } /** + * + * *
        * The condition(s) under which the action will be taken.
        * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; + * * @return The condition. */ @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getCondition() { - return condition_ == null ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() : condition_; + return condition_ == null + ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() + : condition_; } /** + * + * *
        * The condition(s) under which the action will be taken.
        * 
@@ -8284,11 +9255,13 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getCondition() { * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; */ @java.lang.Override - public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder getConditionOrBuilder() { + public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder + getConditionOrBuilder() { return getCondition(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -8300,8 +9273,7 @@ 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 (action_ != null) { output.writeMessage(1, getAction()); } @@ -8318,12 +9290,10 @@ public int getSerializedSize() { size = 0; if (action_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getAction()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getAction()); } if (condition_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getCondition()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getCondition()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -8333,22 +9303,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.storage.v2.Bucket.Lifecycle.Rule)) { return super.equals(obj); } - com.google.storage.v2.Bucket.Lifecycle.Rule other = (com.google.storage.v2.Bucket.Lifecycle.Rule) obj; + com.google.storage.v2.Bucket.Lifecycle.Rule other = + (com.google.storage.v2.Bucket.Lifecycle.Rule) obj; if (hasAction() != other.hasAction()) return false; if (hasAction()) { - if (!getAction() - .equals(other.getAction())) return false; + if (!getAction().equals(other.getAction())) return false; } if (hasCondition() != other.hasCondition()) return false; if (hasCondition()) { - if (!getCondition() - .equals(other.getCondition())) return false; + if (!getCondition().equals(other.getCondition())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -8374,88 +9343,94 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Lifecycle.Rule parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Lifecycle.Rule parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.Lifecycle.Rule parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule 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 @@ -8465,6 +9440,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
        * A lifecycle Rule, combining an action to take on an object and a
        * condition which will trigger that action.
@@ -8472,33 +9449,33 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.storage.v2.Bucket.Lifecycle.Rule}
        */
-      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.storage.v2.Bucket.Lifecycle.Rule)
           com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor
-            getDescriptor() {
-          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+          return com.google.storage.v2.StorageProto
+              .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable
+          return com.google.storage.v2.StorageProto
+              .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.storage.v2.Bucket.Lifecycle.Rule.class, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder.class);
+                  com.google.storage.v2.Bucket.Lifecycle.Rule.class,
+                  com.google.storage.v2.Bucket.Lifecycle.Rule.Builder.class);
         }
 
         // Construct using com.google.storage.v2.Bucket.Lifecycle.Rule.newBuilder()
-        private Builder() {
-
-        }
+        private Builder() {}
 
-        private Builder(
-            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
           super(parent);
-
         }
+
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -8518,9 +9495,9 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor
-            getDescriptorForType() {
-          return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+          return com.google.storage.v2.StorageProto
+              .internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor;
         }
 
         @java.lang.Override
@@ -8539,7 +9516,8 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule build() {
 
         @java.lang.Override
         public com.google.storage.v2.Bucket.Lifecycle.Rule buildPartial() {
-          com.google.storage.v2.Bucket.Lifecycle.Rule result = new com.google.storage.v2.Bucket.Lifecycle.Rule(this);
+          com.google.storage.v2.Bucket.Lifecycle.Rule result =
+              new com.google.storage.v2.Bucket.Lifecycle.Rule(this);
           if (actionBuilder_ == null) {
             result.action_ = action_;
           } else {
@@ -8558,38 +9536,41 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule 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.storage.v2.Bucket.Lifecycle.Rule) {
-            return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule)other);
+            return mergeFrom((com.google.storage.v2.Bucket.Lifecycle.Rule) other);
           } else {
             super.mergeFrom(other);
             return this;
@@ -8597,7 +9578,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
         }
 
         public Builder mergeFrom(com.google.storage.v2.Bucket.Lifecycle.Rule other) {
-          if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance()) return this;
+          if (other == com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance())
+            return this;
           if (other.hasAction()) {
             mergeAction(other.getAction());
           }
@@ -8630,26 +9612,25 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 10: {
-                  input.readMessage(
-                      getActionFieldBuilder().getBuilder(),
-                      extensionRegistry);
+                case 10:
+                  {
+                    input.readMessage(getActionFieldBuilder().getBuilder(), extensionRegistry);
 
-                  break;
-                } // case 10
-                case 18: {
-                  input.readMessage(
-                      getConditionFieldBuilder().getBuilder(),
-                      extensionRegistry);
+                    break;
+                  } // case 10
+                case 18:
+                  {
+                    input.readMessage(getConditionFieldBuilder().getBuilder(), extensionRegistry);
 
-                  break;
-                } // case 18
-                default: {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                    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) {
@@ -8662,34 +9643,47 @@ public Builder mergeFrom(
 
         private com.google.storage.v2.Bucket.Lifecycle.Rule.Action action_;
         private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Lifecycle.Rule.Action, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder> actionBuilder_;
+                com.google.storage.v2.Bucket.Lifecycle.Rule.Action,
+                com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder,
+                com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder>
+            actionBuilder_;
         /**
+         *
+         *
          * 
          * The action to take.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; + * * @return Whether the action field is set. */ public boolean hasAction() { return actionBuilder_ != null || action_ != null; } /** + * + * *
          * The action to take.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; + * * @return The action. */ public com.google.storage.v2.Bucket.Lifecycle.Rule.Action getAction() { if (actionBuilder_ == null) { - return action_ == null ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() : action_; + return action_ == null + ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() + : action_; } else { return actionBuilder_.getMessage(); } } /** + * + * *
          * The action to take.
          * 
@@ -8710,6 +9704,8 @@ public Builder setAction(com.google.storage.v2.Bucket.Lifecycle.Rule.Action valu return this; } /** + * + * *
          * The action to take.
          * 
@@ -8728,6 +9724,8 @@ public Builder setAction( return this; } /** + * + * *
          * The action to take.
          * 
@@ -8738,7 +9736,9 @@ public Builder mergeAction(com.google.storage.v2.Bucket.Lifecycle.Rule.Action va if (actionBuilder_ == null) { if (action_ != null) { action_ = - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.newBuilder(action_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.newBuilder(action_) + .mergeFrom(value) + .buildPartial(); } else { action_ = value; } @@ -8750,6 +9750,8 @@ public Builder mergeAction(com.google.storage.v2.Bucket.Lifecycle.Rule.Action va return this; } /** + * + * *
          * The action to take.
          * 
@@ -8768,6 +9770,8 @@ public Builder clearAction() { return this; } /** + * + * *
          * The action to take.
          * 
@@ -8775,11 +9779,13 @@ public Builder clearAction() { * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; */ public com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder getActionBuilder() { - + onChanged(); return getActionFieldBuilder().getBuilder(); } /** + * + * *
          * The action to take.
          * 
@@ -8790,11 +9796,14 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBu if (actionBuilder_ != null) { return actionBuilder_.getMessageOrBuilder(); } else { - return action_ == null ? - com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() : action_; + return action_ == null + ? com.google.storage.v2.Bucket.Lifecycle.Rule.Action.getDefaultInstance() + : action_; } } /** + * + * *
          * The action to take.
          * 
@@ -8802,14 +9811,17 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBu * .google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Action, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder> + com.google.storage.v2.Bucket.Lifecycle.Rule.Action, + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, + com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder> getActionFieldBuilder() { if (actionBuilder_ == null) { - actionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Action, com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder>( - getAction(), - getParentForChildren(), - isClean()); + actionBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Lifecycle.Rule.Action, + com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder, + com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder>( + getAction(), getParentForChildren(), isClean()); action_ = null; } return actionBuilder_; @@ -8817,34 +9829,47 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBu private com.google.storage.v2.Bucket.Lifecycle.Rule.Condition condition_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder> conditionBuilder_; + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, + com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder> + conditionBuilder_; /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; + * * @return Whether the condition field is set. */ public boolean hasCondition() { return conditionBuilder_ != null || condition_ != null; } /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; + * * @return The condition. */ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition getCondition() { if (conditionBuilder_ == null) { - return condition_ == null ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() : condition_; + return condition_ == null + ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() + : condition_; } else { return conditionBuilder_.getMessage(); } } /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
@@ -8865,6 +9890,8 @@ public Builder setCondition(com.google.storage.v2.Bucket.Lifecycle.Rule.Conditio return this; } /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
@@ -8883,6 +9910,8 @@ public Builder setCondition( return this; } /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
@@ -8893,7 +9922,9 @@ public Builder mergeCondition(com.google.storage.v2.Bucket.Lifecycle.Rule.Condit if (conditionBuilder_ == null) { if (condition_ != null) { condition_ = - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.newBuilder(condition_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.newBuilder(condition_) + .mergeFrom(value) + .buildPartial(); } else { condition_ = value; } @@ -8905,6 +9936,8 @@ public Builder mergeCondition(com.google.storage.v2.Bucket.Lifecycle.Rule.Condit return this; } /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
@@ -8923,6 +9956,8 @@ public Builder clearCondition() { return this; } /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
@@ -8930,26 +9965,32 @@ public Builder clearCondition() { * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; */ public com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder getConditionBuilder() { - + onChanged(); return getConditionFieldBuilder().getBuilder(); } /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
* * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; */ - public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder getConditionOrBuilder() { + public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder + getConditionOrBuilder() { if (conditionBuilder_ != null) { return conditionBuilder_.getMessageOrBuilder(); } else { - return condition_ == null ? - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() : condition_; + return condition_ == null + ? com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.getDefaultInstance() + : condition_; } } /** + * + * *
          * The condition(s) under which the action will be taken.
          * 
@@ -8957,18 +9998,22 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder getConditi * .google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder> + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, + com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder> getConditionFieldBuilder() { if (conditionBuilder_ == null) { - conditionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder>( - getCondition(), - getParentForChildren(), - isClean()); + conditionBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition, + com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder, + com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder>( + getCondition(), getParentForChildren(), isClean()); condition_ = null; } return conditionBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -8981,12 +10026,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Lifecycle.Rule) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Lifecycle.Rule) private static final com.google.storage.v2.Bucket.Lifecycle.Rule DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Lifecycle.Rule(); } @@ -8995,27 +10040,28 @@ public static com.google.storage.v2.Bucket.Lifecycle.Rule getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Rule 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 Rule 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; @@ -9030,12 +10076,13 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Lifecycle.Rule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } public static final int RULE_FIELD_NUMBER = 1; private java.util.List rule_; /** + * + * *
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -9048,6 +10095,8 @@ public java.util.List getRuleList()
       return rule_;
     }
     /**
+     *
+     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -9056,11 +10105,13 @@ public java.util.List getRuleList()
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
     @java.lang.Override
-    public java.util.List 
+    public java.util.List
         getRuleOrBuilderList() {
       return rule_;
     }
     /**
+     *
+     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -9073,6 +10124,8 @@ public int getRuleCount() {
       return rule_.size();
     }
     /**
+     *
+     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -9085,6 +10138,8 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index) {
       return rule_.get(index);
     }
     /**
+     *
+     *
      * 
      * A lifecycle management rule, which is made of an action to take and the
      * condition(s) under which the action will be taken.
@@ -9093,12 +10148,12 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index) {
      * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
      */
     @java.lang.Override
-    public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
-        int index) {
+    public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int index) {
       return rule_.get(index);
     }
 
     private byte memoizedIsInitialized = -1;
+
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -9110,8 +10165,7 @@ 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 < rule_.size(); i++) {
         output.writeMessage(1, rule_.get(i));
       }
@@ -9125,8 +10179,7 @@ public int getSerializedSize() {
 
       size = 0;
       for (int i = 0; i < rule_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(1, rule_.get(i));
+        size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, rule_.get(i));
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -9136,15 +10189,14 @@ 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.storage.v2.Bucket.Lifecycle)) {
         return super.equals(obj);
       }
       com.google.storage.v2.Bucket.Lifecycle other = (com.google.storage.v2.Bucket.Lifecycle) obj;
 
-      if (!getRuleList()
-          .equals(other.getRuleList())) return false;
+      if (!getRuleList().equals(other.getRuleList())) return false;
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
     }
@@ -9165,88 +10217,94 @@ public int hashCode() {
       return hash;
     }
 
-    public static com.google.storage.v2.Bucket.Lifecycle parseFrom(
-        java.nio.ByteBuffer data)
+    public static com.google.storage.v2.Bucket.Lifecycle parseFrom(java.nio.ByteBuffer data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle parseDelimitedFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input);
+
+    public static com.google.storage.v2.Bucket.Lifecycle parseDelimitedFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
     }
+
     public static com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle 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
@@ -9256,6 +10314,8 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
+     *
+     *
      * 
      * Lifecycle properties of a bucket.
      * For more information, see https://cloud.google.com/storage/docs/lifecycle.
@@ -9263,33 +10323,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.Lifecycle}
      */
-    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.storage.v2.Bucket.Lifecycle)
         com.google.storage.v2.Bucket.LifecycleOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Lifecycle.class, com.google.storage.v2.Bucket.Lifecycle.Builder.class);
+                com.google.storage.v2.Bucket.Lifecycle.class,
+                com.google.storage.v2.Bucket.Lifecycle.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.Lifecycle.newBuilder()
-      private Builder() {
+      private Builder() {}
 
-      }
-
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
-
       }
+
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -9304,9 +10364,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Lifecycle_descriptor;
       }
 
       @java.lang.Override
@@ -9325,7 +10385,8 @@ public com.google.storage.v2.Bucket.Lifecycle build() {
 
       @java.lang.Override
       public com.google.storage.v2.Bucket.Lifecycle buildPartial() {
-        com.google.storage.v2.Bucket.Lifecycle result = new com.google.storage.v2.Bucket.Lifecycle(this);
+        com.google.storage.v2.Bucket.Lifecycle result =
+            new com.google.storage.v2.Bucket.Lifecycle(this);
         int from_bitField0_ = bitField0_;
         if (ruleBuilder_ == null) {
           if (((bitField0_ & 0x00000001) != 0)) {
@@ -9344,38 +10405,41 @@ public com.google.storage.v2.Bucket.Lifecycle 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.storage.v2.Bucket.Lifecycle) {
-          return mergeFrom((com.google.storage.v2.Bucket.Lifecycle)other);
+          return mergeFrom((com.google.storage.v2.Bucket.Lifecycle) other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -9402,9 +10466,10 @@ public Builder mergeFrom(com.google.storage.v2.Bucket.Lifecycle other) {
               ruleBuilder_ = null;
               rule_ = other.rule_;
               bitField0_ = (bitField0_ & ~0x00000001);
-              ruleBuilder_ = 
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
-                   getRuleFieldBuilder() : null;
+              ruleBuilder_ =
+                  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+                      ? getRuleFieldBuilder()
+                      : null;
             } else {
               ruleBuilder_.addAllMessages(other.rule_);
             }
@@ -9436,25 +10501,26 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10: {
-                com.google.storage.v2.Bucket.Lifecycle.Rule m =
-                    input.readMessage(
-                        com.google.storage.v2.Bucket.Lifecycle.Rule.parser(),
-                        extensionRegistry);
-                if (ruleBuilder_ == null) {
-                  ensureRuleIsMutable();
-                  rule_.add(m);
-                } else {
-                  ruleBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-              default: {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              case 10:
+                {
+                  com.google.storage.v2.Bucket.Lifecycle.Rule m =
+                      input.readMessage(
+                          com.google.storage.v2.Bucket.Lifecycle.Rule.parser(), extensionRegistry);
+                  if (ruleBuilder_ == null) {
+                    ensureRuleIsMutable();
+                    rule_.add(m);
+                  } else {
+                    ruleBuilder_.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) {
@@ -9464,21 +10530,28 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
+
       private int bitField0_;
 
       private java.util.List rule_ =
-        java.util.Collections.emptyList();
+          java.util.Collections.emptyList();
+
       private void ensureRuleIsMutable() {
         if (!((bitField0_ & 0x00000001) != 0)) {
           rule_ = new java.util.ArrayList(rule_);
           bitField0_ |= 0x00000001;
-         }
+        }
       }
 
       private com.google.protobuf.RepeatedFieldBuilderV3<
-          com.google.storage.v2.Bucket.Lifecycle.Rule, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder, com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder> ruleBuilder_;
+              com.google.storage.v2.Bucket.Lifecycle.Rule,
+              com.google.storage.v2.Bucket.Lifecycle.Rule.Builder,
+              com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder>
+          ruleBuilder_;
 
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9494,6 +10567,8 @@ public java.util.List getRuleList()
         }
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9509,6 +10584,8 @@ public int getRuleCount() {
         }
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9524,6 +10601,8 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index) {
         }
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9531,8 +10610,7 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule getRule(int index) {
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public Builder setRule(
-          int index, com.google.storage.v2.Bucket.Lifecycle.Rule value) {
+      public Builder setRule(int index, com.google.storage.v2.Bucket.Lifecycle.Rule value) {
         if (ruleBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -9546,6 +10624,8 @@ public Builder setRule(
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9565,6 +10645,8 @@ public Builder setRule(
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9586,6 +10668,8 @@ public Builder addRule(com.google.storage.v2.Bucket.Lifecycle.Rule value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9593,8 +10677,7 @@ public Builder addRule(com.google.storage.v2.Bucket.Lifecycle.Rule value) {
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public Builder addRule(
-          int index, com.google.storage.v2.Bucket.Lifecycle.Rule value) {
+      public Builder addRule(int index, com.google.storage.v2.Bucket.Lifecycle.Rule value) {
         if (ruleBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -9608,6 +10691,8 @@ public Builder addRule(
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9615,8 +10700,7 @@ public Builder addRule(
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public Builder addRule(
-          com.google.storage.v2.Bucket.Lifecycle.Rule.Builder builderForValue) {
+      public Builder addRule(com.google.storage.v2.Bucket.Lifecycle.Rule.Builder builderForValue) {
         if (ruleBuilder_ == null) {
           ensureRuleIsMutable();
           rule_.add(builderForValue.build());
@@ -9627,6 +10711,8 @@ public Builder addRule(
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9646,6 +10732,8 @@ public Builder addRule(
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9657,8 +10745,7 @@ public Builder addAllRule(
           java.lang.Iterable values) {
         if (ruleBuilder_ == null) {
           ensureRuleIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(
-              values, rule_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, rule_);
           onChanged();
         } else {
           ruleBuilder_.addAllMessages(values);
@@ -9666,6 +10753,8 @@ public Builder addAllRule(
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9684,6 +10773,8 @@ public Builder clearRule() {
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9702,6 +10793,8 @@ public Builder removeRule(int index) {
         return this;
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9709,11 +10802,12 @@ public Builder removeRule(int index) {
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder getRuleBuilder(
-          int index) {
+      public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder getRuleBuilder(int index) {
         return getRuleFieldBuilder().getBuilder(index);
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9721,14 +10815,16 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder getRuleBuilder(
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
-          int index) {
+      public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(int index) {
         if (ruleBuilder_ == null) {
-          return rule_.get(index);  } else {
+          return rule_.get(index);
+        } else {
           return ruleBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9736,8 +10832,8 @@ public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public java.util.List 
-           getRuleOrBuilderList() {
+      public java.util.List
+          getRuleOrBuilderList() {
         if (ruleBuilder_ != null) {
           return ruleBuilder_.getMessageOrBuilderList();
         } else {
@@ -9745,6 +10841,8 @@ public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
         }
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9753,10 +10851,12 @@ public com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder getRuleOrBuilder(
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
       public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder() {
-        return getRuleFieldBuilder().addBuilder(
-            com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance());
+        return getRuleFieldBuilder()
+            .addBuilder(com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance());
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9764,12 +10864,13 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder() {
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder(
-          int index) {
-        return getRuleFieldBuilder().addBuilder(
-            index, com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance());
+      public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder(int index) {
+        return getRuleFieldBuilder()
+            .addBuilder(index, com.google.storage.v2.Bucket.Lifecycle.Rule.getDefaultInstance());
       }
       /**
+       *
+       *
        * 
        * A lifecycle management rule, which is made of an action to take and the
        * condition(s) under which the action will be taken.
@@ -9777,24 +10878,28 @@ public com.google.storage.v2.Bucket.Lifecycle.Rule.Builder addRuleBuilder(
        *
        * repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
        */
-      public java.util.List 
-           getRuleBuilderList() {
+      public java.util.List
+          getRuleBuilderList() {
         return getRuleFieldBuilder().getBuilderList();
       }
+
       private com.google.protobuf.RepeatedFieldBuilderV3<
-          com.google.storage.v2.Bucket.Lifecycle.Rule, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder, com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder> 
+              com.google.storage.v2.Bucket.Lifecycle.Rule,
+              com.google.storage.v2.Bucket.Lifecycle.Rule.Builder,
+              com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder>
           getRuleFieldBuilder() {
         if (ruleBuilder_ == null) {
-          ruleBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.storage.v2.Bucket.Lifecycle.Rule, com.google.storage.v2.Bucket.Lifecycle.Rule.Builder, com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder>(
-                  rule_,
-                  ((bitField0_ & 0x00000001) != 0),
-                  getParentForChildren(),
-                  isClean());
+          ruleBuilder_ =
+              new com.google.protobuf.RepeatedFieldBuilderV3<
+                  com.google.storage.v2.Bucket.Lifecycle.Rule,
+                  com.google.storage.v2.Bucket.Lifecycle.Rule.Builder,
+                  com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder>(
+                  rule_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
           rule_ = null;
         }
         return ruleBuilder_;
       }
+
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -9807,12 +10912,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
-
       // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Lifecycle)
     }
 
     // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Lifecycle)
     private static final com.google.storage.v2.Bucket.Lifecycle DEFAULT_INSTANCE;
+
     static {
       DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Lifecycle();
     }
@@ -9821,27 +10926,28 @@ public static com.google.storage.v2.Bucket.Lifecycle getDefaultInstance() {
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser
-        PARSER = new com.google.protobuf.AbstractParser() {
-      @java.lang.Override
-      public Lifecycle 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 Lifecycle 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;
@@ -9856,71 +10962,84 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.storage.v2.Bucket.Lifecycle getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
-
   }
 
-  public interface LoggingOrBuilder extends
+  public interface LoggingOrBuilder
+      extends
       // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Logging)
       com.google.protobuf.MessageOrBuilder {
 
     /**
+     *
+     *
      * 
      * The destination bucket where the current bucket's logs should be placed,
      * using path format (like `projects/123456/buckets/foo`).
      * 
* * string log_bucket = 1; + * * @return The logBucket. */ java.lang.String getLogBucket(); /** + * + * *
      * The destination bucket where the current bucket's logs should be placed,
      * using path format (like `projects/123456/buckets/foo`).
      * 
* * string log_bucket = 1; + * * @return The bytes for logBucket. */ - com.google.protobuf.ByteString - getLogBucketBytes(); + com.google.protobuf.ByteString getLogBucketBytes(); /** + * + * *
      * A prefix for log object names.
      * 
* * string log_object_prefix = 2; + * * @return The logObjectPrefix. */ java.lang.String getLogObjectPrefix(); /** + * + * *
      * A prefix for log object names.
      * 
* * string log_object_prefix = 2; + * * @return The bytes for logObjectPrefix. */ - com.google.protobuf.ByteString - getLogObjectPrefixBytes(); + com.google.protobuf.ByteString getLogObjectPrefixBytes(); } /** + * + * *
    * Logging-related properties of a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.Logging} */ - public static final class Logging extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Logging extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Logging) LoggingOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Logging.newBuilder() to construct. private Logging(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Logging() { logBucket_ = ""; logObjectPrefix_ = ""; @@ -9928,38 +11047,42 @@ private Logging() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Logging(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Logging_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Logging.class, com.google.storage.v2.Bucket.Logging.Builder.class); + com.google.storage.v2.Bucket.Logging.class, + com.google.storage.v2.Bucket.Logging.Builder.class); } public static final int LOG_BUCKET_FIELD_NUMBER = 1; private volatile java.lang.Object logBucket_; /** + * + * *
      * The destination bucket where the current bucket's logs should be placed,
      * using path format (like `projects/123456/buckets/foo`).
      * 
* * string log_bucket = 1; + * * @return The logBucket. */ @java.lang.Override @@ -9968,30 +11091,30 @@ public java.lang.String getLogBucket() { 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(); logBucket_ = s; return s; } } /** + * + * *
      * The destination bucket where the current bucket's logs should be placed,
      * using path format (like `projects/123456/buckets/foo`).
      * 
* * string log_bucket = 1; + * * @return The bytes for logBucket. */ @java.lang.Override - public com.google.protobuf.ByteString - getLogBucketBytes() { + public com.google.protobuf.ByteString getLogBucketBytes() { java.lang.Object ref = logBucket_; 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); logBucket_ = b; return b; } else { @@ -10002,11 +11125,14 @@ public java.lang.String getLogBucket() { public static final int LOG_OBJECT_PREFIX_FIELD_NUMBER = 2; private volatile java.lang.Object logObjectPrefix_; /** + * + * *
      * A prefix for log object names.
      * 
* * string log_object_prefix = 2; + * * @return The logObjectPrefix. */ @java.lang.Override @@ -10015,29 +11141,29 @@ public java.lang.String getLogObjectPrefix() { 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(); logObjectPrefix_ = s; return s; } } /** + * + * *
      * A prefix for log object names.
      * 
* * string log_object_prefix = 2; + * * @return The bytes for logObjectPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getLogObjectPrefixBytes() { + public com.google.protobuf.ByteString getLogObjectPrefixBytes() { java.lang.Object ref = logObjectPrefix_; 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); logObjectPrefix_ = b; return b; } else { @@ -10046,6 +11172,7 @@ public java.lang.String getLogObjectPrefix() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -10057,8 +11184,7 @@ 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(logBucket_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, logBucket_); } @@ -10088,17 +11214,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.storage.v2.Bucket.Logging)) { return super.equals(obj); } com.google.storage.v2.Bucket.Logging other = (com.google.storage.v2.Bucket.Logging) obj; - if (!getLogBucket() - .equals(other.getLogBucket())) return false; - if (!getLogObjectPrefix() - .equals(other.getLogObjectPrefix())) return false; + if (!getLogBucket().equals(other.getLogBucket())) return false; + if (!getLogObjectPrefix().equals(other.getLogObjectPrefix())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -10119,88 +11243,94 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Logging parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Logging parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging 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 @@ -10210,39 +11340,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Logging-related properties of a bucket.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.Logging} */ - 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.storage.v2.Bucket.Logging) com.google.storage.v2.Bucket.LoggingOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Logging_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Logging.class, com.google.storage.v2.Bucket.Logging.Builder.class); + com.google.storage.v2.Bucket.Logging.class, + com.google.storage.v2.Bucket.Logging.Builder.class); } // Construct using com.google.storage.v2.Bucket.Logging.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -10254,9 +11386,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Logging_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Logging_descriptor; } @java.lang.Override @@ -10275,7 +11407,8 @@ public com.google.storage.v2.Bucket.Logging build() { @java.lang.Override public com.google.storage.v2.Bucket.Logging buildPartial() { - com.google.storage.v2.Bucket.Logging result = new com.google.storage.v2.Bucket.Logging(this); + com.google.storage.v2.Bucket.Logging result = + new com.google.storage.v2.Bucket.Logging(this); result.logBucket_ = logBucket_; result.logObjectPrefix_ = logObjectPrefix_; onBuilt(); @@ -10286,38 +11419,41 @@ public com.google.storage.v2.Bucket.Logging 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.storage.v2.Bucket.Logging) { - return mergeFrom((com.google.storage.v2.Bucket.Logging)other); + return mergeFrom((com.google.storage.v2.Bucket.Logging) other); } else { super.mergeFrom(other); return this; @@ -10360,22 +11496,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - logBucket_ = input.readStringRequireUtf8(); + case 10: + { + logBucket_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 18: { - logObjectPrefix_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 18: + { + logObjectPrefix_ = input.readStringRequireUtf8(); - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -10388,19 +11527,21 @@ public Builder mergeFrom( private java.lang.Object logBucket_ = ""; /** + * + * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; + * * @return The logBucket. */ public java.lang.String getLogBucket() { java.lang.Object ref = logBucket_; 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(); logBucket_ = s; return s; @@ -10409,21 +11550,22 @@ public java.lang.String getLogBucket() { } } /** + * + * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; + * * @return The bytes for logBucket. */ - public com.google.protobuf.ByteString - getLogBucketBytes() { + public com.google.protobuf.ByteString getLogBucketBytes() { java.lang.Object ref = logBucket_; 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); logBucket_ = b; return b; } else { @@ -10431,57 +11573,64 @@ public java.lang.String getLogBucket() { } } /** + * + * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; + * * @param value The logBucket to set. * @return This builder for chaining. */ - public Builder setLogBucket( - java.lang.String value) { + public Builder setLogBucket(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + logBucket_ = value; onChanged(); return this; } /** + * + * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; + * * @return This builder for chaining. */ public Builder clearLogBucket() { - + logBucket_ = getDefaultInstance().getLogBucket(); onChanged(); return this; } /** + * + * *
        * The destination bucket where the current bucket's logs should be placed,
        * using path format (like `projects/123456/buckets/foo`).
        * 
* * string log_bucket = 1; + * * @param value The bytes for logBucket to set. * @return This builder for chaining. */ - public Builder setLogBucketBytes( - com.google.protobuf.ByteString value) { + public Builder setLogBucketBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + logBucket_ = value; onChanged(); return this; @@ -10489,18 +11638,20 @@ public Builder setLogBucketBytes( private java.lang.Object logObjectPrefix_ = ""; /** + * + * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; + * * @return The logObjectPrefix. */ public java.lang.String getLogObjectPrefix() { java.lang.Object ref = logObjectPrefix_; 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(); logObjectPrefix_ = s; return s; @@ -10509,20 +11660,21 @@ public java.lang.String getLogObjectPrefix() { } } /** + * + * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; + * * @return The bytes for logObjectPrefix. */ - public com.google.protobuf.ByteString - getLogObjectPrefixBytes() { + public com.google.protobuf.ByteString getLogObjectPrefixBytes() { java.lang.Object ref = logObjectPrefix_; 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); logObjectPrefix_ = b; return b; } else { @@ -10530,58 +11682,66 @@ public java.lang.String getLogObjectPrefix() { } } /** + * + * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; + * * @param value The logObjectPrefix to set. * @return This builder for chaining. */ - public Builder setLogObjectPrefix( - java.lang.String value) { + public Builder setLogObjectPrefix(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + logObjectPrefix_ = value; onChanged(); return this; } /** + * + * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; + * * @return This builder for chaining. */ public Builder clearLogObjectPrefix() { - + logObjectPrefix_ = getDefaultInstance().getLogObjectPrefix(); onChanged(); return this; } /** + * + * *
        * A prefix for log object names.
        * 
* * string log_object_prefix = 2; + * * @param value The bytes for logObjectPrefix to set. * @return This builder for chaining. */ - public Builder setLogObjectPrefixBytes( - com.google.protobuf.ByteString value) { + public Builder setLogObjectPrefixBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + logObjectPrefix_ = value; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -10594,12 +11754,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Logging) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Logging) private static final com.google.storage.v2.Bucket.Logging DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Logging(); } @@ -10608,27 +11768,28 @@ public static com.google.storage.v2.Bucket.Logging getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Logging 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 Logging 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; @@ -10643,34 +11804,42 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Logging getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface RetentionPolicyOrBuilder extends + public interface RetentionPolicyOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.RetentionPolicy) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
      * 
* * .google.protobuf.Timestamp effective_time = 1; + * * @return Whether the effectiveTime field is set. */ boolean hasEffectiveTime(); /** + * + * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
      * 
* * .google.protobuf.Timestamp effective_time = 1; + * * @return The effectiveTime. */ com.google.protobuf.Timestamp getEffectiveTime(); /** + * + * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
@@ -10681,16 +11850,21 @@ public interface RetentionPolicyOrBuilder extends
     com.google.protobuf.TimestampOrBuilder getEffectiveTimeOrBuilder();
 
     /**
+     *
+     *
      * 
      * Once locked, an object retention policy cannot be modified.
      * 
* * bool is_locked = 2; + * * @return The isLocked. */ boolean getIsLocked(); /** + * + * *
      * The duration in seconds that objects need to be retained. Retention
      * duration must be greater than zero and less than 100 years. Note that
@@ -10699,10 +11873,13 @@ public interface RetentionPolicyOrBuilder extends
      * 
* * optional int64 retention_period = 3; + * * @return Whether the retentionPeriod field is set. */ boolean hasRetentionPeriod(); /** + * + * *
      * The duration in seconds that objects need to be retained. Retention
      * duration must be greater than zero and less than 100 years. Note that
@@ -10711,11 +11888,14 @@ public interface RetentionPolicyOrBuilder extends
      * 
* * optional int64 retention_period = 3; + * * @return The retentionPeriod. */ long getRetentionPeriod(); /** + * + * *
      * The duration that objects need to be retained. Retention duration must be
      * greater than zero and less than 100 years. Note that enforcement of
@@ -10725,10 +11905,13 @@ public interface RetentionPolicyOrBuilder extends
      * 
* * .google.protobuf.Duration retention_duration = 4; + * * @return Whether the retentionDuration field is set. */ boolean hasRetentionDuration(); /** + * + * *
      * The duration that objects need to be retained. Retention duration must be
      * greater than zero and less than 100 years. Note that enforcement of
@@ -10738,10 +11921,13 @@ public interface RetentionPolicyOrBuilder extends
      * 
* * .google.protobuf.Duration retention_duration = 4; + * * @return The retentionDuration. */ com.google.protobuf.Duration getRetentionDuration(); /** + * + * *
      * The duration that objects need to be retained. Retention duration must be
      * greater than zero and less than 100 years. Note that enforcement of
@@ -10755,59 +11941,65 @@ public interface RetentionPolicyOrBuilder extends
     com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder();
   }
   /**
+   *
+   *
    * 
    * Retention policy properties of a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.RetentionPolicy} */ - public static final class RetentionPolicy extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class RetentionPolicy extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.RetentionPolicy) RetentionPolicyOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use RetentionPolicy.newBuilder() to construct. private RetentionPolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RetentionPolicy() { - } + + private RetentionPolicy() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new RetentionPolicy(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.RetentionPolicy.class, com.google.storage.v2.Bucket.RetentionPolicy.Builder.class); + com.google.storage.v2.Bucket.RetentionPolicy.class, + com.google.storage.v2.Bucket.RetentionPolicy.Builder.class); } private int bitField0_; public static final int EFFECTIVE_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp effectiveTime_; /** + * + * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
      * 
* * .google.protobuf.Timestamp effective_time = 1; + * * @return Whether the effectiveTime field is set. */ @java.lang.Override @@ -10815,19 +12007,26 @@ public boolean hasEffectiveTime() { return effectiveTime_ != null; } /** + * + * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
      * 
* * .google.protobuf.Timestamp effective_time = 1; + * * @return The effectiveTime. */ @java.lang.Override public com.google.protobuf.Timestamp getEffectiveTime() { - return effectiveTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : effectiveTime_; + return effectiveTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : effectiveTime_; } /** + * + * *
      * Server-determined value that indicates the time from which policy was
      * enforced and effective.
@@ -10843,11 +12042,14 @@ public com.google.protobuf.TimestampOrBuilder getEffectiveTimeOrBuilder() {
     public static final int IS_LOCKED_FIELD_NUMBER = 2;
     private boolean isLocked_;
     /**
+     *
+     *
      * 
      * Once locked, an object retention policy cannot be modified.
      * 
* * bool is_locked = 2; + * * @return The isLocked. */ @java.lang.Override @@ -10858,6 +12060,8 @@ public boolean getIsLocked() { public static final int RETENTION_PERIOD_FIELD_NUMBER = 3; private long retentionPeriod_; /** + * + * *
      * The duration in seconds that objects need to be retained. Retention
      * duration must be greater than zero and less than 100 years. Note that
@@ -10866,6 +12070,7 @@ public boolean getIsLocked() {
      * 
* * optional int64 retention_period = 3; + * * @return Whether the retentionPeriod field is set. */ @java.lang.Override @@ -10873,6 +12078,8 @@ public boolean hasRetentionPeriod() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * The duration in seconds that objects need to be retained. Retention
      * duration must be greater than zero and less than 100 years. Note that
@@ -10881,6 +12088,7 @@ public boolean hasRetentionPeriod() {
      * 
* * optional int64 retention_period = 3; + * * @return The retentionPeriod. */ @java.lang.Override @@ -10891,6 +12099,8 @@ public long getRetentionPeriod() { public static final int RETENTION_DURATION_FIELD_NUMBER = 4; private com.google.protobuf.Duration retentionDuration_; /** + * + * *
      * The duration that objects need to be retained. Retention duration must be
      * greater than zero and less than 100 years. Note that enforcement of
@@ -10900,6 +12110,7 @@ public long getRetentionPeriod() {
      * 
* * .google.protobuf.Duration retention_duration = 4; + * * @return Whether the retentionDuration field is set. */ @java.lang.Override @@ -10907,6 +12118,8 @@ public boolean hasRetentionDuration() { return retentionDuration_ != null; } /** + * + * *
      * The duration that objects need to be retained. Retention duration must be
      * greater than zero and less than 100 years. Note that enforcement of
@@ -10916,13 +12129,18 @@ public boolean hasRetentionDuration() {
      * 
* * .google.protobuf.Duration retention_duration = 4; + * * @return The retentionDuration. */ @java.lang.Override public com.google.protobuf.Duration getRetentionDuration() { - return retentionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : retentionDuration_; + return retentionDuration_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : retentionDuration_; } /** + * + * *
      * The duration that objects need to be retained. Retention duration must be
      * greater than zero and less than 100 years. Note that enforcement of
@@ -10939,6 +12157,7 @@ public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() {
     }
 
     private byte memoizedIsInitialized = -1;
+
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -10950,8 +12169,7 @@ 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 (effectiveTime_ != null) {
         output.writeMessage(1, getEffectiveTime());
       }
@@ -10974,20 +12192,16 @@ public int getSerializedSize() {
 
       size = 0;
       if (effectiveTime_ != null) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(1, getEffectiveTime());
+        size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getEffectiveTime());
       }
       if (isLocked_ != false) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeBoolSize(2, isLocked_);
+        size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, isLocked_);
       }
       if (((bitField0_ & 0x00000001) != 0)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeInt64Size(3, retentionPeriod_);
+        size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, retentionPeriod_);
       }
       if (retentionDuration_ != null) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(4, getRetentionDuration());
+        size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getRetentionDuration());
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -10997,29 +12211,26 @@ 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.storage.v2.Bucket.RetentionPolicy)) {
         return super.equals(obj);
       }
-      com.google.storage.v2.Bucket.RetentionPolicy other = (com.google.storage.v2.Bucket.RetentionPolicy) obj;
+      com.google.storage.v2.Bucket.RetentionPolicy other =
+          (com.google.storage.v2.Bucket.RetentionPolicy) obj;
 
       if (hasEffectiveTime() != other.hasEffectiveTime()) return false;
       if (hasEffectiveTime()) {
-        if (!getEffectiveTime()
-            .equals(other.getEffectiveTime())) return false;
+        if (!getEffectiveTime().equals(other.getEffectiveTime())) return false;
       }
-      if (getIsLocked()
-          != other.getIsLocked()) return false;
+      if (getIsLocked() != other.getIsLocked()) return false;
       if (hasRetentionPeriod() != other.hasRetentionPeriod()) return false;
       if (hasRetentionPeriod()) {
-        if (getRetentionPeriod()
-            != other.getRetentionPeriod()) return false;
+        if (getRetentionPeriod() != other.getRetentionPeriod()) return false;
       }
       if (hasRetentionDuration() != other.hasRetentionDuration()) return false;
       if (hasRetentionDuration()) {
-        if (!getRetentionDuration()
-            .equals(other.getRetentionDuration())) return false;
+        if (!getRetentionDuration().equals(other.getRetentionDuration())) return false;
       }
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
@@ -11037,12 +12248,10 @@ public int hashCode() {
         hash = (53 * hash) + getEffectiveTime().hashCode();
       }
       hash = (37 * hash) + IS_LOCKED_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
-          getIsLocked());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsLocked());
       if (hasRetentionPeriod()) {
         hash = (37 * hash) + RETENTION_PERIOD_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-            getRetentionPeriod());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getRetentionPeriod());
       }
       if (hasRetentionDuration()) {
         hash = (37 * hash) + RETENTION_DURATION_FIELD_NUMBER;
@@ -11053,88 +12262,94 @@ public int hashCode() {
       return hash;
     }
 
-    public static com.google.storage.v2.Bucket.RetentionPolicy parseFrom(
-        java.nio.ByteBuffer data)
+    public static com.google.storage.v2.Bucket.RetentionPolicy parseFrom(java.nio.ByteBuffer data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
+
     public static com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy parseDelimitedFrom(java.io.InputStream input)
-        throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3
-          .parseDelimitedWithIOException(PARSER, input);
+
+    public static com.google.storage.v2.Bucket.RetentionPolicy parseDelimitedFrom(
+        java.io.InputStream input) throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
     }
+
     public static com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy 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
@@ -11144,39 +12359,41 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
+     *
+     *
      * 
      * Retention policy properties of a bucket.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.RetentionPolicy} */ - 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.storage.v2.Bucket.RetentionPolicy) com.google.storage.v2.Bucket.RetentionPolicyOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.RetentionPolicy.class, com.google.storage.v2.Bucket.RetentionPolicy.Builder.class); + com.google.storage.v2.Bucket.RetentionPolicy.class, + com.google.storage.v2.Bucket.RetentionPolicy.Builder.class); } // Construct using com.google.storage.v2.Bucket.RetentionPolicy.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -11200,9 +12417,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; } @java.lang.Override @@ -11221,7 +12438,8 @@ public com.google.storage.v2.Bucket.RetentionPolicy build() { @java.lang.Override public com.google.storage.v2.Bucket.RetentionPolicy buildPartial() { - com.google.storage.v2.Bucket.RetentionPolicy result = new com.google.storage.v2.Bucket.RetentionPolicy(this); + com.google.storage.v2.Bucket.RetentionPolicy result = + new com.google.storage.v2.Bucket.RetentionPolicy(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (effectiveTimeBuilder_ == null) { @@ -11248,38 +12466,41 @@ public com.google.storage.v2.Bucket.RetentionPolicy 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.storage.v2.Bucket.RetentionPolicy) { - return mergeFrom((com.google.storage.v2.Bucket.RetentionPolicy)other); + return mergeFrom((com.google.storage.v2.Bucket.RetentionPolicy) other); } else { super.mergeFrom(other); return this; @@ -11326,36 +12547,38 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getEffectiveTimeFieldBuilder().getBuilder(), - extensionRegistry); + case 10: + { + input.readMessage(getEffectiveTimeFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 10 - case 16: { - isLocked_ = input.readBool(); + break; + } // case 10 + case 16: + { + isLocked_ = input.readBool(); - break; - } // case 16 - case 24: { - retentionPeriod_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 24 - case 34: { - input.readMessage( - getRetentionDurationFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 16 + case 24: + { + retentionPeriod_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 24 + case 34: + { + input.readMessage( + getRetentionDurationFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 34 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -11365,40 +12588,54 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.protobuf.Timestamp effectiveTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> effectiveTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + effectiveTimeBuilder_; /** + * + * *
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
        * 
* * .google.protobuf.Timestamp effective_time = 1; + * * @return Whether the effectiveTime field is set. */ public boolean hasEffectiveTime() { return effectiveTimeBuilder_ != null || effectiveTime_ != null; } /** + * + * *
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
        * 
* * .google.protobuf.Timestamp effective_time = 1; + * * @return The effectiveTime. */ public com.google.protobuf.Timestamp getEffectiveTime() { if (effectiveTimeBuilder_ == null) { - return effectiveTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : effectiveTime_; + return effectiveTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : effectiveTime_; } else { return effectiveTimeBuilder_.getMessage(); } } /** + * + * *
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -11420,6 +12657,8 @@ public Builder setEffectiveTime(com.google.protobuf.Timestamp value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -11427,8 +12666,7 @@ public Builder setEffectiveTime(com.google.protobuf.Timestamp value) {
        *
        * .google.protobuf.Timestamp effective_time = 1;
        */
-      public Builder setEffectiveTime(
-          com.google.protobuf.Timestamp.Builder builderForValue) {
+      public Builder setEffectiveTime(com.google.protobuf.Timestamp.Builder builderForValue) {
         if (effectiveTimeBuilder_ == null) {
           effectiveTime_ = builderForValue.build();
           onChanged();
@@ -11439,6 +12677,8 @@ public Builder setEffectiveTime(
         return this;
       }
       /**
+       *
+       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -11450,7 +12690,9 @@ public Builder mergeEffectiveTime(com.google.protobuf.Timestamp value) {
         if (effectiveTimeBuilder_ == null) {
           if (effectiveTime_ != null) {
             effectiveTime_ =
-              com.google.protobuf.Timestamp.newBuilder(effectiveTime_).mergeFrom(value).buildPartial();
+                com.google.protobuf.Timestamp.newBuilder(effectiveTime_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             effectiveTime_ = value;
           }
@@ -11462,6 +12704,8 @@ public Builder mergeEffectiveTime(com.google.protobuf.Timestamp value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -11481,6 +12725,8 @@ public Builder clearEffectiveTime() {
         return this;
       }
       /**
+       *
+       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -11489,11 +12735,13 @@ public Builder clearEffectiveTime() {
        * .google.protobuf.Timestamp effective_time = 1;
        */
       public com.google.protobuf.Timestamp.Builder getEffectiveTimeBuilder() {
-        
+
         onChanged();
         return getEffectiveTimeFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -11505,11 +12753,14 @@ public com.google.protobuf.TimestampOrBuilder getEffectiveTimeOrBuilder() {
         if (effectiveTimeBuilder_ != null) {
           return effectiveTimeBuilder_.getMessageOrBuilder();
         } else {
-          return effectiveTime_ == null ?
-              com.google.protobuf.Timestamp.getDefaultInstance() : effectiveTime_;
+          return effectiveTime_ == null
+              ? com.google.protobuf.Timestamp.getDefaultInstance()
+              : effectiveTime_;
         }
       }
       /**
+       *
+       *
        * 
        * Server-determined value that indicates the time from which policy was
        * enforced and effective.
@@ -11518,26 +12769,32 @@ public com.google.protobuf.TimestampOrBuilder getEffectiveTimeOrBuilder() {
        * .google.protobuf.Timestamp effective_time = 1;
        */
       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>
           getEffectiveTimeFieldBuilder() {
         if (effectiveTimeBuilder_ == null) {
-          effectiveTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                  getEffectiveTime(),
-                  getParentForChildren(),
-                  isClean());
+          effectiveTimeBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.protobuf.Timestamp,
+                  com.google.protobuf.Timestamp.Builder,
+                  com.google.protobuf.TimestampOrBuilder>(
+                  getEffectiveTime(), getParentForChildren(), isClean());
           effectiveTime_ = null;
         }
         return effectiveTimeBuilder_;
       }
 
-      private boolean isLocked_ ;
+      private boolean isLocked_;
       /**
+       *
+       *
        * 
        * Once locked, an object retention policy cannot be modified.
        * 
* * bool is_locked = 2; + * * @return The isLocked. */ @java.lang.Override @@ -11545,37 +12802,45 @@ public boolean getIsLocked() { return isLocked_; } /** + * + * *
        * Once locked, an object retention policy cannot be modified.
        * 
* * bool is_locked = 2; + * * @param value The isLocked to set. * @return This builder for chaining. */ public Builder setIsLocked(boolean value) { - + isLocked_ = value; onChanged(); return this; } /** + * + * *
        * Once locked, an object retention policy cannot be modified.
        * 
* * bool is_locked = 2; + * * @return This builder for chaining. */ public Builder clearIsLocked() { - + isLocked_ = false; onChanged(); return this; } - private long retentionPeriod_ ; + private long retentionPeriod_; /** + * + * *
        * The duration in seconds that objects need to be retained. Retention
        * duration must be greater than zero and less than 100 years. Note that
@@ -11584,6 +12849,7 @@ public Builder clearIsLocked() {
        * 
* * optional int64 retention_period = 3; + * * @return Whether the retentionPeriod field is set. */ @java.lang.Override @@ -11591,6 +12857,8 @@ public boolean hasRetentionPeriod() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
        * The duration in seconds that objects need to be retained. Retention
        * duration must be greater than zero and less than 100 years. Note that
@@ -11599,6 +12867,7 @@ public boolean hasRetentionPeriod() {
        * 
* * optional int64 retention_period = 3; + * * @return The retentionPeriod. */ @java.lang.Override @@ -11606,6 +12875,8 @@ public long getRetentionPeriod() { return retentionPeriod_; } /** + * + * *
        * The duration in seconds that objects need to be retained. Retention
        * duration must be greater than zero and less than 100 years. Note that
@@ -11614,6 +12885,7 @@ public long getRetentionPeriod() {
        * 
* * optional int64 retention_period = 3; + * * @param value The retentionPeriod to set. * @return This builder for chaining. */ @@ -11624,6 +12896,8 @@ public Builder setRetentionPeriod(long value) { return this; } /** + * + * *
        * The duration in seconds that objects need to be retained. Retention
        * duration must be greater than zero and less than 100 years. Note that
@@ -11632,6 +12906,7 @@ public Builder setRetentionPeriod(long value) {
        * 
* * optional int64 retention_period = 3; + * * @return This builder for chaining. */ public Builder clearRetentionPeriod() { @@ -11643,8 +12918,13 @@ public Builder clearRetentionPeriod() { private com.google.protobuf.Duration retentionDuration_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> retentionDurationBuilder_; + com.google.protobuf.Duration, + com.google.protobuf.Duration.Builder, + com.google.protobuf.DurationOrBuilder> + retentionDurationBuilder_; /** + * + * *
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11654,12 +12934,15 @@ public Builder clearRetentionPeriod() {
        * 
* * .google.protobuf.Duration retention_duration = 4; + * * @return Whether the retentionDuration field is set. */ public boolean hasRetentionDuration() { return retentionDurationBuilder_ != null || retentionDuration_ != null; } /** + * + * *
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11669,16 +12952,21 @@ public boolean hasRetentionDuration() {
        * 
* * .google.protobuf.Duration retention_duration = 4; + * * @return The retentionDuration. */ public com.google.protobuf.Duration getRetentionDuration() { if (retentionDurationBuilder_ == null) { - return retentionDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : retentionDuration_; + return retentionDuration_ == null + ? com.google.protobuf.Duration.getDefaultInstance() + : retentionDuration_; } else { return retentionDurationBuilder_.getMessage(); } } /** + * + * *
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11703,6 +12991,8 @@ public Builder setRetentionDuration(com.google.protobuf.Duration value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11713,8 +13003,7 @@ public Builder setRetentionDuration(com.google.protobuf.Duration value) {
        *
        * .google.protobuf.Duration retention_duration = 4;
        */
-      public Builder setRetentionDuration(
-          com.google.protobuf.Duration.Builder builderForValue) {
+      public Builder setRetentionDuration(com.google.protobuf.Duration.Builder builderForValue) {
         if (retentionDurationBuilder_ == null) {
           retentionDuration_ = builderForValue.build();
           onChanged();
@@ -11725,6 +13014,8 @@ public Builder setRetentionDuration(
         return this;
       }
       /**
+       *
+       *
        * 
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11739,7 +13030,9 @@ public Builder mergeRetentionDuration(com.google.protobuf.Duration value) {
         if (retentionDurationBuilder_ == null) {
           if (retentionDuration_ != null) {
             retentionDuration_ =
-              com.google.protobuf.Duration.newBuilder(retentionDuration_).mergeFrom(value).buildPartial();
+                com.google.protobuf.Duration.newBuilder(retentionDuration_)
+                    .mergeFrom(value)
+                    .buildPartial();
           } else {
             retentionDuration_ = value;
           }
@@ -11751,6 +13044,8 @@ public Builder mergeRetentionDuration(com.google.protobuf.Duration value) {
         return this;
       }
       /**
+       *
+       *
        * 
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11773,6 +13068,8 @@ public Builder clearRetentionDuration() {
         return this;
       }
       /**
+       *
+       *
        * 
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11784,11 +13081,13 @@ public Builder clearRetentionDuration() {
        * .google.protobuf.Duration retention_duration = 4;
        */
       public com.google.protobuf.Duration.Builder getRetentionDurationBuilder() {
-        
+
         onChanged();
         return getRetentionDurationFieldBuilder().getBuilder();
       }
       /**
+       *
+       *
        * 
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11803,11 +13102,14 @@ public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() {
         if (retentionDurationBuilder_ != null) {
           return retentionDurationBuilder_.getMessageOrBuilder();
         } else {
-          return retentionDuration_ == null ?
-              com.google.protobuf.Duration.getDefaultInstance() : retentionDuration_;
+          return retentionDuration_ == null
+              ? com.google.protobuf.Duration.getDefaultInstance()
+              : retentionDuration_;
         }
       }
       /**
+       *
+       *
        * 
        * The duration that objects need to be retained. Retention duration must be
        * greater than zero and less than 100 years. Note that enforcement of
@@ -11819,18 +13121,22 @@ public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() {
        * .google.protobuf.Duration retention_duration = 4;
        */
       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>
           getRetentionDurationFieldBuilder() {
         if (retentionDurationBuilder_ == null) {
-          retentionDurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
-                  getRetentionDuration(),
-                  getParentForChildren(),
-                  isClean());
+          retentionDurationBuilder_ =
+              new com.google.protobuf.SingleFieldBuilderV3<
+                  com.google.protobuf.Duration,
+                  com.google.protobuf.Duration.Builder,
+                  com.google.protobuf.DurationOrBuilder>(
+                  getRetentionDuration(), getParentForChildren(), isClean());
           retentionDuration_ = null;
         }
         return retentionDurationBuilder_;
       }
+
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -11843,12 +13149,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
-
       // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.RetentionPolicy)
     }
 
     // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.RetentionPolicy)
     private static final com.google.storage.v2.Bucket.RetentionPolicy DEFAULT_INSTANCE;
+
     static {
       DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.RetentionPolicy();
     }
@@ -11857,27 +13163,28 @@ public static com.google.storage.v2.Bucket.RetentionPolicy getDefaultInstance()
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser
-        PARSER = new com.google.protobuf.AbstractParser() {
-      @java.lang.Override
-      public RetentionPolicy 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 RetentionPolicy 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;
@@ -11892,24 +13199,29 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.storage.v2.Bucket.RetentionPolicy getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
-
   }
 
-  public interface VersioningOrBuilder extends
+  public interface VersioningOrBuilder
+      extends
       // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Versioning)
       com.google.protobuf.MessageOrBuilder {
 
     /**
+     *
+     *
      * 
      * While set to true, versioning is fully enabled for this bucket.
      * 
* * bool enabled = 1; + * * @return The enabled. */ boolean getEnabled(); } /** + * + * *
    * Properties of a bucket related to versioning.
    * For more on Cloud Storage versioning, see
@@ -11918,51 +13230,55 @@ public interface VersioningOrBuilder extends
    *
    * Protobuf type {@code google.storage.v2.Bucket.Versioning}
    */
-  public static final class Versioning extends
-      com.google.protobuf.GeneratedMessageV3 implements
+  public static final class Versioning extends com.google.protobuf.GeneratedMessageV3
+      implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Versioning)
       VersioningOrBuilder {
-  private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
     // Use Versioning.newBuilder() to construct.
     private Versioning(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-    private Versioning() {
-    }
+
+    private Versioning() {}
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(
-        UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
       return new Versioning();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet
-    getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
       return this.unknownFields;
     }
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_descriptor;
+
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_Versioning_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.Versioning.class, com.google.storage.v2.Bucket.Versioning.Builder.class);
+              com.google.storage.v2.Bucket.Versioning.class,
+              com.google.storage.v2.Bucket.Versioning.Builder.class);
     }
 
     public static final int ENABLED_FIELD_NUMBER = 1;
     private boolean enabled_;
     /**
+     *
+     *
      * 
      * While set to true, versioning is fully enabled for this bucket.
      * 
* * bool enabled = 1; + * * @return The enabled. */ @java.lang.Override @@ -11971,6 +13287,7 @@ public boolean getEnabled() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -11982,8 +13299,7 @@ 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 (enabled_ != false) { output.writeBool(1, enabled_); } @@ -11997,8 +13313,7 @@ public int getSerializedSize() { size = 0; if (enabled_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(1, enabled_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, enabled_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -12008,15 +13323,14 @@ 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.storage.v2.Bucket.Versioning)) { return super.equals(obj); } com.google.storage.v2.Bucket.Versioning other = (com.google.storage.v2.Bucket.Versioning) obj; - if (getEnabled() - != other.getEnabled()) return false; + if (getEnabled() != other.getEnabled()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -12029,95 +13343,100 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ENABLED_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getEnabled()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnabled()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.Bucket.Versioning parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Versioning parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.Versioning parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning 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 @@ -12127,6 +13446,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Properties of a bucket related to versioning.
      * For more on Cloud Storage versioning, see
@@ -12135,33 +13456,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.Versioning}
      */
-    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.storage.v2.Bucket.Versioning)
         com.google.storage.v2.Bucket.VersioningOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Versioning_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Versioning.class, com.google.storage.v2.Bucket.Versioning.Builder.class);
+                com.google.storage.v2.Bucket.Versioning.class,
+                com.google.storage.v2.Bucket.Versioning.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.Versioning.newBuilder()
-      private Builder() {
-
-      }
+      private Builder() {}
 
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
-
       }
+
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -12171,9 +13492,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Versioning_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Versioning_descriptor;
       }
 
       @java.lang.Override
@@ -12192,7 +13513,8 @@ public com.google.storage.v2.Bucket.Versioning build() {
 
       @java.lang.Override
       public com.google.storage.v2.Bucket.Versioning buildPartial() {
-        com.google.storage.v2.Bucket.Versioning result = new com.google.storage.v2.Bucket.Versioning(this);
+        com.google.storage.v2.Bucket.Versioning result =
+            new com.google.storage.v2.Bucket.Versioning(this);
         result.enabled_ = enabled_;
         onBuilt();
         return result;
@@ -12202,38 +13524,41 @@ public com.google.storage.v2.Bucket.Versioning 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.storage.v2.Bucket.Versioning) {
-          return mergeFrom((com.google.storage.v2.Bucket.Versioning)other);
+          return mergeFrom((com.google.storage.v2.Bucket.Versioning) other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -12271,17 +13596,19 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 8: {
-                enabled_ = input.readBool();
+              case 8:
+                {
+                  enabled_ = input.readBool();
 
-                break;
-              } // case 8
-              default: {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+                  break;
+                } // case 8
+              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) {
@@ -12292,13 +13619,16 @@ public Builder mergeFrom(
         return this;
       }
 
-      private boolean enabled_ ;
+      private boolean enabled_;
       /**
+       *
+       *
        * 
        * While set to true, versioning is fully enabled for this bucket.
        * 
* * bool enabled = 1; + * * @return The enabled. */ @java.lang.Override @@ -12306,34 +13636,41 @@ public boolean getEnabled() { return enabled_; } /** + * + * *
        * While set to true, versioning is fully enabled for this bucket.
        * 
* * bool enabled = 1; + * * @param value The enabled to set. * @return This builder for chaining. */ public Builder setEnabled(boolean value) { - + enabled_ = value; onChanged(); return this; } /** + * + * *
        * While set to true, versioning is fully enabled for this bucket.
        * 
* * bool enabled = 1; + * * @return This builder for chaining. */ public Builder clearEnabled() { - + enabled_ = false; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -12346,12 +13683,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Versioning) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Versioning) private static final com.google.storage.v2.Bucket.Versioning DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Versioning(); } @@ -12360,27 +13697,28 @@ public static com.google.storage.v2.Bucket.Versioning getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Versioning 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 Versioning 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; @@ -12395,14 +13733,16 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Versioning getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface WebsiteOrBuilder extends + public interface WebsiteOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Website) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * If the requested object path is missing, the service will ensure the path
      * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -12411,10 +13751,13 @@ public interface WebsiteOrBuilder extends
      * 
* * string main_page_suffix = 1; + * * @return The mainPageSuffix. */ java.lang.String getMainPageSuffix(); /** + * + * *
      * If the requested object path is missing, the service will ensure the path
      * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -12423,12 +13766,14 @@ public interface WebsiteOrBuilder extends
      * 
* * string main_page_suffix = 1; + * * @return The bytes for mainPageSuffix. */ - com.google.protobuf.ByteString - getMainPageSuffixBytes(); + com.google.protobuf.ByteString getMainPageSuffixBytes(); /** + * + * *
      * If the requested object path is missing, and any
      * `mainPageSuffix` object is missing, if applicable, the service
@@ -12438,10 +13783,13 @@ public interface WebsiteOrBuilder extends
      * 
* * string not_found_page = 2; + * * @return The notFoundPage. */ java.lang.String getNotFoundPage(); /** + * + * *
      * If the requested object path is missing, and any
      * `mainPageSuffix` object is missing, if applicable, the service
@@ -12451,12 +13799,14 @@ public interface WebsiteOrBuilder extends
      * 
* * string not_found_page = 2; + * * @return The bytes for notFoundPage. */ - com.google.protobuf.ByteString - getNotFoundPageBytes(); + com.google.protobuf.ByteString getNotFoundPageBytes(); } /** + * + * *
    * Properties of a bucket related to accessing the contents as a static
    * website. For more on hosting a static website via Cloud Storage, see
@@ -12465,15 +13815,16 @@ public interface WebsiteOrBuilder extends
    *
    * Protobuf type {@code google.storage.v2.Bucket.Website}
    */
-  public static final class Website extends
-      com.google.protobuf.GeneratedMessageV3 implements
+  public static final class Website extends com.google.protobuf.GeneratedMessageV3
+      implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Website)
       WebsiteOrBuilder {
-  private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
     // Use Website.newBuilder() to construct.
     private Website(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
+
     private Website() {
       mainPageSuffix_ = "";
       notFoundPage_ = "";
@@ -12481,32 +13832,35 @@ private Website() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(
-        UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
       return new Website();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet
-    getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
       return this.unknownFields;
     }
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_descriptor;
+
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_Website_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.Website.class, com.google.storage.v2.Bucket.Website.Builder.class);
+              com.google.storage.v2.Bucket.Website.class,
+              com.google.storage.v2.Bucket.Website.Builder.class);
     }
 
     public static final int MAIN_PAGE_SUFFIX_FIELD_NUMBER = 1;
     private volatile java.lang.Object mainPageSuffix_;
     /**
+     *
+     *
      * 
      * If the requested object path is missing, the service will ensure the path
      * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -12515,6 +13869,7 @@ protected java.lang.Object newInstance(
      * 
* * string main_page_suffix = 1; + * * @return The mainPageSuffix. */ @java.lang.Override @@ -12523,14 +13878,15 @@ public java.lang.String getMainPageSuffix() { 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(); mainPageSuffix_ = s; return s; } } /** + * + * *
      * If the requested object path is missing, the service will ensure the path
      * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -12539,16 +13895,15 @@ public java.lang.String getMainPageSuffix() {
      * 
* * string main_page_suffix = 1; + * * @return The bytes for mainPageSuffix. */ @java.lang.Override - public com.google.protobuf.ByteString - getMainPageSuffixBytes() { + public com.google.protobuf.ByteString getMainPageSuffixBytes() { java.lang.Object ref = mainPageSuffix_; 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); mainPageSuffix_ = b; return b; } else { @@ -12559,6 +13914,8 @@ public java.lang.String getMainPageSuffix() { public static final int NOT_FOUND_PAGE_FIELD_NUMBER = 2; private volatile java.lang.Object notFoundPage_; /** + * + * *
      * If the requested object path is missing, and any
      * `mainPageSuffix` object is missing, if applicable, the service
@@ -12568,6 +13925,7 @@ public java.lang.String getMainPageSuffix() {
      * 
* * string not_found_page = 2; + * * @return The notFoundPage. */ @java.lang.Override @@ -12576,14 +13934,15 @@ public java.lang.String getNotFoundPage() { 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(); notFoundPage_ = s; return s; } } /** + * + * *
      * If the requested object path is missing, and any
      * `mainPageSuffix` object is missing, if applicable, the service
@@ -12593,16 +13952,15 @@ public java.lang.String getNotFoundPage() {
      * 
* * string not_found_page = 2; + * * @return The bytes for notFoundPage. */ @java.lang.Override - public com.google.protobuf.ByteString - getNotFoundPageBytes() { + public com.google.protobuf.ByteString getNotFoundPageBytes() { java.lang.Object ref = notFoundPage_; 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); notFoundPage_ = b; return b; } else { @@ -12611,6 +13969,7 @@ public java.lang.String getNotFoundPage() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -12622,8 +13981,7 @@ 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(mainPageSuffix_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, mainPageSuffix_); } @@ -12653,17 +14011,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.storage.v2.Bucket.Website)) { return super.equals(obj); } com.google.storage.v2.Bucket.Website other = (com.google.storage.v2.Bucket.Website) obj; - if (!getMainPageSuffix() - .equals(other.getMainPageSuffix())) return false; - if (!getNotFoundPage() - .equals(other.getNotFoundPage())) return false; + if (!getMainPageSuffix().equals(other.getMainPageSuffix())) return false; + if (!getNotFoundPage().equals(other.getNotFoundPage())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -12684,88 +14040,94 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Website parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Website parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website 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 @@ -12775,6 +14137,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Properties of a bucket related to accessing the contents as a static
      * website. For more on hosting a static website via Cloud Storage, see
@@ -12783,33 +14147,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.Website}
      */
-    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.storage.v2.Bucket.Website)
         com.google.storage.v2.Bucket.WebsiteOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Website_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.Website.class, com.google.storage.v2.Bucket.Website.Builder.class);
+                com.google.storage.v2.Bucket.Website.class,
+                com.google.storage.v2.Bucket.Website.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.Website.newBuilder()
-      private Builder() {
+      private Builder() {}
 
-      }
-
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
-
       }
+
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -12821,9 +14185,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Website_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_Website_descriptor;
       }
 
       @java.lang.Override
@@ -12842,7 +14206,8 @@ public com.google.storage.v2.Bucket.Website build() {
 
       @java.lang.Override
       public com.google.storage.v2.Bucket.Website buildPartial() {
-        com.google.storage.v2.Bucket.Website result = new com.google.storage.v2.Bucket.Website(this);
+        com.google.storage.v2.Bucket.Website result =
+            new com.google.storage.v2.Bucket.Website(this);
         result.mainPageSuffix_ = mainPageSuffix_;
         result.notFoundPage_ = notFoundPage_;
         onBuilt();
@@ -12853,38 +14218,41 @@ public com.google.storage.v2.Bucket.Website 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.storage.v2.Bucket.Website) {
-          return mergeFrom((com.google.storage.v2.Bucket.Website)other);
+          return mergeFrom((com.google.storage.v2.Bucket.Website) other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -12927,22 +14295,25 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10: {
-                mainPageSuffix_ = input.readStringRequireUtf8();
+              case 10:
+                {
+                  mainPageSuffix_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-              case 18: {
-                notFoundPage_ = input.readStringRequireUtf8();
+                  break;
+                } // case 10
+              case 18:
+                {
+                  notFoundPage_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 18
-              default: {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+                  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) {
@@ -12955,6 +14326,8 @@ public Builder mergeFrom(
 
       private java.lang.Object mainPageSuffix_ = "";
       /**
+       *
+       *
        * 
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -12963,13 +14336,13 @@ public Builder mergeFrom(
        * 
* * string main_page_suffix = 1; + * * @return The mainPageSuffix. */ public java.lang.String getMainPageSuffix() { java.lang.Object ref = mainPageSuffix_; 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(); mainPageSuffix_ = s; return s; @@ -12978,6 +14351,8 @@ public java.lang.String getMainPageSuffix() { } } /** + * + * *
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -12986,15 +14361,14 @@ public java.lang.String getMainPageSuffix() {
        * 
* * string main_page_suffix = 1; + * * @return The bytes for mainPageSuffix. */ - public com.google.protobuf.ByteString - getMainPageSuffixBytes() { + public com.google.protobuf.ByteString getMainPageSuffixBytes() { java.lang.Object ref = mainPageSuffix_; 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); mainPageSuffix_ = b; return b; } else { @@ -13002,6 +14376,8 @@ public java.lang.String getMainPageSuffix() { } } /** + * + * *
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13010,20 +14386,22 @@ public java.lang.String getMainPageSuffix() {
        * 
* * string main_page_suffix = 1; + * * @param value The mainPageSuffix to set. * @return This builder for chaining. */ - public Builder setMainPageSuffix( - java.lang.String value) { + public Builder setMainPageSuffix(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + mainPageSuffix_ = value; onChanged(); return this; } /** + * + * *
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13032,15 +14410,18 @@ public Builder setMainPageSuffix(
        * 
* * string main_page_suffix = 1; + * * @return This builder for chaining. */ public Builder clearMainPageSuffix() { - + mainPageSuffix_ = getDefaultInstance().getMainPageSuffix(); onChanged(); return this; } /** + * + * *
        * If the requested object path is missing, the service will ensure the path
        * has a trailing '/', append this suffix, and attempt to retrieve the
@@ -13049,16 +14430,16 @@ public Builder clearMainPageSuffix() {
        * 
* * string main_page_suffix = 1; + * * @param value The bytes for mainPageSuffix to set. * @return This builder for chaining. */ - public Builder setMainPageSuffixBytes( - com.google.protobuf.ByteString value) { + public Builder setMainPageSuffixBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + mainPageSuffix_ = value; onChanged(); return this; @@ -13066,6 +14447,8 @@ public Builder setMainPageSuffixBytes( private java.lang.Object notFoundPage_ = ""; /** + * + * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -13075,13 +14458,13 @@ public Builder setMainPageSuffixBytes(
        * 
* * string not_found_page = 2; + * * @return The notFoundPage. */ public java.lang.String getNotFoundPage() { java.lang.Object ref = notFoundPage_; 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(); notFoundPage_ = s; return s; @@ -13090,6 +14473,8 @@ public java.lang.String getNotFoundPage() { } } /** + * + * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -13099,15 +14484,14 @@ public java.lang.String getNotFoundPage() {
        * 
* * string not_found_page = 2; + * * @return The bytes for notFoundPage. */ - public com.google.protobuf.ByteString - getNotFoundPageBytes() { + public com.google.protobuf.ByteString getNotFoundPageBytes() { java.lang.Object ref = notFoundPage_; 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); notFoundPage_ = b; return b; } else { @@ -13115,6 +14499,8 @@ public java.lang.String getNotFoundPage() { } } /** + * + * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -13124,20 +14510,22 @@ public java.lang.String getNotFoundPage() {
        * 
* * string not_found_page = 2; + * * @param value The notFoundPage to set. * @return This builder for chaining. */ - public Builder setNotFoundPage( - java.lang.String value) { + public Builder setNotFoundPage(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + notFoundPage_ = value; onChanged(); return this; } /** + * + * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -13147,15 +14535,18 @@ public Builder setNotFoundPage(
        * 
* * string not_found_page = 2; + * * @return This builder for chaining. */ public Builder clearNotFoundPage() { - + notFoundPage_ = getDefaultInstance().getNotFoundPage(); onChanged(); return this; } /** + * + * *
        * If the requested object path is missing, and any
        * `mainPageSuffix` object is missing, if applicable, the service
@@ -13165,20 +14556,21 @@ public Builder clearNotFoundPage() {
        * 
* * string not_found_page = 2; + * * @param value The bytes for notFoundPage to set. * @return This builder for chaining. */ - public Builder setNotFoundPageBytes( - com.google.protobuf.ByteString value) { + public Builder setNotFoundPageBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + notFoundPage_ = value; onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -13191,12 +14583,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Website) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Website) private static final com.google.storage.v2.Bucket.Website DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Website(); } @@ -13205,27 +14597,28 @@ public static com.google.storage.v2.Bucket.Website getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Website 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 Website 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; @@ -13240,55 +14633,67 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Website getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface CustomPlacementConfigOrBuilder extends + public interface CustomPlacementConfigOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.CustomPlacementConfig) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; + * * @return A list containing the dataLocations. */ - java.util.List - getDataLocationsList(); + java.util.List getDataLocationsList(); /** + * + * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; + * * @return The count of dataLocations. */ int getDataLocationsCount(); /** + * + * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; + * * @param index The index of the element to return. * @return The dataLocations at the given index. */ java.lang.String getDataLocations(int index); /** + * + * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; + * * @param index The index of the value to return. * @return The bytes of the dataLocations at the given index. */ - com.google.protobuf.ByteString - getDataLocationsBytes(int index); + com.google.protobuf.ByteString getDataLocationsBytes(int index); } /** + * + * *
    * Configuration for Custom Dual Regions.  It should specify precisely two
    * eligible regions within the same Multiregion. More information on regions
@@ -13297,75 +14702,85 @@ public interface CustomPlacementConfigOrBuilder extends
    *
    * Protobuf type {@code google.storage.v2.Bucket.CustomPlacementConfig}
    */
-  public static final class CustomPlacementConfig extends
-      com.google.protobuf.GeneratedMessageV3 implements
+  public static final class CustomPlacementConfig extends com.google.protobuf.GeneratedMessageV3
+      implements
       // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.CustomPlacementConfig)
       CustomPlacementConfigOrBuilder {
-  private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
     // Use CustomPlacementConfig.newBuilder() to construct.
     private CustomPlacementConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
+
     private CustomPlacementConfig() {
       dataLocations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(
-        UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
       return new CustomPlacementConfig();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet
-    getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
       return this.unknownFields;
     }
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
+
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.Bucket.CustomPlacementConfig.class, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder.class);
+              com.google.storage.v2.Bucket.CustomPlacementConfig.class,
+              com.google.storage.v2.Bucket.CustomPlacementConfig.Builder.class);
     }
 
     public static final int DATA_LOCATIONS_FIELD_NUMBER = 1;
     private com.google.protobuf.LazyStringList dataLocations_;
     /**
+     *
+     *
      * 
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; + * * @return A list containing the dataLocations. */ - public com.google.protobuf.ProtocolStringList - getDataLocationsList() { + public com.google.protobuf.ProtocolStringList getDataLocationsList() { return dataLocations_; } /** + * + * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; + * * @return The count of dataLocations. */ public int getDataLocationsCount() { return dataLocations_.size(); } /** + * + * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; + * * @param index The index of the element to return. * @return The dataLocations at the given index. */ @@ -13373,20 +14788,23 @@ public java.lang.String getDataLocations(int index) { return dataLocations_.get(index); } /** + * + * *
      * List of locations to use for data placement.
      * 
* * repeated string data_locations = 1; + * * @param index The index of the value to return. * @return The bytes of the dataLocations at the given index. */ - public com.google.protobuf.ByteString - getDataLocationsBytes(int index) { + public com.google.protobuf.ByteString getDataLocationsBytes(int index) { return dataLocations_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -13398,8 +14816,7 @@ 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 < dataLocations_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, dataLocations_.getRaw(i)); } @@ -13428,15 +14845,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.storage.v2.Bucket.CustomPlacementConfig)) { return super.equals(obj); } - com.google.storage.v2.Bucket.CustomPlacementConfig other = (com.google.storage.v2.Bucket.CustomPlacementConfig) obj; + com.google.storage.v2.Bucket.CustomPlacementConfig other = + (com.google.storage.v2.Bucket.CustomPlacementConfig) obj; - if (!getDataLocationsList() - .equals(other.getDataLocationsList())) return false; + if (!getDataLocationsList().equals(other.getDataLocationsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -13458,87 +14875,93 @@ public int hashCode() { } public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.CustomPlacementConfig parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.CustomPlacementConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig 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 @@ -13548,6 +14971,8 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Configuration for Custom Dual Regions.  It should specify precisely two
      * eligible regions within the same Multiregion. More information on regions
@@ -13556,33 +14981,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.storage.v2.Bucket.CustomPlacementConfig}
      */
-    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.storage.v2.Bucket.CustomPlacementConfig)
         com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor
-          getDescriptor() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.storage.v2.Bucket.CustomPlacementConfig.class, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder.class);
+                com.google.storage.v2.Bucket.CustomPlacementConfig.class,
+                com.google.storage.v2.Bucket.CustomPlacementConfig.Builder.class);
       }
 
       // Construct using com.google.storage.v2.Bucket.CustomPlacementConfig.newBuilder()
-      private Builder() {
-
-      }
+      private Builder() {}
 
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
-
       }
+
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -13592,9 +15017,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+        return com.google.storage.v2.StorageProto
+            .internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor;
       }
 
       @java.lang.Override
@@ -13613,7 +15038,8 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig build() {
 
       @java.lang.Override
       public com.google.storage.v2.Bucket.CustomPlacementConfig buildPartial() {
-        com.google.storage.v2.Bucket.CustomPlacementConfig result = new com.google.storage.v2.Bucket.CustomPlacementConfig(this);
+        com.google.storage.v2.Bucket.CustomPlacementConfig result =
+            new com.google.storage.v2.Bucket.CustomPlacementConfig(this);
         int from_bitField0_ = bitField0_;
         if (((bitField0_ & 0x00000001) != 0)) {
           dataLocations_ = dataLocations_.getUnmodifiableView();
@@ -13628,38 +15054,41 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig 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.storage.v2.Bucket.CustomPlacementConfig) {
-          return mergeFrom((com.google.storage.v2.Bucket.CustomPlacementConfig)other);
+          return mergeFrom((com.google.storage.v2.Bucket.CustomPlacementConfig) other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -13667,7 +15096,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.storage.v2.Bucket.CustomPlacementConfig other) {
-        if (other == com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance()) return this;
+        if (other == com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance())
+          return this;
         if (!other.dataLocations_.isEmpty()) {
           if (dataLocations_.isEmpty()) {
             dataLocations_ = other.dataLocations_;
@@ -13704,18 +15134,20 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10: {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureDataLocationsIsMutable();
-                dataLocations_.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();
+                  ensureDataLocationsIsMutable();
+                  dataLocations_.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) {
@@ -13725,44 +15157,55 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
+
       private int bitField0_;
 
-      private com.google.protobuf.LazyStringList dataLocations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      private com.google.protobuf.LazyStringList dataLocations_ =
+          com.google.protobuf.LazyStringArrayList.EMPTY;
+
       private void ensureDataLocationsIsMutable() {
         if (!((bitField0_ & 0x00000001) != 0)) {
           dataLocations_ = new com.google.protobuf.LazyStringArrayList(dataLocations_);
           bitField0_ |= 0x00000001;
-         }
+        }
       }
       /**
+       *
+       *
        * 
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @return A list containing the dataLocations. */ - public com.google.protobuf.ProtocolStringList - getDataLocationsList() { + public com.google.protobuf.ProtocolStringList getDataLocationsList() { return dataLocations_.getUnmodifiableView(); } /** + * + * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @return The count of dataLocations. */ public int getDataLocationsCount() { return dataLocations_.size(); } /** + * + * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @param index The index of the element to return. * @return The dataLocations at the given index. */ @@ -13770,80 +15213,90 @@ public java.lang.String getDataLocations(int index) { return dataLocations_.get(index); } /** + * + * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @param index The index of the value to return. * @return The bytes of the dataLocations at the given index. */ - public com.google.protobuf.ByteString - getDataLocationsBytes(int index) { + public com.google.protobuf.ByteString getDataLocationsBytes(int index) { return dataLocations_.getByteString(index); } /** + * + * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @param index The index to set the value at. * @param value The dataLocations to set. * @return This builder for chaining. */ - public Builder setDataLocations( - int index, java.lang.String value) { + public Builder setDataLocations(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureDataLocationsIsMutable(); + throw new NullPointerException(); + } + ensureDataLocationsIsMutable(); dataLocations_.set(index, value); onChanged(); return this; } /** + * + * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @param value The dataLocations to add. * @return This builder for chaining. */ - public Builder addDataLocations( - java.lang.String value) { + public Builder addDataLocations(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureDataLocationsIsMutable(); + throw new NullPointerException(); + } + ensureDataLocationsIsMutable(); dataLocations_.add(value); onChanged(); return this; } /** + * + * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @param values The dataLocations to add. * @return This builder for chaining. */ - public Builder addAllDataLocations( - java.lang.Iterable values) { + public Builder addAllDataLocations(java.lang.Iterable values) { ensureDataLocationsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, dataLocations_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, dataLocations_); onChanged(); return this; } /** + * + * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @return This builder for chaining. */ public Builder clearDataLocations() { @@ -13853,25 +15306,28 @@ public Builder clearDataLocations() { return this; } /** + * + * *
        * List of locations to use for data placement.
        * 
* * repeated string data_locations = 1; + * * @param value The bytes of the dataLocations to add. * @return This builder for chaining. */ - public Builder addDataLocationsBytes( - com.google.protobuf.ByteString value) { + public Builder addDataLocationsBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureDataLocationsIsMutable(); dataLocations_.add(value); onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -13884,12 +15340,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.CustomPlacementConfig) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.CustomPlacementConfig) private static final com.google.storage.v2.Bucket.CustomPlacementConfig DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.CustomPlacementConfig(); } @@ -13898,27 +15354,28 @@ public static com.google.storage.v2.Bucket.CustomPlacementConfig getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CustomPlacementConfig 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 CustomPlacementConfig 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; @@ -13933,24 +15390,29 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.CustomPlacementConfig getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - public interface AutoclassOrBuilder extends + public interface AutoclassOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket.Autoclass) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * Enables Autoclass.
      * 
* * bool enabled = 1; + * * @return The enabled. */ boolean getEnabled(); /** + * + * *
      * Output only. Latest instant at which the `enabled` field was set to true
      * after being disabled/unconfigured or set to false after being enabled. If
@@ -13958,11 +15420,16 @@ public interface AutoclassOrBuilder extends
      * to the bucket creation time.
      * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the toggleTime field is set. */ boolean hasToggleTime(); /** + * + * *
      * Output only. Latest instant at which the `enabled` field was set to true
      * after being disabled/unconfigured or set to false after being enabled. If
@@ -13970,11 +15437,16 @@ public interface AutoclassOrBuilder extends
      * to the bucket creation time.
      * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The toggleTime. */ com.google.protobuf.Timestamp getToggleTime(); /** + * + * *
      * Output only. Latest instant at which the `enabled` field was set to true
      * after being disabled/unconfigured or set to false after being enabled. If
@@ -13982,62 +15454,70 @@ public interface AutoclassOrBuilder extends
      * to the bucket creation time.
      * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder(); } /** + * + * *
    * Configuration for a bucket's Autoclass feature.
    * 
* * Protobuf type {@code google.storage.v2.Bucket.Autoclass} */ - public static final class Autoclass extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class Autoclass extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Bucket.Autoclass) AutoclassOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Autoclass.newBuilder() to construct. private Autoclass(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Autoclass() { - } + + private Autoclass() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Autoclass(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Autoclass_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Autoclass.class, com.google.storage.v2.Bucket.Autoclass.Builder.class); + com.google.storage.v2.Bucket.Autoclass.class, + com.google.storage.v2.Bucket.Autoclass.Builder.class); } public static final int ENABLED_FIELD_NUMBER = 1; private boolean enabled_; /** + * + * *
      * Enables Autoclass.
      * 
* * bool enabled = 1; + * * @return The enabled. */ @java.lang.Override @@ -14048,6 +15528,8 @@ public boolean getEnabled() { public static final int TOGGLE_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp toggleTime_; /** + * + * *
      * Output only. Latest instant at which the `enabled` field was set to true
      * after being disabled/unconfigured or set to false after being enabled. If
@@ -14055,7 +15537,10 @@ public boolean getEnabled() {
      * to the bucket creation time.
      * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the toggleTime field is set. */ @java.lang.Override @@ -14063,6 +15548,8 @@ public boolean hasToggleTime() { return toggleTime_ != null; } /** + * + * *
      * Output only. Latest instant at which the `enabled` field was set to true
      * after being disabled/unconfigured or set to false after being enabled. If
@@ -14070,7 +15557,10 @@ public boolean hasToggleTime() {
      * to the bucket creation time.
      * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The toggleTime. */ @java.lang.Override @@ -14078,6 +15568,8 @@ public com.google.protobuf.Timestamp getToggleTime() { return toggleTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : toggleTime_; } /** + * + * *
      * Output only. Latest instant at which the `enabled` field was set to true
      * after being disabled/unconfigured or set to false after being enabled. If
@@ -14085,7 +15577,9 @@ public com.google.protobuf.Timestamp getToggleTime() {
      * to the bucket creation time.
      * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder() { @@ -14093,6 +15587,7 @@ public com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -14104,8 +15599,7 @@ 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 (enabled_ != false) { output.writeBool(1, enabled_); } @@ -14122,12 +15616,10 @@ public int getSerializedSize() { size = 0; if (enabled_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(1, enabled_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, enabled_); } if (toggleTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getToggleTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getToggleTime()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -14137,19 +15629,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.storage.v2.Bucket.Autoclass)) { return super.equals(obj); } com.google.storage.v2.Bucket.Autoclass other = (com.google.storage.v2.Bucket.Autoclass) obj; - if (getEnabled() - != other.getEnabled()) return false; + if (getEnabled() != other.getEnabled()) return false; if (hasToggleTime() != other.hasToggleTime()) return false; if (hasToggleTime()) { - if (!getToggleTime() - .equals(other.getToggleTime())) return false; + if (!getToggleTime().equals(other.getToggleTime())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -14163,8 +15653,7 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ENABLED_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getEnabled()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnabled()); if (hasToggleTime()) { hash = (37 * hash) + TOGGLE_TIME_FIELD_NUMBER; hash = (53 * hash) + getToggleTime().hashCode(); @@ -14174,88 +15663,94 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Bucket.Autoclass parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Bucket.Autoclass parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.Bucket.Autoclass parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass 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 @@ -14265,39 +15760,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Configuration for a bucket's Autoclass feature.
      * 
* * Protobuf type {@code google.storage.v2.Bucket.Autoclass} */ - 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.storage.v2.Bucket.Autoclass) com.google.storage.v2.Bucket.AutoclassOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Autoclass_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Bucket.Autoclass.class, com.google.storage.v2.Bucket.Autoclass.Builder.class); + com.google.storage.v2.Bucket.Autoclass.class, + com.google.storage.v2.Bucket.Autoclass.Builder.class); } // Construct using com.google.storage.v2.Bucket.Autoclass.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -14313,9 +15810,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_Autoclass_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_Autoclass_descriptor; } @java.lang.Override @@ -14334,7 +15831,8 @@ public com.google.storage.v2.Bucket.Autoclass build() { @java.lang.Override public com.google.storage.v2.Bucket.Autoclass buildPartial() { - com.google.storage.v2.Bucket.Autoclass result = new com.google.storage.v2.Bucket.Autoclass(this); + com.google.storage.v2.Bucket.Autoclass result = + new com.google.storage.v2.Bucket.Autoclass(this); result.enabled_ = enabled_; if (toggleTimeBuilder_ == null) { result.toggleTime_ = toggleTime_; @@ -14349,38 +15847,41 @@ public com.google.storage.v2.Bucket.Autoclass 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.storage.v2.Bucket.Autoclass) { - return mergeFrom((com.google.storage.v2.Bucket.Autoclass)other); + return mergeFrom((com.google.storage.v2.Bucket.Autoclass) other); } else { super.mergeFrom(other); return this; @@ -14421,24 +15922,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - enabled_ = input.readBool(); + case 8: + { + enabled_ = input.readBool(); - break; - } // case 8 - case 18: { - input.readMessage( - getToggleTimeFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 8 + case 18: + { + input.readMessage(getToggleTimeFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -14449,13 +15951,16 @@ public Builder mergeFrom( return this; } - private boolean enabled_ ; + private boolean enabled_; /** + * + * *
        * Enables Autoclass.
        * 
* * bool enabled = 1; + * * @return The enabled. */ @java.lang.Override @@ -14463,30 +15968,36 @@ public boolean getEnabled() { return enabled_; } /** + * + * *
        * Enables Autoclass.
        * 
* * bool enabled = 1; + * * @param value The enabled to set. * @return This builder for chaining. */ public Builder setEnabled(boolean value) { - + enabled_ = value; onChanged(); return this; } /** + * + * *
        * Enables Autoclass.
        * 
* * bool enabled = 1; + * * @return This builder for chaining. */ public Builder clearEnabled() { - + enabled_ = false; onChanged(); return this; @@ -14494,8 +16005,13 @@ public Builder clearEnabled() { private com.google.protobuf.Timestamp toggleTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> toggleTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + toggleTimeBuilder_; /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14503,13 +16019,18 @@ public Builder clearEnabled() {
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the toggleTime field is set. */ public boolean hasToggleTime() { return toggleTimeBuilder_ != null || toggleTime_ != null; } /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14517,17 +16038,24 @@ public boolean hasToggleTime() {
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The toggleTime. */ public com.google.protobuf.Timestamp getToggleTime() { if (toggleTimeBuilder_ == null) { - return toggleTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : toggleTime_; + return toggleTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : toggleTime_; } else { return toggleTimeBuilder_.getMessage(); } } /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14535,7 +16063,9 @@ public com.google.protobuf.Timestamp getToggleTime() {
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setToggleTime(com.google.protobuf.Timestamp value) { if (toggleTimeBuilder_ == null) { @@ -14551,6 +16081,8 @@ public Builder setToggleTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14558,10 +16090,11 @@ public Builder setToggleTime(com.google.protobuf.Timestamp value) {
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setToggleTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setToggleTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (toggleTimeBuilder_ == null) { toggleTime_ = builderForValue.build(); onChanged(); @@ -14572,6 +16105,8 @@ public Builder setToggleTime( return this; } /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14579,13 +16114,17 @@ public Builder setToggleTime(
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeToggleTime(com.google.protobuf.Timestamp value) { if (toggleTimeBuilder_ == null) { if (toggleTime_ != null) { toggleTime_ = - com.google.protobuf.Timestamp.newBuilder(toggleTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(toggleTime_) + .mergeFrom(value) + .buildPartial(); } else { toggleTime_ = value; } @@ -14597,6 +16136,8 @@ public Builder mergeToggleTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14604,7 +16145,9 @@ public Builder mergeToggleTime(com.google.protobuf.Timestamp value) {
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearToggleTime() { if (toggleTimeBuilder_ == null) { @@ -14618,6 +16161,8 @@ public Builder clearToggleTime() { return this; } /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14625,14 +16170,18 @@ public Builder clearToggleTime() {
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getToggleTimeBuilder() { - + onChanged(); return getToggleTimeFieldBuilder().getBuilder(); } /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14640,17 +16189,22 @@ public com.google.protobuf.Timestamp.Builder getToggleTimeBuilder() {
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder() { if (toggleTimeBuilder_ != null) { return toggleTimeBuilder_.getMessageOrBuilder(); } else { - return toggleTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : toggleTime_; + return toggleTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : toggleTime_; } } /** + * + * *
        * Output only. Latest instant at which the `enabled` field was set to true
        * after being disabled/unconfigured or set to false after being enabled. If
@@ -14658,21 +16212,27 @@ public com.google.protobuf.TimestampOrBuilder getToggleTimeOrBuilder() {
        * to the bucket creation time.
        * 
* - * .google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp toggle_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> getToggleTimeFieldBuilder() { if (toggleTimeBuilder_ == null) { - toggleTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getToggleTime(), - getParentForChildren(), - isClean()); + toggleTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getToggleTime(), getParentForChildren(), isClean()); toggleTime_ = null; } return toggleTimeBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -14685,12 +16245,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket.Autoclass) } // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket.Autoclass) private static final com.google.storage.v2.Bucket.Autoclass DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Bucket.Autoclass(); } @@ -14699,27 +16259,28 @@ public static com.google.storage.v2.Bucket.Autoclass getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Autoclass 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 Autoclass 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; @@ -14734,17 +16295,19 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Bucket.Autoclass getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Immutable. The name of the bucket.
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ @java.lang.Override @@ -14753,29 +16316,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; } } /** + * + * *
    * Immutable. The name of the bucket.
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @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 { @@ -14786,6 +16349,8 @@ public java.lang.String getName() { public static final int BUCKET_ID_FIELD_NUMBER = 2; private volatile java.lang.Object bucketId_; /** + * + * *
    * Output only. The user-chosen part of the bucket name. The `{bucket}`
    * portion of the `name` field. For globally unique buckets, this is equal to
@@ -14793,6 +16358,7 @@ public java.lang.String getName() {
    * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bucketId. */ @java.lang.Override @@ -14801,14 +16367,15 @@ public java.lang.String getBucketId() { 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(); bucketId_ = s; return s; } } /** + * + * *
    * Output only. The user-chosen part of the bucket name. The `{bucket}`
    * portion of the `name` field. For globally unique buckets, this is equal to
@@ -14816,16 +16383,15 @@ public java.lang.String getBucketId() {
    * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for bucketId. */ @java.lang.Override - public com.google.protobuf.ByteString - getBucketIdBytes() { + public com.google.protobuf.ByteString getBucketIdBytes() { java.lang.Object ref = bucketId_; 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); bucketId_ = b; return b; } else { @@ -14836,6 +16402,8 @@ public java.lang.String getBucketId() { public static final int ETAG_FIELD_NUMBER = 29; private volatile java.lang.Object etag_; /** + * + * *
    * The etag of the bucket.
    * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -14843,6 +16411,7 @@ public java.lang.String getBucketId() {
    * 
* * string etag = 29; + * * @return The etag. */ @java.lang.Override @@ -14851,14 +16420,15 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** + * + * *
    * The etag of the bucket.
    * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -14866,16 +16436,15 @@ public java.lang.String getEtag() {
    * 
* * string etag = 29; + * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -14886,13 +16455,18 @@ public java.lang.String getEtag() { public static final int PROJECT_FIELD_NUMBER = 3; private volatile java.lang.Object project_; /** + * + * *
    * Immutable. The project which owns this bucket, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ @java.lang.Override @@ -14901,31 +16475,33 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** + * + * *
    * Immutable. The project which owns this bucket, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -14936,6 +16512,8 @@ public java.lang.String getProject() { public static final int METAGENERATION_FIELD_NUMBER = 4; private long metageneration_; /** + * + * *
    * Output only. The metadata generation of this bucket.
    * Attempting to set or update this field will result in a
@@ -14943,6 +16521,7 @@ public java.lang.String getProject() {
    * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The metageneration. */ @java.lang.Override @@ -14953,6 +16532,8 @@ public long getMetageneration() { public static final int LOCATION_FIELD_NUMBER = 5; private volatile java.lang.Object location_; /** + * + * *
    * Immutable. The location of the bucket. Object data for objects in the
    * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -14963,6 +16544,7 @@ public long getMetageneration() {
    * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The location. */ @java.lang.Override @@ -14971,14 +16553,15 @@ public java.lang.String getLocation() { 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(); location_ = s; return s; } } /** + * + * *
    * Immutable. The location of the bucket. Object data for objects in the
    * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -14989,16 +16572,15 @@ public java.lang.String getLocation() {
    * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for location. */ @java.lang.Override - public com.google.protobuf.ByteString - getLocationBytes() { + public com.google.protobuf.ByteString getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -15009,12 +16591,15 @@ public java.lang.String getLocation() { public static final int LOCATION_TYPE_FIELD_NUMBER = 6; private volatile java.lang.Object locationType_; /** + * + * *
    * Output only. The location type of the bucket (region, dual-region,
    * multi-region, etc).
    * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The locationType. */ @java.lang.Override @@ -15023,30 +16608,30 @@ public java.lang.String getLocationType() { 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(); locationType_ = s; return s; } } /** + * + * *
    * Output only. The location type of the bucket (region, dual-region,
    * multi-region, etc).
    * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for locationType. */ @java.lang.Override - public com.google.protobuf.ByteString - getLocationTypeBytes() { + public com.google.protobuf.ByteString getLocationTypeBytes() { java.lang.Object ref = locationType_; 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); locationType_ = b; return b; } else { @@ -15057,6 +16642,8 @@ public java.lang.String getLocationType() { public static final int STORAGE_CLASS_FIELD_NUMBER = 7; private volatile java.lang.Object storageClass_; /** + * + * *
    * The bucket's default storage class, used whenever no storageClass is
    * specified for a newly-created object. This defines how objects in the
@@ -15067,6 +16654,7 @@ public java.lang.String getLocationType() {
    * 
* * string storage_class = 7; + * * @return The storageClass. */ @java.lang.Override @@ -15075,14 +16663,15 @@ public java.lang.String getStorageClass() { 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(); storageClass_ = s; return s; } } /** + * + * *
    * The bucket's default storage class, used whenever no storageClass is
    * specified for a newly-created object. This defines how objects in the
@@ -15093,16 +16682,15 @@ public java.lang.String getStorageClass() {
    * 
* * string storage_class = 7; + * * @return The bytes for storageClass. */ @java.lang.Override - public com.google.protobuf.ByteString - getStorageClassBytes() { + public com.google.protobuf.ByteString getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -15113,6 +16701,8 @@ public java.lang.String getStorageClass() { public static final int RPO_FIELD_NUMBER = 27; private volatile java.lang.Object rpo_; /** + * + * *
    * The recovery point objective for cross-region replication of the bucket.
    * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -15123,6 +16713,7 @@ public java.lang.String getStorageClass() {
    * 
* * string rpo = 27; + * * @return The rpo. */ @java.lang.Override @@ -15131,14 +16722,15 @@ public java.lang.String getRpo() { 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(); rpo_ = s; return s; } } /** + * + * *
    * The recovery point objective for cross-region replication of the bucket.
    * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -15149,16 +16741,15 @@ public java.lang.String getRpo() {
    * 
* * string rpo = 27; + * * @return The bytes for rpo. */ @java.lang.Override - public com.google.protobuf.ByteString - getRpoBytes() { + public com.google.protobuf.ByteString getRpoBytes() { java.lang.Object ref = rpo_; 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); rpo_ = b; return b; } else { @@ -15169,6 +16760,8 @@ public java.lang.String getRpo() { public static final int ACL_FIELD_NUMBER = 8; private java.util.List acl_; /** + * + * *
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15182,6 +16775,8 @@ public java.util.List getAclList() {
     return acl_;
   }
   /**
+   *
+   *
    * 
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15191,11 +16786,13 @@ public java.util.List getAclList() {
    * repeated .google.storage.v2.BucketAccessControl acl = 8;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getAclOrBuilderList() {
     return acl_;
   }
   /**
+   *
+   *
    * 
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15209,6 +16806,8 @@ public int getAclCount() {
     return acl_.size();
   }
   /**
+   *
+   *
    * 
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15222,6 +16821,8 @@ public com.google.storage.v2.BucketAccessControl getAcl(int index) {
     return acl_.get(index);
   }
   /**
+   *
+   *
    * 
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15231,14 +16832,15 @@ public com.google.storage.v2.BucketAccessControl getAcl(int index) {
    * repeated .google.storage.v2.BucketAccessControl acl = 8;
    */
   @java.lang.Override
-  public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
-      int index) {
+  public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(int index) {
     return acl_.get(index);
   }
 
   public static final int DEFAULT_OBJECT_ACL_FIELD_NUMBER = 9;
   private java.util.List defaultObjectAcl_;
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15252,6 +16854,8 @@ public java.util.List getDefaultObjec
     return defaultObjectAcl_;
   }
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15261,11 +16865,13 @@ public java.util.List getDefaultObjec
    * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getDefaultObjectAclOrBuilderList() {
     return defaultObjectAcl_;
   }
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15279,6 +16885,8 @@ public int getDefaultObjectAclCount() {
     return defaultObjectAcl_.size();
   }
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15292,6 +16900,8 @@ public com.google.storage.v2.ObjectAccessControl getDefaultObjectAcl(int index)
     return defaultObjectAcl_.get(index);
   }
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -15309,6 +16919,8 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrB
   public static final int LIFECYCLE_FIELD_NUMBER = 10;
   private com.google.storage.v2.Bucket.Lifecycle lifecycle_;
   /**
+   *
+   *
    * 
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -15316,6 +16928,7 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrB
    * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; + * * @return Whether the lifecycle field is set. */ @java.lang.Override @@ -15323,6 +16936,8 @@ public boolean hasLifecycle() { return lifecycle_ != null; } /** + * + * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -15330,13 +16945,18 @@ public boolean hasLifecycle() {
    * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; + * * @return The lifecycle. */ @java.lang.Override public com.google.storage.v2.Bucket.Lifecycle getLifecycle() { - return lifecycle_ == null ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() : lifecycle_; + return lifecycle_ == null + ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() + : lifecycle_; } /** + * + * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -15353,13 +16973,17 @@ public com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder() {
   public static final int CREATE_TIME_FIELD_NUMBER = 11;
   private com.google.protobuf.Timestamp createTime_;
   /**
+   *
+   *
    * 
    * Output only. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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 @@ -15367,13 +16991,17 @@ public boolean hasCreateTime() { return createTime_ != null; } /** + * + * *
    * Output only. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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 @@ -15381,13 +17009,16 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** + * + * *
    * Output only. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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() { @@ -15397,6 +17028,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int CORS_FIELD_NUMBER = 12; private java.util.List cors_; /** + * + * *
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -15409,6 +17042,8 @@ public java.util.List getCorsList() {
     return cors_;
   }
   /**
+   *
+   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -15417,11 +17052,13 @@ public java.util.List getCorsList() {
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getCorsOrBuilderList() {
     return cors_;
   }
   /**
+   *
+   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -15434,6 +17071,8 @@ public int getCorsCount() {
     return cors_.size();
   }
   /**
+   *
+   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -15446,6 +17085,8 @@ public com.google.storage.v2.Bucket.Cors getCors(int index) {
     return cors_.get(index);
   }
   /**
+   *
+   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -15454,21 +17095,24 @@ public com.google.storage.v2.Bucket.Cors getCors(int index) {
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
   @java.lang.Override
-  public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
-      int index) {
+  public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index) {
     return cors_.get(index);
   }
 
   public static final int UPDATE_TIME_FIELD_NUMBER = 13;
   private com.google.protobuf.Timestamp updateTime_;
   /**
+   *
+   *
    * 
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -15476,13 +17120,17 @@ public boolean hasUpdateTime() { return updateTime_ != null; } /** + * + * *
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ @java.lang.Override @@ -15490,13 +17138,16 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** + * + * *
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -15506,6 +17157,8 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int DEFAULT_EVENT_BASED_HOLD_FIELD_NUMBER = 14; private boolean defaultEventBasedHold_; /** + * + * *
    * The default value for event-based hold on newly created objects in this
    * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -15523,6 +17176,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
    * 
* * bool default_event_based_hold = 14; + * * @return The defaultEventBasedHold. */ @java.lang.Override @@ -15531,24 +17185,23 @@ public boolean getDefaultEventBasedHold() { } public static final int LABELS_FIELD_NUMBER = 15; + private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry< - java.lang.String, java.lang.String> defaultEntry = - com.google.protobuf.MapEntry - .newDefaultInstance( - com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry defaultEntry = + com.google.protobuf.MapEntry.newDefaultInstance( + com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - private com.google.protobuf.MapField< - java.lang.String, java.lang.String> labels_; - private com.google.protobuf.MapField - internalGetLabels() { + + private com.google.protobuf.MapField 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_; } @@ -15557,28 +17210,30 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
* * map<string, string> labels = 15; */ - @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(); } /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
@@ -15586,11 +17241,12 @@ public java.util.Map getLabels() { * map<string, string> labels = 15; */ @java.lang.Override - public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
@@ -15598,16 +17254,16 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 15; */ @java.lang.Override - - public java.lang.String getLabelsOrDefault( - java.lang.String key, - java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + public java.lang.String getLabelsOrDefault(java.lang.String key, 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; } /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
@@ -15615,12 +17271,11 @@ public java.lang.String getLabelsOrDefault( * map<string, string> labels = 15; */ @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(); } @@ -15630,6 +17285,8 @@ public java.lang.String getLabelsOrThrow( public static final int WEBSITE_FIELD_NUMBER = 16; private com.google.storage.v2.Bucket.Website website_; /** + * + * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -15638,6 +17295,7 @@ public java.lang.String getLabelsOrThrow(
    * 
* * .google.storage.v2.Bucket.Website website = 16; + * * @return Whether the website field is set. */ @java.lang.Override @@ -15645,6 +17303,8 @@ public boolean hasWebsite() { return website_ != null; } /** + * + * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -15653,6 +17313,7 @@ public boolean hasWebsite() {
    * 
* * .google.storage.v2.Bucket.Website website = 16; + * * @return The website. */ @java.lang.Override @@ -15660,6 +17321,8 @@ public com.google.storage.v2.Bucket.Website getWebsite() { return website_ == null ? com.google.storage.v2.Bucket.Website.getDefaultInstance() : website_; } /** + * + * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -15677,11 +17340,14 @@ public com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder() {
   public static final int VERSIONING_FIELD_NUMBER = 17;
   private com.google.storage.v2.Bucket.Versioning versioning_;
   /**
+   *
+   *
    * 
    * The bucket's versioning config.
    * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; + * * @return Whether the versioning field is set. */ @java.lang.Override @@ -15689,18 +17355,25 @@ public boolean hasVersioning() { return versioning_ != null; } /** + * + * *
    * The bucket's versioning config.
    * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; + * * @return The versioning. */ @java.lang.Override public com.google.storage.v2.Bucket.Versioning getVersioning() { - return versioning_ == null ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() : versioning_; + return versioning_ == null + ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() + : versioning_; } /** + * + * *
    * The bucket's versioning config.
    * 
@@ -15715,12 +17388,15 @@ public com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder() public static final int LOGGING_FIELD_NUMBER = 18; private com.google.storage.v2.Bucket.Logging logging_; /** + * + * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
    * 
* * .google.storage.v2.Bucket.Logging logging = 18; + * * @return Whether the logging field is set. */ @java.lang.Override @@ -15728,12 +17404,15 @@ public boolean hasLogging() { return logging_ != null; } /** + * + * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
    * 
* * .google.storage.v2.Bucket.Logging logging = 18; + * * @return The logging. */ @java.lang.Override @@ -15741,6 +17420,8 @@ public com.google.storage.v2.Bucket.Logging getLogging() { return logging_ == null ? com.google.storage.v2.Bucket.Logging.getDefaultInstance() : logging_; } /** + * + * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
@@ -15756,12 +17437,15 @@ public com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder() {
   public static final int OWNER_FIELD_NUMBER = 19;
   private com.google.storage.v2.Owner owner_;
   /**
+   *
+   *
    * 
    * Output only. The owner of the bucket. This is always the project team's
    * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return Whether the owner field is set. */ @java.lang.Override @@ -15769,12 +17453,15 @@ public boolean hasOwner() { return owner_ != null; } /** + * + * *
    * Output only. The owner of the bucket. This is always the project team's
    * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The owner. */ @java.lang.Override @@ -15782,6 +17469,8 @@ public com.google.storage.v2.Owner getOwner() { return owner_ == null ? com.google.storage.v2.Owner.getDefaultInstance() : owner_; } /** + * + * *
    * Output only. The owner of the bucket. This is always the project team's
    * owner group.
@@ -15797,11 +17486,14 @@ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() {
   public static final int ENCRYPTION_FIELD_NUMBER = 20;
   private com.google.storage.v2.Bucket.Encryption encryption_;
   /**
+   *
+   *
    * 
    * Encryption config for a bucket.
    * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; + * * @return Whether the encryption field is set. */ @java.lang.Override @@ -15809,18 +17501,25 @@ public boolean hasEncryption() { return encryption_ != null; } /** + * + * *
    * Encryption config for a bucket.
    * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; + * * @return The encryption. */ @java.lang.Override public com.google.storage.v2.Bucket.Encryption getEncryption() { - return encryption_ == null ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() : encryption_; + return encryption_ == null + ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() + : encryption_; } /** + * + * *
    * Encryption config for a bucket.
    * 
@@ -15835,11 +17534,14 @@ public com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder() public static final int BILLING_FIELD_NUMBER = 21; private com.google.storage.v2.Bucket.Billing billing_; /** + * + * *
    * The bucket's billing config.
    * 
* * .google.storage.v2.Bucket.Billing billing = 21; + * * @return Whether the billing field is set. */ @java.lang.Override @@ -15847,11 +17549,14 @@ public boolean hasBilling() { return billing_ != null; } /** + * + * *
    * The bucket's billing config.
    * 
* * .google.storage.v2.Bucket.Billing billing = 21; + * * @return The billing. */ @java.lang.Override @@ -15859,6 +17564,8 @@ public com.google.storage.v2.Bucket.Billing getBilling() { return billing_ == null ? com.google.storage.v2.Bucket.Billing.getDefaultInstance() : billing_; } /** + * + * *
    * The bucket's billing config.
    * 
@@ -15873,6 +17580,8 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() { public static final int RETENTION_POLICY_FIELD_NUMBER = 22; private com.google.storage.v2.Bucket.RetentionPolicy retentionPolicy_; /** + * + * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -15886,6 +17595,7 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() {
    * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; + * * @return Whether the retentionPolicy field is set. */ @java.lang.Override @@ -15893,6 +17603,8 @@ public boolean hasRetentionPolicy() { return retentionPolicy_ != null; } /** + * + * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -15906,13 +17618,18 @@ public boolean hasRetentionPolicy() {
    * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; + * * @return The retentionPolicy. */ @java.lang.Override public com.google.storage.v2.Bucket.RetentionPolicy getRetentionPolicy() { - return retentionPolicy_ == null ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() : retentionPolicy_; + return retentionPolicy_ == null + ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() + : retentionPolicy_; } /** + * + * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -15935,11 +17652,14 @@ public com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyO
   public static final int IAM_CONFIG_FIELD_NUMBER = 23;
   private com.google.storage.v2.Bucket.IamConfig iamConfig_;
   /**
+   *
+   *
    * 
    * The bucket's IAM config.
    * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; + * * @return Whether the iamConfig field is set. */ @java.lang.Override @@ -15947,18 +17667,25 @@ public boolean hasIamConfig() { return iamConfig_ != null; } /** + * + * *
    * The bucket's IAM config.
    * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; + * * @return The iamConfig. */ @java.lang.Override public com.google.storage.v2.Bucket.IamConfig getIamConfig() { - return iamConfig_ == null ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() : iamConfig_; + return iamConfig_ == null + ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() + : iamConfig_; } /** + * + * *
    * The bucket's IAM config.
    * 
@@ -15973,11 +17700,14 @@ public com.google.storage.v2.Bucket.IamConfigOrBuilder getIamConfigOrBuilder() { public static final int SATISFIES_PZS_FIELD_NUMBER = 25; private boolean satisfiesPzs_; /** + * + * *
    * Reserved for future use.
    * 
* * bool satisfies_pzs = 25; + * * @return The satisfiesPzs. */ @java.lang.Override @@ -15988,12 +17718,15 @@ public boolean getSatisfiesPzs() { public static final int CUSTOM_PLACEMENT_CONFIG_FIELD_NUMBER = 26; private com.google.storage.v2.Bucket.CustomPlacementConfig customPlacementConfig_; /** + * + * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
    * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; + * * @return Whether the customPlacementConfig field is set. */ @java.lang.Override @@ -16001,19 +17734,26 @@ public boolean hasCustomPlacementConfig() { return customPlacementConfig_ != null; } /** + * + * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
    * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; + * * @return The customPlacementConfig. */ @java.lang.Override public com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConfig() { - return customPlacementConfig_ == null ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() : customPlacementConfig_; + return customPlacementConfig_ == null + ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() + : customPlacementConfig_; } /** + * + * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -16022,19 +17762,23 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConf
    * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
    */
   @java.lang.Override
-  public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder getCustomPlacementConfigOrBuilder() {
+  public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder
+      getCustomPlacementConfigOrBuilder() {
     return getCustomPlacementConfig();
   }
 
   public static final int AUTOCLASS_FIELD_NUMBER = 28;
   private com.google.storage.v2.Bucket.Autoclass autoclass_;
   /**
+   *
+   *
    * 
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
    * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; + * * @return Whether the autoclass field is set. */ @java.lang.Override @@ -16042,19 +17786,26 @@ public boolean hasAutoclass() { return autoclass_ != null; } /** + * + * *
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
    * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; + * * @return The autoclass. */ @java.lang.Override public com.google.storage.v2.Bucket.Autoclass getAutoclass() { - return autoclass_ == null ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() : autoclass_; + return autoclass_ == null + ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() + : autoclass_; } /** + * + * *
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
@@ -16068,6 +17819,7 @@ public com.google.storage.v2.Bucket.AutoclassOrBuilder getAutoclassOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -16079,8 +17831,7 @@ 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_);
     }
@@ -16123,12 +17874,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
     if (defaultEventBasedHold_ != false) {
       output.writeBool(14, defaultEventBasedHold_);
     }
-    com.google.protobuf.GeneratedMessageV3
-      .serializeStringMapTo(
-        output,
-        internalGetLabels(),
-        LabelsDefaultEntryHolder.defaultEntry,
-        15);
+    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
+        output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 15);
     if (website_ != null) {
       output.writeMessage(16, getWebsite());
     }
@@ -16187,8 +17934,7 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, project_);
     }
     if (metageneration_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(4, metageneration_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, metageneration_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, location_);
@@ -16200,89 +17946,72 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, storageClass_);
     }
     for (int i = 0; i < acl_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(8, acl_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, acl_.get(i));
     }
     for (int i = 0; i < defaultObjectAcl_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(9, defaultObjectAcl_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, defaultObjectAcl_.get(i));
     }
     if (lifecycle_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(10, getLifecycle());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getLifecycle());
     }
     if (createTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(11, getCreateTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(11, getCreateTime());
     }
     for (int i = 0; i < cors_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(12, cors_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, cors_.get(i));
     }
     if (updateTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(13, getUpdateTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(13, getUpdateTime());
     }
     if (defaultEventBasedHold_ != false) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBoolSize(14, defaultEventBasedHold_);
-    }
-    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(15, labels__);
+      size += com.google.protobuf.CodedOutputStream.computeBoolSize(14, defaultEventBasedHold_);
+    }
+    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(15, labels__);
     }
     if (website_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(16, getWebsite());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(16, getWebsite());
     }
     if (versioning_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(17, getVersioning());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(17, getVersioning());
     }
     if (logging_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(18, getLogging());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(18, getLogging());
     }
     if (owner_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(19, getOwner());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(19, getOwner());
     }
     if (encryption_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(20, getEncryption());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(20, getEncryption());
     }
     if (billing_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(21, getBilling());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(21, getBilling());
     }
     if (retentionPolicy_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(22, getRetentionPolicy());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(22, getRetentionPolicy());
     }
     if (iamConfig_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(23, getIamConfig());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(23, getIamConfig());
     }
     if (satisfiesPzs_ != false) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBoolSize(25, satisfiesPzs_);
+      size += com.google.protobuf.CodedOutputStream.computeBoolSize(25, satisfiesPzs_);
     }
     if (customPlacementConfig_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(26, getCustomPlacementConfig());
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(26, getCustomPlacementConfig());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rpo_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, rpo_);
     }
     if (autoclass_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(28, getAutoclass());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(28, getAutoclass());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, etag_);
@@ -16295,107 +18024,79 @@ 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.storage.v2.Bucket)) {
       return super.equals(obj);
     }
     com.google.storage.v2.Bucket other = (com.google.storage.v2.Bucket) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
-    if (!getBucketId()
-        .equals(other.getBucketId())) return false;
-    if (!getEtag()
-        .equals(other.getEtag())) return false;
-    if (!getProject()
-        .equals(other.getProject())) return false;
-    if (getMetageneration()
-        != other.getMetageneration()) return false;
-    if (!getLocation()
-        .equals(other.getLocation())) return false;
-    if (!getLocationType()
-        .equals(other.getLocationType())) return false;
-    if (!getStorageClass()
-        .equals(other.getStorageClass())) return false;
-    if (!getRpo()
-        .equals(other.getRpo())) return false;
-    if (!getAclList()
-        .equals(other.getAclList())) return false;
-    if (!getDefaultObjectAclList()
-        .equals(other.getDefaultObjectAclList())) return false;
+    if (!getName().equals(other.getName())) return false;
+    if (!getBucketId().equals(other.getBucketId())) return false;
+    if (!getEtag().equals(other.getEtag())) return false;
+    if (!getProject().equals(other.getProject())) return false;
+    if (getMetageneration() != other.getMetageneration()) return false;
+    if (!getLocation().equals(other.getLocation())) return false;
+    if (!getLocationType().equals(other.getLocationType())) return false;
+    if (!getStorageClass().equals(other.getStorageClass())) return false;
+    if (!getRpo().equals(other.getRpo())) return false;
+    if (!getAclList().equals(other.getAclList())) return false;
+    if (!getDefaultObjectAclList().equals(other.getDefaultObjectAclList())) return false;
     if (hasLifecycle() != other.hasLifecycle()) return false;
     if (hasLifecycle()) {
-      if (!getLifecycle()
-          .equals(other.getLifecycle())) return false;
+      if (!getLifecycle().equals(other.getLifecycle())) 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 (!getCorsList()
-        .equals(other.getCorsList())) return false;
+    if (!getCorsList().equals(other.getCorsList())) 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 (getDefaultEventBasedHold()
-        != other.getDefaultEventBasedHold()) return false;
-    if (!internalGetLabels().equals(
-        other.internalGetLabels())) return false;
+    if (getDefaultEventBasedHold() != other.getDefaultEventBasedHold()) return false;
+    if (!internalGetLabels().equals(other.internalGetLabels())) return false;
     if (hasWebsite() != other.hasWebsite()) return false;
     if (hasWebsite()) {
-      if (!getWebsite()
-          .equals(other.getWebsite())) return false;
+      if (!getWebsite().equals(other.getWebsite())) return false;
     }
     if (hasVersioning() != other.hasVersioning()) return false;
     if (hasVersioning()) {
-      if (!getVersioning()
-          .equals(other.getVersioning())) return false;
+      if (!getVersioning().equals(other.getVersioning())) return false;
     }
     if (hasLogging() != other.hasLogging()) return false;
     if (hasLogging()) {
-      if (!getLogging()
-          .equals(other.getLogging())) return false;
+      if (!getLogging().equals(other.getLogging())) return false;
     }
     if (hasOwner() != other.hasOwner()) return false;
     if (hasOwner()) {
-      if (!getOwner()
-          .equals(other.getOwner())) return false;
+      if (!getOwner().equals(other.getOwner())) return false;
     }
     if (hasEncryption() != other.hasEncryption()) return false;
     if (hasEncryption()) {
-      if (!getEncryption()
-          .equals(other.getEncryption())) return false;
+      if (!getEncryption().equals(other.getEncryption())) return false;
     }
     if (hasBilling() != other.hasBilling()) return false;
     if (hasBilling()) {
-      if (!getBilling()
-          .equals(other.getBilling())) return false;
+      if (!getBilling().equals(other.getBilling())) return false;
     }
     if (hasRetentionPolicy() != other.hasRetentionPolicy()) return false;
     if (hasRetentionPolicy()) {
-      if (!getRetentionPolicy()
-          .equals(other.getRetentionPolicy())) return false;
+      if (!getRetentionPolicy().equals(other.getRetentionPolicy())) return false;
     }
     if (hasIamConfig() != other.hasIamConfig()) return false;
     if (hasIamConfig()) {
-      if (!getIamConfig()
-          .equals(other.getIamConfig())) return false;
+      if (!getIamConfig().equals(other.getIamConfig())) return false;
     }
-    if (getSatisfiesPzs()
-        != other.getSatisfiesPzs()) return false;
+    if (getSatisfiesPzs() != other.getSatisfiesPzs()) return false;
     if (hasCustomPlacementConfig() != other.hasCustomPlacementConfig()) return false;
     if (hasCustomPlacementConfig()) {
-      if (!getCustomPlacementConfig()
-          .equals(other.getCustomPlacementConfig())) return false;
+      if (!getCustomPlacementConfig().equals(other.getCustomPlacementConfig())) return false;
     }
     if (hasAutoclass() != other.hasAutoclass()) return false;
     if (hasAutoclass()) {
-      if (!getAutoclass()
-          .equals(other.getAutoclass())) return false;
+      if (!getAutoclass().equals(other.getAutoclass())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -16417,8 +18118,7 @@ public int hashCode() {
     hash = (37 * hash) + PROJECT_FIELD_NUMBER;
     hash = (53 * hash) + getProject().hashCode();
     hash = (37 * hash) + METAGENERATION_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getMetageneration());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMetageneration());
     hash = (37 * hash) + LOCATION_FIELD_NUMBER;
     hash = (53 * hash) + getLocation().hashCode();
     hash = (37 * hash) + LOCATION_TYPE_FIELD_NUMBER;
@@ -16452,8 +18152,7 @@ public int hashCode() {
       hash = (53 * hash) + getUpdateTime().hashCode();
     }
     hash = (37 * hash) + DEFAULT_EVENT_BASED_HOLD_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
-        getDefaultEventBasedHold());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getDefaultEventBasedHold());
     if (!internalGetLabels().getMap().isEmpty()) {
       hash = (37 * hash) + LABELS_FIELD_NUMBER;
       hash = (53 * hash) + internalGetLabels().hashCode();
@@ -16491,8 +18190,7 @@ public int hashCode() {
       hash = (53 * hash) + getIamConfig().hashCode();
     }
     hash = (37 * hash) + SATISFIES_PZS_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
-        getSatisfiesPzs());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getSatisfiesPzs());
     if (hasCustomPlacementConfig()) {
       hash = (37 * hash) + CUSTOM_PLACEMENT_CONFIG_FIELD_NUMBER;
       hash = (53 * hash) + getCustomPlacementConfig().hashCode();
@@ -16506,152 +18204,153 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.Bucket parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.Bucket parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.Bucket 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.storage.v2.Bucket parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.storage.v2.Bucket parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.Bucket 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.storage.v2.Bucket parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket parseFrom(
-      com.google.protobuf.CodedInputStream input)
+
+  public static com.google.storage.v2.Bucket 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.storage.v2.Bucket 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.storage.v2.Bucket 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 bucket.
    * 
* * Protobuf type {@code google.storage.v2.Bucket} */ - 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.storage.v2.Bucket) com.google.storage.v2.BucketOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField( - int number) { + protected com.google.protobuf.MapField internalGetMapField(int number) { switch (number) { case 15: 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 15: 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.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Bucket_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Bucket.class, com.google.storage.v2.Bucket.Builder.class); } // Construct using com.google.storage.v2.Bucket.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -16781,8 +18480,7 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Bucket_descriptor; } @@ -16917,38 +18615,39 @@ public com.google.storage.v2.Bucket 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) { + 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.storage.v2.Bucket) { - return mergeFrom((com.google.storage.v2.Bucket)other); + return mergeFrom((com.google.storage.v2.Bucket) other); } else { super.mergeFrom(other); return this; @@ -17010,9 +18709,10 @@ public Builder mergeFrom(com.google.storage.v2.Bucket other) { aclBuilder_ = null; acl_ = other.acl_; bitField0_ = (bitField0_ & ~0x00000001); - aclBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getAclFieldBuilder() : null; + aclBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getAclFieldBuilder() + : null; } else { aclBuilder_.addAllMessages(other.acl_); } @@ -17036,9 +18736,10 @@ public Builder mergeFrom(com.google.storage.v2.Bucket other) { defaultObjectAclBuilder_ = null; defaultObjectAcl_ = other.defaultObjectAcl_; bitField0_ = (bitField0_ & ~0x00000002); - defaultObjectAclBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getDefaultObjectAclFieldBuilder() : null; + defaultObjectAclBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getDefaultObjectAclFieldBuilder() + : null; } else { defaultObjectAclBuilder_.addAllMessages(other.defaultObjectAcl_); } @@ -17068,9 +18769,10 @@ public Builder mergeFrom(com.google.storage.v2.Bucket other) { corsBuilder_ = null; cors_ = other.cors_; bitField0_ = (bitField0_ & ~0x00000004); - corsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getCorsFieldBuilder() : null; + corsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getCorsFieldBuilder() + : null; } else { corsBuilder_.addAllMessages(other.cors_); } @@ -17082,8 +18784,7 @@ public Builder mergeFrom(com.google.storage.v2.Bucket other) { if (other.getDefaultEventBasedHold() != false) { setDefaultEventBasedHold(other.getDefaultEventBasedHold()); } - internalGetMutableLabels().mergeFrom( - other.internalGetLabels()); + internalGetMutableLabels().mergeFrom(other.internalGetLabels()); if (other.hasWebsite()) { mergeWebsite(other.getWebsite()); } @@ -17143,205 +18844,208 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); + case 10: + { + name_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 18: { - bucketId_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 18: + { + bucketId_ = input.readStringRequireUtf8(); - break; - } // case 18 - case 26: { - project_ = input.readStringRequireUtf8(); + break; + } // case 18 + case 26: + { + project_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 32: { - metageneration_ = input.readInt64(); + break; + } // case 26 + case 32: + { + metageneration_ = input.readInt64(); - break; - } // case 32 - case 42: { - location_ = input.readStringRequireUtf8(); + break; + } // case 32 + case 42: + { + location_ = input.readStringRequireUtf8(); - break; - } // case 42 - case 50: { - locationType_ = input.readStringRequireUtf8(); + break; + } // case 42 + case 50: + { + locationType_ = input.readStringRequireUtf8(); - break; - } // case 50 - case 58: { - storageClass_ = input.readStringRequireUtf8(); + break; + } // case 50 + case 58: + { + storageClass_ = input.readStringRequireUtf8(); - break; - } // case 58 - case 66: { - com.google.storage.v2.BucketAccessControl m = - input.readMessage( - com.google.storage.v2.BucketAccessControl.parser(), - extensionRegistry); - if (aclBuilder_ == null) { - ensureAclIsMutable(); - acl_.add(m); - } else { - aclBuilder_.addMessage(m); - } - break; - } // case 66 - case 74: { - com.google.storage.v2.ObjectAccessControl m = - input.readMessage( - com.google.storage.v2.ObjectAccessControl.parser(), - extensionRegistry); - if (defaultObjectAclBuilder_ == null) { - ensureDefaultObjectAclIsMutable(); - defaultObjectAcl_.add(m); - } else { - defaultObjectAclBuilder_.addMessage(m); - } - break; - } // case 74 - case 82: { - input.readMessage( - getLifecycleFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 58 + case 66: + { + com.google.storage.v2.BucketAccessControl m = + input.readMessage( + com.google.storage.v2.BucketAccessControl.parser(), extensionRegistry); + if (aclBuilder_ == null) { + ensureAclIsMutable(); + acl_.add(m); + } else { + aclBuilder_.addMessage(m); + } + break; + } // case 66 + case 74: + { + com.google.storage.v2.ObjectAccessControl m = + input.readMessage( + com.google.storage.v2.ObjectAccessControl.parser(), extensionRegistry); + if (defaultObjectAclBuilder_ == null) { + ensureDefaultObjectAclIsMutable(); + defaultObjectAcl_.add(m); + } else { + defaultObjectAclBuilder_.addMessage(m); + } + break; + } // case 74 + case 82: + { + input.readMessage(getLifecycleFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 82 - case 90: { - input.readMessage( - getCreateTimeFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 82 + case 90: + { + input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 90 - case 98: { - com.google.storage.v2.Bucket.Cors m = - input.readMessage( - com.google.storage.v2.Bucket.Cors.parser(), - extensionRegistry); - if (corsBuilder_ == null) { - ensureCorsIsMutable(); - cors_.add(m); - } else { - corsBuilder_.addMessage(m); - } - break; - } // case 98 - case 106: { - input.readMessage( - getUpdateTimeFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 90 + case 98: + { + com.google.storage.v2.Bucket.Cors m = + input.readMessage( + com.google.storage.v2.Bucket.Cors.parser(), extensionRegistry); + if (corsBuilder_ == null) { + ensureCorsIsMutable(); + cors_.add(m); + } else { + corsBuilder_.addMessage(m); + } + break; + } // case 98 + case 106: + { + input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 106 - case 112: { - defaultEventBasedHold_ = input.readBool(); + break; + } // case 106 + case 112: + { + defaultEventBasedHold_ = input.readBool(); - break; - } // case 112 - case 122: { - com.google.protobuf.MapEntry - labels__ = input.readMessage( - LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - internalGetMutableLabels().getMutableMap().put( - labels__.getKey(), labels__.getValue()); - break; - } // case 122 - case 130: { - input.readMessage( - getWebsiteFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 112 + case 122: + { + com.google.protobuf.MapEntry labels__ = + input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), + extensionRegistry); + internalGetMutableLabels() + .getMutableMap() + .put(labels__.getKey(), labels__.getValue()); + break; + } // case 122 + case 130: + { + input.readMessage(getWebsiteFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 130 - case 138: { - input.readMessage( - getVersioningFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 130 + case 138: + { + input.readMessage(getVersioningFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 138 - case 146: { - input.readMessage( - getLoggingFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 138 + case 146: + { + input.readMessage(getLoggingFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 146 - case 154: { - input.readMessage( - getOwnerFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 146 + case 154: + { + input.readMessage(getOwnerFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 154 - case 162: { - input.readMessage( - getEncryptionFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 154 + case 162: + { + input.readMessage(getEncryptionFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 162 - case 170: { - input.readMessage( - getBillingFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 162 + case 170: + { + input.readMessage(getBillingFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 170 - case 178: { - input.readMessage( - getRetentionPolicyFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 170 + case 178: + { + input.readMessage(getRetentionPolicyFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 178 - case 186: { - input.readMessage( - getIamConfigFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 178 + case 186: + { + input.readMessage(getIamConfigFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 186 - case 200: { - satisfiesPzs_ = input.readBool(); + break; + } // case 186 + case 200: + { + satisfiesPzs_ = input.readBool(); - break; - } // case 200 - case 210: { - input.readMessage( - getCustomPlacementConfigFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 200 + case 210: + { + input.readMessage( + getCustomPlacementConfigFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 210 - case 218: { - rpo_ = input.readStringRequireUtf8(); + break; + } // case 210 + case 218: + { + rpo_ = input.readStringRequireUtf8(); - break; - } // case 218 - case 226: { - input.readMessage( - getAutoclassFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 218 + case 226: + { + input.readMessage(getAutoclassFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 226 - case 234: { - etag_ = input.readStringRequireUtf8(); + break; + } // case 226 + case 234: + { + etag_ = input.readStringRequireUtf8(); - break; - } // case 234 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 234 + 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) { @@ -17351,22 +19055,25 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object name_ = ""; /** + * + * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @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; @@ -17375,20 +19082,21 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @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 { @@ -17396,54 +19104,61 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Immutable. The name of the bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -17451,6 +19166,8 @@ public Builder setNameBytes( private java.lang.Object bucketId_ = ""; /** + * + * *
      * Output only. The user-chosen part of the bucket name. The `{bucket}`
      * portion of the `name` field. For globally unique buckets, this is equal to
@@ -17458,13 +19175,13 @@ public Builder setNameBytes(
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bucketId. */ public java.lang.String getBucketId() { java.lang.Object ref = bucketId_; 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(); bucketId_ = s; return s; @@ -17473,6 +19190,8 @@ public java.lang.String getBucketId() { } } /** + * + * *
      * Output only. The user-chosen part of the bucket name. The `{bucket}`
      * portion of the `name` field. For globally unique buckets, this is equal to
@@ -17480,15 +19199,14 @@ public java.lang.String getBucketId() {
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for bucketId. */ - public com.google.protobuf.ByteString - getBucketIdBytes() { + public com.google.protobuf.ByteString getBucketIdBytes() { java.lang.Object ref = bucketId_; 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); bucketId_ = b; return b; } else { @@ -17496,6 +19214,8 @@ public java.lang.String getBucketId() { } } /** + * + * *
      * Output only. The user-chosen part of the bucket name. The `{bucket}`
      * portion of the `name` field. For globally unique buckets, this is equal to
@@ -17503,20 +19223,22 @@ public java.lang.String getBucketId() {
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bucketId to set. * @return This builder for chaining. */ - public Builder setBucketId( - java.lang.String value) { + public Builder setBucketId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucketId_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The user-chosen part of the bucket name. The `{bucket}`
      * portion of the `name` field. For globally unique buckets, this is equal to
@@ -17524,15 +19246,18 @@ public Builder setBucketId(
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearBucketId() { - + bucketId_ = getDefaultInstance().getBucketId(); onChanged(); return this; } /** + * + * *
      * Output only. The user-chosen part of the bucket name. The `{bucket}`
      * portion of the `name` field. For globally unique buckets, this is equal to
@@ -17540,16 +19265,16 @@ public Builder clearBucketId() {
      * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for bucketId to set. * @return This builder for chaining. */ - public Builder setBucketIdBytes( - com.google.protobuf.ByteString value) { + public Builder setBucketIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucketId_ = value; onChanged(); return this; @@ -17557,6 +19282,8 @@ public Builder setBucketIdBytes( private java.lang.Object etag_ = ""; /** + * + * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -17564,13 +19291,13 @@ public Builder setBucketIdBytes(
      * 
* * string etag = 29; + * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -17579,6 +19306,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -17586,15 +19315,14 @@ public java.lang.String getEtag() {
      * 
* * string etag = 29; + * * @return The bytes for etag. */ - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -17602,6 +19330,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -17609,20 +19339,22 @@ public java.lang.String getEtag() {
      * 
* * string etag = 29; + * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag( - java.lang.String value) { + public Builder setEtag(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** + * + * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -17630,15 +19362,18 @@ public Builder setEtag(
      * 
* * string etag = 29; + * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** + * + * *
      * The etag of the bucket.
      * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -17646,16 +19381,16 @@ public Builder clearEtag() {
      * 
* * string etag = 29; + * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes( - com.google.protobuf.ByteString value) { + public Builder setEtagBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; @@ -17663,20 +19398,24 @@ public Builder setEtagBytes( private java.lang.Object project_ = ""; /** + * + * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -17685,22 +19424,25 @@ public java.lang.String getProject() { } } /** + * + * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -17708,67 +19450,82 @@ public java.lang.String getProject() { } } /** + * + * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject( - java.lang.String value) { + public Builder setProject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** + * + * *
      * Immutable. The project which owns this bucket, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes( - com.google.protobuf.ByteString value) { + public Builder setProjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = value; onChanged(); return this; } - private long metageneration_ ; + private long metageneration_; /** + * + * *
      * Output only. The metadata generation of this bucket.
      * Attempting to set or update this field will result in a
@@ -17776,6 +19533,7 @@ public Builder setProjectBytes(
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The metageneration. */ @java.lang.Override @@ -17783,6 +19541,8 @@ public long getMetageneration() { return metageneration_; } /** + * + * *
      * Output only. The metadata generation of this bucket.
      * Attempting to set or update this field will result in a
@@ -17790,16 +19550,19 @@ public long getMetageneration() {
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The metageneration to set. * @return This builder for chaining. */ public Builder setMetageneration(long value) { - + metageneration_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The metadata generation of this bucket.
      * Attempting to set or update this field will result in a
@@ -17807,10 +19570,11 @@ public Builder setMetageneration(long value) {
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearMetageneration() { - + metageneration_ = 0L; onChanged(); return this; @@ -17818,6 +19582,8 @@ public Builder clearMetageneration() { private java.lang.Object location_ = ""; /** + * + * *
      * Immutable. The location of the bucket. Object data for objects in the
      * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -17828,13 +19594,13 @@ public Builder clearMetageneration() {
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The location. */ public java.lang.String getLocation() { java.lang.Object ref = location_; 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(); location_ = s; return s; @@ -17843,6 +19609,8 @@ public java.lang.String getLocation() { } } /** + * + * *
      * Immutable. The location of the bucket. Object data for objects in the
      * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -17853,15 +19621,14 @@ public java.lang.String getLocation() {
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for location. */ - public com.google.protobuf.ByteString - getLocationBytes() { + public com.google.protobuf.ByteString getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -17869,6 +19636,8 @@ public java.lang.String getLocation() { } } /** + * + * *
      * Immutable. The location of the bucket. Object data for objects in the
      * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -17879,20 +19648,22 @@ public java.lang.String getLocation() {
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The location to set. * @return This builder for chaining. */ - public Builder setLocation( - java.lang.String value) { + public Builder setLocation(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + location_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. The location of the bucket. Object data for objects in the
      * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -17903,15 +19674,18 @@ public Builder setLocation(
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearLocation() { - + location_ = getDefaultInstance().getLocation(); onChanged(); return this; } /** + * + * *
      * Immutable. The location of the bucket. Object data for objects in the
      * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -17922,16 +19696,16 @@ public Builder clearLocation() {
      * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The bytes for location to set. * @return This builder for chaining. */ - public Builder setLocationBytes( - com.google.protobuf.ByteString value) { + public Builder setLocationBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + location_ = value; onChanged(); return this; @@ -17939,19 +19713,21 @@ public Builder setLocationBytes( private java.lang.Object locationType_ = ""; /** + * + * *
      * Output only. The location type of the bucket (region, dual-region,
      * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The locationType. */ public java.lang.String getLocationType() { java.lang.Object ref = locationType_; 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(); locationType_ = s; return s; @@ -17960,21 +19736,22 @@ public java.lang.String getLocationType() { } } /** + * + * *
      * Output only. The location type of the bucket (region, dual-region,
      * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for locationType. */ - public com.google.protobuf.ByteString - getLocationTypeBytes() { + public com.google.protobuf.ByteString getLocationTypeBytes() { java.lang.Object ref = locationType_; 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); locationType_ = b; return b; } else { @@ -17982,57 +19759,64 @@ public java.lang.String getLocationType() { } } /** + * + * *
      * Output only. The location type of the bucket (region, dual-region,
      * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The locationType to set. * @return This builder for chaining. */ - public Builder setLocationType( - java.lang.String value) { + public Builder setLocationType(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + locationType_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The location type of the bucket (region, dual-region,
      * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearLocationType() { - + locationType_ = getDefaultInstance().getLocationType(); onChanged(); return this; } /** + * + * *
      * Output only. The location type of the bucket (region, dual-region,
      * multi-region, etc).
      * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for locationType to set. * @return This builder for chaining. */ - public Builder setLocationTypeBytes( - com.google.protobuf.ByteString value) { + public Builder setLocationTypeBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + locationType_ = value; onChanged(); return this; @@ -18040,6 +19824,8 @@ public Builder setLocationTypeBytes( private java.lang.Object storageClass_ = ""; /** + * + * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -18050,13 +19836,13 @@ public Builder setLocationTypeBytes(
      * 
* * string storage_class = 7; + * * @return The storageClass. */ public java.lang.String getStorageClass() { java.lang.Object ref = storageClass_; 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(); storageClass_ = s; return s; @@ -18065,6 +19851,8 @@ public java.lang.String getStorageClass() { } } /** + * + * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -18075,15 +19863,14 @@ public java.lang.String getStorageClass() {
      * 
* * string storage_class = 7; + * * @return The bytes for storageClass. */ - public com.google.protobuf.ByteString - getStorageClassBytes() { + public com.google.protobuf.ByteString getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -18091,6 +19878,8 @@ public java.lang.String getStorageClass() { } } /** + * + * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -18101,20 +19890,22 @@ public java.lang.String getStorageClass() {
      * 
* * string storage_class = 7; + * * @param value The storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClass( - java.lang.String value) { + public Builder setStorageClass(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + storageClass_ = value; onChanged(); return this; } /** + * + * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -18125,15 +19916,18 @@ public Builder setStorageClass(
      * 
* * string storage_class = 7; + * * @return This builder for chaining. */ public Builder clearStorageClass() { - + storageClass_ = getDefaultInstance().getStorageClass(); onChanged(); return this; } /** + * + * *
      * The bucket's default storage class, used whenever no storageClass is
      * specified for a newly-created object. This defines how objects in the
@@ -18144,16 +19938,16 @@ public Builder clearStorageClass() {
      * 
* * string storage_class = 7; + * * @param value The bytes for storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClassBytes( - com.google.protobuf.ByteString value) { + public Builder setStorageClassBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + storageClass_ = value; onChanged(); return this; @@ -18161,6 +19955,8 @@ public Builder setStorageClassBytes( private java.lang.Object rpo_ = ""; /** + * + * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -18171,13 +19967,13 @@ public Builder setStorageClassBytes(
      * 
* * string rpo = 27; + * * @return The rpo. */ public java.lang.String getRpo() { java.lang.Object ref = rpo_; 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(); rpo_ = s; return s; @@ -18186,6 +19982,8 @@ public java.lang.String getRpo() { } } /** + * + * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -18196,15 +19994,14 @@ public java.lang.String getRpo() {
      * 
* * string rpo = 27; + * * @return The bytes for rpo. */ - public com.google.protobuf.ByteString - getRpoBytes() { + public com.google.protobuf.ByteString getRpoBytes() { java.lang.Object ref = rpo_; 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); rpo_ = b; return b; } else { @@ -18212,6 +20009,8 @@ public java.lang.String getRpo() { } } /** + * + * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -18222,20 +20021,22 @@ public java.lang.String getRpo() {
      * 
* * string rpo = 27; + * * @param value The rpo to set. * @return This builder for chaining. */ - public Builder setRpo( - java.lang.String value) { + public Builder setRpo(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + rpo_ = value; onChanged(); return this; } /** + * + * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -18246,15 +20047,18 @@ public Builder setRpo(
      * 
* * string rpo = 27; + * * @return This builder for chaining. */ public Builder clearRpo() { - + rpo_ = getDefaultInstance().getRpo(); onChanged(); return this; } /** + * + * *
      * The recovery point objective for cross-region replication of the bucket.
      * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -18265,34 +20069,40 @@ public Builder clearRpo() {
      * 
* * string rpo = 27; + * * @param value The bytes for rpo to set. * @return This builder for chaining. */ - public Builder setRpoBytes( - com.google.protobuf.ByteString value) { + public Builder setRpoBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + rpo_ = value; onChanged(); return this; } private java.util.List acl_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureAclIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { acl_ = new java.util.ArrayList(acl_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.BucketAccessControl, com.google.storage.v2.BucketAccessControl.Builder, com.google.storage.v2.BucketAccessControlOrBuilder> aclBuilder_; + com.google.storage.v2.BucketAccessControl, + com.google.storage.v2.BucketAccessControl.Builder, + com.google.storage.v2.BucketAccessControlOrBuilder> + aclBuilder_; /** + * + * *
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18309,6 +20119,8 @@ public java.util.List getAclList() {
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18325,6 +20137,8 @@ public int getAclCount() {
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18341,6 +20155,8 @@ public com.google.storage.v2.BucketAccessControl getAcl(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18349,8 +20165,7 @@ public com.google.storage.v2.BucketAccessControl getAcl(int index) {
      *
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
-    public Builder setAcl(
-        int index, com.google.storage.v2.BucketAccessControl value) {
+    public Builder setAcl(int index, com.google.storage.v2.BucketAccessControl value) {
       if (aclBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -18364,6 +20179,8 @@ public Builder setAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18384,6 +20201,8 @@ public Builder setAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18406,6 +20225,8 @@ public Builder addAcl(com.google.storage.v2.BucketAccessControl value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18414,8 +20235,7 @@ public Builder addAcl(com.google.storage.v2.BucketAccessControl value) {
      *
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
-    public Builder addAcl(
-        int index, com.google.storage.v2.BucketAccessControl value) {
+    public Builder addAcl(int index, com.google.storage.v2.BucketAccessControl value) {
       if (aclBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -18429,6 +20249,8 @@ public Builder addAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18437,8 +20259,7 @@ public Builder addAcl(
      *
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
-    public Builder addAcl(
-        com.google.storage.v2.BucketAccessControl.Builder builderForValue) {
+    public Builder addAcl(com.google.storage.v2.BucketAccessControl.Builder builderForValue) {
       if (aclBuilder_ == null) {
         ensureAclIsMutable();
         acl_.add(builderForValue.build());
@@ -18449,6 +20270,8 @@ public Builder addAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18469,6 +20292,8 @@ public Builder addAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18481,8 +20306,7 @@ public Builder addAllAcl(
         java.lang.Iterable values) {
       if (aclBuilder_ == null) {
         ensureAclIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, acl_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, acl_);
         onChanged();
       } else {
         aclBuilder_.addAllMessages(values);
@@ -18490,6 +20314,8 @@ public Builder addAllAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18509,6 +20335,8 @@ public Builder clearAcl() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18528,6 +20356,8 @@ public Builder removeAcl(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18536,11 +20366,12 @@ public Builder removeAcl(int index) {
      *
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
-    public com.google.storage.v2.BucketAccessControl.Builder getAclBuilder(
-        int index) {
+    public com.google.storage.v2.BucketAccessControl.Builder getAclBuilder(int index) {
       return getAclFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18549,14 +20380,16 @@ public com.google.storage.v2.BucketAccessControl.Builder getAclBuilder(
      *
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
-    public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
-        int index) {
+    public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(int index) {
       if (aclBuilder_ == null) {
-        return acl_.get(index);  } else {
+        return acl_.get(index);
+      } else {
         return aclBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18565,8 +20398,8 @@ public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
      *
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
-    public java.util.List 
-         getAclOrBuilderList() {
+    public java.util.List
+        getAclOrBuilderList() {
       if (aclBuilder_ != null) {
         return aclBuilder_.getMessageOrBuilderList();
       } else {
@@ -18574,6 +20407,8 @@ public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18583,10 +20418,12 @@ public com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
     public com.google.storage.v2.BucketAccessControl.Builder addAclBuilder() {
-      return getAclFieldBuilder().addBuilder(
-          com.google.storage.v2.BucketAccessControl.getDefaultInstance());
+      return getAclFieldBuilder()
+          .addBuilder(com.google.storage.v2.BucketAccessControl.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18595,12 +20432,13 @@ public com.google.storage.v2.BucketAccessControl.Builder addAclBuilder() {
      *
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
-    public com.google.storage.v2.BucketAccessControl.Builder addAclBuilder(
-        int index) {
-      return getAclFieldBuilder().addBuilder(
-          index, com.google.storage.v2.BucketAccessControl.getDefaultInstance());
+    public com.google.storage.v2.BucketAccessControl.Builder addAclBuilder(int index) {
+      return getAclFieldBuilder()
+          .addBuilder(index, com.google.storage.v2.BucketAccessControl.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * Access controls on the bucket.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18609,38 +20447,47 @@ public com.google.storage.v2.BucketAccessControl.Builder addAclBuilder(
      *
      * repeated .google.storage.v2.BucketAccessControl acl = 8;
      */
-    public java.util.List 
-         getAclBuilderList() {
+    public java.util.List getAclBuilderList() {
       return getAclFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.storage.v2.BucketAccessControl, com.google.storage.v2.BucketAccessControl.Builder, com.google.storage.v2.BucketAccessControlOrBuilder> 
+            com.google.storage.v2.BucketAccessControl,
+            com.google.storage.v2.BucketAccessControl.Builder,
+            com.google.storage.v2.BucketAccessControlOrBuilder>
         getAclFieldBuilder() {
       if (aclBuilder_ == null) {
-        aclBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.storage.v2.BucketAccessControl, com.google.storage.v2.BucketAccessControl.Builder, com.google.storage.v2.BucketAccessControlOrBuilder>(
-                acl_,
-                ((bitField0_ & 0x00000001) != 0),
-                getParentForChildren(),
-                isClean());
+        aclBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.storage.v2.BucketAccessControl,
+                com.google.storage.v2.BucketAccessControl.Builder,
+                com.google.storage.v2.BucketAccessControlOrBuilder>(
+                acl_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
         acl_ = null;
       }
       return aclBuilder_;
     }
 
     private java.util.List defaultObjectAcl_ =
-      java.util.Collections.emptyList();
+        java.util.Collections.emptyList();
+
     private void ensureDefaultObjectAclIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
-        defaultObjectAcl_ = new java.util.ArrayList(defaultObjectAcl_);
+        defaultObjectAcl_ =
+            new java.util.ArrayList(defaultObjectAcl_);
         bitField0_ |= 0x00000002;
-       }
+      }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder> defaultObjectAclBuilder_;
+            com.google.storage.v2.ObjectAccessControl,
+            com.google.storage.v2.ObjectAccessControl.Builder,
+            com.google.storage.v2.ObjectAccessControlOrBuilder>
+        defaultObjectAclBuilder_;
 
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18657,6 +20504,8 @@ public java.util.List getDefaultObjec
       }
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18673,6 +20522,8 @@ public int getDefaultObjectAclCount() {
       }
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18689,6 +20540,8 @@ public com.google.storage.v2.ObjectAccessControl getDefaultObjectAcl(int index)
       }
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18697,8 +20550,7 @@ public com.google.storage.v2.ObjectAccessControl getDefaultObjectAcl(int index)
      *
      * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
      */
-    public Builder setDefaultObjectAcl(
-        int index, com.google.storage.v2.ObjectAccessControl value) {
+    public Builder setDefaultObjectAcl(int index, com.google.storage.v2.ObjectAccessControl value) {
       if (defaultObjectAclBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -18712,6 +20564,8 @@ public Builder setDefaultObjectAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18732,6 +20586,8 @@ public Builder setDefaultObjectAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18754,6 +20610,8 @@ public Builder addDefaultObjectAcl(com.google.storage.v2.ObjectAccessControl val
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18762,8 +20620,7 @@ public Builder addDefaultObjectAcl(com.google.storage.v2.ObjectAccessControl val
      *
      * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
      */
-    public Builder addDefaultObjectAcl(
-        int index, com.google.storage.v2.ObjectAccessControl value) {
+    public Builder addDefaultObjectAcl(int index, com.google.storage.v2.ObjectAccessControl value) {
       if (defaultObjectAclBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -18777,6 +20634,8 @@ public Builder addDefaultObjectAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18797,6 +20656,8 @@ public Builder addDefaultObjectAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18817,6 +20678,8 @@ public Builder addDefaultObjectAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18829,8 +20692,7 @@ public Builder addAllDefaultObjectAcl(
         java.lang.Iterable values) {
       if (defaultObjectAclBuilder_ == null) {
         ensureDefaultObjectAclIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, defaultObjectAcl_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, defaultObjectAcl_);
         onChanged();
       } else {
         defaultObjectAclBuilder_.addAllMessages(values);
@@ -18838,6 +20700,8 @@ public Builder addAllDefaultObjectAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18857,6 +20721,8 @@ public Builder clearDefaultObjectAcl() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18876,6 +20742,8 @@ public Builder removeDefaultObjectAcl(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18884,11 +20752,12 @@ public Builder removeDefaultObjectAcl(int index) {
      *
      * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
      */
-    public com.google.storage.v2.ObjectAccessControl.Builder getDefaultObjectAclBuilder(
-        int index) {
+    public com.google.storage.v2.ObjectAccessControl.Builder getDefaultObjectAclBuilder(int index) {
       return getDefaultObjectAclFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18900,11 +20769,14 @@ public com.google.storage.v2.ObjectAccessControl.Builder getDefaultObjectAclBuil
     public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
         int index) {
       if (defaultObjectAclBuilder_ == null) {
-        return defaultObjectAcl_.get(index);  } else {
+        return defaultObjectAcl_.get(index);
+      } else {
         return defaultObjectAclBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18913,8 +20785,8 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrB
      *
      * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
      */
-    public java.util.List 
-         getDefaultObjectAclOrBuilderList() {
+    public java.util.List
+        getDefaultObjectAclOrBuilderList() {
       if (defaultObjectAclBuilder_ != null) {
         return defaultObjectAclBuilder_.getMessageOrBuilderList();
       } else {
@@ -18922,6 +20794,8 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrB
       }
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18931,10 +20805,12 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrB
      * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
      */
     public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuilder() {
-      return getDefaultObjectAclFieldBuilder().addBuilder(
-          com.google.storage.v2.ObjectAccessControl.getDefaultInstance());
+      return getDefaultObjectAclFieldBuilder()
+          .addBuilder(com.google.storage.v2.ObjectAccessControl.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18943,12 +20819,13 @@ public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuil
      *
      * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
      */
-    public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuilder(
-        int index) {
-      return getDefaultObjectAclFieldBuilder().addBuilder(
-          index, com.google.storage.v2.ObjectAccessControl.getDefaultInstance());
+    public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuilder(int index) {
+      return getDefaultObjectAclFieldBuilder()
+          .addBuilder(index, com.google.storage.v2.ObjectAccessControl.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * Default access controls to apply to new objects when no ACL is provided.
      * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -18957,16 +20834,22 @@ public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuil
      *
      * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
      */
-    public java.util.List 
-         getDefaultObjectAclBuilderList() {
+    public java.util.List
+        getDefaultObjectAclBuilderList() {
       return getDefaultObjectAclFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder> 
+            com.google.storage.v2.ObjectAccessControl,
+            com.google.storage.v2.ObjectAccessControl.Builder,
+            com.google.storage.v2.ObjectAccessControlOrBuilder>
         getDefaultObjectAclFieldBuilder() {
       if (defaultObjectAclBuilder_ == null) {
-        defaultObjectAclBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder>(
+        defaultObjectAclBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.storage.v2.ObjectAccessControl,
+                com.google.storage.v2.ObjectAccessControl.Builder,
+                com.google.storage.v2.ObjectAccessControlOrBuilder>(
                 defaultObjectAcl_,
                 ((bitField0_ & 0x00000002) != 0),
                 getParentForChildren(),
@@ -18978,8 +20861,13 @@ public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuil
 
     private com.google.storage.v2.Bucket.Lifecycle lifecycle_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.Lifecycle, com.google.storage.v2.Bucket.Lifecycle.Builder, com.google.storage.v2.Bucket.LifecycleOrBuilder> lifecycleBuilder_;
+            com.google.storage.v2.Bucket.Lifecycle,
+            com.google.storage.v2.Bucket.Lifecycle.Builder,
+            com.google.storage.v2.Bucket.LifecycleOrBuilder>
+        lifecycleBuilder_;
     /**
+     *
+     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -18987,12 +20875,15 @@ public com.google.storage.v2.ObjectAccessControl.Builder addDefaultObjectAclBuil
      * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; + * * @return Whether the lifecycle field is set. */ public boolean hasLifecycle() { return lifecycleBuilder_ != null || lifecycle_ != null; } /** + * + * *
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -19000,16 +20891,21 @@ public boolean hasLifecycle() {
      * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; + * * @return The lifecycle. */ public com.google.storage.v2.Bucket.Lifecycle getLifecycle() { if (lifecycleBuilder_ == null) { - return lifecycle_ == null ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() : lifecycle_; + return lifecycle_ == null + ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() + : lifecycle_; } else { return lifecycleBuilder_.getMessage(); } } /** + * + * *
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -19032,6 +20928,8 @@ public Builder setLifecycle(com.google.storage.v2.Bucket.Lifecycle value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -19040,8 +20938,7 @@ public Builder setLifecycle(com.google.storage.v2.Bucket.Lifecycle value) {
      *
      * .google.storage.v2.Bucket.Lifecycle lifecycle = 10;
      */
-    public Builder setLifecycle(
-        com.google.storage.v2.Bucket.Lifecycle.Builder builderForValue) {
+    public Builder setLifecycle(com.google.storage.v2.Bucket.Lifecycle.Builder builderForValue) {
       if (lifecycleBuilder_ == null) {
         lifecycle_ = builderForValue.build();
         onChanged();
@@ -19052,6 +20949,8 @@ public Builder setLifecycle(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -19064,7 +20963,9 @@ public Builder mergeLifecycle(com.google.storage.v2.Bucket.Lifecycle value) {
       if (lifecycleBuilder_ == null) {
         if (lifecycle_ != null) {
           lifecycle_ =
-            com.google.storage.v2.Bucket.Lifecycle.newBuilder(lifecycle_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Bucket.Lifecycle.newBuilder(lifecycle_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           lifecycle_ = value;
         }
@@ -19076,6 +20977,8 @@ public Builder mergeLifecycle(com.google.storage.v2.Bucket.Lifecycle value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -19096,6 +20999,8 @@ public Builder clearLifecycle() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -19105,11 +21010,13 @@ public Builder clearLifecycle() {
      * .google.storage.v2.Bucket.Lifecycle lifecycle = 10;
      */
     public com.google.storage.v2.Bucket.Lifecycle.Builder getLifecycleBuilder() {
-      
+
       onChanged();
       return getLifecycleFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -19122,11 +21029,14 @@ public com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder() {
       if (lifecycleBuilder_ != null) {
         return lifecycleBuilder_.getMessageOrBuilder();
       } else {
-        return lifecycle_ == null ?
-            com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance() : lifecycle_;
+        return lifecycle_ == null
+            ? com.google.storage.v2.Bucket.Lifecycle.getDefaultInstance()
+            : lifecycle_;
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's lifecycle config. See
      * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -19136,14 +21046,17 @@ public com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder() {
      * .google.storage.v2.Bucket.Lifecycle lifecycle = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.Lifecycle, com.google.storage.v2.Bucket.Lifecycle.Builder, com.google.storage.v2.Bucket.LifecycleOrBuilder> 
+            com.google.storage.v2.Bucket.Lifecycle,
+            com.google.storage.v2.Bucket.Lifecycle.Builder,
+            com.google.storage.v2.Bucket.LifecycleOrBuilder>
         getLifecycleFieldBuilder() {
       if (lifecycleBuilder_ == null) {
-        lifecycleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Lifecycle, com.google.storage.v2.Bucket.Lifecycle.Builder, com.google.storage.v2.Bucket.LifecycleOrBuilder>(
-                getLifecycle(),
-                getParentForChildren(),
-                isClean());
+        lifecycleBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Bucket.Lifecycle,
+                com.google.storage.v2.Bucket.Lifecycle.Builder,
+                com.google.storage.v2.Bucket.LifecycleOrBuilder>(
+                getLifecycle(), getParentForChildren(), isClean());
         lifecycle_ = null;
       }
       return lifecycleBuilder_;
@@ -19151,45 +21064,64 @@ public com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder() {
 
     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 creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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 createTimeBuilder_ != null || createTime_ != null; } /** + * + * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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) { @@ -19205,16 +21137,19 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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(); onChanged(); @@ -19225,19 +21160,23 @@ public Builder setCreateTime( return this; } /** + * + * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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 (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -19249,13 +21188,17 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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() { if (createTimeBuilder_ == null) { @@ -19269,72 +21212,94 @@ public Builder clearCreateTime() { return this; } /** + * + * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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. The creation time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .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_; } private java.util.List cors_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureCorsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { cors_ = new java.util.ArrayList(cors_); bitField0_ |= 0x00000004; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Bucket.Cors, com.google.storage.v2.Bucket.Cors.Builder, com.google.storage.v2.Bucket.CorsOrBuilder> corsBuilder_; + com.google.storage.v2.Bucket.Cors, + com.google.storage.v2.Bucket.Cors.Builder, + com.google.storage.v2.Bucket.CorsOrBuilder> + corsBuilder_; /** + * + * *
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19350,6 +21315,8 @@ public java.util.List getCorsList() {
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19365,6 +21332,8 @@ public int getCorsCount() {
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19380,6 +21349,8 @@ public com.google.storage.v2.Bucket.Cors getCors(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19387,8 +21358,7 @@ public com.google.storage.v2.Bucket.Cors getCors(int index) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder setCors(
-        int index, com.google.storage.v2.Bucket.Cors value) {
+    public Builder setCors(int index, com.google.storage.v2.Bucket.Cors value) {
       if (corsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -19402,6 +21372,8 @@ public Builder setCors(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19409,8 +21381,7 @@ public Builder setCors(
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder setCors(
-        int index, com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
+    public Builder setCors(int index, com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
       if (corsBuilder_ == null) {
         ensureCorsIsMutable();
         cors_.set(index, builderForValue.build());
@@ -19421,6 +21392,8 @@ public Builder setCors(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19442,6 +21415,8 @@ public Builder addCors(com.google.storage.v2.Bucket.Cors value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19449,8 +21424,7 @@ public Builder addCors(com.google.storage.v2.Bucket.Cors value) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder addCors(
-        int index, com.google.storage.v2.Bucket.Cors value) {
+    public Builder addCors(int index, com.google.storage.v2.Bucket.Cors value) {
       if (corsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -19464,6 +21438,8 @@ public Builder addCors(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19471,8 +21447,7 @@ public Builder addCors(
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder addCors(
-        com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
+    public Builder addCors(com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
       if (corsBuilder_ == null) {
         ensureCorsIsMutable();
         cors_.add(builderForValue.build());
@@ -19483,6 +21458,8 @@ public Builder addCors(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19490,8 +21467,7 @@ public Builder addCors(
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public Builder addCors(
-        int index, com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
+    public Builder addCors(int index, com.google.storage.v2.Bucket.Cors.Builder builderForValue) {
       if (corsBuilder_ == null) {
         ensureCorsIsMutable();
         cors_.add(index, builderForValue.build());
@@ -19502,6 +21478,8 @@ public Builder addCors(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19513,8 +21491,7 @@ public Builder addAllCors(
         java.lang.Iterable values) {
       if (corsBuilder_ == null) {
         ensureCorsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, cors_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, cors_);
         onChanged();
       } else {
         corsBuilder_.addAllMessages(values);
@@ -19522,6 +21499,8 @@ public Builder addAllCors(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19540,6 +21519,8 @@ public Builder clearCors() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19558,6 +21539,8 @@ public Builder removeCors(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19565,11 +21548,12 @@ public Builder removeCors(int index) {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public com.google.storage.v2.Bucket.Cors.Builder getCorsBuilder(
-        int index) {
+    public com.google.storage.v2.Bucket.Cors.Builder getCorsBuilder(int index) {
       return getCorsFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19577,14 +21561,16 @@ public com.google.storage.v2.Bucket.Cors.Builder getCorsBuilder(
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
-        int index) {
+    public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index) {
       if (corsBuilder_ == null) {
-        return cors_.get(index);  } else {
+        return cors_.get(index);
+      } else {
         return corsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19592,8 +21578,8 @@ public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public java.util.List 
-         getCorsOrBuilderList() {
+    public java.util.List
+        getCorsOrBuilderList() {
       if (corsBuilder_ != null) {
         return corsBuilder_.getMessageOrBuilderList();
       } else {
@@ -19601,6 +21587,8 @@ public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19609,10 +21597,12 @@ public com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
     public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder() {
-      return getCorsFieldBuilder().addBuilder(
-          com.google.storage.v2.Bucket.Cors.getDefaultInstance());
+      return getCorsFieldBuilder()
+          .addBuilder(com.google.storage.v2.Bucket.Cors.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19620,12 +21610,13 @@ public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder() {
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder(
-        int index) {
-      return getCorsFieldBuilder().addBuilder(
-          index, com.google.storage.v2.Bucket.Cors.getDefaultInstance());
+    public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder(int index) {
+      return getCorsFieldBuilder()
+          .addBuilder(index, com.google.storage.v2.Bucket.Cors.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
      * (CORS) config.
@@ -19633,20 +21624,22 @@ public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder(
      *
      * repeated .google.storage.v2.Bucket.Cors cors = 12;
      */
-    public java.util.List 
-         getCorsBuilderList() {
+    public java.util.List getCorsBuilderList() {
       return getCorsFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.storage.v2.Bucket.Cors, com.google.storage.v2.Bucket.Cors.Builder, com.google.storage.v2.Bucket.CorsOrBuilder> 
+            com.google.storage.v2.Bucket.Cors,
+            com.google.storage.v2.Bucket.Cors.Builder,
+            com.google.storage.v2.Bucket.CorsOrBuilder>
         getCorsFieldBuilder() {
       if (corsBuilder_ == null) {
-        corsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.storage.v2.Bucket.Cors, com.google.storage.v2.Bucket.Cors.Builder, com.google.storage.v2.Bucket.CorsOrBuilder>(
-                cors_,
-                ((bitField0_ & 0x00000004) != 0),
-                getParentForChildren(),
-                isClean());
+        corsBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.storage.v2.Bucket.Cors,
+                com.google.storage.v2.Bucket.Cors.Builder,
+                com.google.storage.v2.Bucket.CorsOrBuilder>(
+                cors_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean());
         cors_ = null;
       }
       return corsBuilder_;
@@ -19654,45 +21647,64 @@ public com.google.storage.v2.Bucket.Cors.Builder addCorsBuilder(
 
     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 modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return updateTimeBuilder_ != null || updateTime_ != null; } /** + * + * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.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 modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -19708,16 +21720,19 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.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(); onChanged(); @@ -19728,19 +21743,23 @@ public Builder setUpdateTime( return this; } /** + * + * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { if (updateTime_ != null) { updateTime_ = - com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); } else { updateTime_ = value; } @@ -19752,13 +21771,17 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearUpdateTime() { if (updateTimeBuilder_ == null) { @@ -19772,61 +21795,79 @@ public Builder clearUpdateTime() { return this; } /** + * + * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { - + onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.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 modification time of the bucket.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 13 [(.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_; } - private boolean defaultEventBasedHold_ ; + private boolean defaultEventBasedHold_; /** + * + * *
      * The default value for event-based hold on newly created objects in this
      * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -19844,6 +21885,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * 
* * bool default_event_based_hold = 14; + * * @return The defaultEventBasedHold. */ @java.lang.Override @@ -19851,6 +21893,8 @@ public boolean getDefaultEventBasedHold() { return defaultEventBasedHold_; } /** + * + * *
      * The default value for event-based hold on newly created objects in this
      * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -19868,16 +21912,19 @@ public boolean getDefaultEventBasedHold() {
      * 
* * bool default_event_based_hold = 14; + * * @param value The defaultEventBasedHold to set. * @return This builder for chaining. */ public Builder setDefaultEventBasedHold(boolean value) { - + defaultEventBasedHold_ = value; onChanged(); return this; } /** + * + * *
      * The default value for event-based hold on newly created objects in this
      * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -19895,31 +21942,31 @@ public Builder setDefaultEventBasedHold(boolean value) {
      * 
* * bool default_event_based_hold = 14; + * * @return This builder for chaining. */ public Builder clearDefaultEventBasedHold() { - + defaultEventBasedHold_ = false; onChanged(); return this; } - private com.google.protobuf.MapField< - java.lang.String, java.lang.String> labels_; - private com.google.protobuf.MapField - internalGetLabels() { + private com.google.protobuf.MapField 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() { - onChanged();; + internalGetMutableLabels() { + onChanged(); + ; 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(); @@ -19931,28 +21978,30 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** + * + * *
      * User-provided labels, in key/value pairs.
      * 
* * map<string, string> labels = 15; */ - @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(); } /** + * + * *
      * User-provided labels, in key/value pairs.
      * 
@@ -19960,11 +22009,12 @@ public java.util.Map getLabels() { * map<string, string> labels = 15; */ @java.lang.Override - public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** + * + * *
      * User-provided labels, in key/value pairs.
      * 
@@ -19972,16 +22022,17 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 15; */ @java.lang.Override - public java.lang.String getLabelsOrDefault( - java.lang.String key, - java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetLabels().getMap(); + java.lang.String key, 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; } /** + * + * *
      * User-provided labels, in key/value pairs.
      * 
@@ -19989,12 +22040,11 @@ public java.lang.String getLabelsOrDefault( * map<string, string> labels = 15; */ @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(); } @@ -20002,71 +22052,73 @@ public java.lang.String getLabelsOrThrow( } public Builder clearLabels() { - internalGetMutableLabels().getMutableMap() - .clear(); + internalGetMutableLabels().getMutableMap().clear(); return this; } /** + * + * *
      * User-provided labels, in key/value pairs.
      * 
* * map<string, string> labels = 15; */ - - 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() { return internalGetMutableLabels().getMutableMap(); } /** + * + * *
      * User-provided labels, in key/value pairs.
      * 
* * map<string, string> labels = 15; */ - public Builder putLabels( - java.lang.String key, - java.lang.String value) { - if (key == null) { throw new NullPointerException("map key"); } + 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"); -} + throw new NullPointerException("map value"); + } - internalGetMutableLabels().getMutableMap() - .put(key, value); + internalGetMutableLabels().getMutableMap().put(key, value); return this; } /** + * + * *
      * User-provided labels, in key/value pairs.
      * 
* * map<string, string> labels = 15; */ - - public Builder putAllLabels( - java.util.Map values) { - internalGetMutableLabels().getMutableMap() - .putAll(values); + public Builder putAllLabels(java.util.Map values) { + internalGetMutableLabels().getMutableMap().putAll(values); return this; } private com.google.storage.v2.Bucket.Website website_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Website, com.google.storage.v2.Bucket.Website.Builder, com.google.storage.v2.Bucket.WebsiteOrBuilder> websiteBuilder_; + com.google.storage.v2.Bucket.Website, + com.google.storage.v2.Bucket.Website.Builder, + com.google.storage.v2.Bucket.WebsiteOrBuilder> + websiteBuilder_; /** + * + * *
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20075,12 +22127,15 @@ public Builder putAllLabels(
      * 
* * .google.storage.v2.Bucket.Website website = 16; + * * @return Whether the website field is set. */ public boolean hasWebsite() { return websiteBuilder_ != null || website_ != null; } /** + * + * *
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20089,16 +22144,21 @@ public boolean hasWebsite() {
      * 
* * .google.storage.v2.Bucket.Website website = 16; + * * @return The website. */ public com.google.storage.v2.Bucket.Website getWebsite() { if (websiteBuilder_ == null) { - return website_ == null ? com.google.storage.v2.Bucket.Website.getDefaultInstance() : website_; + return website_ == null + ? com.google.storage.v2.Bucket.Website.getDefaultInstance() + : website_; } else { return websiteBuilder_.getMessage(); } } /** + * + * *
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20122,6 +22182,8 @@ public Builder setWebsite(com.google.storage.v2.Bucket.Website value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20131,8 +22193,7 @@ public Builder setWebsite(com.google.storage.v2.Bucket.Website value) {
      *
      * .google.storage.v2.Bucket.Website website = 16;
      */
-    public Builder setWebsite(
-        com.google.storage.v2.Bucket.Website.Builder builderForValue) {
+    public Builder setWebsite(com.google.storage.v2.Bucket.Website.Builder builderForValue) {
       if (websiteBuilder_ == null) {
         website_ = builderForValue.build();
         onChanged();
@@ -20143,6 +22204,8 @@ public Builder setWebsite(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20156,7 +22219,9 @@ public Builder mergeWebsite(com.google.storage.v2.Bucket.Website value) {
       if (websiteBuilder_ == null) {
         if (website_ != null) {
           website_ =
-            com.google.storage.v2.Bucket.Website.newBuilder(website_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Bucket.Website.newBuilder(website_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           website_ = value;
         }
@@ -20168,6 +22233,8 @@ public Builder mergeWebsite(com.google.storage.v2.Bucket.Website value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20189,6 +22256,8 @@ public Builder clearWebsite() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20199,11 +22268,13 @@ public Builder clearWebsite() {
      * .google.storage.v2.Bucket.Website website = 16;
      */
     public com.google.storage.v2.Bucket.Website.Builder getWebsiteBuilder() {
-      
+
       onChanged();
       return getWebsiteFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20217,11 +22288,14 @@ public com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder() {
       if (websiteBuilder_ != null) {
         return websiteBuilder_.getMessageOrBuilder();
       } else {
-        return website_ == null ?
-            com.google.storage.v2.Bucket.Website.getDefaultInstance() : website_;
+        return website_ == null
+            ? com.google.storage.v2.Bucket.Website.getDefaultInstance()
+            : website_;
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's website config, controlling how the service behaves
      * when accessing bucket contents as a web site. See the
@@ -20232,14 +22306,17 @@ public com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder() {
      * .google.storage.v2.Bucket.Website website = 16;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.Website, com.google.storage.v2.Bucket.Website.Builder, com.google.storage.v2.Bucket.WebsiteOrBuilder> 
+            com.google.storage.v2.Bucket.Website,
+            com.google.storage.v2.Bucket.Website.Builder,
+            com.google.storage.v2.Bucket.WebsiteOrBuilder>
         getWebsiteFieldBuilder() {
       if (websiteBuilder_ == null) {
-        websiteBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Website, com.google.storage.v2.Bucket.Website.Builder, com.google.storage.v2.Bucket.WebsiteOrBuilder>(
-                getWebsite(),
-                getParentForChildren(),
-                isClean());
+        websiteBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Bucket.Website,
+                com.google.storage.v2.Bucket.Website.Builder,
+                com.google.storage.v2.Bucket.WebsiteOrBuilder>(
+                getWebsite(), getParentForChildren(), isClean());
         website_ = null;
       }
       return websiteBuilder_;
@@ -20247,34 +22324,47 @@ public com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder() {
 
     private com.google.storage.v2.Bucket.Versioning versioning_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.Versioning, com.google.storage.v2.Bucket.Versioning.Builder, com.google.storage.v2.Bucket.VersioningOrBuilder> versioningBuilder_;
+            com.google.storage.v2.Bucket.Versioning,
+            com.google.storage.v2.Bucket.Versioning.Builder,
+            com.google.storage.v2.Bucket.VersioningOrBuilder>
+        versioningBuilder_;
     /**
+     *
+     *
      * 
      * The bucket's versioning config.
      * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; + * * @return Whether the versioning field is set. */ public boolean hasVersioning() { return versioningBuilder_ != null || versioning_ != null; } /** + * + * *
      * The bucket's versioning config.
      * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; + * * @return The versioning. */ public com.google.storage.v2.Bucket.Versioning getVersioning() { if (versioningBuilder_ == null) { - return versioning_ == null ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() : versioning_; + return versioning_ == null + ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() + : versioning_; } else { return versioningBuilder_.getMessage(); } } /** + * + * *
      * The bucket's versioning config.
      * 
@@ -20295,14 +22385,15 @@ public Builder setVersioning(com.google.storage.v2.Bucket.Versioning value) { return this; } /** + * + * *
      * The bucket's versioning config.
      * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; */ - public Builder setVersioning( - com.google.storage.v2.Bucket.Versioning.Builder builderForValue) { + public Builder setVersioning(com.google.storage.v2.Bucket.Versioning.Builder builderForValue) { if (versioningBuilder_ == null) { versioning_ = builderForValue.build(); onChanged(); @@ -20313,6 +22404,8 @@ public Builder setVersioning( return this; } /** + * + * *
      * The bucket's versioning config.
      * 
@@ -20323,7 +22416,9 @@ public Builder mergeVersioning(com.google.storage.v2.Bucket.Versioning value) { if (versioningBuilder_ == null) { if (versioning_ != null) { versioning_ = - com.google.storage.v2.Bucket.Versioning.newBuilder(versioning_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Bucket.Versioning.newBuilder(versioning_) + .mergeFrom(value) + .buildPartial(); } else { versioning_ = value; } @@ -20335,6 +22430,8 @@ public Builder mergeVersioning(com.google.storage.v2.Bucket.Versioning value) { return this; } /** + * + * *
      * The bucket's versioning config.
      * 
@@ -20353,6 +22450,8 @@ public Builder clearVersioning() { return this; } /** + * + * *
      * The bucket's versioning config.
      * 
@@ -20360,11 +22459,13 @@ public Builder clearVersioning() { * .google.storage.v2.Bucket.Versioning versioning = 17; */ public com.google.storage.v2.Bucket.Versioning.Builder getVersioningBuilder() { - + onChanged(); return getVersioningFieldBuilder().getBuilder(); } /** + * + * *
      * The bucket's versioning config.
      * 
@@ -20375,11 +22476,14 @@ public com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder() if (versioningBuilder_ != null) { return versioningBuilder_.getMessageOrBuilder(); } else { - return versioning_ == null ? - com.google.storage.v2.Bucket.Versioning.getDefaultInstance() : versioning_; + return versioning_ == null + ? com.google.storage.v2.Bucket.Versioning.getDefaultInstance() + : versioning_; } } /** + * + * *
      * The bucket's versioning config.
      * 
@@ -20387,14 +22491,17 @@ public com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder() * .google.storage.v2.Bucket.Versioning versioning = 17; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Versioning, com.google.storage.v2.Bucket.Versioning.Builder, com.google.storage.v2.Bucket.VersioningOrBuilder> + com.google.storage.v2.Bucket.Versioning, + com.google.storage.v2.Bucket.Versioning.Builder, + com.google.storage.v2.Bucket.VersioningOrBuilder> getVersioningFieldBuilder() { if (versioningBuilder_ == null) { - versioningBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Versioning, com.google.storage.v2.Bucket.Versioning.Builder, com.google.storage.v2.Bucket.VersioningOrBuilder>( - getVersioning(), - getParentForChildren(), - isClean()); + versioningBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Versioning, + com.google.storage.v2.Bucket.Versioning.Builder, + com.google.storage.v2.Bucket.VersioningOrBuilder>( + getVersioning(), getParentForChildren(), isClean()); versioning_ = null; } return versioningBuilder_; @@ -20402,36 +22509,49 @@ public com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder() private com.google.storage.v2.Bucket.Logging logging_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Logging, com.google.storage.v2.Bucket.Logging.Builder, com.google.storage.v2.Bucket.LoggingOrBuilder> loggingBuilder_; + com.google.storage.v2.Bucket.Logging, + com.google.storage.v2.Bucket.Logging.Builder, + com.google.storage.v2.Bucket.LoggingOrBuilder> + loggingBuilder_; /** + * + * *
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
      * 
* * .google.storage.v2.Bucket.Logging logging = 18; + * * @return Whether the logging field is set. */ public boolean hasLogging() { return loggingBuilder_ != null || logging_ != null; } /** + * + * *
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
      * 
* * .google.storage.v2.Bucket.Logging logging = 18; + * * @return The logging. */ public com.google.storage.v2.Bucket.Logging getLogging() { if (loggingBuilder_ == null) { - return logging_ == null ? com.google.storage.v2.Bucket.Logging.getDefaultInstance() : logging_; + return logging_ == null + ? com.google.storage.v2.Bucket.Logging.getDefaultInstance() + : logging_; } else { return loggingBuilder_.getMessage(); } } /** + * + * *
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -20453,6 +22573,8 @@ public Builder setLogging(com.google.storage.v2.Bucket.Logging value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -20460,8 +22582,7 @@ public Builder setLogging(com.google.storage.v2.Bucket.Logging value) {
      *
      * .google.storage.v2.Bucket.Logging logging = 18;
      */
-    public Builder setLogging(
-        com.google.storage.v2.Bucket.Logging.Builder builderForValue) {
+    public Builder setLogging(com.google.storage.v2.Bucket.Logging.Builder builderForValue) {
       if (loggingBuilder_ == null) {
         logging_ = builderForValue.build();
         onChanged();
@@ -20472,6 +22593,8 @@ public Builder setLogging(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -20483,7 +22606,9 @@ public Builder mergeLogging(com.google.storage.v2.Bucket.Logging value) {
       if (loggingBuilder_ == null) {
         if (logging_ != null) {
           logging_ =
-            com.google.storage.v2.Bucket.Logging.newBuilder(logging_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Bucket.Logging.newBuilder(logging_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           logging_ = value;
         }
@@ -20495,6 +22620,8 @@ public Builder mergeLogging(com.google.storage.v2.Bucket.Logging value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -20514,6 +22641,8 @@ public Builder clearLogging() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -20522,11 +22651,13 @@ public Builder clearLogging() {
      * .google.storage.v2.Bucket.Logging logging = 18;
      */
     public com.google.storage.v2.Bucket.Logging.Builder getLoggingBuilder() {
-      
+
       onChanged();
       return getLoggingFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -20538,11 +22669,14 @@ public com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder() {
       if (loggingBuilder_ != null) {
         return loggingBuilder_.getMessageOrBuilder();
       } else {
-        return logging_ == null ?
-            com.google.storage.v2.Bucket.Logging.getDefaultInstance() : logging_;
+        return logging_ == null
+            ? com.google.storage.v2.Bucket.Logging.getDefaultInstance()
+            : logging_;
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's logging config, which defines the destination bucket
      * and name prefix (if any) for the current bucket's logs.
@@ -20551,14 +22685,17 @@ public com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder() {
      * .google.storage.v2.Bucket.Logging logging = 18;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.Logging, com.google.storage.v2.Bucket.Logging.Builder, com.google.storage.v2.Bucket.LoggingOrBuilder> 
+            com.google.storage.v2.Bucket.Logging,
+            com.google.storage.v2.Bucket.Logging.Builder,
+            com.google.storage.v2.Bucket.LoggingOrBuilder>
         getLoggingFieldBuilder() {
       if (loggingBuilder_ == null) {
-        loggingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Logging, com.google.storage.v2.Bucket.Logging.Builder, com.google.storage.v2.Bucket.LoggingOrBuilder>(
-                getLogging(),
-                getParentForChildren(),
-                isClean());
+        loggingBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Bucket.Logging,
+                com.google.storage.v2.Bucket.Logging.Builder,
+                com.google.storage.v2.Bucket.LoggingOrBuilder>(
+                getLogging(), getParentForChildren(), isClean());
         logging_ = null;
       }
       return loggingBuilder_;
@@ -20566,26 +22703,37 @@ public com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder() {
 
     private com.google.storage.v2.Owner owner_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder> ownerBuilder_;
+            com.google.storage.v2.Owner,
+            com.google.storage.v2.Owner.Builder,
+            com.google.storage.v2.OwnerOrBuilder>
+        ownerBuilder_;
     /**
+     *
+     *
      * 
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the owner field is set. */ public boolean hasOwner() { return ownerBuilder_ != null || owner_ != null; } /** + * + * *
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The owner. */ public com.google.storage.v2.Owner getOwner() { @@ -20596,12 +22744,15 @@ public com.google.storage.v2.Owner getOwner() { } } /** + * + * *
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setOwner(com.google.storage.v2.Owner value) { if (ownerBuilder_ == null) { @@ -20617,15 +22768,17 @@ public Builder setOwner(com.google.storage.v2.Owner value) { return this; } /** + * + * *
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setOwner( - com.google.storage.v2.Owner.Builder builderForValue) { + public Builder setOwner(com.google.storage.v2.Owner.Builder builderForValue) { if (ownerBuilder_ == null) { owner_ = builderForValue.build(); onChanged(); @@ -20636,18 +22789,20 @@ public Builder setOwner( return this; } /** + * + * *
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeOwner(com.google.storage.v2.Owner value) { if (ownerBuilder_ == null) { if (owner_ != null) { - owner_ = - com.google.storage.v2.Owner.newBuilder(owner_).mergeFrom(value).buildPartial(); + owner_ = com.google.storage.v2.Owner.newBuilder(owner_).mergeFrom(value).buildPartial(); } else { owner_ = value; } @@ -20659,12 +22814,15 @@ public Builder mergeOwner(com.google.storage.v2.Owner value) { return this; } /** + * + * *
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearOwner() { if (ownerBuilder_ == null) { @@ -20678,51 +22836,62 @@ public Builder clearOwner() { return this; } /** + * + * *
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.storage.v2.Owner.Builder getOwnerBuilder() { - + onChanged(); return getOwnerFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { if (ownerBuilder_ != null) { return ownerBuilder_.getMessageOrBuilder(); } else { - return owner_ == null ? - com.google.storage.v2.Owner.getDefaultInstance() : owner_; + return owner_ == null ? com.google.storage.v2.Owner.getDefaultInstance() : owner_; } } /** + * + * *
      * Output only. The owner of the bucket. This is always the project team's
      * owner group.
      * 
* - * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder> + com.google.storage.v2.Owner, + com.google.storage.v2.Owner.Builder, + com.google.storage.v2.OwnerOrBuilder> getOwnerFieldBuilder() { if (ownerBuilder_ == null) { - ownerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder>( - getOwner(), - getParentForChildren(), - isClean()); + ownerBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Owner, + com.google.storage.v2.Owner.Builder, + com.google.storage.v2.OwnerOrBuilder>( + getOwner(), getParentForChildren(), isClean()); owner_ = null; } return ownerBuilder_; @@ -20730,34 +22899,47 @@ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { private com.google.storage.v2.Bucket.Encryption encryption_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Encryption, com.google.storage.v2.Bucket.Encryption.Builder, com.google.storage.v2.Bucket.EncryptionOrBuilder> encryptionBuilder_; + com.google.storage.v2.Bucket.Encryption, + com.google.storage.v2.Bucket.Encryption.Builder, + com.google.storage.v2.Bucket.EncryptionOrBuilder> + encryptionBuilder_; /** + * + * *
      * Encryption config for a bucket.
      * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; + * * @return Whether the encryption field is set. */ public boolean hasEncryption() { return encryptionBuilder_ != null || encryption_ != null; } /** + * + * *
      * Encryption config for a bucket.
      * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; + * * @return The encryption. */ public com.google.storage.v2.Bucket.Encryption getEncryption() { if (encryptionBuilder_ == null) { - return encryption_ == null ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() : encryption_; + return encryption_ == null + ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() + : encryption_; } else { return encryptionBuilder_.getMessage(); } } /** + * + * *
      * Encryption config for a bucket.
      * 
@@ -20778,14 +22960,15 @@ public Builder setEncryption(com.google.storage.v2.Bucket.Encryption value) { return this; } /** + * + * *
      * Encryption config for a bucket.
      * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; */ - public Builder setEncryption( - com.google.storage.v2.Bucket.Encryption.Builder builderForValue) { + public Builder setEncryption(com.google.storage.v2.Bucket.Encryption.Builder builderForValue) { if (encryptionBuilder_ == null) { encryption_ = builderForValue.build(); onChanged(); @@ -20796,6 +22979,8 @@ public Builder setEncryption( return this; } /** + * + * *
      * Encryption config for a bucket.
      * 
@@ -20806,7 +22991,9 @@ public Builder mergeEncryption(com.google.storage.v2.Bucket.Encryption value) { if (encryptionBuilder_ == null) { if (encryption_ != null) { encryption_ = - com.google.storage.v2.Bucket.Encryption.newBuilder(encryption_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Bucket.Encryption.newBuilder(encryption_) + .mergeFrom(value) + .buildPartial(); } else { encryption_ = value; } @@ -20818,6 +23005,8 @@ public Builder mergeEncryption(com.google.storage.v2.Bucket.Encryption value) { return this; } /** + * + * *
      * Encryption config for a bucket.
      * 
@@ -20836,6 +23025,8 @@ public Builder clearEncryption() { return this; } /** + * + * *
      * Encryption config for a bucket.
      * 
@@ -20843,11 +23034,13 @@ public Builder clearEncryption() { * .google.storage.v2.Bucket.Encryption encryption = 20; */ public com.google.storage.v2.Bucket.Encryption.Builder getEncryptionBuilder() { - + onChanged(); return getEncryptionFieldBuilder().getBuilder(); } /** + * + * *
      * Encryption config for a bucket.
      * 
@@ -20858,11 +23051,14 @@ public com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder() if (encryptionBuilder_ != null) { return encryptionBuilder_.getMessageOrBuilder(); } else { - return encryption_ == null ? - com.google.storage.v2.Bucket.Encryption.getDefaultInstance() : encryption_; + return encryption_ == null + ? com.google.storage.v2.Bucket.Encryption.getDefaultInstance() + : encryption_; } } /** + * + * *
      * Encryption config for a bucket.
      * 
@@ -20870,14 +23066,17 @@ public com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder() * .google.storage.v2.Bucket.Encryption encryption = 20; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Encryption, com.google.storage.v2.Bucket.Encryption.Builder, com.google.storage.v2.Bucket.EncryptionOrBuilder> + com.google.storage.v2.Bucket.Encryption, + com.google.storage.v2.Bucket.Encryption.Builder, + com.google.storage.v2.Bucket.EncryptionOrBuilder> getEncryptionFieldBuilder() { if (encryptionBuilder_ == null) { - encryptionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Encryption, com.google.storage.v2.Bucket.Encryption.Builder, com.google.storage.v2.Bucket.EncryptionOrBuilder>( - getEncryption(), - getParentForChildren(), - isClean()); + encryptionBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Encryption, + com.google.storage.v2.Bucket.Encryption.Builder, + com.google.storage.v2.Bucket.EncryptionOrBuilder>( + getEncryption(), getParentForChildren(), isClean()); encryption_ = null; } return encryptionBuilder_; @@ -20885,34 +23084,47 @@ public com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder() private com.google.storage.v2.Bucket.Billing billing_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Billing, com.google.storage.v2.Bucket.Billing.Builder, com.google.storage.v2.Bucket.BillingOrBuilder> billingBuilder_; + com.google.storage.v2.Bucket.Billing, + com.google.storage.v2.Bucket.Billing.Builder, + com.google.storage.v2.Bucket.BillingOrBuilder> + billingBuilder_; /** + * + * *
      * The bucket's billing config.
      * 
* * .google.storage.v2.Bucket.Billing billing = 21; + * * @return Whether the billing field is set. */ public boolean hasBilling() { return billingBuilder_ != null || billing_ != null; } /** + * + * *
      * The bucket's billing config.
      * 
* * .google.storage.v2.Bucket.Billing billing = 21; + * * @return The billing. */ public com.google.storage.v2.Bucket.Billing getBilling() { if (billingBuilder_ == null) { - return billing_ == null ? com.google.storage.v2.Bucket.Billing.getDefaultInstance() : billing_; + return billing_ == null + ? com.google.storage.v2.Bucket.Billing.getDefaultInstance() + : billing_; } else { return billingBuilder_.getMessage(); } } /** + * + * *
      * The bucket's billing config.
      * 
@@ -20933,14 +23145,15 @@ public Builder setBilling(com.google.storage.v2.Bucket.Billing value) { return this; } /** + * + * *
      * The bucket's billing config.
      * 
* * .google.storage.v2.Bucket.Billing billing = 21; */ - public Builder setBilling( - com.google.storage.v2.Bucket.Billing.Builder builderForValue) { + public Builder setBilling(com.google.storage.v2.Bucket.Billing.Builder builderForValue) { if (billingBuilder_ == null) { billing_ = builderForValue.build(); onChanged(); @@ -20951,6 +23164,8 @@ public Builder setBilling( return this; } /** + * + * *
      * The bucket's billing config.
      * 
@@ -20961,7 +23176,9 @@ public Builder mergeBilling(com.google.storage.v2.Bucket.Billing value) { if (billingBuilder_ == null) { if (billing_ != null) { billing_ = - com.google.storage.v2.Bucket.Billing.newBuilder(billing_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Bucket.Billing.newBuilder(billing_) + .mergeFrom(value) + .buildPartial(); } else { billing_ = value; } @@ -20973,6 +23190,8 @@ public Builder mergeBilling(com.google.storage.v2.Bucket.Billing value) { return this; } /** + * + * *
      * The bucket's billing config.
      * 
@@ -20991,6 +23210,8 @@ public Builder clearBilling() { return this; } /** + * + * *
      * The bucket's billing config.
      * 
@@ -20998,11 +23219,13 @@ public Builder clearBilling() { * .google.storage.v2.Bucket.Billing billing = 21; */ public com.google.storage.v2.Bucket.Billing.Builder getBillingBuilder() { - + onChanged(); return getBillingFieldBuilder().getBuilder(); } /** + * + * *
      * The bucket's billing config.
      * 
@@ -21013,11 +23236,14 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() { if (billingBuilder_ != null) { return billingBuilder_.getMessageOrBuilder(); } else { - return billing_ == null ? - com.google.storage.v2.Bucket.Billing.getDefaultInstance() : billing_; + return billing_ == null + ? com.google.storage.v2.Bucket.Billing.getDefaultInstance() + : billing_; } } /** + * + * *
      * The bucket's billing config.
      * 
@@ -21025,14 +23251,17 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() { * .google.storage.v2.Bucket.Billing billing = 21; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Billing, com.google.storage.v2.Bucket.Billing.Builder, com.google.storage.v2.Bucket.BillingOrBuilder> + com.google.storage.v2.Bucket.Billing, + com.google.storage.v2.Bucket.Billing.Builder, + com.google.storage.v2.Bucket.BillingOrBuilder> getBillingFieldBuilder() { if (billingBuilder_ == null) { - billingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.Billing, com.google.storage.v2.Bucket.Billing.Builder, com.google.storage.v2.Bucket.BillingOrBuilder>( - getBilling(), - getParentForChildren(), - isClean()); + billingBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.Billing, + com.google.storage.v2.Bucket.Billing.Builder, + com.google.storage.v2.Bucket.BillingOrBuilder>( + getBilling(), getParentForChildren(), isClean()); billing_ = null; } return billingBuilder_; @@ -21040,8 +23269,13 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() { private com.google.storage.v2.Bucket.RetentionPolicy retentionPolicy_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.RetentionPolicy, com.google.storage.v2.Bucket.RetentionPolicy.Builder, com.google.storage.v2.Bucket.RetentionPolicyOrBuilder> retentionPolicyBuilder_; + com.google.storage.v2.Bucket.RetentionPolicy, + com.google.storage.v2.Bucket.RetentionPolicy.Builder, + com.google.storage.v2.Bucket.RetentionPolicyOrBuilder> + retentionPolicyBuilder_; /** + * + * *
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21055,12 +23289,15 @@ public com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder() {
      * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; + * * @return Whether the retentionPolicy field is set. */ public boolean hasRetentionPolicy() { return retentionPolicyBuilder_ != null || retentionPolicy_ != null; } /** + * + * *
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21074,16 +23311,21 @@ public boolean hasRetentionPolicy() {
      * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; + * * @return The retentionPolicy. */ public com.google.storage.v2.Bucket.RetentionPolicy getRetentionPolicy() { if (retentionPolicyBuilder_ == null) { - return retentionPolicy_ == null ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() : retentionPolicy_; + return retentionPolicy_ == null + ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() + : retentionPolicy_; } else { return retentionPolicyBuilder_.getMessage(); } } /** + * + * *
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21112,6 +23354,8 @@ public Builder setRetentionPolicy(com.google.storage.v2.Bucket.RetentionPolicy v
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21138,6 +23382,8 @@ public Builder setRetentionPolicy(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21156,7 +23402,9 @@ public Builder mergeRetentionPolicy(com.google.storage.v2.Bucket.RetentionPolicy
       if (retentionPolicyBuilder_ == null) {
         if (retentionPolicy_ != null) {
           retentionPolicy_ =
-            com.google.storage.v2.Bucket.RetentionPolicy.newBuilder(retentionPolicy_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Bucket.RetentionPolicy.newBuilder(retentionPolicy_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           retentionPolicy_ = value;
         }
@@ -21168,6 +23416,8 @@ public Builder mergeRetentionPolicy(com.google.storage.v2.Bucket.RetentionPolicy
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21194,6 +23444,8 @@ public Builder clearRetentionPolicy() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21209,11 +23461,13 @@ public Builder clearRetentionPolicy() {
      * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22;
      */
     public com.google.storage.v2.Bucket.RetentionPolicy.Builder getRetentionPolicyBuilder() {
-      
+
       onChanged();
       return getRetentionPolicyFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21232,11 +23486,14 @@ public com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyO
       if (retentionPolicyBuilder_ != null) {
         return retentionPolicyBuilder_.getMessageOrBuilder();
       } else {
-        return retentionPolicy_ == null ?
-            com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance() : retentionPolicy_;
+        return retentionPolicy_ == null
+            ? com.google.storage.v2.Bucket.RetentionPolicy.getDefaultInstance()
+            : retentionPolicy_;
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's retention policy. The retention policy enforces a minimum
      * retention time for all objects contained in the bucket, based on their
@@ -21252,14 +23509,17 @@ public com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyO
      * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.RetentionPolicy, com.google.storage.v2.Bucket.RetentionPolicy.Builder, com.google.storage.v2.Bucket.RetentionPolicyOrBuilder> 
+            com.google.storage.v2.Bucket.RetentionPolicy,
+            com.google.storage.v2.Bucket.RetentionPolicy.Builder,
+            com.google.storage.v2.Bucket.RetentionPolicyOrBuilder>
         getRetentionPolicyFieldBuilder() {
       if (retentionPolicyBuilder_ == null) {
-        retentionPolicyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.RetentionPolicy, com.google.storage.v2.Bucket.RetentionPolicy.Builder, com.google.storage.v2.Bucket.RetentionPolicyOrBuilder>(
-                getRetentionPolicy(),
-                getParentForChildren(),
-                isClean());
+        retentionPolicyBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Bucket.RetentionPolicy,
+                com.google.storage.v2.Bucket.RetentionPolicy.Builder,
+                com.google.storage.v2.Bucket.RetentionPolicyOrBuilder>(
+                getRetentionPolicy(), getParentForChildren(), isClean());
         retentionPolicy_ = null;
       }
       return retentionPolicyBuilder_;
@@ -21267,34 +23527,47 @@ public com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyO
 
     private com.google.storage.v2.Bucket.IamConfig iamConfig_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.IamConfig, com.google.storage.v2.Bucket.IamConfig.Builder, com.google.storage.v2.Bucket.IamConfigOrBuilder> iamConfigBuilder_;
+            com.google.storage.v2.Bucket.IamConfig,
+            com.google.storage.v2.Bucket.IamConfig.Builder,
+            com.google.storage.v2.Bucket.IamConfigOrBuilder>
+        iamConfigBuilder_;
     /**
+     *
+     *
      * 
      * The bucket's IAM config.
      * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; + * * @return Whether the iamConfig field is set. */ public boolean hasIamConfig() { return iamConfigBuilder_ != null || iamConfig_ != null; } /** + * + * *
      * The bucket's IAM config.
      * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; + * * @return The iamConfig. */ public com.google.storage.v2.Bucket.IamConfig getIamConfig() { if (iamConfigBuilder_ == null) { - return iamConfig_ == null ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() : iamConfig_; + return iamConfig_ == null + ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() + : iamConfig_; } else { return iamConfigBuilder_.getMessage(); } } /** + * + * *
      * The bucket's IAM config.
      * 
@@ -21315,14 +23588,15 @@ public Builder setIamConfig(com.google.storage.v2.Bucket.IamConfig value) { return this; } /** + * + * *
      * The bucket's IAM config.
      * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; */ - public Builder setIamConfig( - com.google.storage.v2.Bucket.IamConfig.Builder builderForValue) { + public Builder setIamConfig(com.google.storage.v2.Bucket.IamConfig.Builder builderForValue) { if (iamConfigBuilder_ == null) { iamConfig_ = builderForValue.build(); onChanged(); @@ -21333,6 +23607,8 @@ public Builder setIamConfig( return this; } /** + * + * *
      * The bucket's IAM config.
      * 
@@ -21343,7 +23619,9 @@ public Builder mergeIamConfig(com.google.storage.v2.Bucket.IamConfig value) { if (iamConfigBuilder_ == null) { if (iamConfig_ != null) { iamConfig_ = - com.google.storage.v2.Bucket.IamConfig.newBuilder(iamConfig_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Bucket.IamConfig.newBuilder(iamConfig_) + .mergeFrom(value) + .buildPartial(); } else { iamConfig_ = value; } @@ -21355,6 +23633,8 @@ public Builder mergeIamConfig(com.google.storage.v2.Bucket.IamConfig value) { return this; } /** + * + * *
      * The bucket's IAM config.
      * 
@@ -21373,6 +23653,8 @@ public Builder clearIamConfig() { return this; } /** + * + * *
      * The bucket's IAM config.
      * 
@@ -21380,11 +23662,13 @@ public Builder clearIamConfig() { * .google.storage.v2.Bucket.IamConfig iam_config = 23; */ public com.google.storage.v2.Bucket.IamConfig.Builder getIamConfigBuilder() { - + onChanged(); return getIamConfigFieldBuilder().getBuilder(); } /** + * + * *
      * The bucket's IAM config.
      * 
@@ -21395,11 +23679,14 @@ public com.google.storage.v2.Bucket.IamConfigOrBuilder getIamConfigOrBuilder() { if (iamConfigBuilder_ != null) { return iamConfigBuilder_.getMessageOrBuilder(); } else { - return iamConfig_ == null ? - com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() : iamConfig_; + return iamConfig_ == null + ? com.google.storage.v2.Bucket.IamConfig.getDefaultInstance() + : iamConfig_; } } /** + * + * *
      * The bucket's IAM config.
      * 
@@ -21407,26 +23694,32 @@ public com.google.storage.v2.Bucket.IamConfigOrBuilder getIamConfigOrBuilder() { * .google.storage.v2.Bucket.IamConfig iam_config = 23; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig, com.google.storage.v2.Bucket.IamConfig.Builder, com.google.storage.v2.Bucket.IamConfigOrBuilder> + com.google.storage.v2.Bucket.IamConfig, + com.google.storage.v2.Bucket.IamConfig.Builder, + com.google.storage.v2.Bucket.IamConfigOrBuilder> getIamConfigFieldBuilder() { if (iamConfigBuilder_ == null) { - iamConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.IamConfig, com.google.storage.v2.Bucket.IamConfig.Builder, com.google.storage.v2.Bucket.IamConfigOrBuilder>( - getIamConfig(), - getParentForChildren(), - isClean()); + iamConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Bucket.IamConfig, + com.google.storage.v2.Bucket.IamConfig.Builder, + com.google.storage.v2.Bucket.IamConfigOrBuilder>( + getIamConfig(), getParentForChildren(), isClean()); iamConfig_ = null; } return iamConfigBuilder_; } - private boolean satisfiesPzs_ ; + private boolean satisfiesPzs_; /** + * + * *
      * Reserved for future use.
      * 
* * bool satisfies_pzs = 25; + * * @return The satisfiesPzs. */ @java.lang.Override @@ -21434,30 +23727,36 @@ public boolean getSatisfiesPzs() { return satisfiesPzs_; } /** + * + * *
      * Reserved for future use.
      * 
* * bool satisfies_pzs = 25; + * * @param value The satisfiesPzs to set. * @return This builder for chaining. */ public Builder setSatisfiesPzs(boolean value) { - + satisfiesPzs_ = value; onChanged(); return this; } /** + * + * *
      * Reserved for future use.
      * 
* * bool satisfies_pzs = 25; + * * @return This builder for chaining. */ public Builder clearSatisfiesPzs() { - + satisfiesPzs_ = false; onChanged(); return this; @@ -21465,36 +23764,49 @@ public Builder clearSatisfiesPzs() { private com.google.storage.v2.Bucket.CustomPlacementConfig customPlacementConfig_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket.CustomPlacementConfig, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder, com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder> customPlacementConfigBuilder_; + com.google.storage.v2.Bucket.CustomPlacementConfig, + com.google.storage.v2.Bucket.CustomPlacementConfig.Builder, + com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder> + customPlacementConfigBuilder_; /** + * + * *
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
      * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; + * * @return Whether the customPlacementConfig field is set. */ public boolean hasCustomPlacementConfig() { return customPlacementConfigBuilder_ != null || customPlacementConfig_ != null; } /** + * + * *
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
      * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; + * * @return The customPlacementConfig. */ public com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConfig() { if (customPlacementConfigBuilder_ == null) { - return customPlacementConfig_ == null ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() : customPlacementConfig_; + return customPlacementConfig_ == null + ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() + : customPlacementConfig_; } else { return customPlacementConfigBuilder_.getMessage(); } } /** + * + * *
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -21502,7 +23814,8 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConf
      *
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
-    public Builder setCustomPlacementConfig(com.google.storage.v2.Bucket.CustomPlacementConfig value) {
+    public Builder setCustomPlacementConfig(
+        com.google.storage.v2.Bucket.CustomPlacementConfig value) {
       if (customPlacementConfigBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -21516,6 +23829,8 @@ public Builder setCustomPlacementConfig(com.google.storage.v2.Bucket.CustomPlace
       return this;
     }
     /**
+     *
+     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -21535,6 +23850,8 @@ public Builder setCustomPlacementConfig(
       return this;
     }
     /**
+     *
+     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -21542,11 +23859,14 @@ public Builder setCustomPlacementConfig(
      *
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
-    public Builder mergeCustomPlacementConfig(com.google.storage.v2.Bucket.CustomPlacementConfig value) {
+    public Builder mergeCustomPlacementConfig(
+        com.google.storage.v2.Bucket.CustomPlacementConfig value) {
       if (customPlacementConfigBuilder_ == null) {
         if (customPlacementConfig_ != null) {
           customPlacementConfig_ =
-            com.google.storage.v2.Bucket.CustomPlacementConfig.newBuilder(customPlacementConfig_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Bucket.CustomPlacementConfig.newBuilder(customPlacementConfig_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           customPlacementConfig_ = value;
         }
@@ -21558,6 +23878,8 @@ public Builder mergeCustomPlacementConfig(com.google.storage.v2.Bucket.CustomPla
       return this;
     }
     /**
+     *
+     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -21577,6 +23899,8 @@ public Builder clearCustomPlacementConfig() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -21584,12 +23908,15 @@ public Builder clearCustomPlacementConfig() {
      *
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
-    public com.google.storage.v2.Bucket.CustomPlacementConfig.Builder getCustomPlacementConfigBuilder() {
-      
+    public com.google.storage.v2.Bucket.CustomPlacementConfig.Builder
+        getCustomPlacementConfigBuilder() {
+
       onChanged();
       return getCustomPlacementConfigFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -21597,15 +23924,19 @@ public com.google.storage.v2.Bucket.CustomPlacementConfig.Builder getCustomPlace
      *
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
-    public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder getCustomPlacementConfigOrBuilder() {
+    public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder
+        getCustomPlacementConfigOrBuilder() {
       if (customPlacementConfigBuilder_ != null) {
         return customPlacementConfigBuilder_.getMessageOrBuilder();
       } else {
-        return customPlacementConfig_ == null ?
-            com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance() : customPlacementConfig_;
+        return customPlacementConfig_ == null
+            ? com.google.storage.v2.Bucket.CustomPlacementConfig.getDefaultInstance()
+            : customPlacementConfig_;
       }
     }
     /**
+     *
+     *
      * 
      * Configuration that, if present, specifies the data placement for a
      * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -21614,14 +23945,17 @@ public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder getCustomPlac
      * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.CustomPlacementConfig, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder, com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder> 
+            com.google.storage.v2.Bucket.CustomPlacementConfig,
+            com.google.storage.v2.Bucket.CustomPlacementConfig.Builder,
+            com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder>
         getCustomPlacementConfigFieldBuilder() {
       if (customPlacementConfigBuilder_ == null) {
-        customPlacementConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.CustomPlacementConfig, com.google.storage.v2.Bucket.CustomPlacementConfig.Builder, com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder>(
-                getCustomPlacementConfig(),
-                getParentForChildren(),
-                isClean());
+        customPlacementConfigBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Bucket.CustomPlacementConfig,
+                com.google.storage.v2.Bucket.CustomPlacementConfig.Builder,
+                com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder>(
+                getCustomPlacementConfig(), getParentForChildren(), isClean());
         customPlacementConfig_ = null;
       }
       return customPlacementConfigBuilder_;
@@ -21629,36 +23963,49 @@ public com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder getCustomPlac
 
     private com.google.storage.v2.Bucket.Autoclass autoclass_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.Autoclass, com.google.storage.v2.Bucket.Autoclass.Builder, com.google.storage.v2.Bucket.AutoclassOrBuilder> autoclassBuilder_;
+            com.google.storage.v2.Bucket.Autoclass,
+            com.google.storage.v2.Bucket.Autoclass.Builder,
+            com.google.storage.v2.Bucket.AutoclassOrBuilder>
+        autoclassBuilder_;
     /**
+     *
+     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
      * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; + * * @return Whether the autoclass field is set. */ public boolean hasAutoclass() { return autoclassBuilder_ != null || autoclass_ != null; } /** + * + * *
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
      * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; + * * @return The autoclass. */ public com.google.storage.v2.Bucket.Autoclass getAutoclass() { if (autoclassBuilder_ == null) { - return autoclass_ == null ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() : autoclass_; + return autoclass_ == null + ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() + : autoclass_; } else { return autoclassBuilder_.getMessage(); } } /** + * + * *
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -21680,6 +24027,8 @@ public Builder setAutoclass(com.google.storage.v2.Bucket.Autoclass value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -21687,8 +24036,7 @@ public Builder setAutoclass(com.google.storage.v2.Bucket.Autoclass value) {
      *
      * .google.storage.v2.Bucket.Autoclass autoclass = 28;
      */
-    public Builder setAutoclass(
-        com.google.storage.v2.Bucket.Autoclass.Builder builderForValue) {
+    public Builder setAutoclass(com.google.storage.v2.Bucket.Autoclass.Builder builderForValue) {
       if (autoclassBuilder_ == null) {
         autoclass_ = builderForValue.build();
         onChanged();
@@ -21699,6 +24047,8 @@ public Builder setAutoclass(
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -21710,7 +24060,9 @@ public Builder mergeAutoclass(com.google.storage.v2.Bucket.Autoclass value) {
       if (autoclassBuilder_ == null) {
         if (autoclass_ != null) {
           autoclass_ =
-            com.google.storage.v2.Bucket.Autoclass.newBuilder(autoclass_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Bucket.Autoclass.newBuilder(autoclass_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           autoclass_ = value;
         }
@@ -21722,6 +24074,8 @@ public Builder mergeAutoclass(com.google.storage.v2.Bucket.Autoclass value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -21741,6 +24095,8 @@ public Builder clearAutoclass() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -21749,11 +24105,13 @@ public Builder clearAutoclass() {
      * .google.storage.v2.Bucket.Autoclass autoclass = 28;
      */
     public com.google.storage.v2.Bucket.Autoclass.Builder getAutoclassBuilder() {
-      
+
       onChanged();
       return getAutoclassFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -21765,11 +24123,14 @@ public com.google.storage.v2.Bucket.AutoclassOrBuilder getAutoclassOrBuilder() {
       if (autoclassBuilder_ != null) {
         return autoclassBuilder_.getMessageOrBuilder();
       } else {
-        return autoclass_ == null ?
-            com.google.storage.v2.Bucket.Autoclass.getDefaultInstance() : autoclass_;
+        return autoclass_ == null
+            ? com.google.storage.v2.Bucket.Autoclass.getDefaultInstance()
+            : autoclass_;
       }
     }
     /**
+     *
+     *
      * 
      * The bucket's Autoclass configuration. If there is no configuration, the
      * Autoclass feature will be disabled and have no effect on the bucket.
@@ -21778,21 +24139,24 @@ public com.google.storage.v2.Bucket.AutoclassOrBuilder getAutoclassOrBuilder() {
      * .google.storage.v2.Bucket.Autoclass autoclass = 28;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket.Autoclass, com.google.storage.v2.Bucket.Autoclass.Builder, com.google.storage.v2.Bucket.AutoclassOrBuilder> 
+            com.google.storage.v2.Bucket.Autoclass,
+            com.google.storage.v2.Bucket.Autoclass.Builder,
+            com.google.storage.v2.Bucket.AutoclassOrBuilder>
         getAutoclassFieldBuilder() {
       if (autoclassBuilder_ == null) {
-        autoclassBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket.Autoclass, com.google.storage.v2.Bucket.Autoclass.Builder, com.google.storage.v2.Bucket.AutoclassOrBuilder>(
-                getAutoclass(),
-                getParentForChildren(),
-                isClean());
+        autoclassBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Bucket.Autoclass,
+                com.google.storage.v2.Bucket.Autoclass.Builder,
+                com.google.storage.v2.Bucket.AutoclassOrBuilder>(
+                getAutoclass(), getParentForChildren(), isClean());
         autoclass_ = null;
       }
       return autoclassBuilder_;
     }
+
     @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);
     }
 
@@ -21802,12 +24166,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.Bucket)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.Bucket)
   private static final com.google.storage.v2.Bucket DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.Bucket();
   }
@@ -21816,27 +24180,27 @@ public static com.google.storage.v2.Bucket getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public Bucket 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 Bucket 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;
@@ -21851,6 +24215,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.Bucket getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
similarity index 74%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
index c1134a552c..734923a719 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControl.java
@@ -1,24 +1,42 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * An access-control entry.
  * 
* * Protobuf type {@code google.storage.v2.BucketAccessControl} */ -public final class BucketAccessControl extends - com.google.protobuf.GeneratedMessageV3 implements +public final class BucketAccessControl extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.BucketAccessControl) BucketAccessControlOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use BucketAccessControl.newBuilder() to construct. private BucketAccessControl(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private BucketAccessControl() { role_ = ""; id_ = ""; @@ -32,37 +50,41 @@ private BucketAccessControl() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new BucketAccessControl(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_BucketAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.BucketAccessControl.class, com.google.storage.v2.BucketAccessControl.Builder.class); + com.google.storage.v2.BucketAccessControl.class, + com.google.storage.v2.BucketAccessControl.Builder.class); } public static final int ROLE_FIELD_NUMBER = 1; private volatile java.lang.Object role_; /** + * + * *
    * The access permission for the entity.
    * 
* * string role = 1; + * * @return The role. */ @java.lang.Override @@ -71,29 +93,29 @@ public java.lang.String getRole() { 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(); role_ = s; return s; } } /** + * + * *
    * The access permission for the entity.
    * 
* * string role = 1; + * * @return The bytes for role. */ @java.lang.Override - public com.google.protobuf.ByteString - getRoleBytes() { + public com.google.protobuf.ByteString getRoleBytes() { java.lang.Object ref = role_; 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); role_ = b; return b; } else { @@ -104,11 +126,14 @@ public java.lang.String getRole() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** + * + * *
    * The ID of the access-control entry.
    * 
* * string id = 2; + * * @return The id. */ @java.lang.Override @@ -117,29 +142,29 @@ public java.lang.String getId() { 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(); id_ = s; return s; } } /** + * + * *
    * The ID of the access-control entry.
    * 
* * string id = 2; + * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -150,6 +175,8 @@ public java.lang.String getId() { public static final int ENTITY_FIELD_NUMBER = 3; private volatile java.lang.Object entity_; /** + * + * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -172,6 +199,7 @@ public java.lang.String getId() {
    * 
* * string entity = 3; + * * @return The entity. */ @java.lang.Override @@ -180,14 +208,15 @@ public java.lang.String getEntity() { 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(); entity_ = s; return s; } } /** + * + * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -210,16 +239,15 @@ public java.lang.String getEntity() {
    * 
* * string entity = 3; + * * @return The bytes for entity. */ @java.lang.Override - public com.google.protobuf.ByteString - getEntityBytes() { + public com.google.protobuf.ByteString getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -230,12 +258,15 @@ public java.lang.String getEntity() { public static final int ENTITY_ALT_FIELD_NUMBER = 9; private volatile java.lang.Object entityAlt_; /** + * + * *
    * Output only. The alternative entity format, if exists. For project
    * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The entityAlt. */ @java.lang.Override @@ -244,30 +275,30 @@ public java.lang.String getEntityAlt() { 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(); entityAlt_ = s; return s; } } /** + * + * *
    * Output only. The alternative entity format, if exists. For project
    * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for entityAlt. */ @java.lang.Override - public com.google.protobuf.ByteString - getEntityAltBytes() { + public com.google.protobuf.ByteString getEntityAltBytes() { java.lang.Object ref = entityAlt_; 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); entityAlt_ = b; return b; } else { @@ -278,11 +309,14 @@ public java.lang.String getEntityAlt() { public static final int ENTITY_ID_FIELD_NUMBER = 4; private volatile java.lang.Object entityId_; /** + * + * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; + * * @return The entityId. */ @java.lang.Override @@ -291,29 +325,29 @@ public java.lang.String getEntityId() { 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(); entityId_ = s; return s; } } /** + * + * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; + * * @return The bytes for entityId. */ @java.lang.Override - public com.google.protobuf.ByteString - getEntityIdBytes() { + public com.google.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -324,6 +358,8 @@ public java.lang.String getEntityId() { public static final int ETAG_FIELD_NUMBER = 8; private volatile java.lang.Object etag_; /** + * + * *
    * The etag of the BucketAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -332,6 +368,7 @@ public java.lang.String getEntityId() {
    * 
* * string etag = 8; + * * @return The etag. */ @java.lang.Override @@ -340,14 +377,15 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** + * + * *
    * The etag of the BucketAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -356,16 +394,15 @@ public java.lang.String getEtag() {
    * 
* * string etag = 8; + * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -376,11 +413,14 @@ public java.lang.String getEtag() { public static final int EMAIL_FIELD_NUMBER = 5; private volatile java.lang.Object email_; /** + * + * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; + * * @return The email. */ @java.lang.Override @@ -389,29 +429,29 @@ public java.lang.String getEmail() { 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(); email_ = s; return s; } } /** + * + * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; + * * @return The bytes for email. */ @java.lang.Override - public com.google.protobuf.ByteString - getEmailBytes() { + public com.google.protobuf.ByteString getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -422,11 +462,14 @@ public java.lang.String getEmail() { public static final int DOMAIN_FIELD_NUMBER = 6; private volatile java.lang.Object domain_; /** + * + * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; + * * @return The domain. */ @java.lang.Override @@ -435,29 +478,29 @@ public java.lang.String getDomain() { 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(); domain_ = s; return s; } } /** + * + * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; + * * @return The bytes for domain. */ @java.lang.Override - public com.google.protobuf.ByteString - getDomainBytes() { + public com.google.protobuf.ByteString getDomainBytes() { java.lang.Object ref = domain_; 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); domain_ = b; return b; } else { @@ -468,11 +511,14 @@ public java.lang.String getDomain() { public static final int PROJECT_TEAM_FIELD_NUMBER = 7; private com.google.storage.v2.ProjectTeam projectTeam_; /** + * + * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return Whether the projectTeam field is set. */ @java.lang.Override @@ -480,18 +526,25 @@ public boolean hasProjectTeam() { return projectTeam_ != null; } /** + * + * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return The projectTeam. */ @java.lang.Override public com.google.storage.v2.ProjectTeam getProjectTeam() { - return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; + return projectTeam_ == null + ? com.google.storage.v2.ProjectTeam.getDefaultInstance() + : projectTeam_; } /** + * + * *
    * The project team associated with the entity, if any.
    * 
@@ -504,6 +557,7 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -515,8 +569,7 @@ 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(role_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, role_); } @@ -572,8 +625,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, domain_); } if (projectTeam_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, getProjectTeam()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getProjectTeam()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, etag_); @@ -589,33 +641,25 @@ 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.storage.v2.BucketAccessControl)) { return super.equals(obj); } - com.google.storage.v2.BucketAccessControl other = (com.google.storage.v2.BucketAccessControl) obj; - - if (!getRole() - .equals(other.getRole())) return false; - if (!getId() - .equals(other.getId())) return false; - if (!getEntity() - .equals(other.getEntity())) return false; - if (!getEntityAlt() - .equals(other.getEntityAlt())) return false; - if (!getEntityId() - .equals(other.getEntityId())) return false; - if (!getEtag() - .equals(other.getEtag())) return false; - if (!getEmail() - .equals(other.getEmail())) return false; - if (!getDomain() - .equals(other.getDomain())) return false; + com.google.storage.v2.BucketAccessControl other = + (com.google.storage.v2.BucketAccessControl) obj; + + if (!getRole().equals(other.getRole())) return false; + if (!getId().equals(other.getId())) return false; + if (!getEntity().equals(other.getEntity())) return false; + if (!getEntityAlt().equals(other.getEntityAlt())) return false; + if (!getEntityId().equals(other.getEntityId())) return false; + if (!getEtag().equals(other.getEtag())) return false; + if (!getEmail().equals(other.getEmail())) return false; + if (!getDomain().equals(other.getDomain())) return false; if (hasProjectTeam() != other.hasProjectTeam()) return false; if (hasProjectTeam()) { - if (!getProjectTeam() - .equals(other.getProjectTeam())) return false; + if (!getProjectTeam().equals(other.getProjectTeam())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -653,130 +697,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.BucketAccessControl parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.BucketAccessControl parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.BucketAccessControl parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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.storage.v2.BucketAccessControl 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 access-control entry.
    * 
* * Protobuf type {@code google.storage.v2.BucketAccessControl} */ - 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.storage.v2.BucketAccessControl) com.google.storage.v2.BucketAccessControlOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_BucketAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.BucketAccessControl.class, com.google.storage.v2.BucketAccessControl.Builder.class); + com.google.storage.v2.BucketAccessControl.class, + com.google.storage.v2.BucketAccessControl.Builder.class); } // Construct using com.google.storage.v2.BucketAccessControl.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -806,9 +856,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_BucketAccessControl_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_BucketAccessControl_descriptor; } @java.lang.Override @@ -827,7 +877,8 @@ public com.google.storage.v2.BucketAccessControl build() { @java.lang.Override public com.google.storage.v2.BucketAccessControl buildPartial() { - com.google.storage.v2.BucketAccessControl result = new com.google.storage.v2.BucketAccessControl(this); + com.google.storage.v2.BucketAccessControl result = + new com.google.storage.v2.BucketAccessControl(this); result.role_ = role_; result.id_ = id_; result.entity_ = entity_; @@ -849,38 +900,39 @@ public com.google.storage.v2.BucketAccessControl 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) { + 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.storage.v2.BucketAccessControl) { - return mergeFrom((com.google.storage.v2.BucketAccessControl)other); + return mergeFrom((com.google.storage.v2.BucketAccessControl) other); } else { super.mergeFrom(other); return this; @@ -950,59 +1002,67 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - role_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - id_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 26: { - entity_ = input.readStringRequireUtf8(); - - break; - } // case 26 - case 34: { - entityId_ = input.readStringRequireUtf8(); - - break; - } // case 34 - case 42: { - email_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 50: { - domain_ = input.readStringRequireUtf8(); - - break; - } // case 50 - case 58: { - input.readMessage( - getProjectTeamFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 58 - case 66: { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 66 - case 74: { - entityAlt_ = input.readStringRequireUtf8(); - - break; - } // case 74 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + role_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + id_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 26: + { + entity_ = input.readStringRequireUtf8(); + + break; + } // case 26 + case 34: + { + entityId_ = input.readStringRequireUtf8(); + + break; + } // case 34 + case 42: + { + email_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 50: + { + domain_ = input.readStringRequireUtf8(); + + break; + } // case 50 + case 58: + { + input.readMessage(getProjectTeamFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 58 + case 66: + { + etag_ = input.readStringRequireUtf8(); + + break; + } // case 66 + case 74: + { + entityAlt_ = input.readStringRequireUtf8(); + + break; + } // case 74 + 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) { @@ -1015,18 +1075,20 @@ public Builder mergeFrom( private java.lang.Object role_ = ""; /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @return The role. */ public java.lang.String getRole() { java.lang.Object ref = role_; 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(); role_ = s; return s; @@ -1035,20 +1097,21 @@ public java.lang.String getRole() { } } /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @return The bytes for role. */ - public com.google.protobuf.ByteString - getRoleBytes() { + public com.google.protobuf.ByteString getRoleBytes() { java.lang.Object ref = role_; 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); role_ = b; return b; } else { @@ -1056,54 +1119,61 @@ public java.lang.String getRole() { } } /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @param value The role to set. * @return This builder for chaining. */ - public Builder setRole( - java.lang.String value) { + public Builder setRole(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + role_ = value; onChanged(); return this; } /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @return This builder for chaining. */ public Builder clearRole() { - + role_ = getDefaultInstance().getRole(); onChanged(); return this; } /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @param value The bytes for role to set. * @return This builder for chaining. */ - public Builder setRoleBytes( - com.google.protobuf.ByteString value) { + public Builder setRoleBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + role_ = value; onChanged(); return this; @@ -1111,18 +1181,20 @@ public Builder setRoleBytes( private java.lang.Object id_ = ""; /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; 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(); id_ = s; return s; @@ -1131,20 +1203,21 @@ public java.lang.String getId() { } } /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @return The bytes for id. */ - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -1152,54 +1225,61 @@ public java.lang.String getId() { } } /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId( - java.lang.String value) { + public Builder setId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes( - com.google.protobuf.ByteString value) { + public Builder setIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1207,6 +1287,8 @@ public Builder setIdBytes( private java.lang.Object entity_ = ""; /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1229,13 +1311,13 @@ public Builder setIdBytes(
      * 
* * string entity = 3; + * * @return The entity. */ public java.lang.String getEntity() { java.lang.Object ref = entity_; 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(); entity_ = s; return s; @@ -1244,6 +1326,8 @@ public java.lang.String getEntity() { } } /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1266,15 +1350,14 @@ public java.lang.String getEntity() {
      * 
* * string entity = 3; + * * @return The bytes for entity. */ - public com.google.protobuf.ByteString - getEntityBytes() { + public com.google.protobuf.ByteString getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -1282,6 +1365,8 @@ public java.lang.String getEntity() { } } /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1304,20 +1389,22 @@ public java.lang.String getEntity() {
      * 
* * string entity = 3; + * * @param value The entity to set. * @return This builder for chaining. */ - public Builder setEntity( - java.lang.String value) { + public Builder setEntity(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entity_ = value; onChanged(); return this; } /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1340,15 +1427,18 @@ public Builder setEntity(
      * 
* * string entity = 3; + * * @return This builder for chaining. */ public Builder clearEntity() { - + entity_ = getDefaultInstance().getEntity(); onChanged(); return this; } /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1371,16 +1461,16 @@ public Builder clearEntity() {
      * 
* * string entity = 3; + * * @param value The bytes for entity to set. * @return This builder for chaining. */ - public Builder setEntityBytes( - com.google.protobuf.ByteString value) { + public Builder setEntityBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entity_ = value; onChanged(); return this; @@ -1388,19 +1478,21 @@ public Builder setEntityBytes( private java.lang.Object entityAlt_ = ""; /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The entityAlt. */ public java.lang.String getEntityAlt() { java.lang.Object ref = entityAlt_; 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(); entityAlt_ = s; return s; @@ -1409,21 +1501,22 @@ public java.lang.String getEntityAlt() { } } /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for entityAlt. */ - public com.google.protobuf.ByteString - getEntityAltBytes() { + public com.google.protobuf.ByteString getEntityAltBytes() { java.lang.Object ref = entityAlt_; 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); entityAlt_ = b; return b; } else { @@ -1431,57 +1524,64 @@ public java.lang.String getEntityAlt() { } } /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The entityAlt to set. * @return This builder for chaining. */ - public Builder setEntityAlt( - java.lang.String value) { + public Builder setEntityAlt(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityAlt_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearEntityAlt() { - + entityAlt_ = getDefaultInstance().getEntityAlt(); onChanged(); return this; } /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for entityAlt to set. * @return This builder for chaining. */ - public Builder setEntityAltBytes( - com.google.protobuf.ByteString value) { + public Builder setEntityAltBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityAlt_ = value; onChanged(); return this; @@ -1489,18 +1589,20 @@ public Builder setEntityAltBytes( private java.lang.Object entityId_ = ""; /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @return The entityId. */ public java.lang.String getEntityId() { java.lang.Object ref = entityId_; 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(); entityId_ = s; return s; @@ -1509,20 +1611,21 @@ public java.lang.String getEntityId() { } } /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @return The bytes for entityId. */ - public com.google.protobuf.ByteString - getEntityIdBytes() { + public com.google.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -1530,54 +1633,61 @@ public java.lang.String getEntityId() { } } /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @param value The entityId to set. * @return This builder for chaining. */ - public Builder setEntityId( - java.lang.String value) { + public Builder setEntityId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityId_ = value; onChanged(); return this; } /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @return This builder for chaining. */ public Builder clearEntityId() { - + entityId_ = getDefaultInstance().getEntityId(); onChanged(); return this; } /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @param value The bytes for entityId to set. * @return This builder for chaining. */ - public Builder setEntityIdBytes( - com.google.protobuf.ByteString value) { + public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityId_ = value; onChanged(); return this; @@ -1585,6 +1695,8 @@ public Builder setEntityIdBytes( private java.lang.Object etag_ = ""; /** + * + * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1593,13 +1705,13 @@ public Builder setEntityIdBytes(
      * 
* * string etag = 8; + * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -1608,6 +1720,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1616,15 +1730,14 @@ public java.lang.String getEtag() {
      * 
* * string etag = 8; + * * @return The bytes for etag. */ - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -1632,6 +1745,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1640,20 +1755,22 @@ public java.lang.String getEtag() {
      * 
* * string etag = 8; + * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag( - java.lang.String value) { + public Builder setEtag(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** + * + * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1662,15 +1779,18 @@ public Builder setEtag(
      * 
* * string etag = 8; + * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** + * + * *
      * The etag of the BucketAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1679,16 +1799,16 @@ public Builder clearEtag() {
      * 
* * string etag = 8; + * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes( - com.google.protobuf.ByteString value) { + public Builder setEtagBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; @@ -1696,18 +1816,20 @@ public Builder setEtagBytes( private java.lang.Object email_ = ""; /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @return The email. */ public java.lang.String getEmail() { java.lang.Object ref = email_; 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(); email_ = s; return s; @@ -1716,20 +1838,21 @@ public java.lang.String getEmail() { } } /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @return The bytes for email. */ - public com.google.protobuf.ByteString - getEmailBytes() { + public com.google.protobuf.ByteString getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -1737,54 +1860,61 @@ public java.lang.String getEmail() { } } /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @param value The email to set. * @return This builder for chaining. */ - public Builder setEmail( - java.lang.String value) { + public Builder setEmail(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + email_ = value; onChanged(); return this; } /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @return This builder for chaining. */ public Builder clearEmail() { - + email_ = getDefaultInstance().getEmail(); onChanged(); return this; } /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @param value The bytes for email to set. * @return This builder for chaining. */ - public Builder setEmailBytes( - com.google.protobuf.ByteString value) { + public Builder setEmailBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + email_ = value; onChanged(); return this; @@ -1792,18 +1922,20 @@ public Builder setEmailBytes( private java.lang.Object domain_ = ""; /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @return The domain. */ public java.lang.String getDomain() { java.lang.Object ref = domain_; 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(); domain_ = s; return s; @@ -1812,20 +1944,21 @@ public java.lang.String getDomain() { } } /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @return The bytes for domain. */ - public com.google.protobuf.ByteString - getDomainBytes() { + public com.google.protobuf.ByteString getDomainBytes() { java.lang.Object ref = domain_; 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); domain_ = b; return b; } else { @@ -1833,54 +1966,61 @@ public java.lang.String getDomain() { } } /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @param value The domain to set. * @return This builder for chaining. */ - public Builder setDomain( - java.lang.String value) { + public Builder setDomain(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domain_ = value; onChanged(); return this; } /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @return This builder for chaining. */ public Builder clearDomain() { - + domain_ = getDefaultInstance().getDomain(); onChanged(); return this; } /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @param value The bytes for domain to set. * @return This builder for chaining. */ - public Builder setDomainBytes( - com.google.protobuf.ByteString value) { + public Builder setDomainBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domain_ = value; onChanged(); return this; @@ -1888,34 +2028,47 @@ public Builder setDomainBytes( private com.google.storage.v2.ProjectTeam projectTeam_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> projectTeamBuilder_; + com.google.storage.v2.ProjectTeam, + com.google.storage.v2.ProjectTeam.Builder, + com.google.storage.v2.ProjectTeamOrBuilder> + projectTeamBuilder_; /** + * + * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return Whether the projectTeam field is set. */ public boolean hasProjectTeam() { return projectTeamBuilder_ != null || projectTeam_ != null; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return The projectTeam. */ public com.google.storage.v2.ProjectTeam getProjectTeam() { if (projectTeamBuilder_ == null) { - return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; + return projectTeam_ == null + ? com.google.storage.v2.ProjectTeam.getDefaultInstance() + : projectTeam_; } else { return projectTeamBuilder_.getMessage(); } } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -1936,14 +2089,15 @@ public Builder setProjectTeam(com.google.storage.v2.ProjectTeam value) { return this; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ - public Builder setProjectTeam( - com.google.storage.v2.ProjectTeam.Builder builderForValue) { + public Builder setProjectTeam(com.google.storage.v2.ProjectTeam.Builder builderForValue) { if (projectTeamBuilder_ == null) { projectTeam_ = builderForValue.build(); onChanged(); @@ -1954,6 +2108,8 @@ public Builder setProjectTeam( return this; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -1964,7 +2120,9 @@ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { if (projectTeamBuilder_ == null) { if (projectTeam_ != null) { projectTeam_ = - com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_).mergeFrom(value).buildPartial(); + com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_) + .mergeFrom(value) + .buildPartial(); } else { projectTeam_ = value; } @@ -1976,6 +2134,8 @@ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { return this; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -1994,6 +2154,8 @@ public Builder clearProjectTeam() { return this; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -2001,11 +2163,13 @@ public Builder clearProjectTeam() { * .google.storage.v2.ProjectTeam project_team = 7; */ public com.google.storage.v2.ProjectTeam.Builder getProjectTeamBuilder() { - + onChanged(); return getProjectTeamFieldBuilder().getBuilder(); } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -2016,11 +2180,14 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { if (projectTeamBuilder_ != null) { return projectTeamBuilder_.getMessageOrBuilder(); } else { - return projectTeam_ == null ? - com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; + return projectTeam_ == null + ? com.google.storage.v2.ProjectTeam.getDefaultInstance() + : projectTeam_; } } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -2028,21 +2195,24 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { * .google.storage.v2.ProjectTeam project_team = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> + com.google.storage.v2.ProjectTeam, + com.google.storage.v2.ProjectTeam.Builder, + com.google.storage.v2.ProjectTeamOrBuilder> getProjectTeamFieldBuilder() { if (projectTeamBuilder_ == null) { - projectTeamBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder>( - getProjectTeam(), - getParentForChildren(), - isClean()); + projectTeamBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ProjectTeam, + com.google.storage.v2.ProjectTeam.Builder, + com.google.storage.v2.ProjectTeamOrBuilder>( + getProjectTeam(), getParentForChildren(), isClean()); projectTeam_ = null; } return projectTeamBuilder_; } + @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); } @@ -2052,12 +2222,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.BucketAccessControl) } // @@protoc_insertion_point(class_scope:google.storage.v2.BucketAccessControl) private static final com.google.storage.v2.BucketAccessControl DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.BucketAccessControl(); } @@ -2066,27 +2236,27 @@ public static com.google.storage.v2.BucketAccessControl getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BucketAccessControl 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 BucketAccessControl 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; @@ -2101,6 +2271,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.BucketAccessControl getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java similarity index 81% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java index ca5422c37c..6b7573f3dc 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketAccessControlOrBuilder.java @@ -1,53 +1,81 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface BucketAccessControlOrBuilder extends +public interface BucketAccessControlOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.BucketAccessControl) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The access permission for the entity.
    * 
* * string role = 1; + * * @return The role. */ java.lang.String getRole(); /** + * + * *
    * The access permission for the entity.
    * 
* * string role = 1; + * * @return The bytes for role. */ - com.google.protobuf.ByteString - getRoleBytes(); + com.google.protobuf.ByteString getRoleBytes(); /** + * + * *
    * The ID of the access-control entry.
    * 
* * string id = 2; + * * @return The id. */ java.lang.String getId(); /** + * + * *
    * The ID of the access-control entry.
    * 
* * string id = 2; + * * @return The bytes for id. */ - com.google.protobuf.ByteString - getIdBytes(); + com.google.protobuf.ByteString getIdBytes(); /** + * + * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -70,10 +98,13 @@ public interface BucketAccessControlOrBuilder extends
    * 
* * string entity = 3; + * * @return The entity. */ java.lang.String getEntity(); /** + * + * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -96,54 +127,66 @@ public interface BucketAccessControlOrBuilder extends
    * 
* * string entity = 3; + * * @return The bytes for entity. */ - com.google.protobuf.ByteString - getEntityBytes(); + com.google.protobuf.ByteString getEntityBytes(); /** + * + * *
    * Output only. The alternative entity format, if exists. For project
    * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The entityAlt. */ java.lang.String getEntityAlt(); /** + * + * *
    * Output only. The alternative entity format, if exists. For project
    * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for entityAlt. */ - com.google.protobuf.ByteString - getEntityAltBytes(); + com.google.protobuf.ByteString getEntityAltBytes(); /** + * + * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; + * * @return The entityId. */ java.lang.String getEntityId(); /** + * + * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; + * * @return The bytes for entityId. */ - com.google.protobuf.ByteString - getEntityIdBytes(); + com.google.protobuf.ByteString getEntityIdBytes(); /** + * + * *
    * The etag of the BucketAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -152,10 +195,13 @@ public interface BucketAccessControlOrBuilder extends
    * 
* * string etag = 8; + * * @return The etag. */ java.lang.String getEtag(); /** + * + * *
    * The etag of the BucketAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -164,70 +210,88 @@ public interface BucketAccessControlOrBuilder extends
    * 
* * string etag = 8; + * * @return The bytes for etag. */ - com.google.protobuf.ByteString - getEtagBytes(); + com.google.protobuf.ByteString getEtagBytes(); /** + * + * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; + * * @return The email. */ java.lang.String getEmail(); /** + * + * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; + * * @return The bytes for email. */ - com.google.protobuf.ByteString - getEmailBytes(); + com.google.protobuf.ByteString getEmailBytes(); /** + * + * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; + * * @return The domain. */ java.lang.String getDomain(); /** + * + * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; + * * @return The bytes for domain. */ - com.google.protobuf.ByteString - getDomainBytes(); + com.google.protobuf.ByteString getDomainBytes(); /** + * + * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return Whether the projectTeam field is set. */ boolean hasProjectTeam(); /** + * + * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return The projectTeam. */ com.google.storage.v2.ProjectTeam getProjectTeam(); /** + * + * *
    * The project team associated with the entity, if any.
    * 
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketName.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketName.java similarity index 100% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketName.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketName.java diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java similarity index 88% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java index e130043e39..5daa830787 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/BucketOrBuilder.java @@ -1,33 +1,56 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface BucketOrBuilder extends +public interface BucketOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Bucket) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Immutable. The name of the bucket.
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Immutable. The name of the bucket.
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Output only. The user-chosen part of the bucket name. The `{bucket}`
    * portion of the `name` field. For globally unique buckets, this is equal to
@@ -35,10 +58,13 @@ public interface BucketOrBuilder extends
    * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bucketId. */ java.lang.String getBucketId(); /** + * + * *
    * Output only. The user-chosen part of the bucket name. The `{bucket}`
    * portion of the `name` field. For globally unique buckets, this is equal to
@@ -46,12 +72,14 @@ public interface BucketOrBuilder extends
    * 
* * string bucket_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for bucketId. */ - com.google.protobuf.ByteString - getBucketIdBytes(); + com.google.protobuf.ByteString getBucketIdBytes(); /** + * + * *
    * The etag of the bucket.
    * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -59,10 +87,13 @@ public interface BucketOrBuilder extends
    * 
* * string etag = 29; + * * @return The etag. */ java.lang.String getEtag(); /** + * + * *
    * The etag of the bucket.
    * If included in the metadata of an UpdateBucketRequest, the operation will
@@ -70,36 +101,47 @@ public interface BucketOrBuilder extends
    * 
* * string etag = 29; + * * @return The bytes for etag. */ - com.google.protobuf.ByteString - getEtagBytes(); + com.google.protobuf.ByteString getEtagBytes(); /** + * + * *
    * Immutable. The project which owns this bucket, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ java.lang.String getProject(); /** + * + * *
    * Immutable. The project which owns this bucket, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - com.google.protobuf.ByteString - getProjectBytes(); + com.google.protobuf.ByteString getProjectBytes(); /** + * + * *
    * Output only. The metadata generation of this bucket.
    * Attempting to set or update this field will result in a
@@ -107,11 +149,14 @@ public interface BucketOrBuilder extends
    * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The metageneration. */ long getMetageneration(); /** + * + * *
    * Immutable. The location of the bucket. Object data for objects in the
    * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -122,10 +167,13 @@ public interface BucketOrBuilder extends
    * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The location. */ java.lang.String getLocation(); /** + * + * *
    * Immutable. The location of the bucket. Object data for objects in the
    * bucket resides in physical storage within this region.  Defaults to `US`.
@@ -136,34 +184,41 @@ public interface BucketOrBuilder extends
    * 
* * string location = 5 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for location. */ - com.google.protobuf.ByteString - getLocationBytes(); + com.google.protobuf.ByteString getLocationBytes(); /** + * + * *
    * Output only. The location type of the bucket (region, dual-region,
    * multi-region, etc).
    * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The locationType. */ java.lang.String getLocationType(); /** + * + * *
    * Output only. The location type of the bucket (region, dual-region,
    * multi-region, etc).
    * 
* * string location_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for locationType. */ - com.google.protobuf.ByteString - getLocationTypeBytes(); + com.google.protobuf.ByteString getLocationTypeBytes(); /** + * + * *
    * The bucket's default storage class, used whenever no storageClass is
    * specified for a newly-created object. This defines how objects in the
@@ -174,10 +229,13 @@ public interface BucketOrBuilder extends
    * 
* * string storage_class = 7; + * * @return The storageClass. */ java.lang.String getStorageClass(); /** + * + * *
    * The bucket's default storage class, used whenever no storageClass is
    * specified for a newly-created object. This defines how objects in the
@@ -188,12 +246,14 @@ public interface BucketOrBuilder extends
    * 
* * string storage_class = 7; + * * @return The bytes for storageClass. */ - com.google.protobuf.ByteString - getStorageClassBytes(); + com.google.protobuf.ByteString getStorageClassBytes(); /** + * + * *
    * The recovery point objective for cross-region replication of the bucket.
    * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -204,10 +264,13 @@ public interface BucketOrBuilder extends
    * 
* * string rpo = 27; + * * @return The rpo. */ java.lang.String getRpo(); /** + * + * *
    * The recovery point objective for cross-region replication of the bucket.
    * Applicable only for dual- and multi-region buckets. "DEFAULT" uses default
@@ -218,12 +281,14 @@ public interface BucketOrBuilder extends
    * 
* * string rpo = 27; + * * @return The bytes for rpo. */ - com.google.protobuf.ByteString - getRpoBytes(); + com.google.protobuf.ByteString getRpoBytes(); /** + * + * *
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -232,9 +297,10 @@ public interface BucketOrBuilder extends
    *
    * repeated .google.storage.v2.BucketAccessControl acl = 8;
    */
-  java.util.List 
-      getAclList();
+  java.util.List getAclList();
   /**
+   *
+   *
    * 
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -245,6 +311,8 @@ public interface BucketOrBuilder extends
    */
   com.google.storage.v2.BucketAccessControl getAcl(int index);
   /**
+   *
+   *
    * 
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -255,6 +323,8 @@ public interface BucketOrBuilder extends
    */
   int getAclCount();
   /**
+   *
+   *
    * 
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -263,9 +333,11 @@ public interface BucketOrBuilder extends
    *
    * repeated .google.storage.v2.BucketAccessControl acl = 8;
    */
-  java.util.List 
+  java.util.List
       getAclOrBuilderList();
   /**
+   *
+   *
    * 
    * Access controls on the bucket.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -274,10 +346,11 @@ public interface BucketOrBuilder extends
    *
    * repeated .google.storage.v2.BucketAccessControl acl = 8;
    */
-  com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
-      int index);
+  com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -286,9 +359,10 @@ com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
    *
    * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
    */
-  java.util.List 
-      getDefaultObjectAclList();
+  java.util.List getDefaultObjectAclList();
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -299,6 +373,8 @@ com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
    */
   com.google.storage.v2.ObjectAccessControl getDefaultObjectAcl(int index);
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -309,6 +385,8 @@ com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
    */
   int getDefaultObjectAclCount();
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -317,9 +395,11 @@ com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
    *
    * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
    */
-  java.util.List 
+  java.util.List
       getDefaultObjectAclOrBuilderList();
   /**
+   *
+   *
    * 
    * Default access controls to apply to new objects when no ACL is provided.
    * If iam_config.uniform_bucket_level_access is enabled on this bucket,
@@ -328,10 +408,11 @@ com.google.storage.v2.BucketAccessControlOrBuilder getAclOrBuilder(
    *
    * repeated .google.storage.v2.ObjectAccessControl default_object_acl = 9;
    */
-  com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
-      int index);
+  com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -339,10 +420,13 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
    * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; + * * @return Whether the lifecycle field is set. */ boolean hasLifecycle(); /** + * + * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -350,10 +434,13 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
    * 
* * .google.storage.v2.Bucket.Lifecycle lifecycle = 10; + * * @return The lifecycle. */ com.google.storage.v2.Bucket.Lifecycle getLifecycle(); /** + * + * *
    * The bucket's lifecycle config. See
    * [https://developers.google.com/storage/docs/lifecycle]Lifecycle Management]
@@ -365,39 +452,52 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
   com.google.storage.v2.Bucket.LifecycleOrBuilder getLifecycleOrBuilder();
 
   /**
+   *
+   *
    * 
    * Output only. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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. The creation time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .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(); /** + * + * *
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -405,9 +505,10 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
    *
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
-  java.util.List 
-      getCorsList();
+  java.util.List getCorsList();
   /**
+   *
+   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -417,6 +518,8 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
    */
   com.google.storage.v2.Bucket.Cors getCors(int index);
   /**
+   *
+   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -426,6 +529,8 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
    */
   int getCorsCount();
   /**
+   *
+   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -433,9 +538,10 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
    *
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
-  java.util.List 
-      getCorsOrBuilderList();
+  java.util.List getCorsOrBuilderList();
   /**
+   *
+   *
    * 
    * The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing]
    * (CORS) config.
@@ -443,43 +549,55 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getDefaultObjectAclOrBuilder(
    *
    * repeated .google.storage.v2.Bucket.Cors cors = 12;
    */
-  com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
-      int index);
+  com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** + * + * *
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** + * + * *
    * Output only. The modification time of the bucket.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** + * + * *
    * The default value for event-based hold on newly created objects in this
    * bucket.  Event-based hold is a way to retain objects indefinitely until an
@@ -497,11 +615,14 @@ com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder(
    * 
* * bool default_event_based_hold = 14; + * * @return The defaultEventBasedHold. */ boolean getDefaultEventBasedHold(); /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
@@ -510,30 +631,31 @@ com.google.storage.v2.Bucket.CorsOrBuilder getCorsOrBuilder( */ int getLabelsCount(); /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
* * map<string, string> labels = 15; */ - 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(); /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
* * map<string, string> labels = 15; */ - java.util.Map - getLabelsMap(); + java.util.Map getLabelsMap(); /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
@@ -542,22 +664,24 @@ boolean containsLabels( */ /* nullable */ -java.lang.String getLabelsOrDefault( + java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue); + java.lang.String defaultValue); /** + * + * *
    * User-provided labels, in key/value pairs.
    * 
* * map<string, string> labels = 15; */ - - java.lang.String getLabelsOrThrow( - java.lang.String key); + java.lang.String getLabelsOrThrow(java.lang.String key); /** + * + * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -566,10 +690,13 @@ java.lang.String getLabelsOrThrow(
    * 
* * .google.storage.v2.Bucket.Website website = 16; + * * @return Whether the website field is set. */ boolean hasWebsite(); /** + * + * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -578,10 +705,13 @@ java.lang.String getLabelsOrThrow(
    * 
* * .google.storage.v2.Bucket.Website website = 16; + * * @return The website. */ com.google.storage.v2.Bucket.Website getWebsite(); /** + * + * *
    * The bucket's website config, controlling how the service behaves
    * when accessing bucket contents as a web site. See the
@@ -594,24 +724,32 @@ java.lang.String getLabelsOrThrow(
   com.google.storage.v2.Bucket.WebsiteOrBuilder getWebsiteOrBuilder();
 
   /**
+   *
+   *
    * 
    * The bucket's versioning config.
    * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; + * * @return Whether the versioning field is set. */ boolean hasVersioning(); /** + * + * *
    * The bucket's versioning config.
    * 
* * .google.storage.v2.Bucket.Versioning versioning = 17; + * * @return The versioning. */ com.google.storage.v2.Bucket.Versioning getVersioning(); /** + * + * *
    * The bucket's versioning config.
    * 
@@ -621,26 +759,34 @@ java.lang.String getLabelsOrThrow( com.google.storage.v2.Bucket.VersioningOrBuilder getVersioningOrBuilder(); /** + * + * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
    * 
* * .google.storage.v2.Bucket.Logging logging = 18; + * * @return Whether the logging field is set. */ boolean hasLogging(); /** + * + * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
    * 
* * .google.storage.v2.Bucket.Logging logging = 18; + * * @return The logging. */ com.google.storage.v2.Bucket.Logging getLogging(); /** + * + * *
    * The bucket's logging config, which defines the destination bucket
    * and name prefix (if any) for the current bucket's logs.
@@ -651,26 +797,34 @@ java.lang.String getLabelsOrThrow(
   com.google.storage.v2.Bucket.LoggingOrBuilder getLoggingOrBuilder();
 
   /**
+   *
+   *
    * 
    * Output only. The owner of the bucket. This is always the project team's
    * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return Whether the owner field is set. */ boolean hasOwner(); /** + * + * *
    * Output only. The owner of the bucket. This is always the project team's
    * owner group.
    * 
* * .google.storage.v2.Owner owner = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The owner. */ com.google.storage.v2.Owner getOwner(); /** + * + * *
    * Output only. The owner of the bucket. This is always the project team's
    * owner group.
@@ -681,24 +835,32 @@ java.lang.String getLabelsOrThrow(
   com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder();
 
   /**
+   *
+   *
    * 
    * Encryption config for a bucket.
    * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; + * * @return Whether the encryption field is set. */ boolean hasEncryption(); /** + * + * *
    * Encryption config for a bucket.
    * 
* * .google.storage.v2.Bucket.Encryption encryption = 20; + * * @return The encryption. */ com.google.storage.v2.Bucket.Encryption getEncryption(); /** + * + * *
    * Encryption config for a bucket.
    * 
@@ -708,24 +870,32 @@ java.lang.String getLabelsOrThrow( com.google.storage.v2.Bucket.EncryptionOrBuilder getEncryptionOrBuilder(); /** + * + * *
    * The bucket's billing config.
    * 
* * .google.storage.v2.Bucket.Billing billing = 21; + * * @return Whether the billing field is set. */ boolean hasBilling(); /** + * + * *
    * The bucket's billing config.
    * 
* * .google.storage.v2.Bucket.Billing billing = 21; + * * @return The billing. */ com.google.storage.v2.Bucket.Billing getBilling(); /** + * + * *
    * The bucket's billing config.
    * 
@@ -735,6 +905,8 @@ java.lang.String getLabelsOrThrow( com.google.storage.v2.Bucket.BillingOrBuilder getBillingOrBuilder(); /** + * + * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -748,10 +920,13 @@ java.lang.String getLabelsOrThrow(
    * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; + * * @return Whether the retentionPolicy field is set. */ boolean hasRetentionPolicy(); /** + * + * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -765,10 +940,13 @@ java.lang.String getLabelsOrThrow(
    * 
* * .google.storage.v2.Bucket.RetentionPolicy retention_policy = 22; + * * @return The retentionPolicy. */ com.google.storage.v2.Bucket.RetentionPolicy getRetentionPolicy(); /** + * + * *
    * The bucket's retention policy. The retention policy enforces a minimum
    * retention time for all objects contained in the bucket, based on their
@@ -786,24 +964,32 @@ java.lang.String getLabelsOrThrow(
   com.google.storage.v2.Bucket.RetentionPolicyOrBuilder getRetentionPolicyOrBuilder();
 
   /**
+   *
+   *
    * 
    * The bucket's IAM config.
    * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; + * * @return Whether the iamConfig field is set. */ boolean hasIamConfig(); /** + * + * *
    * The bucket's IAM config.
    * 
* * .google.storage.v2.Bucket.IamConfig iam_config = 23; + * * @return The iamConfig. */ com.google.storage.v2.Bucket.IamConfig getIamConfig(); /** + * + * *
    * The bucket's IAM config.
    * 
@@ -813,36 +999,47 @@ java.lang.String getLabelsOrThrow( com.google.storage.v2.Bucket.IamConfigOrBuilder getIamConfigOrBuilder(); /** + * + * *
    * Reserved for future use.
    * 
* * bool satisfies_pzs = 25; + * * @return The satisfiesPzs. */ boolean getSatisfiesPzs(); /** + * + * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
    * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; + * * @return Whether the customPlacementConfig field is set. */ boolean hasCustomPlacementConfig(); /** + * + * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
    * 
* * .google.storage.v2.Bucket.CustomPlacementConfig custom_placement_config = 26; + * * @return The customPlacementConfig. */ com.google.storage.v2.Bucket.CustomPlacementConfig getCustomPlacementConfig(); /** + * + * *
    * Configuration that, if present, specifies the data placement for a
    * [https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
@@ -853,26 +1050,34 @@ java.lang.String getLabelsOrThrow(
   com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder getCustomPlacementConfigOrBuilder();
 
   /**
+   *
+   *
    * 
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
    * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; + * * @return Whether the autoclass field is set. */ boolean hasAutoclass(); /** + * + * *
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
    * 
* * .google.storage.v2.Bucket.Autoclass autoclass = 28; + * * @return The autoclass. */ com.google.storage.v2.Bucket.Autoclass getAutoclass(); /** + * + * *
    * The bucket's Autoclass configuration. If there is no configuration, the
    * Autoclass feature will be disabled and have no effect on the bucket.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
similarity index 66%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
index c9ea8da02e..a525e210fd 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Message for canceling an in-progress resumable upload.
  * `upload_id` **must** be set.
@@ -11,53 +28,58 @@
  *
  * Protobuf type {@code google.storage.v2.CancelResumableWriteRequest}
  */
-public final class CancelResumableWriteRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CancelResumableWriteRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.CancelResumableWriteRequest)
     CancelResumableWriteRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CancelResumableWriteRequest.newBuilder() to construct.
   private CancelResumableWriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CancelResumableWriteRequest() {
     uploadId_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CancelResumableWriteRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.CancelResumableWriteRequest.class, com.google.storage.v2.CancelResumableWriteRequest.Builder.class);
+            com.google.storage.v2.CancelResumableWriteRequest.class,
+            com.google.storage.v2.CancelResumableWriteRequest.Builder.class);
   }
 
   public static final int UPLOAD_ID_FIELD_NUMBER = 1;
   private volatile java.lang.Object uploadId_;
   /**
+   *
+   *
    * 
    * Required. The upload_id of the resumable upload to cancel. This should be
    * copied from the `upload_id` field of `StartResumableWriteResponse`.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The uploadId. */ @java.lang.Override @@ -66,30 +88,30 @@ public java.lang.String getUploadId() { 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(); uploadId_ = s; return s; } } /** + * + * *
    * Required. The upload_id of the resumable upload to cancel. This should be
    * copied from the `upload_id` field of `StartResumableWriteResponse`.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for uploadId. */ @java.lang.Override - public com.google.protobuf.ByteString - getUploadIdBytes() { + public com.google.protobuf.ByteString getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -98,6 +120,7 @@ public java.lang.String getUploadId() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -109,8 +132,7 @@ 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(uploadId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uploadId_); } @@ -134,15 +156,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.storage.v2.CancelResumableWriteRequest)) { return super.equals(obj); } - com.google.storage.v2.CancelResumableWriteRequest other = (com.google.storage.v2.CancelResumableWriteRequest) obj; + com.google.storage.v2.CancelResumableWriteRequest other = + (com.google.storage.v2.CancelResumableWriteRequest) obj; - if (!getUploadId() - .equals(other.getUploadId())) return false; + if (!getUploadId().equals(other.getUploadId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -162,96 +184,103 @@ public int hashCode() { } public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.CancelResumableWriteRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.CancelResumableWriteRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest 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.storage.v2.CancelResumableWriteRequest 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; } /** + * + * *
    * Message for canceling an in-progress resumable upload.
    * `upload_id` **must** be set.
@@ -259,33 +288,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.storage.v2.CancelResumableWriteRequest}
    */
-  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.storage.v2.CancelResumableWriteRequest)
       com.google.storage.v2.CancelResumableWriteRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.CancelResumableWriteRequest.class, com.google.storage.v2.CancelResumableWriteRequest.Builder.class);
+              com.google.storage.v2.CancelResumableWriteRequest.class,
+              com.google.storage.v2.CancelResumableWriteRequest.Builder.class);
     }
 
     // Construct using com.google.storage.v2.CancelResumableWriteRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -295,9 +323,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor;
     }
 
     @java.lang.Override
@@ -316,7 +344,8 @@ public com.google.storage.v2.CancelResumableWriteRequest build() {
 
     @java.lang.Override
     public com.google.storage.v2.CancelResumableWriteRequest buildPartial() {
-      com.google.storage.v2.CancelResumableWriteRequest result = new com.google.storage.v2.CancelResumableWriteRequest(this);
+      com.google.storage.v2.CancelResumableWriteRequest result =
+          new com.google.storage.v2.CancelResumableWriteRequest(this);
       result.uploadId_ = uploadId_;
       onBuilt();
       return result;
@@ -326,38 +355,39 @@ public com.google.storage.v2.CancelResumableWriteRequest 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) {
+        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.storage.v2.CancelResumableWriteRequest) {
-        return mergeFrom((com.google.storage.v2.CancelResumableWriteRequest)other);
+        return mergeFrom((com.google.storage.v2.CancelResumableWriteRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -365,7 +395,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.storage.v2.CancelResumableWriteRequest other) {
-      if (other == com.google.storage.v2.CancelResumableWriteRequest.getDefaultInstance()) return this;
+      if (other == com.google.storage.v2.CancelResumableWriteRequest.getDefaultInstance())
+        return this;
       if (!other.getUploadId().isEmpty()) {
         uploadId_ = other.uploadId_;
         onChanged();
@@ -396,17 +427,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              uploadId_ = input.readStringRequireUtf8();
-
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                uploadId_ = input.readStringRequireUtf8();
+
+                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) {
@@ -419,19 +452,21 @@ public Builder mergeFrom(
 
     private java.lang.Object uploadId_ = "";
     /**
+     *
+     *
      * 
      * Required. The upload_id of the resumable upload to cancel. This should be
      * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The uploadId. */ public java.lang.String getUploadId() { java.lang.Object ref = uploadId_; 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(); uploadId_ = s; return s; @@ -440,21 +475,22 @@ public java.lang.String getUploadId() { } } /** + * + * *
      * Required. The upload_id of the resumable upload to cancel. This should be
      * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for uploadId. */ - public com.google.protobuf.ByteString - getUploadIdBytes() { + public com.google.protobuf.ByteString getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -462,64 +498,71 @@ public java.lang.String getUploadId() { } } /** + * + * *
      * Required. The upload_id of the resumable upload to cancel. This should be
      * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The uploadId to set. * @return This builder for chaining. */ - public Builder setUploadId( - java.lang.String value) { + public Builder setUploadId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + uploadId_ = value; onChanged(); return this; } /** + * + * *
      * Required. The upload_id of the resumable upload to cancel. This should be
      * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearUploadId() { - + uploadId_ = getDefaultInstance().getUploadId(); onChanged(); return this; } /** + * + * *
      * Required. The upload_id of the resumable upload to cancel. This should be
      * copied from the `upload_id` field of `StartResumableWriteResponse`.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for uploadId to set. * @return This builder for chaining. */ - public Builder setUploadIdBytes( - com.google.protobuf.ByteString value) { + public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + uploadId_ = 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); } @@ -529,12 +572,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.CancelResumableWriteRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.CancelResumableWriteRequest) private static final com.google.storage.v2.CancelResumableWriteRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.CancelResumableWriteRequest(); } @@ -543,27 +586,27 @@ public static com.google.storage.v2.CancelResumableWriteRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CancelResumableWriteRequest 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 CancelResumableWriteRequest 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; @@ -578,6 +621,4 @@ public com.google.protobuf.Parser getParserForType( public com.google.storage.v2.CancelResumableWriteRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java similarity index 55% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java index 74d15b5ffe..11d2a69182 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteRequestOrBuilder.java @@ -1,31 +1,52 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CancelResumableWriteRequestOrBuilder extends +public interface CancelResumableWriteRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CancelResumableWriteRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The upload_id of the resumable upload to cancel. This should be
    * copied from the `upload_id` field of `StartResumableWriteResponse`.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The uploadId. */ java.lang.String getUploadId(); /** + * + * *
    * Required. The upload_id of the resumable upload to cancel. This should be
    * copied from the `upload_id` field of `StartResumableWriteResponse`.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for uploadId. */ - com.google.protobuf.ByteString - getUploadIdBytes(); + com.google.protobuf.ByteString getUploadIdBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java similarity index 62% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java index d6e458cfef..c0067a3865 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Empty response message for canceling an in-progress resumable upload, will be
  * extended as needed.
@@ -11,44 +28,46 @@
  *
  * Protobuf type {@code google.storage.v2.CancelResumableWriteResponse}
  */
-public final class CancelResumableWriteResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CancelResumableWriteResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.CancelResumableWriteResponse)
     CancelResumableWriteResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CancelResumableWriteResponse.newBuilder() to construct.
   private CancelResumableWriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private CancelResumableWriteResponse() {
-  }
+
+  private CancelResumableWriteResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CancelResumableWriteResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.CancelResumableWriteResponse.class, com.google.storage.v2.CancelResumableWriteResponse.Builder.class);
+            com.google.storage.v2.CancelResumableWriteResponse.class,
+            com.google.storage.v2.CancelResumableWriteResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -60,8 +79,7 @@ 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);
   }
 
@@ -79,12 +97,13 @@ 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.storage.v2.CancelResumableWriteResponse)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.CancelResumableWriteResponse other = (com.google.storage.v2.CancelResumableWriteResponse) obj;
+    com.google.storage.v2.CancelResumableWriteResponse other =
+        (com.google.storage.v2.CancelResumableWriteResponse) obj;
 
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -103,96 +122,103 @@ public int hashCode() {
   }
 
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.CancelResumableWriteResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.CancelResumableWriteResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse 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.storage.v2.CancelResumableWriteResponse 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;
   }
   /**
+   *
+   *
    * 
    * Empty response message for canceling an in-progress resumable upload, will be
    * extended as needed.
@@ -200,33 +226,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.storage.v2.CancelResumableWriteResponse}
    */
-  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.storage.v2.CancelResumableWriteResponse)
       com.google.storage.v2.CancelResumableWriteResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.CancelResumableWriteResponse.class, com.google.storage.v2.CancelResumableWriteResponse.Builder.class);
+              com.google.storage.v2.CancelResumableWriteResponse.class,
+              com.google.storage.v2.CancelResumableWriteResponse.Builder.class);
     }
 
     // Construct using com.google.storage.v2.CancelResumableWriteResponse.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -234,9 +259,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor;
     }
 
     @java.lang.Override
@@ -255,7 +280,8 @@ public com.google.storage.v2.CancelResumableWriteResponse build() {
 
     @java.lang.Override
     public com.google.storage.v2.CancelResumableWriteResponse buildPartial() {
-      com.google.storage.v2.CancelResumableWriteResponse result = new com.google.storage.v2.CancelResumableWriteResponse(this);
+      com.google.storage.v2.CancelResumableWriteResponse result =
+          new com.google.storage.v2.CancelResumableWriteResponse(this);
       onBuilt();
       return result;
     }
@@ -264,38 +290,39 @@ public com.google.storage.v2.CancelResumableWriteResponse 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) {
+        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.storage.v2.CancelResumableWriteResponse) {
-        return mergeFrom((com.google.storage.v2.CancelResumableWriteResponse)other);
+        return mergeFrom((com.google.storage.v2.CancelResumableWriteResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -303,7 +330,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.storage.v2.CancelResumableWriteResponse other) {
-      if (other == com.google.storage.v2.CancelResumableWriteResponse.getDefaultInstance()) return this;
+      if (other == com.google.storage.v2.CancelResumableWriteResponse.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
       return this;
@@ -330,12 +358,13 @@ 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) {
@@ -345,9 +374,9 @@ public Builder mergeFrom(
       } // finally
       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);
     }
 
@@ -357,12 +386,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.CancelResumableWriteResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.CancelResumableWriteResponse)
   private static final com.google.storage.v2.CancelResumableWriteResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.CancelResumableWriteResponse();
   }
@@ -371,27 +400,27 @@ public static com.google.storage.v2.CancelResumableWriteResponse getDefaultInsta
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public CancelResumableWriteResponse 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 CancelResumableWriteResponse 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;
@@ -406,6 +435,4 @@ public com.google.protobuf.Parser getParserForType
   public com.google.storage.v2.CancelResumableWriteResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java
new file mode 100644
index 0000000000..f192ac86a8
--- /dev/null
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CancelResumableWriteResponseOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
+
+package com.google.storage.v2;
+
+public interface CancelResumableWriteResponseOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.storage.v2.CancelResumableWriteResponse)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
similarity index 68%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
index 3a557c8b59..51f164f6ce 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedData.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Message used to convey content being read or written, along with an optional
  * checksum.
@@ -11,53 +28,58 @@
  *
  * Protobuf type {@code google.storage.v2.ChecksummedData}
  */
-public final class ChecksummedData extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ChecksummedData extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.ChecksummedData)
     ChecksummedDataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ChecksummedData.newBuilder() to construct.
   private ChecksummedData(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ChecksummedData() {
     content_ = com.google.protobuf.ByteString.EMPTY;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ChecksummedData();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_ChecksummedData_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.ChecksummedData.class, com.google.storage.v2.ChecksummedData.Builder.class);
+            com.google.storage.v2.ChecksummedData.class,
+            com.google.storage.v2.ChecksummedData.Builder.class);
   }
 
   private int bitField0_;
   public static final int CONTENT_FIELD_NUMBER = 1;
   private com.google.protobuf.ByteString content_;
   /**
+   *
+   *
    * 
    * The data.
    * 
* * bytes content = 1; + * * @return The content. */ @java.lang.Override @@ -68,11 +90,14 @@ public com.google.protobuf.ByteString getContent() { public static final int CRC32C_FIELD_NUMBER = 2; private int crc32C_; /** + * + * *
    * If set, the CRC32C digest of the content field.
    * 
* * optional fixed32 crc32c = 2; + * * @return Whether the crc32c field is set. */ @java.lang.Override @@ -80,11 +105,14 @@ public boolean hasCrc32C() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * If set, the CRC32C digest of the content field.
    * 
* * optional fixed32 crc32c = 2; + * * @return The crc32c. */ @java.lang.Override @@ -93,6 +121,7 @@ public int getCrc32C() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -104,8 +133,7 @@ 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 (!content_.isEmpty()) { output.writeBytes(1, content_); } @@ -122,12 +150,10 @@ public int getSerializedSize() { size = 0; if (!content_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(1, content_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, content_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeFixed32Size(2, crc32C_); + size += com.google.protobuf.CodedOutputStream.computeFixed32Size(2, crc32C_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -137,19 +163,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.storage.v2.ChecksummedData)) { return super.equals(obj); } com.google.storage.v2.ChecksummedData other = (com.google.storage.v2.ChecksummedData) obj; - if (!getContent() - .equals(other.getContent())) return false; + if (!getContent().equals(other.getContent())) return false; if (hasCrc32C() != other.hasCrc32C()) return false; if (hasCrc32C()) { - if (getCrc32C() - != other.getCrc32C()) return false; + if (getCrc32C() != other.getCrc32C()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -173,97 +197,103 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ChecksummedData parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ChecksummedData parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.ChecksummedData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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.storage.v2.ChecksummedData 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; } /** + * + * *
    * Message used to convey content being read or written, along with an optional
    * checksum.
@@ -271,33 +301,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.storage.v2.ChecksummedData}
    */
-  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.storage.v2.ChecksummedData)
       com.google.storage.v2.ChecksummedDataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_ChecksummedData_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.ChecksummedData.class, com.google.storage.v2.ChecksummedData.Builder.class);
+              com.google.storage.v2.ChecksummedData.class,
+              com.google.storage.v2.ChecksummedData.Builder.class);
     }
 
     // Construct using com.google.storage.v2.ChecksummedData.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -309,9 +338,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ChecksummedData_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_ChecksummedData_descriptor;
     }
 
     @java.lang.Override
@@ -330,7 +359,8 @@ public com.google.storage.v2.ChecksummedData build() {
 
     @java.lang.Override
     public com.google.storage.v2.ChecksummedData buildPartial() {
-      com.google.storage.v2.ChecksummedData result = new com.google.storage.v2.ChecksummedData(this);
+      com.google.storage.v2.ChecksummedData result =
+          new com.google.storage.v2.ChecksummedData(this);
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       result.content_ = content_;
@@ -347,38 +377,39 @@ public com.google.storage.v2.ChecksummedData 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) {
+        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.storage.v2.ChecksummedData) {
-        return mergeFrom((com.google.storage.v2.ChecksummedData)other);
+        return mergeFrom((com.google.storage.v2.ChecksummedData) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -419,22 +450,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              content_ = input.readBytes();
-
-              break;
-            } // case 10
-            case 21: {
-              crc32C_ = input.readFixed32();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 21
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                content_ = input.readBytes();
+
+                break;
+              } // case 10
+            case 21:
+              {
+                crc32C_ = input.readFixed32();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 21
+            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) {
@@ -444,15 +478,19 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private com.google.protobuf.ByteString content_ = com.google.protobuf.ByteString.EMPTY;
     /**
+     *
+     *
      * 
      * The data.
      * 
* * bytes content = 1; + * * @return The content. */ @java.lang.Override @@ -460,45 +498,54 @@ public com.google.protobuf.ByteString getContent() { return content_; } /** + * + * *
      * The data.
      * 
* * bytes content = 1; + * * @param value The content to set. * @return This builder for chaining. */ public Builder setContent(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + content_ = value; onChanged(); return this; } /** + * + * *
      * The data.
      * 
* * bytes content = 1; + * * @return This builder for chaining. */ public Builder clearContent() { - + content_ = getDefaultInstance().getContent(); onChanged(); return this; } - private int crc32C_ ; + private int crc32C_; /** + * + * *
      * If set, the CRC32C digest of the content field.
      * 
* * optional fixed32 crc32c = 2; + * * @return Whether the crc32c field is set. */ @java.lang.Override @@ -506,11 +553,14 @@ public boolean hasCrc32C() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * If set, the CRC32C digest of the content field.
      * 
* * optional fixed32 crc32c = 2; + * * @return The crc32c. */ @java.lang.Override @@ -518,11 +568,14 @@ public int getCrc32C() { return crc32C_; } /** + * + * *
      * If set, the CRC32C digest of the content field.
      * 
* * optional fixed32 crc32c = 2; + * * @param value The crc32c to set. * @return This builder for chaining. */ @@ -533,11 +586,14 @@ public Builder setCrc32C(int value) { return this; } /** + * + * *
      * If set, the CRC32C digest of the content field.
      * 
* * optional fixed32 crc32c = 2; + * * @return This builder for chaining. */ public Builder clearCrc32C() { @@ -546,9 +602,9 @@ public Builder clearCrc32C() { 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); } @@ -558,12 +614,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ChecksummedData) } // @@protoc_insertion_point(class_scope:google.storage.v2.ChecksummedData) private static final com.google.storage.v2.ChecksummedData DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ChecksummedData(); } @@ -572,27 +628,27 @@ public static com.google.storage.v2.ChecksummedData getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ChecksummedData 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 ChecksummedData 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; @@ -607,6 +663,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ChecksummedData getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java similarity index 54% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java index 73e1560ccd..9fe732c82c 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ChecksummedDataOrBuilder.java @@ -1,37 +1,62 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ChecksummedDataOrBuilder extends +public interface ChecksummedDataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ChecksummedData) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The data.
    * 
* * bytes content = 1; + * * @return The content. */ com.google.protobuf.ByteString getContent(); /** + * + * *
    * If set, the CRC32C digest of the content field.
    * 
* * optional fixed32 crc32c = 2; + * * @return Whether the crc32c field is set. */ boolean hasCrc32C(); /** + * + * *
    * If set, the CRC32C digest of the content field.
    * 
* * optional fixed32 crc32c = 2; + * * @return The crc32c. */ int getCrc32C(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java similarity index 70% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java index 36a4ceae53..a049e3614b 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParams.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Parameters that can be passed to any object request.
  * 
* * Protobuf type {@code google.storage.v2.CommonObjectRequestParams} */ -public final class CommonObjectRequestParams extends - com.google.protobuf.GeneratedMessageV3 implements +public final class CommonObjectRequestParams extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.CommonObjectRequestParams) CommonObjectRequestParamsOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CommonObjectRequestParams.newBuilder() to construct. private CommonObjectRequestParams(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CommonObjectRequestParams() { encryptionAlgorithm_ = ""; encryptionKeyBytes_ = com.google.protobuf.ByteString.EMPTY; @@ -27,38 +45,42 @@ private CommonObjectRequestParams() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CommonObjectRequestParams(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CommonObjectRequestParams.class, com.google.storage.v2.CommonObjectRequestParams.Builder.class); + com.google.storage.v2.CommonObjectRequestParams.class, + com.google.storage.v2.CommonObjectRequestParams.Builder.class); } public static final int ENCRYPTION_ALGORITHM_FIELD_NUMBER = 1; private volatile java.lang.Object encryptionAlgorithm_; /** + * + * *
    * Encryption algorithm used with the Customer-Supplied Encryption Keys
    * feature.
    * 
* * string encryption_algorithm = 1; + * * @return The encryptionAlgorithm. */ @java.lang.Override @@ -67,30 +89,30 @@ public java.lang.String getEncryptionAlgorithm() { 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(); encryptionAlgorithm_ = s; return s; } } /** + * + * *
    * Encryption algorithm used with the Customer-Supplied Encryption Keys
    * feature.
    * 
* * string encryption_algorithm = 1; + * * @return The bytes for encryptionAlgorithm. */ @java.lang.Override - public com.google.protobuf.ByteString - getEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { java.lang.Object ref = encryptionAlgorithm_; 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); encryptionAlgorithm_ = b; return b; } else { @@ -101,12 +123,15 @@ public java.lang.String getEncryptionAlgorithm() { public static final int ENCRYPTION_KEY_BYTES_FIELD_NUMBER = 4; private com.google.protobuf.ByteString encryptionKeyBytes_; /** + * + * *
    * Encryption key used with the Customer-Supplied Encryption Keys feature.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes encryption_key_bytes = 4; + * * @return The encryptionKeyBytes. */ @java.lang.Override @@ -117,12 +142,15 @@ public com.google.protobuf.ByteString getEncryptionKeyBytes() { public static final int ENCRYPTION_KEY_SHA256_BYTES_FIELD_NUMBER = 5; private com.google.protobuf.ByteString encryptionKeySha256Bytes_; /** + * + * *
    * SHA256 hash of encryption key used with the Customer-Supplied Encryption
    * Keys feature.
    * 
* * bytes encryption_key_sha256_bytes = 5; + * * @return The encryptionKeySha256Bytes. */ @java.lang.Override @@ -131,6 +159,7 @@ public com.google.protobuf.ByteString getEncryptionKeySha256Bytes() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -142,8 +171,7 @@ 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(encryptionAlgorithm_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, encryptionAlgorithm_); } @@ -166,12 +194,10 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, encryptionAlgorithm_); } if (!encryptionKeyBytes_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(4, encryptionKeyBytes_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(4, encryptionKeyBytes_); } if (!encryptionKeySha256Bytes_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(5, encryptionKeySha256Bytes_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(5, encryptionKeySha256Bytes_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -181,19 +207,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.storage.v2.CommonObjectRequestParams)) { return super.equals(obj); } - com.google.storage.v2.CommonObjectRequestParams other = (com.google.storage.v2.CommonObjectRequestParams) obj; + com.google.storage.v2.CommonObjectRequestParams other = + (com.google.storage.v2.CommonObjectRequestParams) obj; - if (!getEncryptionAlgorithm() - .equals(other.getEncryptionAlgorithm())) return false; - if (!getEncryptionKeyBytes() - .equals(other.getEncryptionKeyBytes())) return false; - if (!getEncryptionKeySha256Bytes() - .equals(other.getEncryptionKeySha256Bytes())) return false; + if (!getEncryptionAlgorithm().equals(other.getEncryptionAlgorithm())) return false; + if (!getEncryptionKeyBytes().equals(other.getEncryptionKeyBytes())) return false; + if (!getEncryptionKeySha256Bytes().equals(other.getEncryptionKeySha256Bytes())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -216,130 +240,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CommonObjectRequestParams parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.CommonObjectRequestParams parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.CommonObjectRequestParams parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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.storage.v2.CommonObjectRequestParams 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; } /** + * + * *
    * Parameters that can be passed to any object request.
    * 
* * Protobuf type {@code google.storage.v2.CommonObjectRequestParams} */ - 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.storage.v2.CommonObjectRequestParams) com.google.storage.v2.CommonObjectRequestParamsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CommonObjectRequestParams.class, com.google.storage.v2.CommonObjectRequestParams.Builder.class); + com.google.storage.v2.CommonObjectRequestParams.class, + com.google.storage.v2.CommonObjectRequestParams.Builder.class); } // Construct using com.google.storage.v2.CommonObjectRequestParams.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -353,9 +383,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; } @java.lang.Override @@ -374,7 +404,8 @@ public com.google.storage.v2.CommonObjectRequestParams build() { @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams buildPartial() { - com.google.storage.v2.CommonObjectRequestParams result = new com.google.storage.v2.CommonObjectRequestParams(this); + com.google.storage.v2.CommonObjectRequestParams result = + new com.google.storage.v2.CommonObjectRequestParams(this); result.encryptionAlgorithm_ = encryptionAlgorithm_; result.encryptionKeyBytes_ = encryptionKeyBytes_; result.encryptionKeySha256Bytes_ = encryptionKeySha256Bytes_; @@ -386,38 +417,39 @@ public com.google.storage.v2.CommonObjectRequestParams 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) { + 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.storage.v2.CommonObjectRequestParams) { - return mergeFrom((com.google.storage.v2.CommonObjectRequestParams)other); + return mergeFrom((com.google.storage.v2.CommonObjectRequestParams) other); } else { super.mergeFrom(other); return this; @@ -425,7 +457,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.CommonObjectRequestParams other) { - if (other == com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance()) return this; + if (other == com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance()) + return this; if (!other.getEncryptionAlgorithm().isEmpty()) { encryptionAlgorithm_ = other.encryptionAlgorithm_; onChanged(); @@ -462,27 +495,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - encryptionAlgorithm_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 34: { - encryptionKeyBytes_ = input.readBytes(); - - break; - } // case 34 - case 42: { - encryptionKeySha256Bytes_ = input.readBytes(); - - break; - } // case 42 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + encryptionAlgorithm_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 34: + { + encryptionKeyBytes_ = input.readBytes(); + + break; + } // case 34 + case 42: + { + encryptionKeySha256Bytes_ = input.readBytes(); + + 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) { @@ -495,19 +532,21 @@ public Builder mergeFrom( private java.lang.Object encryptionAlgorithm_ = ""; /** + * + * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; + * * @return The encryptionAlgorithm. */ public java.lang.String getEncryptionAlgorithm() { java.lang.Object ref = encryptionAlgorithm_; 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(); encryptionAlgorithm_ = s; return s; @@ -516,21 +555,22 @@ public java.lang.String getEncryptionAlgorithm() { } } /** + * + * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; + * * @return The bytes for encryptionAlgorithm. */ - public com.google.protobuf.ByteString - getEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { java.lang.Object ref = encryptionAlgorithm_; 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); encryptionAlgorithm_ = b; return b; } else { @@ -538,70 +578,81 @@ public java.lang.String getEncryptionAlgorithm() { } } /** + * + * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; + * * @param value The encryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setEncryptionAlgorithm( - java.lang.String value) { + public Builder setEncryptionAlgorithm(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + encryptionAlgorithm_ = value; onChanged(); return this; } /** + * + * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; + * * @return This builder for chaining. */ public Builder clearEncryptionAlgorithm() { - + encryptionAlgorithm_ = getDefaultInstance().getEncryptionAlgorithm(); onChanged(); return this; } /** + * + * *
      * Encryption algorithm used with the Customer-Supplied Encryption Keys
      * feature.
      * 
* * string encryption_algorithm = 1; + * * @param value The bytes for encryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setEncryptionAlgorithmBytes( - com.google.protobuf.ByteString value) { + public Builder setEncryptionAlgorithmBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + encryptionAlgorithm_ = value; onChanged(); return this; } - private com.google.protobuf.ByteString encryptionKeyBytes_ = com.google.protobuf.ByteString.EMPTY; + private com.google.protobuf.ByteString encryptionKeyBytes_ = + com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * Encryption key used with the Customer-Supplied Encryption Keys feature.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes encryption_key_bytes = 4; + * * @return The encryptionKeyBytes. */ @java.lang.Override @@ -609,48 +660,58 @@ public com.google.protobuf.ByteString getEncryptionKeyBytes() { return encryptionKeyBytes_; } /** + * + * *
      * Encryption key used with the Customer-Supplied Encryption Keys feature.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes encryption_key_bytes = 4; + * * @param value The encryptionKeyBytes to set. * @return This builder for chaining. */ public Builder setEncryptionKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + encryptionKeyBytes_ = value; onChanged(); return this; } /** + * + * *
      * Encryption key used with the Customer-Supplied Encryption Keys feature.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes encryption_key_bytes = 4; + * * @return This builder for chaining. */ public Builder clearEncryptionKeyBytes() { - + encryptionKeyBytes_ = getDefaultInstance().getEncryptionKeyBytes(); onChanged(); return this; } - private com.google.protobuf.ByteString encryptionKeySha256Bytes_ = com.google.protobuf.ByteString.EMPTY; + private com.google.protobuf.ByteString encryptionKeySha256Bytes_ = + com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * SHA256 hash of encryption key used with the Customer-Supplied Encryption
      * Keys feature.
      * 
* * bytes encryption_key_sha256_bytes = 5; + * * @return The encryptionKeySha256Bytes. */ @java.lang.Override @@ -658,42 +719,48 @@ public com.google.protobuf.ByteString getEncryptionKeySha256Bytes() { return encryptionKeySha256Bytes_; } /** + * + * *
      * SHA256 hash of encryption key used with the Customer-Supplied Encryption
      * Keys feature.
      * 
* * bytes encryption_key_sha256_bytes = 5; + * * @param value The encryptionKeySha256Bytes to set. * @return This builder for chaining. */ public Builder setEncryptionKeySha256Bytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + encryptionKeySha256Bytes_ = value; onChanged(); return this; } /** + * + * *
      * SHA256 hash of encryption key used with the Customer-Supplied Encryption
      * Keys feature.
      * 
* * bytes encryption_key_sha256_bytes = 5; + * * @return This builder for chaining. */ public Builder clearEncryptionKeySha256Bytes() { - + encryptionKeySha256Bytes_ = getDefaultInstance().getEncryptionKeySha256Bytes(); 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); } @@ -703,12 +770,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.CommonObjectRequestParams) } // @@protoc_insertion_point(class_scope:google.storage.v2.CommonObjectRequestParams) private static final com.google.storage.v2.CommonObjectRequestParams DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.CommonObjectRequestParams(); } @@ -717,27 +784,27 @@ public static com.google.storage.v2.CommonObjectRequestParams getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CommonObjectRequestParams 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 CommonObjectRequestParams 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; @@ -752,6 +819,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.CommonObjectRequestParams getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java similarity index 63% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java index ded10290cc..327ae41411 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CommonObjectRequestParamsOrBuilder.java @@ -1,52 +1,79 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CommonObjectRequestParamsOrBuilder extends +public interface CommonObjectRequestParamsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CommonObjectRequestParams) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Encryption algorithm used with the Customer-Supplied Encryption Keys
    * feature.
    * 
* * string encryption_algorithm = 1; + * * @return The encryptionAlgorithm. */ java.lang.String getEncryptionAlgorithm(); /** + * + * *
    * Encryption algorithm used with the Customer-Supplied Encryption Keys
    * feature.
    * 
* * string encryption_algorithm = 1; + * * @return The bytes for encryptionAlgorithm. */ - com.google.protobuf.ByteString - getEncryptionAlgorithmBytes(); + com.google.protobuf.ByteString getEncryptionAlgorithmBytes(); /** + * + * *
    * Encryption key used with the Customer-Supplied Encryption Keys feature.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes encryption_key_bytes = 4; + * * @return The encryptionKeyBytes. */ com.google.protobuf.ByteString getEncryptionKeyBytes(); /** + * + * *
    * SHA256 hash of encryption key used with the Customer-Supplied Encryption
    * Keys feature.
    * 
* * bytes encryption_key_sha256_bytes = 5; + * * @return The encryptionKeySha256Bytes. */ com.google.protobuf.ByteString getEncryptionKeySha256Bytes(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java similarity index 71% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java index 86b85fb135..4567bc54da 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for ComposeObject.
  * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest} */ -public final class ComposeObjectRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ComposeObjectRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ComposeObjectRequest) ComposeObjectRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ComposeObjectRequest.newBuilder() to construct. private ComposeObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ComposeObjectRequest() { sourceObjects_ = java.util.Collections.emptyList(); destinationPredefinedAcl_ = ""; @@ -27,142 +45,175 @@ private ComposeObjectRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ComposeObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.class, com.google.storage.v2.ComposeObjectRequest.Builder.class); + com.google.storage.v2.ComposeObjectRequest.class, + com.google.storage.v2.ComposeObjectRequest.Builder.class); } - public interface SourceObjectOrBuilder extends + public interface SourceObjectOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ComposeObjectRequest.SourceObject) com.google.protobuf.MessageOrBuilder { /** + * + * *
      * Required. The source object's name. All source objects must reside in the
      * same bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
      * Required. The source object's name. All source objects must reside in the
      * same bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
      * The generation of this object to use as the source.
      * 
* * int64 generation = 2; + * * @return The generation. */ long getGeneration(); /** + * + * *
      * Conditions that must be met for this operation to execute.
      * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * * @return Whether the objectPreconditions field is set. */ boolean hasObjectPreconditions(); /** + * + * *
      * Conditions that must be met for this operation to execute.
      * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * * @return The objectPreconditions. */ - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getObjectPreconditions(); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + getObjectPreconditions(); /** + * + * *
      * Conditions that must be met for this operation to execute.
      * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder getObjectPreconditionsOrBuilder(); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder + getObjectPreconditionsOrBuilder(); } /** + * + * *
    * Description of a source object for a composition request.
    * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest.SourceObject} */ - public static final class SourceObject extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class SourceObject extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ComposeObjectRequest.SourceObject) SourceObjectOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use SourceObject.newBuilder() to construct. private SourceObject(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private SourceObject() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new SourceObject(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.SourceObject.class, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder.class); + com.google.storage.v2.ComposeObjectRequest.SourceObject.class, + com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder.class); } - public interface ObjectPreconditionsOrBuilder extends + public interface ObjectPreconditionsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) com.google.protobuf.MessageOrBuilder { /** + * + * *
        * Only perform the composition if the generation of the source object
        * that would be used matches this value.  If this value and a generation
@@ -170,10 +221,13 @@ public interface ObjectPreconditionsOrBuilder extends
        * 
* * optional int64 if_generation_match = 1; + * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** + * + * *
        * Only perform the composition if the generation of the source object
        * that would be used matches this value.  If this value and a generation
@@ -181,58 +235,65 @@ public interface ObjectPreconditionsOrBuilder extends
        * 
* * optional int64 if_generation_match = 1; + * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); } /** + * + * *
      * Preconditions for a source object of a composition request.
      * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions} */ - public static final class ObjectPreconditions extends - com.google.protobuf.GeneratedMessageV3 implements + public static final class ObjectPreconditions extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) ObjectPreconditionsOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ObjectPreconditions.newBuilder() to construct. private ObjectPreconditions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ObjectPreconditions() { - } + + private ObjectPreconditions() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ObjectPreconditions(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.class, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder.class); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.class, + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder + .class); } private int bitField0_; public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 1; private long ifGenerationMatch_; /** + * + * *
        * Only perform the composition if the generation of the source object
        * that would be used matches this value.  If this value and a generation
@@ -240,6 +301,7 @@ protected java.lang.Object newInstance(
        * 
* * optional int64 if_generation_match = 1; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -247,6 +309,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
        * Only perform the composition if the generation of the source object
        * that would be used matches this value.  If this value and a generation
@@ -254,6 +318,7 @@ public boolean hasIfGenerationMatch() {
        * 
* * optional int64 if_generation_match = 1; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -262,6 +327,7 @@ public long getIfGenerationMatch() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -273,8 +339,7 @@ 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 (((bitField0_ & 0x00000001) != 0)) { output.writeInt64(1, ifGenerationMatch_); } @@ -288,8 +353,7 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(1, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, ifGenerationMatch_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -299,17 +363,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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions)) { + if (!(obj + instanceof + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions)) { return super.equals(obj); } - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions other = (com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) obj; + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions other = + (com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) obj; if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() - != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -324,96 +390,110 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom(java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom( + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom(com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom(java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions prototype) { + + public static Builder newBuilder( + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions 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 @@ -423,39 +503,44 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
        * Preconditions for a source object of a composition request.
        * 
* - * Protobuf type {@code google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions} + * Protobuf type {@code + * google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions} */ - 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.class, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder.class); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.class, + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + .Builder.class); } - // Construct using com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.newBuilder() - private Builder() { + // Construct using + // com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.newBuilder() + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -465,19 +550,22 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; } @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getDefaultInstanceForType() { - return com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance(); + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + getDefaultInstanceForType() { + return com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + .getDefaultInstance(); } @java.lang.Override public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions build() { - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions result = buildPartial(); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions result = + buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -485,8 +573,10 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditio } @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions buildPartial() { - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions result = new com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions(this); + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + buildPartial() { + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions result = + new com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { @@ -502,46 +592,56 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditio 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.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) { - return mergeFrom((com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions)other); + if (other + instanceof + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) { + return mergeFrom( + (com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) + other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions other) { - if (other == com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance()) return this; + public Builder mergeFrom( + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions other) { + if (other + == com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + .getDefaultInstance()) return this; if (other.hasIfGenerationMatch()) { setIfGenerationMatch(other.getIfGenerationMatch()); } @@ -571,17 +671,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 8 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 8 + 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) { @@ -591,10 +693,13 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; - private long ifGenerationMatch_ ; + private long ifGenerationMatch_; /** + * + * *
          * Only perform the composition if the generation of the source object
          * that would be used matches this value.  If this value and a generation
@@ -602,6 +707,7 @@ public Builder mergeFrom(
          * 
* * optional int64 if_generation_match = 1; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -609,6 +715,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
          * Only perform the composition if the generation of the source object
          * that would be used matches this value.  If this value and a generation
@@ -616,6 +724,7 @@ public boolean hasIfGenerationMatch() {
          * 
* * optional int64 if_generation_match = 1; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -623,6 +732,8 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** + * + * *
          * Only perform the composition if the generation of the source object
          * that would be used matches this value.  If this value and a generation
@@ -630,6 +741,7 @@ public long getIfGenerationMatch() {
          * 
* * optional int64 if_generation_match = 1; + * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -640,6 +752,8 @@ public Builder setIfGenerationMatch(long value) { return this; } /** + * + * *
          * Only perform the composition if the generation of the source object
          * that would be used matches this value.  If this value and a generation
@@ -647,6 +761,7 @@ public Builder setIfGenerationMatch(long value) {
          * 
* * optional int64 if_generation_match = 1; + * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -655,6 +770,7 @@ public Builder clearIfGenerationMatch() { onChanged(); return this; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -667,41 +783,46 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) } // @@protoc_insertion_point(class_scope:google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions) - private static final com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions DEFAULT_INSTANCE; + private static final com.google.storage.v2.ComposeObjectRequest.SourceObject + .ObjectPreconditions + DEFAULT_INSTANCE; + static { - DEFAULT_INSTANCE = new com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions(); + DEFAULT_INSTANCE = + new com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions(); } - public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getDefaultInstance() { + public static com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ObjectPreconditions 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 ObjectPreconditions 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; @@ -713,21 +834,24 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getDefaultInstanceForType() { + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
      * Required. The source object's name. All source objects must reside in the
      * same bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ @java.lang.Override @@ -736,30 +860,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; } } /** + * + * *
      * Required. The source object's name. All source objects must reside in the
      * same bucket.
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @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 { @@ -770,11 +894,14 @@ public java.lang.String getName() { public static final int GENERATION_FIELD_NUMBER = 2; private long generation_; /** + * + * *
      * The generation of this object to use as the source.
      * 
* * int64 generation = 2; + * * @return The generation. */ @java.lang.Override @@ -783,13 +910,19 @@ public long getGeneration() { } public static final int OBJECT_PRECONDITIONS_FIELD_NUMBER = 3; - private com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions objectPreconditions_; + private com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + objectPreconditions_; /** + * + * *
      * Conditions that must be met for this operation to execute.
      * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * * @return Whether the objectPreconditions field is set. */ @java.lang.Override @@ -797,30 +930,45 @@ public boolean hasObjectPreconditions() { return objectPreconditions_ != null; } /** + * + * *
      * Conditions that must be met for this operation to execute.
      * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * * @return The objectPreconditions. */ @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getObjectPreconditions() { - return objectPreconditions_ == null ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance() : objectPreconditions_; + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + getObjectPreconditions() { + return objectPreconditions_ == null + ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + .getDefaultInstance() + : objectPreconditions_; } /** + * + * *
      * Conditions that must be met for this operation to execute.
      * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ @java.lang.Override - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder getObjectPreconditionsOrBuilder() { + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder + getObjectPreconditionsOrBuilder() { return getObjectPreconditions(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -832,8 +980,7 @@ 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_); } @@ -856,12 +1003,11 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (generation_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(2, generation_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, generation_); } if (objectPreconditions_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(3, getObjectPreconditions()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize(3, getObjectPreconditions()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -871,21 +1017,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.storage.v2.ComposeObjectRequest.SourceObject)) { return super.equals(obj); } - com.google.storage.v2.ComposeObjectRequest.SourceObject other = (com.google.storage.v2.ComposeObjectRequest.SourceObject) obj; + com.google.storage.v2.ComposeObjectRequest.SourceObject other = + (com.google.storage.v2.ComposeObjectRequest.SourceObject) obj; - if (!getName() - .equals(other.getName())) return false; - if (getGeneration() - != other.getGeneration()) return false; + if (!getName().equals(other.getName())) return false; + if (getGeneration() != other.getGeneration()) return false; if (hasObjectPreconditions() != other.hasObjectPreconditions()) return false; if (hasObjectPreconditions()) { - if (!getObjectPreconditions() - .equals(other.getObjectPreconditions())) return false; + if (!getObjectPreconditions().equals(other.getObjectPreconditions())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -901,8 +1045,7 @@ public int hashCode() { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + GENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getGeneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration()); if (hasObjectPreconditions()) { hash = (37 * hash) + OBJECT_PRECONDITIONS_FIELD_NUMBER; hash = (53 * hash) + getObjectPreconditions().hashCode(); @@ -913,87 +1056,94 @@ public int hashCode() { } public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ComposeObjectRequest.SourceObject parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject prototype) { + + public static Builder newBuilder( + com.google.storage.v2.ComposeObjectRequest.SourceObject 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 @@ -1003,39 +1153,41 @@ protected Builder newBuilderForType( return builder; } /** + * + * *
      * Description of a source object for a composition request.
      * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest.SourceObject} */ - 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.storage.v2.ComposeObjectRequest.SourceObject) com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.SourceObject.class, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder.class); + com.google.storage.v2.ComposeObjectRequest.SourceObject.class, + com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder.class); } // Construct using com.google.storage.v2.ComposeObjectRequest.SourceObject.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -1053,9 +1205,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; } @java.lang.Override @@ -1074,7 +1226,8 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject build() { @java.lang.Override public com.google.storage.v2.ComposeObjectRequest.SourceObject buildPartial() { - com.google.storage.v2.ComposeObjectRequest.SourceObject result = new com.google.storage.v2.ComposeObjectRequest.SourceObject(this); + com.google.storage.v2.ComposeObjectRequest.SourceObject result = + new com.google.storage.v2.ComposeObjectRequest.SourceObject(this); result.name_ = name_; result.generation_ = generation_; if (objectPreconditionsBuilder_ == null) { @@ -1090,38 +1243,41 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject 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.storage.v2.ComposeObjectRequest.SourceObject) { - return mergeFrom((com.google.storage.v2.ComposeObjectRequest.SourceObject)other); + return mergeFrom((com.google.storage.v2.ComposeObjectRequest.SourceObject) other); } else { super.mergeFrom(other); return this; @@ -1129,7 +1285,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.ComposeObjectRequest.SourceObject other) { - if (other == com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()) return this; + if (other == com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()) + return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -1166,29 +1323,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); + case 10: + { + name_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 16: { - generation_ = input.readInt64(); + break; + } // case 10 + case 16: + { + generation_ = input.readInt64(); - break; - } // case 16 - case 26: { - input.readMessage( - getObjectPreconditionsFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 16 + case 26: + { + input.readMessage( + getObjectPreconditionsFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -1201,19 +1361,21 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** + * + * *
        * Required. The source object's name. All source objects must reside in the
        * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @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; @@ -1222,21 +1384,22 @@ public java.lang.String getName() { } } /** + * + * *
        * Required. The source object's name. All source objects must reside in the
        * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @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 { @@ -1244,69 +1407,79 @@ public java.lang.String getName() { } } /** + * + * *
        * Required. The source object's name. All source objects must reside in the
        * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
        * Required. The source object's name. All source objects must reside in the
        * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
        * Required. The source object's name. All source objects must reside in the
        * same bucket.
        * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - private long generation_ ; + private long generation_; /** + * + * *
        * The generation of this object to use as the source.
        * 
* * int64 generation = 2; + * * @return The generation. */ @java.lang.Override @@ -1314,72 +1487,101 @@ public long getGeneration() { return generation_; } /** + * + * *
        * The generation of this object to use as the source.
        * 
* * int64 generation = 2; + * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** + * + * *
        * The generation of this object to use as the source.
        * 
* * int64 generation = 2; + * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions objectPreconditions_; + private com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + objectPreconditions_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder> objectPreconditionsBuilder_; + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder> + objectPreconditionsBuilder_; /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * * @return Whether the objectPreconditions field is set. */ public boolean hasObjectPreconditions() { return objectPreconditionsBuilder_ != null || objectPreconditions_ != null; } /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * * @return The objectPreconditions. */ - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions getObjectPreconditions() { + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + getObjectPreconditions() { if (objectPreconditionsBuilder_ == null) { - return objectPreconditions_ == null ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance() : objectPreconditions_; + return objectPreconditions_ == null + ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + .getDefaultInstance() + : objectPreconditions_; } else { return objectPreconditionsBuilder_.getMessage(); } } /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ - public Builder setObjectPreconditions(com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions value) { + public Builder setObjectPreconditions( + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions value) { if (objectPreconditionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1393,14 +1595,19 @@ public Builder setObjectPreconditions(com.google.storage.v2.ComposeObjectRequest return this; } /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ public Builder setObjectPreconditions( - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder builderForValue) { + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder + builderForValue) { if (objectPreconditionsBuilder_ == null) { objectPreconditions_ = builderForValue.build(); onChanged(); @@ -1411,17 +1618,25 @@ public Builder setObjectPreconditions( return this; } /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ - public Builder mergeObjectPreconditions(com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions value) { + public Builder mergeObjectPreconditions( + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions value) { if (objectPreconditionsBuilder_ == null) { if (objectPreconditions_ != null) { objectPreconditions_ = - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.newBuilder(objectPreconditions_).mergeFrom(value).buildPartial(); + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + .newBuilder(objectPreconditions_) + .mergeFrom(value) + .buildPartial(); } else { objectPreconditions_ = value; } @@ -1433,11 +1648,15 @@ public Builder mergeObjectPreconditions(com.google.storage.v2.ComposeObjectReque return this; } /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ public Builder clearObjectPreconditions() { if (objectPreconditionsBuilder_ == null) { @@ -1451,52 +1670,74 @@ public Builder clearObjectPreconditions() { return this; } /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder getObjectPreconditionsBuilder() { - + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder + getObjectPreconditionsBuilder() { + onChanged(); return getObjectPreconditionsFieldBuilder().getBuilder(); } /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ - public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder getObjectPreconditionsOrBuilder() { + public com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder + getObjectPreconditionsOrBuilder() { if (objectPreconditionsBuilder_ != null) { return objectPreconditionsBuilder_.getMessageOrBuilder(); } else { - return objectPreconditions_ == null ? - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.getDefaultInstance() : objectPreconditions_; + return objectPreconditions_ == null + ? com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + .getDefaultInstance() + : objectPreconditions_; } } /** + * + * *
        * Conditions that must be met for this operation to execute.
        * 
* - * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * + * .google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder> + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder> getObjectPreconditionsFieldBuilder() { if (objectPreconditionsBuilder_ == null) { - objectPreconditionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder>( - getObjectPreconditions(), - getParentForChildren(), - isClean()); + objectPreconditionsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions, + com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions + .Builder, + com.google.storage.v2.ComposeObjectRequest.SourceObject + .ObjectPreconditionsOrBuilder>( + getObjectPreconditions(), getParentForChildren(), isClean()); objectPreconditions_ = null; } return objectPreconditionsBuilder_; } + @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1509,12 +1750,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ComposeObjectRequest.SourceObject) } // @@protoc_insertion_point(class_scope:google.storage.v2.ComposeObjectRequest.SourceObject) private static final com.google.storage.v2.ComposeObjectRequest.SourceObject DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ComposeObjectRequest.SourceObject(); } @@ -1523,27 +1764,28 @@ public static com.google.storage.v2.ComposeObjectRequest.SourceObject getDefault return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public SourceObject 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 SourceObject 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; @@ -1558,18 +1800,21 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ComposeObjectRequest.SourceObject getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } private int bitField0_; public static final int DESTINATION_FIELD_NUMBER = 1; private com.google.storage.v2.Object destination_; /** + * + * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the destination field is set. */ @java.lang.Override @@ -1577,11 +1822,15 @@ public boolean hasDestination() { return destination_ != null; } /** + * + * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The destination. */ @java.lang.Override @@ -1589,11 +1838,14 @@ public com.google.storage.v2.Object getDestination() { return destination_ == null ? com.google.storage.v2.Object.getDefaultInstance() : destination_; } /** + * + * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { @@ -1603,6 +1855,8 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { public static final int SOURCE_OBJECTS_FIELD_NUMBER = 2; private java.util.List sourceObjects_; /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1610,10 +1864,13 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ @java.lang.Override - public java.util.List getSourceObjectsList() { + public java.util.List + getSourceObjectsList() { return sourceObjects_; } /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1621,11 +1878,13 @@ public java.util.List g * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ @java.lang.Override - public java.util.List + public java.util.List getSourceObjectsOrBuilderList() { return sourceObjects_; } /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1637,6 +1896,8 @@ public int getSourceObjectsCount() { return sourceObjects_.size(); } /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1648,6 +1909,8 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject getSourceObjects( return sourceObjects_.get(index); } /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -1663,6 +1926,8 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourc public static final int DESTINATION_PREDEFINED_ACL_FIELD_NUMBER = 9; private volatile java.lang.Object destinationPredefinedAcl_; /** + * + * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1670,6 +1935,7 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourc
    * 
* * string destination_predefined_acl = 9; + * * @return The destinationPredefinedAcl. */ @java.lang.Override @@ -1678,14 +1944,15 @@ public java.lang.String getDestinationPredefinedAcl() { 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(); destinationPredefinedAcl_ = s; return s; } } /** + * + * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1693,16 +1960,15 @@ public java.lang.String getDestinationPredefinedAcl() {
    * 
* * string destination_predefined_acl = 9; + * * @return The bytes for destinationPredefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString - getDestinationPredefinedAclBytes() { + public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { java.lang.Object ref = destinationPredefinedAcl_; 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); destinationPredefinedAcl_ = b; return b; } else { @@ -1713,6 +1979,8 @@ public java.lang.String getDestinationPredefinedAcl() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 4; private long ifGenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1720,6 +1988,7 @@ public java.lang.String getDestinationPredefinedAcl() {
    * 
* * optional int64 if_generation_match = 4; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1727,6 +1996,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1734,6 +2005,7 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 4; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1744,12 +2016,15 @@ public long getIfGenerationMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 5; private long ifMetagenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1757,12 +2032,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1773,6 +2051,8 @@ public long getIfMetagenerationMatch() { public static final int KMS_KEY_FIELD_NUMBER = 6; private volatile java.lang.Object kmsKey_; /** + * + * *
    * Resource name of the Cloud KMS key, of the form
    * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -1781,6 +2061,7 @@ public long getIfMetagenerationMatch() {
    * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @return The kmsKey. */ @java.lang.Override @@ -1789,14 +2070,15 @@ public java.lang.String getKmsKey() { 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(); kmsKey_ = s; return s; } } /** + * + * *
    * Resource name of the Cloud KMS key, of the form
    * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -1805,16 +2087,15 @@ public java.lang.String getKmsKey() {
    * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @return The bytes for kmsKey. */ @java.lang.Override - public com.google.protobuf.ByteString - getKmsKeyBytes() { + public com.google.protobuf.ByteString getKmsKeyBytes() { java.lang.Object ref = kmsKey_; 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); kmsKey_ = b; return b; } else { @@ -1825,11 +2106,14 @@ public java.lang.String getKmsKey() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 7; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -1837,18 +2121,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -1856,19 +2147,23 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 10; private com.google.storage.v2.ObjectChecksums objectChecksums_; /** + * + * *
    * The checksums of the complete object. This will be validated against the
    * combined checksums of the component objects.
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 10; + * * @return Whether the objectChecksums field is set. */ @java.lang.Override @@ -1876,19 +2171,26 @@ public boolean hasObjectChecksums() { return objectChecksums_ != null; } /** + * + * *
    * The checksums of the complete object. This will be validated against the
    * combined checksums of the component objects.
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 10; + * * @return The objectChecksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getObjectChecksums() { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } /** + * + * *
    * The checksums of the complete object. This will be validated against the
    * combined checksums of the component objects.
@@ -1902,6 +2204,7 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -1913,8 +2216,7 @@ 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 (destination_ != null) {
       output.writeMessage(1, getDestination());
     }
@@ -1949,34 +2251,31 @@ public int getSerializedSize() {
 
     size = 0;
     if (destination_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getDestination());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDestination());
     }
     for (int i = 0; i < sourceObjects_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, sourceObjects_.get(i));
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, sourceObjects_.get(i));
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(4, ifGenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, ifGenerationMatch_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(5, ifMetagenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifMetagenerationMatch_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(kmsKey_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, kmsKey_);
     }
     if (commonObjectRequestParams_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(7, getCommonObjectRequestParams());
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              7, getCommonObjectRequestParams());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(destinationPredefinedAcl_)) {
-      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, destinationPredefinedAcl_);
+      size +=
+          com.google.protobuf.GeneratedMessageV3.computeStringSize(9, destinationPredefinedAcl_);
     }
     if (objectChecksums_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(10, getObjectChecksums());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getObjectChecksums());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -1986,43 +2285,37 @@ 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.storage.v2.ComposeObjectRequest)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.ComposeObjectRequest other = (com.google.storage.v2.ComposeObjectRequest) obj;
+    com.google.storage.v2.ComposeObjectRequest other =
+        (com.google.storage.v2.ComposeObjectRequest) obj;
 
     if (hasDestination() != other.hasDestination()) return false;
     if (hasDestination()) {
-      if (!getDestination()
-          .equals(other.getDestination())) return false;
+      if (!getDestination().equals(other.getDestination())) return false;
     }
-    if (!getSourceObjectsList()
-        .equals(other.getSourceObjectsList())) return false;
-    if (!getDestinationPredefinedAcl()
-        .equals(other.getDestinationPredefinedAcl())) return false;
+    if (!getSourceObjectsList().equals(other.getSourceObjectsList())) return false;
+    if (!getDestinationPredefinedAcl().equals(other.getDestinationPredefinedAcl())) return false;
     if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false;
     if (hasIfGenerationMatch()) {
-      if (getIfGenerationMatch()
-          != other.getIfGenerationMatch()) return false;
+      if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false;
     }
     if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false;
     if (hasIfMetagenerationMatch()) {
-      if (getIfMetagenerationMatch()
-          != other.getIfMetagenerationMatch()) return false;
+      if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false;
     }
-    if (!getKmsKey()
-        .equals(other.getKmsKey())) return false;
+    if (!getKmsKey().equals(other.getKmsKey())) return false;
     if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false;
     if (hasCommonObjectRequestParams()) {
-      if (!getCommonObjectRequestParams()
-          .equals(other.getCommonObjectRequestParams())) return false;
+      if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams()))
+        return false;
     }
     if (hasObjectChecksums() != other.hasObjectChecksums()) return false;
     if (hasObjectChecksums()) {
-      if (!getObjectChecksums()
-          .equals(other.getObjectChecksums())) return false;
+      if (!getObjectChecksums().equals(other.getObjectChecksums())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -2047,13 +2340,11 @@ public int hashCode() {
     hash = (53 * hash) + getDestinationPredefinedAcl().hashCode();
     if (hasIfGenerationMatch()) {
       hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfGenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch());
     }
     if (hasIfMetagenerationMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch());
     }
     hash = (37 * hash) + KMS_KEY_FIELD_NUMBER;
     hash = (53 * hash) + getKmsKey().hashCode();
@@ -2070,130 +2361,136 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ComposeObjectRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ComposeObjectRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.ComposeObjectRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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.storage.v2.ComposeObjectRequest 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 message for ComposeObject.
    * 
* * Protobuf type {@code google.storage.v2.ComposeObjectRequest} */ - 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.storage.v2.ComposeObjectRequest) com.google.storage.v2.ComposeObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ComposeObjectRequest.class, com.google.storage.v2.ComposeObjectRequest.Builder.class); + com.google.storage.v2.ComposeObjectRequest.class, + com.google.storage.v2.ComposeObjectRequest.Builder.class); } // Construct using com.google.storage.v2.ComposeObjectRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -2234,9 +2531,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ComposeObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ComposeObjectRequest_descriptor; } @java.lang.Override @@ -2255,7 +2552,8 @@ public com.google.storage.v2.ComposeObjectRequest build() { @java.lang.Override public com.google.storage.v2.ComposeObjectRequest buildPartial() { - com.google.storage.v2.ComposeObjectRequest result = new com.google.storage.v2.ComposeObjectRequest(this); + com.google.storage.v2.ComposeObjectRequest result = + new com.google.storage.v2.ComposeObjectRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (destinationBuilder_ == null) { @@ -2301,38 +2599,39 @@ public com.google.storage.v2.ComposeObjectRequest 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) { + 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.storage.v2.ComposeObjectRequest) { - return mergeFrom((com.google.storage.v2.ComposeObjectRequest)other); + return mergeFrom((com.google.storage.v2.ComposeObjectRequest) other); } else { super.mergeFrom(other); return this; @@ -2362,9 +2661,10 @@ public Builder mergeFrom(com.google.storage.v2.ComposeObjectRequest other) { sourceObjectsBuilder_ = null; sourceObjects_ = other.sourceObjects_; bitField0_ = (bitField0_ & ~0x00000001); - sourceObjectsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getSourceObjectsFieldBuilder() : null; + sourceObjectsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getSourceObjectsFieldBuilder() + : null; } else { sourceObjectsBuilder_.addAllMessages(other.sourceObjects_); } @@ -2416,66 +2716,70 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getDestinationFieldBuilder().getBuilder(), - extensionRegistry); + case 10: + { + input.readMessage(getDestinationFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 10 - case 18: { - com.google.storage.v2.ComposeObjectRequest.SourceObject m = - input.readMessage( - com.google.storage.v2.ComposeObjectRequest.SourceObject.parser(), - extensionRegistry); - if (sourceObjectsBuilder_ == null) { - ensureSourceObjectsIsMutable(); - sourceObjects_.add(m); - } else { - sourceObjectsBuilder_.addMessage(m); - } - break; - } // case 18 - case 32: { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 32 - case 40: { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 40 - case 50: { - kmsKey_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 18: + { + com.google.storage.v2.ComposeObjectRequest.SourceObject m = + input.readMessage( + com.google.storage.v2.ComposeObjectRequest.SourceObject.parser(), + extensionRegistry); + if (sourceObjectsBuilder_ == null) { + ensureSourceObjectsIsMutable(); + sourceObjects_.add(m); + } else { + sourceObjectsBuilder_.addMessage(m); + } + break; + } // case 18 + case 32: + { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 32 + case 40: + { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 40 + case 50: + { + kmsKey_ = input.readStringRequireUtf8(); - break; - } // case 50 - case 58: { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 50 + case 58: + { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 58 - case 74: { - destinationPredefinedAcl_ = input.readStringRequireUtf8(); + break; + } // case 58 + case 74: + { + destinationPredefinedAcl_ = input.readStringRequireUtf8(); - break; - } // case 74 - case 82: { - input.readMessage( - getObjectChecksumsFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 74 + case 82: + { + input.readMessage(getObjectChecksumsFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 82 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -2485,43 +2789,60 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.storage.v2.Object destination_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> destinationBuilder_; + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> + destinationBuilder_; /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the destination field is set. */ public boolean hasDestination() { return destinationBuilder_ != null || destination_ != null; } /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The destination. */ public com.google.storage.v2.Object getDestination() { if (destinationBuilder_ == null) { - return destination_ == null ? com.google.storage.v2.Object.getDefaultInstance() : destination_; + return destination_ == null + ? com.google.storage.v2.Object.getDefaultInstance() + : destination_; } else { return destinationBuilder_.getMessage(); } } /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setDestination(com.google.storage.v2.Object value) { if (destinationBuilder_ == null) { @@ -2537,14 +2858,16 @@ public Builder setDestination(com.google.storage.v2.Object value) { return this; } /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setDestination( - com.google.storage.v2.Object.Builder builderForValue) { + public Builder setDestination(com.google.storage.v2.Object.Builder builderForValue) { if (destinationBuilder_ == null) { destination_ = builderForValue.build(); onChanged(); @@ -2555,17 +2878,20 @@ public Builder setDestination( return this; } /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeDestination(com.google.storage.v2.Object value) { if (destinationBuilder_ == null) { if (destination_ != null) { destination_ = - com.google.storage.v2.Object.newBuilder(destination_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Object.newBuilder(destination_).mergeFrom(value).buildPartial(); } else { destination_ = value; } @@ -2577,11 +2903,14 @@ public Builder mergeDestination(com.google.storage.v2.Object value) { return this; } /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearDestination() { if (destinationBuilder_ == null) { @@ -2595,73 +2924,96 @@ public Builder clearDestination() { return this; } /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.Object.Builder getDestinationBuilder() { - + onChanged(); return getDestinationFieldBuilder().getBuilder(); } /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() { if (destinationBuilder_ != null) { return destinationBuilder_.getMessageOrBuilder(); } else { - return destination_ == null ? - com.google.storage.v2.Object.getDefaultInstance() : destination_; + return destination_ == null + ? com.google.storage.v2.Object.getDefaultInstance() + : destination_; } } /** + * + * *
      * Required. Properties of the resulting object.
      * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> getDestinationFieldBuilder() { if (destinationBuilder_ == null) { - destinationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>( - getDestination(), - getParentForChildren(), - isClean()); + destinationBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder>( + getDestination(), getParentForChildren(), isClean()); destination_ = null; } return destinationBuilder_; } private java.util.List sourceObjects_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureSourceObjectsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - sourceObjects_ = new java.util.ArrayList(sourceObjects_); + sourceObjects_ = + new java.util.ArrayList( + sourceObjects_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> sourceObjectsBuilder_; + com.google.storage.v2.ComposeObjectRequest.SourceObject, + com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, + com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> + sourceObjectsBuilder_; /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ - public java.util.List getSourceObjectsList() { + public java.util.List + getSourceObjectsList() { if (sourceObjectsBuilder_ == null) { return java.util.Collections.unmodifiableList(sourceObjects_); } else { @@ -2669,11 +3021,14 @@ public java.util.List g } } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public int getSourceObjectsCount() { if (sourceObjectsBuilder_ == null) { @@ -2683,11 +3038,14 @@ public int getSourceObjectsCount() { } } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public com.google.storage.v2.ComposeObjectRequest.SourceObject getSourceObjects(int index) { if (sourceObjectsBuilder_ == null) { @@ -2697,11 +3055,14 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject getSourceObjects( } } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder setSourceObjects( int index, com.google.storage.v2.ComposeObjectRequest.SourceObject value) { @@ -2718,14 +3079,18 @@ public Builder setSourceObjects( return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder setSourceObjects( - int index, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { + int index, + com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { if (sourceObjectsBuilder_ == null) { ensureSourceObjectsIsMutable(); sourceObjects_.set(index, builderForValue.build()); @@ -2736,11 +3101,14 @@ public Builder setSourceObjects( return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder addSourceObjects(com.google.storage.v2.ComposeObjectRequest.SourceObject value) { if (sourceObjectsBuilder_ == null) { @@ -2756,11 +3124,14 @@ public Builder addSourceObjects(com.google.storage.v2.ComposeObjectRequest.Sourc return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder addSourceObjects( int index, com.google.storage.v2.ComposeObjectRequest.SourceObject value) { @@ -2777,11 +3148,14 @@ public Builder addSourceObjects( return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder addSourceObjects( com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { @@ -2795,14 +3169,18 @@ public Builder addSourceObjects( return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder addSourceObjects( - int index, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { + int index, + com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder builderForValue) { if (sourceObjectsBuilder_ == null) { ensureSourceObjectsIsMutable(); sourceObjects_.add(index, builderForValue.build()); @@ -2813,18 +3191,21 @@ public Builder addSourceObjects( return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder addAllSourceObjects( - java.lang.Iterable values) { + java.lang.Iterable + values) { if (sourceObjectsBuilder_ == null) { ensureSourceObjectsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, sourceObjects_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, sourceObjects_); onChanged(); } else { sourceObjectsBuilder_.addAllMessages(values); @@ -2832,11 +3213,14 @@ public Builder addAllSourceObjects( return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder clearSourceObjects() { if (sourceObjectsBuilder_ == null) { @@ -2849,11 +3233,14 @@ public Builder clearSourceObjects() { return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public Builder removeSourceObjects(int index) { if (sourceObjectsBuilder_ == null) { @@ -2866,39 +3253,50 @@ public Builder removeSourceObjects(int index) { return this; } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder getSourceObjectsBuilder( int index) { return getSourceObjectsFieldBuilder().getBuilder(index); } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ - public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObjectsOrBuilder( - int index) { + public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder + getSourceObjectsOrBuilder(int index) { if (sourceObjectsBuilder_ == null) { - return sourceObjects_.get(index); } else { + return sourceObjects_.get(index); + } else { return sourceObjectsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ - public java.util.List - getSourceObjectsOrBuilderList() { + public java.util.List< + ? extends com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> + getSourceObjectsOrBuilderList() { if (sourceObjectsBuilder_ != null) { return sourceObjectsBuilder_.getMessageOrBuilderList(); } else { @@ -2906,45 +3304,62 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourc } } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ - public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder addSourceObjectsBuilder() { - return getSourceObjectsFieldBuilder().addBuilder( - com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()); + public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder + addSourceObjectsBuilder() { + return getSourceObjectsFieldBuilder() + .addBuilder(com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()); } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder addSourceObjectsBuilder( int index) { - return getSourceObjectsFieldBuilder().addBuilder( - index, com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()); + return getSourceObjectsFieldBuilder() + .addBuilder( + index, com.google.storage.v2.ComposeObjectRequest.SourceObject.getDefaultInstance()); } /** + * + * *
      * The list of source objects that will be concatenated into a single object.
      * 
* - * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; + * */ - public java.util.List - getSourceObjectsBuilderList() { + public java.util.List + getSourceObjectsBuilderList() { return getSourceObjectsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> + com.google.storage.v2.ComposeObjectRequest.SourceObject, + com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, + com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder> getSourceObjectsFieldBuilder() { if (sourceObjectsBuilder_ == null) { - sourceObjectsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ComposeObjectRequest.SourceObject, com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder>( + sourceObjectsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.ComposeObjectRequest.SourceObject, + com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder, + com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder>( sourceObjects_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -2956,6 +3371,8 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder addSource private java.lang.Object destinationPredefinedAcl_ = ""; /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2963,13 +3380,13 @@ public com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder addSource
      * 
* * string destination_predefined_acl = 9; + * * @return The destinationPredefinedAcl. */ public java.lang.String getDestinationPredefinedAcl() { java.lang.Object ref = destinationPredefinedAcl_; 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(); destinationPredefinedAcl_ = s; return s; @@ -2978,6 +3395,8 @@ public java.lang.String getDestinationPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2985,15 +3404,14 @@ public java.lang.String getDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 9; + * * @return The bytes for destinationPredefinedAcl. */ - public com.google.protobuf.ByteString - getDestinationPredefinedAclBytes() { + public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { java.lang.Object ref = destinationPredefinedAcl_; 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); destinationPredefinedAcl_ = b; return b; } else { @@ -3001,6 +3419,8 @@ public java.lang.String getDestinationPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3008,20 +3428,22 @@ public java.lang.String getDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 9; + * * @param value The destinationPredefinedAcl to set. * @return This builder for chaining. */ - public Builder setDestinationPredefinedAcl( - java.lang.String value) { + public Builder setDestinationPredefinedAcl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationPredefinedAcl_ = value; onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3029,15 +3451,18 @@ public Builder setDestinationPredefinedAcl(
      * 
* * string destination_predefined_acl = 9; + * * @return This builder for chaining. */ public Builder clearDestinationPredefinedAcl() { - + destinationPredefinedAcl_ = getDefaultInstance().getDestinationPredefinedAcl(); onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -3045,23 +3470,25 @@ public Builder clearDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 9; + * * @param value The bytes for destinationPredefinedAcl to set. * @return This builder for chaining. */ - public Builder setDestinationPredefinedAclBytes( - com.google.protobuf.ByteString value) { + public Builder setDestinationPredefinedAclBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationPredefinedAcl_ = value; onChanged(); return this; } - private long ifGenerationMatch_ ; + private long ifGenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3069,6 +3496,7 @@ public Builder setDestinationPredefinedAclBytes(
      * 
* * optional int64 if_generation_match = 4; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -3076,6 +3504,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3083,6 +3513,7 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 4; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -3090,6 +3521,8 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3097,6 +3530,7 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 4; + * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -3107,6 +3541,8 @@ public Builder setIfGenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -3114,6 +3550,7 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 4; + * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -3123,14 +3560,17 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -3138,12 +3578,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -3151,12 +3594,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -3167,12 +3613,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -3184,6 +3633,8 @@ public Builder clearIfMetagenerationMatch() { private java.lang.Object kmsKey_ = ""; /** + * + * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3192,13 +3643,13 @@ public Builder clearIfMetagenerationMatch() {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @return The kmsKey. */ public java.lang.String getKmsKey() { java.lang.Object ref = kmsKey_; 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(); kmsKey_ = s; return s; @@ -3207,6 +3658,8 @@ public java.lang.String getKmsKey() { } } /** + * + * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3215,15 +3668,14 @@ public java.lang.String getKmsKey() {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @return The bytes for kmsKey. */ - public com.google.protobuf.ByteString - getKmsKeyBytes() { + public com.google.protobuf.ByteString getKmsKeyBytes() { java.lang.Object ref = kmsKey_; 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); kmsKey_ = b; return b; } else { @@ -3231,6 +3683,8 @@ public java.lang.String getKmsKey() { } } /** + * + * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3239,20 +3693,22 @@ public java.lang.String getKmsKey() {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @param value The kmsKey to set. * @return This builder for chaining. */ - public Builder setKmsKey( - java.lang.String value) { + public Builder setKmsKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + kmsKey_ = value; onChanged(); return this; } /** + * + * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3261,15 +3717,18 @@ public Builder setKmsKey(
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @return This builder for chaining. */ public Builder clearKmsKey() { - + kmsKey_ = getDefaultInstance().getKmsKey(); onChanged(); return this; } /** + * + * *
      * Resource name of the Cloud KMS key, of the form
      * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -3278,16 +3737,16 @@ public Builder clearKmsKey() {
      * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @param value The bytes for kmsKey to set. * @return This builder for chaining. */ - public Builder setKmsKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKmsKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + kmsKey_ = value; onChanged(); return this; @@ -3295,41 +3754,55 @@ public Builder setKmsKeyBytes( private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3343,6 +3816,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3361,17 +3836,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -3383,6 +3863,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3401,33 +3883,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3435,14 +3926,17 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; @@ -3450,36 +3944,49 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR private com.google.storage.v2.ObjectChecksums objectChecksums_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_; + com.google.storage.v2.ObjectChecksums, + com.google.storage.v2.ObjectChecksums.Builder, + com.google.storage.v2.ObjectChecksumsOrBuilder> + objectChecksumsBuilder_; /** + * + * *
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 10; + * * @return Whether the objectChecksums field is set. */ public boolean hasObjectChecksums() { return objectChecksumsBuilder_ != null || objectChecksums_ != null; } /** + * + * *
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 10; + * * @return The objectChecksums. */ public com.google.storage.v2.ObjectChecksums getObjectChecksums() { if (objectChecksumsBuilder_ == null) { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } else { return objectChecksumsBuilder_.getMessage(); } } /** + * + * *
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
@@ -3501,6 +4008,8 @@ public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
@@ -3520,6 +4029,8 @@ public Builder setObjectChecksums(
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
@@ -3531,7 +4042,9 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       if (objectChecksumsBuilder_ == null) {
         if (objectChecksums_ != null) {
           objectChecksums_ =
-            com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           objectChecksums_ = value;
         }
@@ -3543,6 +4056,8 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
@@ -3562,6 +4077,8 @@ public Builder clearObjectChecksums() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
@@ -3570,11 +4087,13 @@ public Builder clearObjectChecksums() {
      * .google.storage.v2.ObjectChecksums object_checksums = 10;
      */
     public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() {
-      
+
       onChanged();
       return getObjectChecksumsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
@@ -3586,11 +4105,14 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
       if (objectChecksumsBuilder_ != null) {
         return objectChecksumsBuilder_.getMessageOrBuilder();
       } else {
-        return objectChecksums_ == null ?
-            com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_;
+        return objectChecksums_ == null
+            ? com.google.storage.v2.ObjectChecksums.getDefaultInstance()
+            : objectChecksums_;
       }
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be validated against the
      * combined checksums of the component objects.
@@ -3599,21 +4121,24 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * .google.storage.v2.ObjectChecksums object_checksums = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> 
+            com.google.storage.v2.ObjectChecksums,
+            com.google.storage.v2.ObjectChecksums.Builder,
+            com.google.storage.v2.ObjectChecksumsOrBuilder>
         getObjectChecksumsFieldBuilder() {
       if (objectChecksumsBuilder_ == null) {
-        objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>(
-                getObjectChecksums(),
-                getParentForChildren(),
-                isClean());
+        objectChecksumsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.ObjectChecksums,
+                com.google.storage.v2.ObjectChecksums.Builder,
+                com.google.storage.v2.ObjectChecksumsOrBuilder>(
+                getObjectChecksums(), getParentForChildren(), isClean());
         objectChecksums_ = null;
       }
       return objectChecksumsBuilder_;
     }
+
     @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);
     }
 
@@ -3623,12 +4148,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.ComposeObjectRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.ComposeObjectRequest)
   private static final com.google.storage.v2.ComposeObjectRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.ComposeObjectRequest();
   }
@@ -3637,27 +4162,27 @@ public static com.google.storage.v2.ComposeObjectRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ComposeObjectRequest 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 ComposeObjectRequest 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;
@@ -3672,6 +4197,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.ComposeObjectRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java
similarity index 85%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java
index d18597881e..9e95be1591 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ComposeObjectRequestOrBuilder.java
@@ -1,49 +1,79 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface ComposeObjectRequestOrBuilder extends
+public interface ComposeObjectRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.ComposeObjectRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the destination field is set. */ boolean hasDestination(); /** + * + * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The destination. */ com.google.storage.v2.Object getDestination(); /** + * + * *
    * Required. Properties of the resulting object.
    * 
* - * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object destination = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder(); /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
* * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - java.util.List - getSourceObjectsList(); + java.util.List getSourceObjectsList(); /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -52,6 +82,8 @@ public interface ComposeObjectRequestOrBuilder extends */ com.google.storage.v2.ComposeObjectRequest.SourceObject getSourceObjects(int index); /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -60,15 +92,19 @@ public interface ComposeObjectRequestOrBuilder extends */ int getSourceObjectsCount(); /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
* * repeated .google.storage.v2.ComposeObjectRequest.SourceObject source_objects = 2; */ - java.util.List + java.util.List getSourceObjectsOrBuilderList(); /** + * + * *
    * The list of source objects that will be concatenated into a single object.
    * 
@@ -79,6 +115,8 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject int index); /** + * + * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -86,10 +124,13 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * string destination_predefined_acl = 9; + * * @return The destinationPredefinedAcl. */ java.lang.String getDestinationPredefinedAcl(); /** + * + * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -97,12 +138,14 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * string destination_predefined_acl = 9; + * * @return The bytes for destinationPredefinedAcl. */ - com.google.protobuf.ByteString - getDestinationPredefinedAclBytes(); + com.google.protobuf.ByteString getDestinationPredefinedAclBytes(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -110,10 +153,13 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * optional int64 if_generation_match = 4; + * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -121,32 +167,41 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * optional int64 if_generation_match = 4; + * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * Resource name of the Cloud KMS key, of the form
    * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -155,10 +210,13 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @return The kmsKey. */ java.lang.String getKmsKey(); /** + * + * *
    * Resource name of the Cloud KMS key, of the form
    * `projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
@@ -167,30 +225,38 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject
    * 
* * string kms_key = 6 [(.google.api.resource_reference) = { ... } + * * @return The bytes for kmsKey. */ - com.google.protobuf.ByteString - getKmsKeyBytes(); + com.google.protobuf.ByteString getKmsKeyBytes(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 7; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -200,26 +266,34 @@ com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder getSourceObject com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); /** + * + * *
    * The checksums of the complete object. This will be validated against the
    * combined checksums of the component objects.
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 10; + * * @return Whether the objectChecksums field is set. */ boolean hasObjectChecksums(); /** + * + * *
    * The checksums of the complete object. This will be validated against the
    * combined checksums of the component objects.
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 10; + * * @return The objectChecksums. */ com.google.storage.v2.ObjectChecksums getObjectChecksums(); /** + * + * *
    * The checksums of the complete object. This will be validated against the
    * combined checksums of the component objects.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java
similarity index 65%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java
index 898142dc17..894e2cceab 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRange.java
@@ -1,60 +1,81 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Specifies a requested range of bytes to download.
  * 
* * Protobuf type {@code google.storage.v2.ContentRange} */ -public final class ContentRange extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ContentRange extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ContentRange) ContentRangeOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ContentRange.newBuilder() to construct. private ContentRange(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ContentRange() { - } + + private ContentRange() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ContentRange(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ContentRange_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ContentRange_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ContentRange.class, com.google.storage.v2.ContentRange.Builder.class); + com.google.storage.v2.ContentRange.class, + com.google.storage.v2.ContentRange.Builder.class); } public static final int START_FIELD_NUMBER = 1; private long start_; /** + * + * *
    * The starting offset of the object data.
    * 
* * int64 start = 1; + * * @return The start. */ @java.lang.Override @@ -65,11 +86,14 @@ public long getStart() { public static final int END_FIELD_NUMBER = 2; private long end_; /** + * + * *
    * The ending offset of the object data.
    * 
* * int64 end = 2; + * * @return The end. */ @java.lang.Override @@ -80,11 +104,14 @@ public long getEnd() { public static final int COMPLETE_LENGTH_FIELD_NUMBER = 3; private long completeLength_; /** + * + * *
    * The complete length of the object data.
    * 
* * int64 complete_length = 3; + * * @return The completeLength. */ @java.lang.Override @@ -93,6 +120,7 @@ public long getCompleteLength() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -104,8 +132,7 @@ 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 (start_ != 0L) { output.writeInt64(1, start_); } @@ -125,16 +152,13 @@ public int getSerializedSize() { size = 0; if (start_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(1, start_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, start_); } if (end_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(2, end_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, end_); } if (completeLength_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(3, completeLength_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, completeLength_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -144,19 +168,16 @@ 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.storage.v2.ContentRange)) { return super.equals(obj); } com.google.storage.v2.ContentRange other = (com.google.storage.v2.ContentRange) obj; - if (getStart() - != other.getStart()) return false; - if (getEnd() - != other.getEnd()) return false; - if (getCompleteLength() - != other.getCompleteLength()) return false; + if (getStart() != other.getStart()) return false; + if (getEnd() != other.getEnd()) return false; + if (getCompleteLength() != other.getCompleteLength()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -169,143 +190,145 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + START_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getStart()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getStart()); hash = (37 * hash) + END_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getEnd()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getEnd()); hash = (37 * hash) + COMPLETE_LENGTH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getCompleteLength()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getCompleteLength()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.ContentRange parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ContentRange parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ContentRange 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.storage.v2.ContentRange parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.ContentRange parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ContentRange 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.storage.v2.ContentRange parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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.storage.v2.ContentRange 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; } /** + * + * *
    * Specifies a requested range of bytes to download.
    * 
* * Protobuf type {@code google.storage.v2.ContentRange} */ - 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.storage.v2.ContentRange) com.google.storage.v2.ContentRangeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ContentRange_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ContentRange_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ContentRange.class, com.google.storage.v2.ContentRange.Builder.class); + com.google.storage.v2.ContentRange.class, + com.google.storage.v2.ContentRange.Builder.class); } // Construct using com.google.storage.v2.ContentRange.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -319,9 +342,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ContentRange_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ContentRange_descriptor; } @java.lang.Override @@ -352,38 +375,39 @@ public com.google.storage.v2.ContentRange 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) { + 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.storage.v2.ContentRange) { - return mergeFrom((com.google.storage.v2.ContentRange)other); + return mergeFrom((com.google.storage.v2.ContentRange) other); } else { super.mergeFrom(other); return this; @@ -427,27 +451,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - start_ = input.readInt64(); - - break; - } // case 8 - case 16: { - end_ = input.readInt64(); - - break; - } // case 16 - case 24: { - completeLength_ = input.readInt64(); - - break; - } // case 24 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + start_ = input.readInt64(); + + break; + } // case 8 + case 16: + { + end_ = input.readInt64(); + + break; + } // case 16 + case 24: + { + completeLength_ = input.readInt64(); + + 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) { @@ -458,13 +486,16 @@ public Builder mergeFrom( return this; } - private long start_ ; + private long start_; /** + * + * *
      * The starting offset of the object data.
      * 
* * int64 start = 1; + * * @return The start. */ @java.lang.Override @@ -472,42 +503,51 @@ public long getStart() { return start_; } /** + * + * *
      * The starting offset of the object data.
      * 
* * int64 start = 1; + * * @param value The start to set. * @return This builder for chaining. */ public Builder setStart(long value) { - + start_ = value; onChanged(); return this; } /** + * + * *
      * The starting offset of the object data.
      * 
* * int64 start = 1; + * * @return This builder for chaining. */ public Builder clearStart() { - + start_ = 0L; onChanged(); return this; } - private long end_ ; + private long end_; /** + * + * *
      * The ending offset of the object data.
      * 
* * int64 end = 2; + * * @return The end. */ @java.lang.Override @@ -515,42 +555,51 @@ public long getEnd() { return end_; } /** + * + * *
      * The ending offset of the object data.
      * 
* * int64 end = 2; + * * @param value The end to set. * @return This builder for chaining. */ public Builder setEnd(long value) { - + end_ = value; onChanged(); return this; } /** + * + * *
      * The ending offset of the object data.
      * 
* * int64 end = 2; + * * @return This builder for chaining. */ public Builder clearEnd() { - + end_ = 0L; onChanged(); return this; } - private long completeLength_ ; + private long completeLength_; /** + * + * *
      * The complete length of the object data.
      * 
* * int64 complete_length = 3; + * * @return The completeLength. */ @java.lang.Override @@ -558,37 +607,43 @@ public long getCompleteLength() { return completeLength_; } /** + * + * *
      * The complete length of the object data.
      * 
* * int64 complete_length = 3; + * * @param value The completeLength to set. * @return This builder for chaining. */ public Builder setCompleteLength(long value) { - + completeLength_ = value; onChanged(); return this; } /** + * + * *
      * The complete length of the object data.
      * 
* * int64 complete_length = 3; + * * @return This builder for chaining. */ public Builder clearCompleteLength() { - + completeLength_ = 0L; 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); } @@ -598,12 +653,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ContentRange) } // @@protoc_insertion_point(class_scope:google.storage.v2.ContentRange) private static final com.google.storage.v2.ContentRange DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ContentRange(); } @@ -612,27 +667,27 @@ public static com.google.storage.v2.ContentRange getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ContentRange 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 ContentRange 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; @@ -647,6 +702,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ContentRange getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java similarity index 52% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java index 46bd0a2f70..969abe6d3b 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ContentRangeOrBuilder.java @@ -1,38 +1,63 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ContentRangeOrBuilder extends +public interface ContentRangeOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ContentRange) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The starting offset of the object data.
    * 
* * int64 start = 1; + * * @return The start. */ long getStart(); /** + * + * *
    * The ending offset of the object data.
    * 
* * int64 end = 2; + * * @return The end. */ long getEnd(); /** + * + * *
    * The complete length of the object data.
    * 
* * int64 complete_length = 3; + * * @return The completeLength. */ long getCompleteLength(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java similarity index 72% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java index 2bac14aabf..51e8175f05 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for CreateBucket.
  * 
* * Protobuf type {@code google.storage.v2.CreateBucketRequest} */ -public final class CreateBucketRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class CreateBucketRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.CreateBucketRequest) CreateBucketRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CreateBucketRequest.newBuilder() to construct. private CreateBucketRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CreateBucketRequest() { parent_ = ""; bucketId_ = ""; @@ -28,37 +46,43 @@ private CreateBucketRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CreateBucketRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateBucketRequest.class, com.google.storage.v2.CreateBucketRequest.Builder.class); + com.google.storage.v2.CreateBucketRequest.class, + com.google.storage.v2.CreateBucketRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** + * + * *
    * Required. The project to which this bucket will belong.
    * 
* - * 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 @@ -67,29 +91,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. The project to which this bucket will belong.
    * 
* - * 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 { @@ -100,6 +126,8 @@ public java.lang.String getParent() { public static final int BUCKET_FIELD_NUMBER = 2; private com.google.storage.v2.Bucket bucket_; /** + * + * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -108,6 +136,7 @@ public java.lang.String getParent() {
    * 
* * .google.storage.v2.Bucket bucket = 2; + * * @return Whether the bucket field is set. */ @java.lang.Override @@ -115,6 +144,8 @@ public boolean hasBucket() { return bucket_ != null; } /** + * + * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -123,6 +154,7 @@ public boolean hasBucket() {
    * 
* * .google.storage.v2.Bucket bucket = 2; + * * @return The bucket. */ @java.lang.Override @@ -130,6 +162,8 @@ public com.google.storage.v2.Bucket getBucket() { return bucket_ == null ? com.google.storage.v2.Bucket.getDefaultInstance() : bucket_; } /** + * + * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -147,6 +181,8 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
   public static final int BUCKET_ID_FIELD_NUMBER = 3;
   private volatile java.lang.Object bucketId_;
   /**
+   *
+   *
    * 
    * Required. The ID to use for this bucket, which will become the final
    * component of the bucket's resource name. For example, the value `foo` might
@@ -154,6 +190,7 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
    * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucketId. */ @java.lang.Override @@ -162,14 +199,15 @@ public java.lang.String getBucketId() { 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(); bucketId_ = s; return s; } } /** + * + * *
    * Required. The ID to use for this bucket, which will become the final
    * component of the bucket's resource name. For example, the value `foo` might
@@ -177,16 +215,15 @@ public java.lang.String getBucketId() {
    * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucketId. */ @java.lang.Override - public com.google.protobuf.ByteString - getBucketIdBytes() { + public com.google.protobuf.ByteString getBucketIdBytes() { java.lang.Object ref = bucketId_; 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); bucketId_ = b; return b; } else { @@ -197,6 +234,8 @@ public java.lang.String getBucketId() { public static final int PREDEFINED_ACL_FIELD_NUMBER = 6; private volatile java.lang.Object predefinedAcl_; /** + * + * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -204,6 +243,7 @@ public java.lang.String getBucketId() {
    * 
* * string predefined_acl = 6; + * * @return The predefinedAcl. */ @java.lang.Override @@ -212,14 +252,15 @@ public java.lang.String getPredefinedAcl() { 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(); predefinedAcl_ = s; return s; } } /** + * + * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -227,16 +268,15 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_acl = 6; + * * @return The bytes for predefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString - getPredefinedAclBytes() { + public com.google.protobuf.ByteString getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -247,6 +287,8 @@ public java.lang.String getPredefinedAcl() { public static final int PREDEFINED_DEFAULT_OBJECT_ACL_FIELD_NUMBER = 7; private volatile java.lang.Object predefinedDefaultObjectAcl_; /** + * + * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -254,6 +296,7 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_default_object_acl = 7; + * * @return The predefinedDefaultObjectAcl. */ @java.lang.Override @@ -262,14 +305,15 @@ public java.lang.String getPredefinedDefaultObjectAcl() { 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(); predefinedDefaultObjectAcl_ = s; return s; } } /** + * + * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -277,16 +321,15 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
    * 
* * string predefined_default_object_acl = 7; + * * @return The bytes for predefinedDefaultObjectAcl. */ @java.lang.Override - public com.google.protobuf.ByteString - getPredefinedDefaultObjectAclBytes() { + public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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); predefinedDefaultObjectAcl_ = b; return b; } else { @@ -295,6 +338,7 @@ public java.lang.String getPredefinedDefaultObjectAcl() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -306,8 +350,7 @@ 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_); } @@ -336,8 +379,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (bucket_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getBucket()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getBucket()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bucketId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, bucketId_); @@ -346,7 +388,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, predefinedAcl_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedDefaultObjectAcl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, predefinedDefaultObjectAcl_); + size += + com.google.protobuf.GeneratedMessageV3.computeStringSize(7, predefinedDefaultObjectAcl_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -356,26 +399,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.storage.v2.CreateBucketRequest)) { return super.equals(obj); } - com.google.storage.v2.CreateBucketRequest other = (com.google.storage.v2.CreateBucketRequest) obj; + com.google.storage.v2.CreateBucketRequest other = + (com.google.storage.v2.CreateBucketRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (hasBucket() != other.hasBucket()) return false; if (hasBucket()) { - if (!getBucket() - .equals(other.getBucket())) return false; - } - if (!getBucketId() - .equals(other.getBucketId())) return false; - if (!getPredefinedAcl() - .equals(other.getPredefinedAcl())) return false; - if (!getPredefinedDefaultObjectAcl() - .equals(other.getPredefinedDefaultObjectAcl())) return false; + if (!getBucket().equals(other.getBucket())) return false; + } + if (!getBucketId().equals(other.getBucketId())) return false; + if (!getPredefinedAcl().equals(other.getPredefinedAcl())) return false; + if (!getPredefinedDefaultObjectAcl().equals(other.getPredefinedDefaultObjectAcl())) + return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -404,130 +444,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CreateBucketRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.CreateBucketRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.CreateBucketRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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.storage.v2.CreateBucketRequest 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 message for CreateBucket.
    * 
* * Protobuf type {@code google.storage.v2.CreateBucketRequest} */ - 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.storage.v2.CreateBucketRequest) com.google.storage.v2.CreateBucketRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateBucketRequest.class, com.google.storage.v2.CreateBucketRequest.Builder.class); + com.google.storage.v2.CreateBucketRequest.class, + com.google.storage.v2.CreateBucketRequest.Builder.class); } // Construct using com.google.storage.v2.CreateBucketRequest.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -549,9 +595,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateBucketRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateBucketRequest_descriptor; } @java.lang.Override @@ -570,7 +616,8 @@ public com.google.storage.v2.CreateBucketRequest build() { @java.lang.Override public com.google.storage.v2.CreateBucketRequest buildPartial() { - com.google.storage.v2.CreateBucketRequest result = new com.google.storage.v2.CreateBucketRequest(this); + com.google.storage.v2.CreateBucketRequest result = + new com.google.storage.v2.CreateBucketRequest(this); result.parent_ = parent_; if (bucketBuilder_ == null) { result.bucket_ = bucket_; @@ -588,38 +635,39 @@ public com.google.storage.v2.CreateBucketRequest 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) { + 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.storage.v2.CreateBucketRequest) { - return mergeFrom((com.google.storage.v2.CreateBucketRequest)other); + return mergeFrom((com.google.storage.v2.CreateBucketRequest) other); } else { super.mergeFrom(other); return this; @@ -673,39 +721,43 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); + case 10: + { + parent_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 18: { - input.readMessage( - getBucketFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 10 + case 18: + { + input.readMessage(getBucketFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 18 - case 26: { - bucketId_ = input.readStringRequireUtf8(); + break; + } // case 18 + case 26: + { + bucketId_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 50: { - predefinedAcl_ = input.readStringRequireUtf8(); + break; + } // case 26 + case 50: + { + predefinedAcl_ = input.readStringRequireUtf8(); - break; - } // case 50 - case 58: { - predefinedDefaultObjectAcl_ = input.readStringRequireUtf8(); + break; + } // case 50 + case 58: + { + predefinedDefaultObjectAcl_ = input.readStringRequireUtf8(); - break; - } // case 58 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -718,18 +770,22 @@ public Builder mergeFrom( private java.lang.Object parent_ = ""; /** + * + * *
      * Required. The project to which this bucket will belong.
      * 
* - * 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; @@ -738,20 +794,23 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The project to which this bucket will belong.
      * 
* - * 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 { @@ -759,54 +818,67 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The project to which this bucket will belong.
      * 
* - * 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) { + public Builder setParent(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** + * + * *
      * Required. The project to which this bucket will belong.
      * 
* - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** + * + * *
      * Required. The project to which this bucket will belong.
      * 
* - * 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) { + public Builder setParentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; @@ -814,8 +886,13 @@ public Builder setParentBytes( private com.google.storage.v2.Bucket bucket_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> bucketBuilder_; + com.google.storage.v2.Bucket, + com.google.storage.v2.Bucket.Builder, + com.google.storage.v2.BucketOrBuilder> + bucketBuilder_; /** + * + * *
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -824,12 +901,15 @@ public Builder setParentBytes(
      * 
* * .google.storage.v2.Bucket bucket = 2; + * * @return Whether the bucket field is set. */ public boolean hasBucket() { return bucketBuilder_ != null || bucket_ != null; } /** + * + * *
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -838,6 +918,7 @@ public boolean hasBucket() {
      * 
* * .google.storage.v2.Bucket bucket = 2; + * * @return The bucket. */ public com.google.storage.v2.Bucket getBucket() { @@ -848,6 +929,8 @@ public com.google.storage.v2.Bucket getBucket() { } } /** + * + * *
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -871,6 +954,8 @@ public Builder setBucket(com.google.storage.v2.Bucket value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -880,8 +965,7 @@ public Builder setBucket(com.google.storage.v2.Bucket value) {
      *
      * .google.storage.v2.Bucket bucket = 2;
      */
-    public Builder setBucket(
-        com.google.storage.v2.Bucket.Builder builderForValue) {
+    public Builder setBucket(com.google.storage.v2.Bucket.Builder builderForValue) {
       if (bucketBuilder_ == null) {
         bucket_ = builderForValue.build();
         onChanged();
@@ -892,6 +976,8 @@ public Builder setBucket(
       return this;
     }
     /**
+     *
+     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -905,7 +991,7 @@ public Builder mergeBucket(com.google.storage.v2.Bucket value) {
       if (bucketBuilder_ == null) {
         if (bucket_ != null) {
           bucket_ =
-            com.google.storage.v2.Bucket.newBuilder(bucket_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Bucket.newBuilder(bucket_).mergeFrom(value).buildPartial();
         } else {
           bucket_ = value;
         }
@@ -917,6 +1003,8 @@ public Builder mergeBucket(com.google.storage.v2.Bucket value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -938,6 +1026,8 @@ public Builder clearBucket() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -948,11 +1038,13 @@ public Builder clearBucket() {
      * .google.storage.v2.Bucket bucket = 2;
      */
     public com.google.storage.v2.Bucket.Builder getBucketBuilder() {
-      
+
       onChanged();
       return getBucketFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -966,11 +1058,12 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
       if (bucketBuilder_ != null) {
         return bucketBuilder_.getMessageOrBuilder();
       } else {
-        return bucket_ == null ?
-            com.google.storage.v2.Bucket.getDefaultInstance() : bucket_;
+        return bucket_ == null ? com.google.storage.v2.Bucket.getDefaultInstance() : bucket_;
       }
     }
     /**
+     *
+     *
      * 
      * Properties of the new bucket being inserted.
      * The project and name of the bucket are specified in the parent and
@@ -981,14 +1074,17 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
      * .google.storage.v2.Bucket bucket = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> 
+            com.google.storage.v2.Bucket,
+            com.google.storage.v2.Bucket.Builder,
+            com.google.storage.v2.BucketOrBuilder>
         getBucketFieldBuilder() {
       if (bucketBuilder_ == null) {
-        bucketBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder>(
-                getBucket(),
-                getParentForChildren(),
-                isClean());
+        bucketBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Bucket,
+                com.google.storage.v2.Bucket.Builder,
+                com.google.storage.v2.BucketOrBuilder>(
+                getBucket(), getParentForChildren(), isClean());
         bucket_ = null;
       }
       return bucketBuilder_;
@@ -996,6 +1092,8 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
 
     private java.lang.Object bucketId_ = "";
     /**
+     *
+     *
      * 
      * Required. The ID to use for this bucket, which will become the final
      * component of the bucket's resource name. For example, the value `foo` might
@@ -1003,13 +1101,13 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucketId. */ public java.lang.String getBucketId() { java.lang.Object ref = bucketId_; 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(); bucketId_ = s; return s; @@ -1018,6 +1116,8 @@ public java.lang.String getBucketId() { } } /** + * + * *
      * Required. The ID to use for this bucket, which will become the final
      * component of the bucket's resource name. For example, the value `foo` might
@@ -1025,15 +1125,14 @@ public java.lang.String getBucketId() {
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucketId. */ - public com.google.protobuf.ByteString - getBucketIdBytes() { + public com.google.protobuf.ByteString getBucketIdBytes() { java.lang.Object ref = bucketId_; 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); bucketId_ = b; return b; } else { @@ -1041,6 +1140,8 @@ public java.lang.String getBucketId() { } } /** + * + * *
      * Required. The ID to use for this bucket, which will become the final
      * component of the bucket's resource name. For example, the value `foo` might
@@ -1048,20 +1149,22 @@ public java.lang.String getBucketId() {
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bucketId to set. * @return This builder for chaining. */ - public Builder setBucketId( - java.lang.String value) { + public Builder setBucketId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucketId_ = value; onChanged(); return this; } /** + * + * *
      * Required. The ID to use for this bucket, which will become the final
      * component of the bucket's resource name. For example, the value `foo` might
@@ -1069,15 +1172,18 @@ public Builder setBucketId(
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearBucketId() { - + bucketId_ = getDefaultInstance().getBucketId(); onChanged(); return this; } /** + * + * *
      * Required. The ID to use for this bucket, which will become the final
      * component of the bucket's resource name. For example, the value `foo` might
@@ -1085,16 +1191,16 @@ public Builder clearBucketId() {
      * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for bucketId to set. * @return This builder for chaining. */ - public Builder setBucketIdBytes( - com.google.protobuf.ByteString value) { + public Builder setBucketIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucketId_ = value; onChanged(); return this; @@ -1102,6 +1208,8 @@ public Builder setBucketIdBytes( private java.lang.Object predefinedAcl_ = ""; /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1109,13 +1217,13 @@ public Builder setBucketIdBytes(
      * 
* * string predefined_acl = 6; + * * @return The predefinedAcl. */ public java.lang.String getPredefinedAcl() { java.lang.Object ref = predefinedAcl_; 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(); predefinedAcl_ = s; return s; @@ -1124,6 +1232,8 @@ public java.lang.String getPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1131,15 +1241,14 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 6; + * * @return The bytes for predefinedAcl. */ - public com.google.protobuf.ByteString - getPredefinedAclBytes() { + public com.google.protobuf.ByteString getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -1147,6 +1256,8 @@ public java.lang.String getPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1154,20 +1265,22 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 6; + * * @param value The predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAcl( - java.lang.String value) { + public Builder setPredefinedAcl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedAcl_ = value; onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1175,15 +1288,18 @@ public Builder setPredefinedAcl(
      * 
* * string predefined_acl = 6; + * * @return This builder for chaining. */ public Builder clearPredefinedAcl() { - + predefinedAcl_ = getDefaultInstance().getPredefinedAcl(); onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1191,16 +1307,16 @@ public Builder clearPredefinedAcl() {
      * 
* * string predefined_acl = 6; + * * @param value The bytes for predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAclBytes( - com.google.protobuf.ByteString value) { + public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedAcl_ = value; onChanged(); return this; @@ -1208,6 +1324,8 @@ public Builder setPredefinedAclBytes( private java.lang.Object predefinedDefaultObjectAcl_ = ""; /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1215,13 +1333,13 @@ public Builder setPredefinedAclBytes(
      * 
* * string predefined_default_object_acl = 7; + * * @return The predefinedDefaultObjectAcl. */ public java.lang.String getPredefinedDefaultObjectAcl() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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(); predefinedDefaultObjectAcl_ = s; return s; @@ -1230,6 +1348,8 @@ public java.lang.String getPredefinedDefaultObjectAcl() { } } /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1237,15 +1357,14 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 7; + * * @return The bytes for predefinedDefaultObjectAcl. */ - public com.google.protobuf.ByteString - getPredefinedDefaultObjectAclBytes() { + public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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); predefinedDefaultObjectAcl_ = b; return b; } else { @@ -1253,6 +1372,8 @@ public java.lang.String getPredefinedDefaultObjectAcl() { } } /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1260,20 +1381,22 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 7; + * * @param value The predefinedDefaultObjectAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedDefaultObjectAcl( - java.lang.String value) { + public Builder setPredefinedDefaultObjectAcl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedDefaultObjectAcl_ = value; onChanged(); return this; } /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1281,15 +1404,18 @@ public Builder setPredefinedDefaultObjectAcl(
      * 
* * string predefined_default_object_acl = 7; + * * @return This builder for chaining. */ public Builder clearPredefinedDefaultObjectAcl() { - + predefinedDefaultObjectAcl_ = getDefaultInstance().getPredefinedDefaultObjectAcl(); onChanged(); return this; } /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1297,23 +1423,23 @@ public Builder clearPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 7; + * * @param value The bytes for predefinedDefaultObjectAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedDefaultObjectAclBytes( - com.google.protobuf.ByteString value) { + public Builder setPredefinedDefaultObjectAclBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedDefaultObjectAcl_ = 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); } @@ -1323,12 +1449,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.CreateBucketRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.CreateBucketRequest) private static final com.google.storage.v2.CreateBucketRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.CreateBucketRequest(); } @@ -1337,27 +1463,27 @@ public static com.google.storage.v2.CreateBucketRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateBucketRequest 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 CreateBucketRequest 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; @@ -1372,6 +1498,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.CreateBucketRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java similarity index 75% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java index d96c94b786..d12100a72f 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateBucketRequestOrBuilder.java @@ -1,33 +1,60 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CreateBucketRequestOrBuilder extends +public interface CreateBucketRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateBucketRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The project to which this bucket will belong.
    * 
* - * 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 project to which this bucket will belong.
    * 
* - * 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(); /** + * + * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -36,10 +63,13 @@ public interface CreateBucketRequestOrBuilder extends
    * 
* * .google.storage.v2.Bucket bucket = 2; + * * @return Whether the bucket field is set. */ boolean hasBucket(); /** + * + * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -48,10 +78,13 @@ public interface CreateBucketRequestOrBuilder extends
    * 
* * .google.storage.v2.Bucket bucket = 2; + * * @return The bucket. */ com.google.storage.v2.Bucket getBucket(); /** + * + * *
    * Properties of the new bucket being inserted.
    * The project and name of the bucket are specified in the parent and
@@ -64,6 +97,8 @@ public interface CreateBucketRequestOrBuilder extends
   com.google.storage.v2.BucketOrBuilder getBucketOrBuilder();
 
   /**
+   *
+   *
    * 
    * Required. The ID to use for this bucket, which will become the final
    * component of the bucket's resource name. For example, the value `foo` might
@@ -71,10 +106,13 @@ public interface CreateBucketRequestOrBuilder extends
    * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucketId. */ java.lang.String getBucketId(); /** + * + * *
    * Required. The ID to use for this bucket, which will become the final
    * component of the bucket's resource name. For example, the value `foo` might
@@ -82,12 +120,14 @@ public interface CreateBucketRequestOrBuilder extends
    * 
* * string bucket_id = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucketId. */ - com.google.protobuf.ByteString - getBucketIdBytes(); + com.google.protobuf.ByteString getBucketIdBytes(); /** + * + * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -95,10 +135,13 @@ public interface CreateBucketRequestOrBuilder extends
    * 
* * string predefined_acl = 6; + * * @return The predefinedAcl. */ java.lang.String getPredefinedAcl(); /** + * + * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -106,12 +149,14 @@ public interface CreateBucketRequestOrBuilder extends
    * 
* * string predefined_acl = 6; + * * @return The bytes for predefinedAcl. */ - com.google.protobuf.ByteString - getPredefinedAclBytes(); + com.google.protobuf.ByteString getPredefinedAclBytes(); /** + * + * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -119,10 +164,13 @@ public interface CreateBucketRequestOrBuilder extends
    * 
* * string predefined_default_object_acl = 7; + * * @return The predefinedDefaultObjectAcl. */ java.lang.String getPredefinedDefaultObjectAcl(); /** + * + * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -130,8 +178,8 @@ public interface CreateBucketRequestOrBuilder extends
    * 
* * string predefined_default_object_acl = 7; + * * @return The bytes for predefinedDefaultObjectAcl. */ - com.google.protobuf.ByteString - getPredefinedDefaultObjectAclBytes(); + com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java similarity index 66% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java index dd1832ac0b..4a359e6d8a 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for CreateHmacKey.
  * 
* * Protobuf type {@code google.storage.v2.CreateHmacKeyRequest} */ -public final class CreateHmacKeyRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class CreateHmacKeyRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.CreateHmacKeyRequest) CreateHmacKeyRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CreateHmacKeyRequest.newBuilder() to construct. private CreateHmacKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CreateHmacKeyRequest() { project_ = ""; serviceAccountEmail_ = ""; @@ -26,39 +44,45 @@ private CreateHmacKeyRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CreateHmacKeyRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateHmacKeyRequest.class, com.google.storage.v2.CreateHmacKeyRequest.Builder.class); + com.google.storage.v2.CreateHmacKeyRequest.class, + com.google.storage.v2.CreateHmacKeyRequest.Builder.class); } public static final int PROJECT_FIELD_NUMBER = 1; private volatile java.lang.Object project_; /** + * + * *
    * Required. The project that the HMAC-owning service account lives in, in the
    * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
    * project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ @java.lang.Override @@ -67,31 +91,33 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** + * + * *
    * Required. The project that the HMAC-owning service account lives in, in the
    * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
    * project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -102,11 +128,14 @@ public java.lang.String getProject() { public static final int SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER = 2; private volatile java.lang.Object serviceAccountEmail_; /** + * + * *
    * Required. The service account to create the HMAC for.
    * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The serviceAccountEmail. */ @java.lang.Override @@ -115,29 +144,29 @@ public java.lang.String getServiceAccountEmail() { 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(); serviceAccountEmail_ = s; return s; } } /** + * + * *
    * Required. The service account to create the HMAC for.
    * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for serviceAccountEmail. */ @java.lang.Override - public com.google.protobuf.ByteString - getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -146,6 +175,7 @@ public java.lang.String getServiceAccountEmail() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -157,8 +187,7 @@ 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(project_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, project_); } @@ -188,17 +217,16 @@ 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.storage.v2.CreateHmacKeyRequest)) { return super.equals(obj); } - com.google.storage.v2.CreateHmacKeyRequest other = (com.google.storage.v2.CreateHmacKeyRequest) obj; + com.google.storage.v2.CreateHmacKeyRequest other = + (com.google.storage.v2.CreateHmacKeyRequest) obj; - if (!getProject() - .equals(other.getProject())) return false; - if (!getServiceAccountEmail() - .equals(other.getServiceAccountEmail())) return false; + if (!getProject().equals(other.getProject())) return false; + if (!getServiceAccountEmail().equals(other.getServiceAccountEmail())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -219,130 +247,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CreateHmacKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.CreateHmacKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.CreateHmacKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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.storage.v2.CreateHmacKeyRequest 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 message for CreateHmacKey.
    * 
* * Protobuf type {@code google.storage.v2.CreateHmacKeyRequest} */ - 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.storage.v2.CreateHmacKeyRequest) com.google.storage.v2.CreateHmacKeyRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateHmacKeyRequest.class, com.google.storage.v2.CreateHmacKeyRequest.Builder.class); + com.google.storage.v2.CreateHmacKeyRequest.class, + com.google.storage.v2.CreateHmacKeyRequest.Builder.class); } // Construct using com.google.storage.v2.CreateHmacKeyRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -354,9 +388,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; } @java.lang.Override @@ -375,7 +409,8 @@ public com.google.storage.v2.CreateHmacKeyRequest build() { @java.lang.Override public com.google.storage.v2.CreateHmacKeyRequest buildPartial() { - com.google.storage.v2.CreateHmacKeyRequest result = new com.google.storage.v2.CreateHmacKeyRequest(this); + com.google.storage.v2.CreateHmacKeyRequest result = + new com.google.storage.v2.CreateHmacKeyRequest(this); result.project_ = project_; result.serviceAccountEmail_ = serviceAccountEmail_; onBuilt(); @@ -386,38 +421,39 @@ public com.google.storage.v2.CreateHmacKeyRequest 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) { + 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.storage.v2.CreateHmacKeyRequest) { - return mergeFrom((com.google.storage.v2.CreateHmacKeyRequest)other); + return mergeFrom((com.google.storage.v2.CreateHmacKeyRequest) other); } else { super.mergeFrom(other); return this; @@ -460,22 +496,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - project_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - serviceAccountEmail_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + project_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + serviceAccountEmail_ = input.readStringRequireUtf8(); + + 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) { @@ -488,20 +527,24 @@ public Builder mergeFrom( private java.lang.Object project_ = ""; /** + * + * *
      * Required. The project that the HMAC-owning service account lives in, in the
      * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
      * project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -510,22 +553,25 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. The project that the HMAC-owning service account lives in, in the
      * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
      * project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -533,60 +579,73 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. The project that the HMAC-owning service account lives in, in the
      * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
      * project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject( - java.lang.String value) { + public Builder setProject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** + * + * *
      * Required. The project that the HMAC-owning service account lives in, in the
      * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
      * project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** + * + * *
      * Required. The project that the HMAC-owning service account lives in, in the
      * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
      * project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes( - com.google.protobuf.ByteString value) { + public Builder setProjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = value; onChanged(); return this; @@ -594,18 +653,20 @@ public Builder setProjectBytes( private java.lang.Object serviceAccountEmail_ = ""; /** + * + * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The serviceAccountEmail. */ public java.lang.String getServiceAccountEmail() { java.lang.Object ref = serviceAccountEmail_; 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(); serviceAccountEmail_ = s; return s; @@ -614,20 +675,21 @@ public java.lang.String getServiceAccountEmail() { } } /** + * + * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for serviceAccountEmail. */ - public com.google.protobuf.ByteString - getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -635,61 +697,68 @@ public java.lang.String getServiceAccountEmail() { } } /** + * + * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmail( - java.lang.String value) { + public Builder setServiceAccountEmail(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + serviceAccountEmail_ = value; onChanged(); return this; } /** + * + * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearServiceAccountEmail() { - + serviceAccountEmail_ = getDefaultInstance().getServiceAccountEmail(); onChanged(); return this; } /** + * + * *
      * Required. The service account to create the HMAC for.
      * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmailBytes( - com.google.protobuf.ByteString value) { + public Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + serviceAccountEmail_ = 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); } @@ -699,12 +768,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.CreateHmacKeyRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.CreateHmacKeyRequest) private static final com.google.storage.v2.CreateHmacKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.CreateHmacKeyRequest(); } @@ -713,27 +782,27 @@ public static com.google.storage.v2.CreateHmacKeyRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateHmacKeyRequest 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 CreateHmacKeyRequest 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; @@ -748,6 +817,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.CreateHmacKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java similarity index 55% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java index 7ecb3d7e31..eb241f0607 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyRequestOrBuilder.java @@ -1,53 +1,83 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CreateHmacKeyRequestOrBuilder extends +public interface CreateHmacKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateHmacKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The project that the HMAC-owning service account lives in, in the
    * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
    * project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ java.lang.String getProject(); /** + * + * *
    * Required. The project that the HMAC-owning service account lives in, in the
    * format of "projects/<projectIdentifier>". <projectIdentifier> can be the
    * project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - com.google.protobuf.ByteString - getProjectBytes(); + com.google.protobuf.ByteString getProjectBytes(); /** + * + * *
    * Required. The service account to create the HMAC for.
    * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The serviceAccountEmail. */ java.lang.String getServiceAccountEmail(); /** + * + * *
    * Required. The service account to create the HMAC for.
    * 
* * string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for serviceAccountEmail. */ - com.google.protobuf.ByteString - getServiceAccountEmailBytes(); + com.google.protobuf.ByteString getServiceAccountEmailBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java similarity index 67% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java index e73a431b2c..d6e3c8256b 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponse.java @@ -1,61 +1,83 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Create hmac response.  The only time the secret for an HMAC will be returned.
  * 
* * Protobuf type {@code google.storage.v2.CreateHmacKeyResponse} */ -public final class CreateHmacKeyResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class CreateHmacKeyResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.CreateHmacKeyResponse) CreateHmacKeyResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CreateHmacKeyResponse.newBuilder() to construct. private CreateHmacKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CreateHmacKeyResponse() { secretKeyBytes_ = com.google.protobuf.ByteString.EMPTY; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CreateHmacKeyResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateHmacKeyResponse.class, com.google.storage.v2.CreateHmacKeyResponse.Builder.class); + com.google.storage.v2.CreateHmacKeyResponse.class, + com.google.storage.v2.CreateHmacKeyResponse.Builder.class); } public static final int METADATA_FIELD_NUMBER = 1; private com.google.storage.v2.HmacKeyMetadata metadata_; /** + * + * *
    * Key metadata.
    * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; + * * @return Whether the metadata field is set. */ @java.lang.Override @@ -63,18 +85,25 @@ public boolean hasMetadata() { return metadata_ != null; } /** + * + * *
    * Key metadata.
    * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; + * * @return The metadata. */ @java.lang.Override public com.google.storage.v2.HmacKeyMetadata getMetadata() { - return metadata_ == null ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : metadata_; + return metadata_ == null + ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() + : metadata_; } /** + * + * *
    * Key metadata.
    * 
@@ -89,12 +118,15 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder() { public static final int SECRET_KEY_BYTES_FIELD_NUMBER = 3; private com.google.protobuf.ByteString secretKeyBytes_; /** + * + * *
    * HMAC key secret material.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes secret_key_bytes = 3; + * * @return The secretKeyBytes. */ @java.lang.Override @@ -103,6 +135,7 @@ public com.google.protobuf.ByteString getSecretKeyBytes() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -114,8 +147,7 @@ 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 (metadata_ != null) { output.writeMessage(1, getMetadata()); } @@ -132,12 +164,10 @@ public int getSerializedSize() { size = 0; if (metadata_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getMetadata()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getMetadata()); } if (!secretKeyBytes_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(3, secretKeyBytes_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(3, secretKeyBytes_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -147,20 +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.storage.v2.CreateHmacKeyResponse)) { return super.equals(obj); } - com.google.storage.v2.CreateHmacKeyResponse other = (com.google.storage.v2.CreateHmacKeyResponse) obj; + com.google.storage.v2.CreateHmacKeyResponse other = + (com.google.storage.v2.CreateHmacKeyResponse) obj; if (hasMetadata() != other.hasMetadata()) return false; if (hasMetadata()) { - if (!getMetadata() - .equals(other.getMetadata())) return false; + if (!getMetadata().equals(other.getMetadata())) return false; } - if (!getSecretKeyBytes() - .equals(other.getSecretKeyBytes())) return false; + if (!getSecretKeyBytes().equals(other.getSecretKeyBytes())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -183,130 +212,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CreateHmacKeyResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.CreateHmacKeyResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.CreateHmacKeyResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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.storage.v2.CreateHmacKeyResponse 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; } /** + * + * *
    * Create hmac response.  The only time the secret for an HMAC will be returned.
    * 
* * Protobuf type {@code google.storage.v2.CreateHmacKeyResponse} */ - 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.storage.v2.CreateHmacKeyResponse) com.google.storage.v2.CreateHmacKeyResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateHmacKeyResponse.class, com.google.storage.v2.CreateHmacKeyResponse.Builder.class); + com.google.storage.v2.CreateHmacKeyResponse.class, + com.google.storage.v2.CreateHmacKeyResponse.Builder.class); } // Construct using com.google.storage.v2.CreateHmacKeyResponse.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -322,9 +357,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; } @java.lang.Override @@ -343,7 +378,8 @@ public com.google.storage.v2.CreateHmacKeyResponse build() { @java.lang.Override public com.google.storage.v2.CreateHmacKeyResponse buildPartial() { - com.google.storage.v2.CreateHmacKeyResponse result = new com.google.storage.v2.CreateHmacKeyResponse(this); + com.google.storage.v2.CreateHmacKeyResponse result = + new com.google.storage.v2.CreateHmacKeyResponse(this); if (metadataBuilder_ == null) { result.metadata_ = metadata_; } else { @@ -358,38 +394,39 @@ public com.google.storage.v2.CreateHmacKeyResponse 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) { + 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.storage.v2.CreateHmacKeyResponse) { - return mergeFrom((com.google.storage.v2.CreateHmacKeyResponse)other); + return mergeFrom((com.google.storage.v2.CreateHmacKeyResponse) other); } else { super.mergeFrom(other); return this; @@ -430,24 +467,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getMetadataFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 10 - case 26: { - secretKeyBytes_ = input.readBytes(); - - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getMetadataFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 10 + case 26: + { + secretKeyBytes_ = input.readBytes(); + + 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) { @@ -460,34 +498,47 @@ public Builder mergeFrom( private com.google.storage.v2.HmacKeyMetadata metadata_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> metadataBuilder_; + com.google.storage.v2.HmacKeyMetadata, + com.google.storage.v2.HmacKeyMetadata.Builder, + com.google.storage.v2.HmacKeyMetadataOrBuilder> + metadataBuilder_; /** + * + * *
      * Key metadata.
      * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; + * * @return Whether the metadata field is set. */ public boolean hasMetadata() { return metadataBuilder_ != null || metadata_ != null; } /** + * + * *
      * Key metadata.
      * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; + * * @return The metadata. */ public com.google.storage.v2.HmacKeyMetadata getMetadata() { if (metadataBuilder_ == null) { - return metadata_ == null ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : metadata_; + return metadata_ == null + ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() + : metadata_; } else { return metadataBuilder_.getMessage(); } } /** + * + * *
      * Key metadata.
      * 
@@ -508,14 +559,15 @@ public Builder setMetadata(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** + * + * *
      * Key metadata.
      * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; */ - public Builder setMetadata( - com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { + public Builder setMetadata(com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { if (metadataBuilder_ == null) { metadata_ = builderForValue.build(); onChanged(); @@ -526,6 +578,8 @@ public Builder setMetadata( return this; } /** + * + * *
      * Key metadata.
      * 
@@ -536,7 +590,9 @@ public Builder mergeMetadata(com.google.storage.v2.HmacKeyMetadata value) { if (metadataBuilder_ == null) { if (metadata_ != null) { metadata_ = - com.google.storage.v2.HmacKeyMetadata.newBuilder(metadata_).mergeFrom(value).buildPartial(); + com.google.storage.v2.HmacKeyMetadata.newBuilder(metadata_) + .mergeFrom(value) + .buildPartial(); } else { metadata_ = value; } @@ -548,6 +604,8 @@ public Builder mergeMetadata(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** + * + * *
      * Key metadata.
      * 
@@ -566,6 +624,8 @@ public Builder clearMetadata() { return this; } /** + * + * *
      * Key metadata.
      * 
@@ -573,11 +633,13 @@ public Builder clearMetadata() { * .google.storage.v2.HmacKeyMetadata metadata = 1; */ public com.google.storage.v2.HmacKeyMetadata.Builder getMetadataBuilder() { - + onChanged(); return getMetadataFieldBuilder().getBuilder(); } /** + * + * *
      * Key metadata.
      * 
@@ -588,11 +650,14 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder() { if (metadataBuilder_ != null) { return metadataBuilder_.getMessageOrBuilder(); } else { - return metadata_ == null ? - com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : metadata_; + return metadata_ == null + ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() + : metadata_; } } /** + * + * *
      * Key metadata.
      * 
@@ -600,14 +665,17 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder() { * .google.storage.v2.HmacKeyMetadata metadata = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> + com.google.storage.v2.HmacKeyMetadata, + com.google.storage.v2.HmacKeyMetadata.Builder, + com.google.storage.v2.HmacKeyMetadataOrBuilder> getMetadataFieldBuilder() { if (metadataBuilder_ == null) { - metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder>( - getMetadata(), - getParentForChildren(), - isClean()); + metadataBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.HmacKeyMetadata, + com.google.storage.v2.HmacKeyMetadata.Builder, + com.google.storage.v2.HmacKeyMetadataOrBuilder>( + getMetadata(), getParentForChildren(), isClean()); metadata_ = null; } return metadataBuilder_; @@ -615,12 +683,15 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder() { private com.google.protobuf.ByteString secretKeyBytes_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * HMAC key secret material.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes secret_key_bytes = 3; + * * @return The secretKeyBytes. */ @java.lang.Override @@ -628,42 +699,48 @@ public com.google.protobuf.ByteString getSecretKeyBytes() { return secretKeyBytes_; } /** + * + * *
      * HMAC key secret material.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes secret_key_bytes = 3; + * * @param value The secretKeyBytes to set. * @return This builder for chaining. */ public Builder setSecretKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + secretKeyBytes_ = value; onChanged(); return this; } /** + * + * *
      * HMAC key secret material.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes secret_key_bytes = 3; + * * @return This builder for chaining. */ public Builder clearSecretKeyBytes() { - + secretKeyBytes_ = getDefaultInstance().getSecretKeyBytes(); 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); } @@ -673,12 +750,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.CreateHmacKeyResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.CreateHmacKeyResponse) private static final com.google.storage.v2.CreateHmacKeyResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.CreateHmacKeyResponse(); } @@ -687,27 +764,27 @@ public static com.google.storage.v2.CreateHmacKeyResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateHmacKeyResponse 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 CreateHmacKeyResponse 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; @@ -722,6 +799,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.CreateHmacKeyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java similarity index 61% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java index aa04e1a343..0a77982ef8 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateHmacKeyResponseOrBuilder.java @@ -1,31 +1,55 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CreateHmacKeyResponseOrBuilder extends +public interface CreateHmacKeyResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateHmacKeyResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Key metadata.
    * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; + * * @return Whether the metadata field is set. */ boolean hasMetadata(); /** + * + * *
    * Key metadata.
    * 
* * .google.storage.v2.HmacKeyMetadata metadata = 1; + * * @return The metadata. */ com.google.storage.v2.HmacKeyMetadata getMetadata(); /** + * + * *
    * Key metadata.
    * 
@@ -35,12 +59,15 @@ public interface CreateHmacKeyResponseOrBuilder extends com.google.storage.v2.HmacKeyMetadataOrBuilder getMetadataOrBuilder(); /** + * + * *
    * HMAC key secret material.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes secret_key_bytes = 3; + * * @return The secretKeyBytes. */ com.google.protobuf.ByteString getSecretKeyBytes(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java similarity index 61% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java index 0034bc8abe..d9df745ae8 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequest.java @@ -1,61 +1,85 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for CreateNotification.
  * 
* * Protobuf type {@code google.storage.v2.CreateNotificationRequest} */ -public final class CreateNotificationRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class CreateNotificationRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.CreateNotificationRequest) CreateNotificationRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CreateNotificationRequest.newBuilder() to construct. private CreateNotificationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private CreateNotificationRequest() { parent_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new CreateNotificationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateNotificationRequest.class, com.google.storage.v2.CreateNotificationRequest.Builder.class); + com.google.storage.v2.CreateNotificationRequest.class, + com.google.storage.v2.CreateNotificationRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** + * + * *
    * Required. The bucket to which this notification belongs.
    * 
* - * 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 @@ -64,29 +88,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. The bucket to which this notification belongs.
    * 
* - * 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 { @@ -97,11 +123,16 @@ public java.lang.String getParent() { public static final int NOTIFICATION_FIELD_NUMBER = 2; private com.google.storage.v2.Notification notification_; /** + * + * *
    * Required. Properties of the notification to be inserted.
    * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the notification field is set. */ @java.lang.Override @@ -109,23 +140,34 @@ public boolean hasNotification() { return notification_ != null; } /** + * + * *
    * Required. Properties of the notification to be inserted.
    * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The notification. */ @java.lang.Override public com.google.storage.v2.Notification getNotification() { - return notification_ == null ? com.google.storage.v2.Notification.getDefaultInstance() : notification_; + return notification_ == null + ? com.google.storage.v2.Notification.getDefaultInstance() + : notification_; } /** + * + * *
    * Required. Properties of the notification to be inserted.
    * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder() { @@ -133,6 +175,7 @@ public com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -144,8 +187,7 @@ 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_); } @@ -165,8 +207,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (notification_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getNotification()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getNotification()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -176,19 +217,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.storage.v2.CreateNotificationRequest)) { return super.equals(obj); } - com.google.storage.v2.CreateNotificationRequest other = (com.google.storage.v2.CreateNotificationRequest) obj; + com.google.storage.v2.CreateNotificationRequest other = + (com.google.storage.v2.CreateNotificationRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; + if (!getParent().equals(other.getParent())) return false; if (hasNotification() != other.hasNotification()) return false; if (hasNotification()) { - if (!getNotification() - .equals(other.getNotification())) return false; + if (!getNotification().equals(other.getNotification())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -212,130 +252,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CreateNotificationRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.CreateNotificationRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.CreateNotificationRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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.storage.v2.CreateNotificationRequest 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 message for CreateNotification.
    * 
* * Protobuf type {@code google.storage.v2.CreateNotificationRequest} */ - 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.storage.v2.CreateNotificationRequest) com.google.storage.v2.CreateNotificationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.CreateNotificationRequest.class, com.google.storage.v2.CreateNotificationRequest.Builder.class); + com.google.storage.v2.CreateNotificationRequest.class, + com.google.storage.v2.CreateNotificationRequest.Builder.class); } // Construct using com.google.storage.v2.CreateNotificationRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -351,9 +397,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CreateNotificationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_CreateNotificationRequest_descriptor; } @java.lang.Override @@ -372,7 +418,8 @@ public com.google.storage.v2.CreateNotificationRequest build() { @java.lang.Override public com.google.storage.v2.CreateNotificationRequest buildPartial() { - com.google.storage.v2.CreateNotificationRequest result = new com.google.storage.v2.CreateNotificationRequest(this); + com.google.storage.v2.CreateNotificationRequest result = + new com.google.storage.v2.CreateNotificationRequest(this); result.parent_ = parent_; if (notificationBuilder_ == null) { result.notification_ = notification_; @@ -387,38 +434,39 @@ public com.google.storage.v2.CreateNotificationRequest 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) { + 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.storage.v2.CreateNotificationRequest) { - return mergeFrom((com.google.storage.v2.CreateNotificationRequest)other); + return mergeFrom((com.google.storage.v2.CreateNotificationRequest) other); } else { super.mergeFrom(other); return this; @@ -426,7 +474,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.CreateNotificationRequest other) { - if (other == com.google.storage.v2.CreateNotificationRequest.getDefaultInstance()) return this; + if (other == com.google.storage.v2.CreateNotificationRequest.getDefaultInstance()) + return this; if (!other.getParent().isEmpty()) { parent_ = other.parent_; onChanged(); @@ -460,24 +509,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - input.readMessage( - getNotificationFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + parent_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + input.readMessage(getNotificationFieldBuilder().getBuilder(), extensionRegistry); + + 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) { @@ -490,18 +540,22 @@ public Builder mergeFrom( private java.lang.Object parent_ = ""; /** + * + * *
      * Required. The bucket to which this notification belongs.
      * 
* - * 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; @@ -510,20 +564,23 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The bucket to which this notification belongs.
      * 
* - * 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 { @@ -531,54 +588,67 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The bucket to which this notification belongs.
      * 
* - * 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) { + public Builder setParent(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** + * + * *
      * Required. The bucket to which this notification belongs.
      * 
* - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** + * + * *
      * Required. The bucket to which this notification belongs.
      * 
* - * 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) { + public Builder setParentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; @@ -586,39 +656,58 @@ public Builder setParentBytes( private com.google.storage.v2.Notification notification_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder> notificationBuilder_; + com.google.storage.v2.Notification, + com.google.storage.v2.Notification.Builder, + com.google.storage.v2.NotificationOrBuilder> + notificationBuilder_; /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the notification field is set. */ public boolean hasNotification() { return notificationBuilder_ != null || notification_ != null; } /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The notification. */ public com.google.storage.v2.Notification getNotification() { if (notificationBuilder_ == null) { - return notification_ == null ? com.google.storage.v2.Notification.getDefaultInstance() : notification_; + return notification_ == null + ? com.google.storage.v2.Notification.getDefaultInstance() + : notification_; } else { return notificationBuilder_.getMessage(); } } /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setNotification(com.google.storage.v2.Notification value) { if (notificationBuilder_ == null) { @@ -634,14 +723,17 @@ public Builder setNotification(com.google.storage.v2.Notification value) { return this; } /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setNotification( - com.google.storage.v2.Notification.Builder builderForValue) { + public Builder setNotification(com.google.storage.v2.Notification.Builder builderForValue) { if (notificationBuilder_ == null) { notification_ = builderForValue.build(); onChanged(); @@ -652,17 +744,23 @@ public Builder setNotification( return this; } /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeNotification(com.google.storage.v2.Notification value) { if (notificationBuilder_ == null) { if (notification_ != null) { notification_ = - com.google.storage.v2.Notification.newBuilder(notification_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Notification.newBuilder(notification_) + .mergeFrom(value) + .buildPartial(); } else { notification_ = value; } @@ -674,11 +772,15 @@ public Builder mergeNotification(com.google.storage.v2.Notification value) { return this; } /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearNotification() { if (notificationBuilder_ == null) { @@ -692,55 +794,71 @@ public Builder clearNotification() { return this; } /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.Notification.Builder getNotificationBuilder() { - + onChanged(); return getNotificationFieldBuilder().getBuilder(); } /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder() { if (notificationBuilder_ != null) { return notificationBuilder_.getMessageOrBuilder(); } else { - return notification_ == null ? - com.google.storage.v2.Notification.getDefaultInstance() : notification_; + return notification_ == null + ? com.google.storage.v2.Notification.getDefaultInstance() + : notification_; } } /** + * + * *
      * Required. Properties of the notification to be inserted.
      * 
* - * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder> + com.google.storage.v2.Notification, + com.google.storage.v2.Notification.Builder, + com.google.storage.v2.NotificationOrBuilder> getNotificationFieldBuilder() { if (notificationBuilder_ == null) { - notificationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder>( - getNotification(), - getParentForChildren(), - isClean()); + notificationBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Notification, + com.google.storage.v2.Notification.Builder, + com.google.storage.v2.NotificationOrBuilder>( + getNotification(), getParentForChildren(), isClean()); notification_ = null; } return notificationBuilder_; } + @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); } @@ -750,12 +868,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.CreateNotificationRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.CreateNotificationRequest) private static final com.google.storage.v2.CreateNotificationRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.CreateNotificationRequest(); } @@ -764,27 +882,27 @@ public static com.google.storage.v2.CreateNotificationRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateNotificationRequest 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 CreateNotificationRequest 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; @@ -799,6 +917,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.CreateNotificationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java new file mode 100644 index 0000000000..8c11f9d72f --- /dev/null +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CreateNotificationRequestOrBuilder.java @@ -0,0 +1,95 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface CreateNotificationRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.CreateNotificationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. The bucket to which this notification belongs.
+   * 
+ * + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The parent. + */ + java.lang.String getParent(); + /** + * + * + *
+   * Required. The bucket to which this notification belongs.
+   * 
+ * + * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for parent. + */ + com.google.protobuf.ByteString getParentBytes(); + + /** + * + * + *
+   * Required. Properties of the notification to be inserted.
+   * 
+ * + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * + * @return Whether the notification field is set. + */ + boolean hasNotification(); + /** + * + * + *
+   * Required. Properties of the notification to be inserted.
+   * 
+ * + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * + * @return The notification. + */ + com.google.storage.v2.Notification getNotification(); + /** + * + * + *
+   * Required. Properties of the notification to be inserted.
+   * 
+ * + * + * .google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED]; + * + */ + com.google.storage.v2.NotificationOrBuilder getNotificationOrBuilder(); +} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CryptoKeyName.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CryptoKeyName.java similarity index 100% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CryptoKeyName.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CryptoKeyName.java diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java similarity index 68% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java index 8c64884cb5..2af9249dd5 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryption.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Describes the Customer-Supplied Encryption Key mechanism used to store an
  * Object's data at rest.
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.storage.v2.CustomerEncryption}
  */
-public final class CustomerEncryption extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CustomerEncryption extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.CustomerEncryption)
     CustomerEncryptionOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CustomerEncryption.newBuilder() to construct.
   private CustomerEncryption(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CustomerEncryption() {
     encryptionAlgorithm_ = "";
     keySha256Bytes_ = com.google.protobuf.ByteString.EMPTY;
@@ -27,37 +45,41 @@ private CustomerEncryption() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CustomerEncryption();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_CustomerEncryption_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.CustomerEncryption.class, com.google.storage.v2.CustomerEncryption.Builder.class);
+            com.google.storage.v2.CustomerEncryption.class,
+            com.google.storage.v2.CustomerEncryption.Builder.class);
   }
 
   public static final int ENCRYPTION_ALGORITHM_FIELD_NUMBER = 1;
   private volatile java.lang.Object encryptionAlgorithm_;
   /**
+   *
+   *
    * 
    * The encryption algorithm.
    * 
* * string encryption_algorithm = 1; + * * @return The encryptionAlgorithm. */ @java.lang.Override @@ -66,29 +88,29 @@ public java.lang.String getEncryptionAlgorithm() { 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(); encryptionAlgorithm_ = s; return s; } } /** + * + * *
    * The encryption algorithm.
    * 
* * string encryption_algorithm = 1; + * * @return The bytes for encryptionAlgorithm. */ @java.lang.Override - public com.google.protobuf.ByteString - getEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { java.lang.Object ref = encryptionAlgorithm_; 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); encryptionAlgorithm_ = b; return b; } else { @@ -99,12 +121,15 @@ public java.lang.String getEncryptionAlgorithm() { public static final int KEY_SHA256_BYTES_FIELD_NUMBER = 3; private com.google.protobuf.ByteString keySha256Bytes_; /** + * + * *
    * SHA256 hash value of the encryption key.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes key_sha256_bytes = 3; + * * @return The keySha256Bytes. */ @java.lang.Override @@ -113,6 +138,7 @@ public com.google.protobuf.ByteString getKeySha256Bytes() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -124,8 +150,7 @@ 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(encryptionAlgorithm_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, encryptionAlgorithm_); } @@ -145,8 +170,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, encryptionAlgorithm_); } if (!keySha256Bytes_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(3, keySha256Bytes_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(3, keySha256Bytes_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -156,17 +180,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.storage.v2.CustomerEncryption)) { return super.equals(obj); } com.google.storage.v2.CustomerEncryption other = (com.google.storage.v2.CustomerEncryption) obj; - if (!getEncryptionAlgorithm() - .equals(other.getEncryptionAlgorithm())) return false; - if (!getKeySha256Bytes() - .equals(other.getKeySha256Bytes())) return false; + if (!getEncryptionAlgorithm().equals(other.getEncryptionAlgorithm())) return false; + if (!getKeySha256Bytes().equals(other.getKeySha256Bytes())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -187,97 +209,104 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.CustomerEncryption parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.CustomerEncryption parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.CustomerEncryption parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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.storage.v2.CustomerEncryption 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; } /** + * + * *
    * Describes the Customer-Supplied Encryption Key mechanism used to store an
    * Object's data at rest.
@@ -285,33 +314,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.storage.v2.CustomerEncryption}
    */
-  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.storage.v2.CustomerEncryption)
       com.google.storage.v2.CustomerEncryptionOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CustomerEncryption_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.CustomerEncryption.class, com.google.storage.v2.CustomerEncryption.Builder.class);
+              com.google.storage.v2.CustomerEncryption.class,
+              com.google.storage.v2.CustomerEncryption.Builder.class);
     }
 
     // Construct using com.google.storage.v2.CustomerEncryption.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -323,9 +351,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_CustomerEncryption_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_CustomerEncryption_descriptor;
     }
 
     @java.lang.Override
@@ -344,7 +372,8 @@ public com.google.storage.v2.CustomerEncryption build() {
 
     @java.lang.Override
     public com.google.storage.v2.CustomerEncryption buildPartial() {
-      com.google.storage.v2.CustomerEncryption result = new com.google.storage.v2.CustomerEncryption(this);
+      com.google.storage.v2.CustomerEncryption result =
+          new com.google.storage.v2.CustomerEncryption(this);
       result.encryptionAlgorithm_ = encryptionAlgorithm_;
       result.keySha256Bytes_ = keySha256Bytes_;
       onBuilt();
@@ -355,38 +384,39 @@ public com.google.storage.v2.CustomerEncryption 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) {
+        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.storage.v2.CustomerEncryption) {
-        return mergeFrom((com.google.storage.v2.CustomerEncryption)other);
+        return mergeFrom((com.google.storage.v2.CustomerEncryption) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -428,22 +458,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              encryptionAlgorithm_ = input.readStringRequireUtf8();
-
-              break;
-            } // case 10
-            case 26: {
-              keySha256Bytes_ = input.readBytes();
-
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                encryptionAlgorithm_ = input.readStringRequireUtf8();
+
+                break;
+              } // case 10
+            case 26:
+              {
+                keySha256Bytes_ = input.readBytes();
+
+                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) {
@@ -456,18 +489,20 @@ public Builder mergeFrom(
 
     private java.lang.Object encryptionAlgorithm_ = "";
     /**
+     *
+     *
      * 
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; + * * @return The encryptionAlgorithm. */ public java.lang.String getEncryptionAlgorithm() { java.lang.Object ref = encryptionAlgorithm_; 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(); encryptionAlgorithm_ = s; return s; @@ -476,20 +511,21 @@ public java.lang.String getEncryptionAlgorithm() { } } /** + * + * *
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; + * * @return The bytes for encryptionAlgorithm. */ - public com.google.protobuf.ByteString - getEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString getEncryptionAlgorithmBytes() { java.lang.Object ref = encryptionAlgorithm_; 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); encryptionAlgorithm_ = b; return b; } else { @@ -497,54 +533,61 @@ public java.lang.String getEncryptionAlgorithm() { } } /** + * + * *
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; + * * @param value The encryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setEncryptionAlgorithm( - java.lang.String value) { + public Builder setEncryptionAlgorithm(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + encryptionAlgorithm_ = value; onChanged(); return this; } /** + * + * *
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; + * * @return This builder for chaining. */ public Builder clearEncryptionAlgorithm() { - + encryptionAlgorithm_ = getDefaultInstance().getEncryptionAlgorithm(); onChanged(); return this; } /** + * + * *
      * The encryption algorithm.
      * 
* * string encryption_algorithm = 1; + * * @param value The bytes for encryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setEncryptionAlgorithmBytes( - com.google.protobuf.ByteString value) { + public Builder setEncryptionAlgorithmBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + encryptionAlgorithm_ = value; onChanged(); return this; @@ -552,12 +595,15 @@ public Builder setEncryptionAlgorithmBytes( private com.google.protobuf.ByteString keySha256Bytes_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * SHA256 hash value of the encryption key.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes key_sha256_bytes = 3; + * * @return The keySha256Bytes. */ @java.lang.Override @@ -565,42 +611,48 @@ public com.google.protobuf.ByteString getKeySha256Bytes() { return keySha256Bytes_; } /** + * + * *
      * SHA256 hash value of the encryption key.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes key_sha256_bytes = 3; + * * @param value The keySha256Bytes to set. * @return This builder for chaining. */ public Builder setKeySha256Bytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + keySha256Bytes_ = value; onChanged(); return this; } /** + * + * *
      * SHA256 hash value of the encryption key.
      * In raw bytes format (not base64-encoded).
      * 
* * bytes key_sha256_bytes = 3; + * * @return This builder for chaining. */ public Builder clearKeySha256Bytes() { - + keySha256Bytes_ = getDefaultInstance().getKeySha256Bytes(); 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); } @@ -610,12 +662,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.CustomerEncryption) } // @@protoc_insertion_point(class_scope:google.storage.v2.CustomerEncryption) private static final com.google.storage.v2.CustomerEncryption DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.CustomerEncryption(); } @@ -624,27 +676,27 @@ public static com.google.storage.v2.CustomerEncryption getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CustomerEncryption 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 CustomerEncryption 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; @@ -659,6 +711,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.CustomerEncryption getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java similarity index 54% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java index 842c428be0..42a2b1effc 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/CustomerEncryptionOrBuilder.java @@ -1,39 +1,63 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface CustomerEncryptionOrBuilder extends +public interface CustomerEncryptionOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.CustomerEncryption) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The encryption algorithm.
    * 
* * string encryption_algorithm = 1; + * * @return The encryptionAlgorithm. */ java.lang.String getEncryptionAlgorithm(); /** + * + * *
    * The encryption algorithm.
    * 
* * string encryption_algorithm = 1; + * * @return The bytes for encryptionAlgorithm. */ - com.google.protobuf.ByteString - getEncryptionAlgorithmBytes(); + com.google.protobuf.ByteString getEncryptionAlgorithmBytes(); /** + * + * *
    * SHA256 hash value of the encryption key.
    * In raw bytes format (not base64-encoded).
    * 
* * bytes key_sha256_bytes = 3; + * * @return The keySha256Bytes. */ com.google.protobuf.ByteString getKeySha256Bytes(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java similarity index 68% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java index fc5cc3bf5c..06d47f5640 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequest.java @@ -1,62 +1,86 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for DeleteBucket.
  * 
* * Protobuf type {@code google.storage.v2.DeleteBucketRequest} */ -public final class DeleteBucketRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class DeleteBucketRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.DeleteBucketRequest) DeleteBucketRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use DeleteBucketRequest.newBuilder() to construct. private DeleteBucketRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private DeleteBucketRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DeleteBucketRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteBucketRequest.class, com.google.storage.v2.DeleteBucketRequest.Builder.class); + com.google.storage.v2.DeleteBucketRequest.class, + com.google.storage.v2.DeleteBucketRequest.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Required. Name of a bucket to delete.
    * 
* - * 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 @@ -65,29 +89,31 @@ 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. Name of a bucket to delete.
    * 
* - * 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 { @@ -98,11 +124,14 @@ public java.lang.String getName() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 2; private long ifMetagenerationMatch_; /** + * + * *
    * If set, only deletes the bucket if its metageneration matches this value.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -110,11 +139,14 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * If set, only deletes the bucket if its metageneration matches this value.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -125,12 +157,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 3; private long ifMetagenerationNotMatch_; /** + * + * *
    * If set, only deletes the bucket if its metageneration does not match this
    * value.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -138,12 +173,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * If set, only deletes the bucket if its metageneration does not match this
    * value.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -152,6 +190,7 @@ public long getIfMetagenerationNotMatch() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -163,8 +202,7 @@ 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_); } @@ -187,12 +225,10 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(2, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(3, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifMetagenerationNotMatch_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -202,24 +238,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.storage.v2.DeleteBucketRequest)) { return super.equals(obj); } - com.google.storage.v2.DeleteBucketRequest other = (com.google.storage.v2.DeleteBucketRequest) obj; + com.google.storage.v2.DeleteBucketRequest other = + (com.google.storage.v2.DeleteBucketRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() - != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() - != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -236,143 +270,147 @@ public int hashCode() { hash = (53 * hash) + getName().hashCode(); if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.DeleteBucketRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.DeleteBucketRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.DeleteBucketRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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.storage.v2.DeleteBucketRequest 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 message for DeleteBucket.
    * 
* * Protobuf type {@code google.storage.v2.DeleteBucketRequest} */ - 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.storage.v2.DeleteBucketRequest) com.google.storage.v2.DeleteBucketRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteBucketRequest.class, com.google.storage.v2.DeleteBucketRequest.Builder.class); + com.google.storage.v2.DeleteBucketRequest.class, + com.google.storage.v2.DeleteBucketRequest.Builder.class); } // Construct using com.google.storage.v2.DeleteBucketRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -386,9 +424,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteBucketRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteBucketRequest_descriptor; } @java.lang.Override @@ -407,7 +445,8 @@ public com.google.storage.v2.DeleteBucketRequest build() { @java.lang.Override public com.google.storage.v2.DeleteBucketRequest buildPartial() { - com.google.storage.v2.DeleteBucketRequest result = new com.google.storage.v2.DeleteBucketRequest(this); + com.google.storage.v2.DeleteBucketRequest result = + new com.google.storage.v2.DeleteBucketRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; @@ -428,38 +467,39 @@ public com.google.storage.v2.DeleteBucketRequest 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) { + 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.storage.v2.DeleteBucketRequest) { - return mergeFrom((com.google.storage.v2.DeleteBucketRequest)other); + return mergeFrom((com.google.storage.v2.DeleteBucketRequest) other); } else { super.mergeFrom(other); return this; @@ -504,27 +544,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 16 - case 24: { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 24 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + name_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: + { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 16 + case 24: + { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + 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) { @@ -534,22 +578,27 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object name_ = ""; /** + * + * *
      * Required. Name of a bucket to delete.
      * 
* - * 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; @@ -558,20 +607,23 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of a bucket to delete.
      * 
* - * 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 { @@ -579,66 +631,82 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of a bucket to delete.
      * 
* - * 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) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of a bucket to delete.
      * 
* - * 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() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Required. Name of a bucket to delete.
      * 
* - * 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) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * If set, only deletes the bucket if its metageneration matches this value.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -646,11 +714,14 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * If set, only deletes the bucket if its metageneration matches this value.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -658,11 +729,14 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * If set, only deletes the bucket if its metageneration matches this value.
      * 
* * optional int64 if_metageneration_match = 2; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -673,11 +747,14 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * If set, only deletes the bucket if its metageneration matches this value.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -687,14 +764,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * If set, only deletes the bucket if its metageneration does not match this
      * value.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -702,12 +782,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * If set, only deletes the bucket if its metageneration does not match this
      * value.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -715,12 +798,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * If set, only deletes the bucket if its metageneration does not match this
      * value.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -731,12 +817,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * If set, only deletes the bucket if its metageneration does not match this
      * value.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -745,9 +834,9 @@ public Builder clearIfMetagenerationNotMatch() { 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); } @@ -757,12 +846,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.DeleteBucketRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.DeleteBucketRequest) private static final com.google.storage.v2.DeleteBucketRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.DeleteBucketRequest(); } @@ -771,27 +860,27 @@ public static com.google.storage.v2.DeleteBucketRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteBucketRequest 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 DeleteBucketRequest 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; @@ -806,6 +895,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.DeleteBucketRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java similarity index 60% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java index cebfae1c2b..7c2e583d25 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteBucketRequestOrBuilder.java @@ -1,68 +1,105 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface DeleteBucketRequestOrBuilder extends +public interface DeleteBucketRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteBucketRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. Name of a bucket to delete.
    * 
* - * 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.String getName(); /** + * + * *
    * Required. Name of a bucket to delete.
    * 
* - * 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. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * If set, only deletes the bucket if its metageneration matches this value.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * If set, only deletes the bucket if its metageneration matches this value.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * If set, only deletes the bucket if its metageneration does not match this
    * value.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * If set, only deletes the bucket if its metageneration does not match this
    * value.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java similarity index 65% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java index 2495b5f81b..d1cf1b85b7 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request object to delete a given HMAC key.
  * 
* * Protobuf type {@code google.storage.v2.DeleteHmacKeyRequest} */ -public final class DeleteHmacKeyRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class DeleteHmacKeyRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.DeleteHmacKeyRequest) DeleteHmacKeyRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use DeleteHmacKeyRequest.newBuilder() to construct. private DeleteHmacKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private DeleteHmacKeyRequest() { accessId_ = ""; project_ = ""; @@ -26,37 +44,41 @@ private DeleteHmacKeyRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DeleteHmacKeyRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteHmacKeyRequest.class, com.google.storage.v2.DeleteHmacKeyRequest.Builder.class); + com.google.storage.v2.DeleteHmacKeyRequest.class, + com.google.storage.v2.DeleteHmacKeyRequest.Builder.class); } public static final int ACCESS_ID_FIELD_NUMBER = 1; private volatile java.lang.Object accessId_; /** + * + * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The accessId. */ @java.lang.Override @@ -65,29 +87,29 @@ public java.lang.String getAccessId() { 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(); accessId_ = s; return s; } } /** + * + * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for accessId. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessIdBytes() { + public com.google.protobuf.ByteString getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -98,13 +120,18 @@ public java.lang.String getAccessId() { public static final int PROJECT_FIELD_NUMBER = 2; private volatile java.lang.Object project_; /** + * + * *
    * Required. The project that owns the HMAC key, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ @java.lang.Override @@ -113,31 +140,33 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** + * + * *
    * Required. The project that owns the HMAC key, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -146,6 +175,7 @@ public java.lang.String getProject() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -157,8 +187,7 @@ 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(accessId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, accessId_); } @@ -188,17 +217,16 @@ 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.storage.v2.DeleteHmacKeyRequest)) { return super.equals(obj); } - com.google.storage.v2.DeleteHmacKeyRequest other = (com.google.storage.v2.DeleteHmacKeyRequest) obj; + com.google.storage.v2.DeleteHmacKeyRequest other = + (com.google.storage.v2.DeleteHmacKeyRequest) obj; - if (!getAccessId() - .equals(other.getAccessId())) return false; - if (!getProject() - .equals(other.getProject())) return false; + if (!getAccessId().equals(other.getAccessId())) return false; + if (!getProject().equals(other.getProject())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -219,130 +247,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.DeleteHmacKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.DeleteHmacKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.DeleteHmacKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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.storage.v2.DeleteHmacKeyRequest 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 object to delete a given HMAC key.
    * 
* * Protobuf type {@code google.storage.v2.DeleteHmacKeyRequest} */ - 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.storage.v2.DeleteHmacKeyRequest) com.google.storage.v2.DeleteHmacKeyRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteHmacKeyRequest.class, com.google.storage.v2.DeleteHmacKeyRequest.Builder.class); + com.google.storage.v2.DeleteHmacKeyRequest.class, + com.google.storage.v2.DeleteHmacKeyRequest.Builder.class); } // Construct using com.google.storage.v2.DeleteHmacKeyRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -354,9 +388,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; } @java.lang.Override @@ -375,7 +409,8 @@ public com.google.storage.v2.DeleteHmacKeyRequest build() { @java.lang.Override public com.google.storage.v2.DeleteHmacKeyRequest buildPartial() { - com.google.storage.v2.DeleteHmacKeyRequest result = new com.google.storage.v2.DeleteHmacKeyRequest(this); + com.google.storage.v2.DeleteHmacKeyRequest result = + new com.google.storage.v2.DeleteHmacKeyRequest(this); result.accessId_ = accessId_; result.project_ = project_; onBuilt(); @@ -386,38 +421,39 @@ public com.google.storage.v2.DeleteHmacKeyRequest 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) { + 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.storage.v2.DeleteHmacKeyRequest) { - return mergeFrom((com.google.storage.v2.DeleteHmacKeyRequest)other); + return mergeFrom((com.google.storage.v2.DeleteHmacKeyRequest) other); } else { super.mergeFrom(other); return this; @@ -460,22 +496,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - accessId_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - project_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + accessId_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + project_ = input.readStringRequireUtf8(); + + 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) { @@ -488,18 +527,20 @@ public Builder mergeFrom( private java.lang.Object accessId_ = ""; /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The accessId. */ public java.lang.String getAccessId() { java.lang.Object ref = accessId_; 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(); accessId_ = s; return s; @@ -508,20 +549,21 @@ public java.lang.String getAccessId() { } } /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for accessId. */ - public com.google.protobuf.ByteString - getAccessIdBytes() { + public com.google.protobuf.ByteString getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -529,54 +571,61 @@ public java.lang.String getAccessId() { } } /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The accessId to set. * @return This builder for chaining. */ - public Builder setAccessId( - java.lang.String value) { + public Builder setAccessId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessId_ = value; onChanged(); return this; } /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearAccessId() { - + accessId_ = getDefaultInstance().getAccessId(); onChanged(); return this; } /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for accessId to set. * @return This builder for chaining. */ - public Builder setAccessIdBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessId_ = value; onChanged(); return this; @@ -584,20 +633,24 @@ public Builder setAccessIdBytes( private java.lang.Object project_ = ""; /** + * + * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -606,22 +659,25 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -629,67 +685,80 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject( - java.lang.String value) { + public Builder setProject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** + * + * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** + * + * *
      * Required. The project that owns the HMAC key, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes( - com.google.protobuf.ByteString value) { + public Builder setProjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = 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); } @@ -699,12 +768,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.DeleteHmacKeyRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.DeleteHmacKeyRequest) private static final com.google.storage.v2.DeleteHmacKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.DeleteHmacKeyRequest(); } @@ -713,27 +782,27 @@ public static com.google.storage.v2.DeleteHmacKeyRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteHmacKeyRequest 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 DeleteHmacKeyRequest 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; @@ -748,6 +817,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.DeleteHmacKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java similarity index 53% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java index 21c9fb1fd6..6a3a8308b9 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteHmacKeyRequestOrBuilder.java @@ -1,53 +1,83 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface DeleteHmacKeyRequestOrBuilder extends +public interface DeleteHmacKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteHmacKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The accessId. */ java.lang.String getAccessId(); /** + * + * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for accessId. */ - com.google.protobuf.ByteString - getAccessIdBytes(); + com.google.protobuf.ByteString getAccessIdBytes(); /** + * + * *
    * Required. The project that owns the HMAC key, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ java.lang.String getProject(); /** + * + * *
    * Required. The project that owns the HMAC key, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - com.google.protobuf.ByteString - getProjectBytes(); + com.google.protobuf.ByteString getProjectBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java similarity index 61% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java index 1d90207a25..59769a9ece 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequest.java @@ -1,61 +1,85 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for DeleteNotification.
  * 
* * Protobuf type {@code google.storage.v2.DeleteNotificationRequest} */ -public final class DeleteNotificationRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class DeleteNotificationRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.DeleteNotificationRequest) DeleteNotificationRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use DeleteNotificationRequest.newBuilder() to construct. private DeleteNotificationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private DeleteNotificationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DeleteNotificationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteNotificationRequest.class, com.google.storage.v2.DeleteNotificationRequest.Builder.class); + com.google.storage.v2.DeleteNotificationRequest.class, + com.google.storage.v2.DeleteNotificationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Required. The parent bucket of the notification.
    * 
* - * 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 @@ -64,29 +88,31 @@ 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. The parent bucket of the notification.
    * 
* - * 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 { @@ -95,6 +121,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -106,8 +133,7 @@ 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_); } @@ -131,15 +157,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.storage.v2.DeleteNotificationRequest)) { return super.equals(obj); } - com.google.storage.v2.DeleteNotificationRequest other = (com.google.storage.v2.DeleteNotificationRequest) obj; + com.google.storage.v2.DeleteNotificationRequest other = + (com.google.storage.v2.DeleteNotificationRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -158,130 +184,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.DeleteNotificationRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.DeleteNotificationRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.DeleteNotificationRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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.storage.v2.DeleteNotificationRequest 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 message for DeleteNotification.
    * 
* * Protobuf type {@code google.storage.v2.DeleteNotificationRequest} */ - 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.storage.v2.DeleteNotificationRequest) com.google.storage.v2.DeleteNotificationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.DeleteNotificationRequest.class, com.google.storage.v2.DeleteNotificationRequest.Builder.class); + com.google.storage.v2.DeleteNotificationRequest.class, + com.google.storage.v2.DeleteNotificationRequest.Builder.class); } // Construct using com.google.storage.v2.DeleteNotificationRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -291,9 +323,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; } @java.lang.Override @@ -312,7 +344,8 @@ public com.google.storage.v2.DeleteNotificationRequest build() { @java.lang.Override public com.google.storage.v2.DeleteNotificationRequest buildPartial() { - com.google.storage.v2.DeleteNotificationRequest result = new com.google.storage.v2.DeleteNotificationRequest(this); + com.google.storage.v2.DeleteNotificationRequest result = + new com.google.storage.v2.DeleteNotificationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -322,38 +355,39 @@ public com.google.storage.v2.DeleteNotificationRequest 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) { + 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.storage.v2.DeleteNotificationRequest) { - return mergeFrom((com.google.storage.v2.DeleteNotificationRequest)other); + return mergeFrom((com.google.storage.v2.DeleteNotificationRequest) other); } else { super.mergeFrom(other); return this; @@ -361,7 +395,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.DeleteNotificationRequest other) { - if (other == com.google.storage.v2.DeleteNotificationRequest.getDefaultInstance()) return this; + if (other == com.google.storage.v2.DeleteNotificationRequest.getDefaultInstance()) + return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -392,17 +427,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + name_ = input.readStringRequireUtf8(); + + 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) { @@ -415,18 +452,22 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** + * + * *
      * Required. The parent bucket of the notification.
      * 
* - * 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; @@ -435,20 +476,23 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The parent bucket of the notification.
      * 
* - * 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 { @@ -456,61 +500,74 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The parent bucket of the notification.
      * 
* - * 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) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Required. The parent bucket of the notification.
      * 
* - * 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() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Required. The parent bucket of the notification.
      * 
* - * 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) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = 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); } @@ -520,12 +577,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.DeleteNotificationRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.DeleteNotificationRequest) private static final com.google.storage.v2.DeleteNotificationRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.DeleteNotificationRequest(); } @@ -534,27 +591,27 @@ public static com.google.storage.v2.DeleteNotificationRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteNotificationRequest 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 DeleteNotificationRequest 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; @@ -569,6 +626,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.DeleteNotificationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java new file mode 100644 index 0000000000..3d4ec19d7e --- /dev/null +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteNotificationRequestOrBuilder.java @@ -0,0 +1,54 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface DeleteNotificationRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteNotificationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. The parent bucket of the notification.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. The parent bucket of the notification.
+   * 
+ * + * + * 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/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java similarity index 75% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java index b59d184b2a..ad72259920 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequest.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Message for deleting an object.
  * `bucket` and `object` **must** be set.
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.storage.v2.DeleteObjectRequest}
  */
-public final class DeleteObjectRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DeleteObjectRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.DeleteObjectRequest)
     DeleteObjectRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DeleteObjectRequest.newBuilder() to construct.
   private DeleteObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private DeleteObjectRequest() {
     bucket_ = "";
     object_ = "";
@@ -27,38 +45,42 @@ private DeleteObjectRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DeleteObjectRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.DeleteObjectRequest.class, com.google.storage.v2.DeleteObjectRequest.Builder.class);
+            com.google.storage.v2.DeleteObjectRequest.class,
+            com.google.storage.v2.DeleteObjectRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int BUCKET_FIELD_NUMBER = 1;
   private volatile java.lang.Object bucket_;
   /**
+   *
+   *
    * 
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ @java.lang.Override @@ -67,29 +89,29 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** + * + * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -100,6 +122,8 @@ public java.lang.String getBucket() { public static final int OBJECT_FIELD_NUMBER = 2; private volatile java.lang.Object object_; /** + * + * *
    * Required. The name of the finalized object to delete.
    * Note: If you want to delete an unfinalized resumable upload please use
@@ -107,6 +131,7 @@ public java.lang.String getBucket() {
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ @java.lang.Override @@ -115,14 +140,15 @@ public java.lang.String getObject() { 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(); object_ = s; return s; } } /** + * + * *
    * Required. The name of the finalized object to delete.
    * Note: If you want to delete an unfinalized resumable upload please use
@@ -130,16 +156,15 @@ public java.lang.String getObject() {
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ @java.lang.Override - public com.google.protobuf.ByteString - getObjectBytes() { + public com.google.protobuf.ByteString getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -150,12 +175,15 @@ public java.lang.String getObject() { public static final int GENERATION_FIELD_NUMBER = 4; private long generation_; /** + * + * *
    * If present, permanently deletes a specific revision of this object (as
    * opposed to the latest version, the default).
    * 
* * int64 generation = 4; + * * @return The generation. */ @java.lang.Override @@ -166,6 +194,8 @@ public long getGeneration() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 5; private long ifGenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -173,6 +203,7 @@ public long getGeneration() {
    * 
* * optional int64 if_generation_match = 5; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -180,6 +211,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -187,6 +220,7 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 5; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -197,6 +231,8 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 6; private long ifGenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -205,6 +241,7 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 6; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -212,6 +249,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -220,6 +259,7 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 6; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -230,12 +270,15 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 7; private long ifMetagenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 7; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -243,12 +286,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 7; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -259,12 +305,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 8; private long ifMetagenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 8; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -272,12 +321,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 8; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -288,11 +340,14 @@ public long getIfMetagenerationNotMatch() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 10; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -300,18 +355,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -319,11 +381,13 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -335,8 +399,7 @@ 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(bucket_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, bucket_); } @@ -377,28 +440,24 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, object_); } if (generation_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(4, generation_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, generation_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(5, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifGenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(6, ifGenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, ifGenerationNotMatch_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(7, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(8, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(8, ifMetagenerationNotMatch_); } if (commonObjectRequestParams_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(10, getCommonObjectRequestParams()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 10, getCommonObjectRequestParams()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -408,43 +467,37 @@ 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.storage.v2.DeleteObjectRequest)) { return super.equals(obj); } - com.google.storage.v2.DeleteObjectRequest other = (com.google.storage.v2.DeleteObjectRequest) obj; + com.google.storage.v2.DeleteObjectRequest other = + (com.google.storage.v2.DeleteObjectRequest) obj; - if (!getBucket() - .equals(other.getBucket())) return false; - if (!getObject() - .equals(other.getObject())) return false; - if (getGeneration() - != other.getGeneration()) return false; + if (!getBucket().equals(other.getBucket())) return false; + if (!getObject().equals(other.getObject())) return false; + if (getGeneration() != other.getGeneration()) return false; if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() - != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; } if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false; if (hasIfGenerationNotMatch()) { - if (getIfGenerationNotMatch() - != other.getIfGenerationNotMatch()) return false; + if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() - != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() - != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; } if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams() - .equals(other.getCommonObjectRequestParams())) return false; + if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) + return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -462,27 +515,22 @@ public int hashCode() { hash = (37 * hash) + OBJECT_FIELD_NUMBER; hash = (53 * hash) + getObject().hashCode(); hash = (37 * hash) + GENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getGeneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration()); if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); } if (hasIfGenerationNotMatch()) { hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfGenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch()); } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); } if (hasCommonObjectRequestParams()) { hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER; @@ -493,97 +541,104 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.DeleteObjectRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.DeleteObjectRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.DeleteObjectRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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.storage.v2.DeleteObjectRequest 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; } /** + * + * *
    * Message for deleting an object.
    * `bucket` and `object` **must** be set.
@@ -591,33 +646,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.storage.v2.DeleteObjectRequest}
    */
-  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.storage.v2.DeleteObjectRequest)
       com.google.storage.v2.DeleteObjectRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.DeleteObjectRequest.class, com.google.storage.v2.DeleteObjectRequest.Builder.class);
+              com.google.storage.v2.DeleteObjectRequest.class,
+              com.google.storage.v2.DeleteObjectRequest.Builder.class);
     }
 
     // Construct using com.google.storage.v2.DeleteObjectRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -645,9 +699,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_DeleteObjectRequest_descriptor;
     }
 
     @java.lang.Override
@@ -666,7 +720,8 @@ public com.google.storage.v2.DeleteObjectRequest build() {
 
     @java.lang.Override
     public com.google.storage.v2.DeleteObjectRequest buildPartial() {
-      com.google.storage.v2.DeleteObjectRequest result = new com.google.storage.v2.DeleteObjectRequest(this);
+      com.google.storage.v2.DeleteObjectRequest result =
+          new com.google.storage.v2.DeleteObjectRequest(this);
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       result.bucket_ = bucket_;
@@ -702,38 +757,39 @@ public com.google.storage.v2.DeleteObjectRequest 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) {
+        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.storage.v2.DeleteObjectRequest) {
-        return mergeFrom((com.google.storage.v2.DeleteObjectRequest)other);
+        return mergeFrom((com.google.storage.v2.DeleteObjectRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -794,54 +850,62 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              bucket_ = input.readStringRequireUtf8();
-
-              break;
-            } // case 10
-            case 18: {
-              object_ = input.readStringRequireUtf8();
-
-              break;
-            } // case 18
-            case 32: {
-              generation_ = input.readInt64();
-
-              break;
-            } // case 32
-            case 40: {
-              ifGenerationMatch_ = input.readInt64();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 40
-            case 48: {
-              ifGenerationNotMatch_ = input.readInt64();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 48
-            case 56: {
-              ifMetagenerationMatch_ = input.readInt64();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 56
-            case 64: {
-              ifMetagenerationNotMatch_ = input.readInt64();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 64
-            case 82: {
-              input.readMessage(
-                  getCommonObjectRequestParamsFieldBuilder().getBuilder(),
-                  extensionRegistry);
-
-              break;
-            } // case 82
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                bucket_ = input.readStringRequireUtf8();
+
+                break;
+              } // case 10
+            case 18:
+              {
+                object_ = input.readStringRequireUtf8();
+
+                break;
+              } // case 18
+            case 32:
+              {
+                generation_ = input.readInt64();
+
+                break;
+              } // case 32
+            case 40:
+              {
+                ifGenerationMatch_ = input.readInt64();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 40
+            case 48:
+              {
+                ifGenerationNotMatch_ = input.readInt64();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 48
+            case 56:
+              {
+                ifMetagenerationMatch_ = input.readInt64();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 56
+            case 64:
+              {
+                ifMetagenerationNotMatch_ = input.readInt64();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 64
+            case 82:
+              {
+                input.readMessage(
+                    getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry);
+
+                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) {
@@ -851,22 +915,25 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object bucket_ = "";
     /**
+     *
+     *
      * 
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -875,20 +942,21 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -896,54 +964,61 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket( - java.lang.String value) { + public Builder setBucket(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes( - com.google.protobuf.ByteString value) { + public Builder setBucketBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; @@ -951,6 +1026,8 @@ public Builder setBucketBytes( private java.lang.Object object_ = ""; /** + * + * *
      * Required. The name of the finalized object to delete.
      * Note: If you want to delete an unfinalized resumable upload please use
@@ -958,13 +1035,13 @@ public Builder setBucketBytes(
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ public java.lang.String getObject() { java.lang.Object ref = object_; 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(); object_ = s; return s; @@ -973,6 +1050,8 @@ public java.lang.String getObject() { } } /** + * + * *
      * Required. The name of the finalized object to delete.
      * Note: If you want to delete an unfinalized resumable upload please use
@@ -980,15 +1059,14 @@ public java.lang.String getObject() {
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ - public com.google.protobuf.ByteString - getObjectBytes() { + public com.google.protobuf.ByteString getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -996,6 +1074,8 @@ public java.lang.String getObject() { } } /** + * + * *
      * Required. The name of the finalized object to delete.
      * Note: If you want to delete an unfinalized resumable upload please use
@@ -1003,20 +1083,22 @@ public java.lang.String getObject() {
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The object to set. * @return This builder for chaining. */ - public Builder setObject( - java.lang.String value) { + public Builder setObject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + object_ = value; onChanged(); return this; } /** + * + * *
      * Required. The name of the finalized object to delete.
      * Note: If you want to delete an unfinalized resumable upload please use
@@ -1024,15 +1106,18 @@ public Builder setObject(
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearObject() { - + object_ = getDefaultInstance().getObject(); onChanged(); return this; } /** + * + * *
      * Required. The name of the finalized object to delete.
      * Note: If you want to delete an unfinalized resumable upload please use
@@ -1040,29 +1125,32 @@ public Builder clearObject() {
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for object to set. * @return This builder for chaining. */ - public Builder setObjectBytes( - com.google.protobuf.ByteString value) { + public Builder setObjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + object_ = value; onChanged(); return this; } - private long generation_ ; + private long generation_; /** + * + * *
      * If present, permanently deletes a specific revision of this object (as
      * opposed to the latest version, the default).
      * 
* * int64 generation = 4; + * * @return The generation. */ @java.lang.Override @@ -1070,39 +1158,47 @@ public long getGeneration() { return generation_; } /** + * + * *
      * If present, permanently deletes a specific revision of this object (as
      * opposed to the latest version, the default).
      * 
* * int64 generation = 4; + * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** + * + * *
      * If present, permanently deletes a specific revision of this object (as
      * opposed to the latest version, the default).
      * 
* * int64 generation = 4; + * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private long ifGenerationMatch_ ; + private long ifGenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1110,6 +1206,7 @@ public Builder clearGeneration() {
      * 
* * optional int64 if_generation_match = 5; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1117,6 +1214,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1124,6 +1223,7 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 5; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1131,6 +1231,8 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1138,6 +1240,7 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 5; + * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1148,6 +1251,8 @@ public Builder setIfGenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1155,6 +1260,7 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 5; + * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1164,8 +1270,10 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_ ; + private long ifGenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1174,6 +1282,7 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 6; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1181,6 +1290,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1189,6 +1300,7 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 6; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1196,6 +1308,8 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1204,6 +1318,7 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 6; + * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1214,6 +1329,8 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1222,6 +1339,7 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 6; + * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1231,14 +1349,17 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 7; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1246,12 +1367,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 7; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1259,12 +1383,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 7; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1275,12 +1402,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 7; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1290,14 +1420,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 8; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1305,12 +1438,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 8; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1318,12 +1454,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 8; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1334,12 +1473,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 8; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1351,41 +1493,55 @@ public Builder clearIfMetagenerationNotMatch() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1399,6 +1555,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1417,17 +1575,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1439,6 +1602,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1457,33 +1622,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1491,21 +1665,24 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } + @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); } @@ -1515,12 +1692,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.DeleteObjectRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.DeleteObjectRequest) private static final com.google.storage.v2.DeleteObjectRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.DeleteObjectRequest(); } @@ -1529,27 +1706,27 @@ public static com.google.storage.v2.DeleteObjectRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteObjectRequest 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 DeleteObjectRequest 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; @@ -1564,6 +1741,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.DeleteObjectRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java similarity index 84% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java index 44098db65b..7c25ed32be 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/DeleteObjectRequestOrBuilder.java @@ -1,33 +1,56 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface DeleteObjectRequestOrBuilder extends +public interface DeleteObjectRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.DeleteObjectRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ java.lang.String getBucket(); /** + * + * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ - com.google.protobuf.ByteString - getBucketBytes(); + com.google.protobuf.ByteString getBucketBytes(); /** + * + * *
    * Required. The name of the finalized object to delete.
    * Note: If you want to delete an unfinalized resumable upload please use
@@ -35,10 +58,13 @@ public interface DeleteObjectRequestOrBuilder extends
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ java.lang.String getObject(); /** + * + * *
    * Required. The name of the finalized object to delete.
    * Note: If you want to delete an unfinalized resumable upload please use
@@ -46,23 +72,28 @@ public interface DeleteObjectRequestOrBuilder extends
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ - com.google.protobuf.ByteString - getObjectBytes(); + com.google.protobuf.ByteString getObjectBytes(); /** + * + * *
    * If present, permanently deletes a specific revision of this object (as
    * opposed to the latest version, the default).
    * 
* * int64 generation = 4; + * * @return The generation. */ long getGeneration(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -70,10 +101,13 @@ public interface DeleteObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 5; + * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -81,11 +115,14 @@ public interface DeleteObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 5; + * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -94,10 +131,13 @@ public interface DeleteObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 6; + * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -106,71 +146,92 @@ public interface DeleteObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 6; + * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 7; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 7; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 8; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 8; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java similarity index 72% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java index 07b10c0a3a..a62eb83a6b 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequest.java @@ -1,62 +1,86 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for GetBucket.
  * 
* * Protobuf type {@code google.storage.v2.GetBucketRequest} */ -public final class GetBucketRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class GetBucketRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetBucketRequest) GetBucketRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use GetBucketRequest.newBuilder() to construct. private GetBucketRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private GetBucketRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new GetBucketRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetBucketRequest.class, com.google.storage.v2.GetBucketRequest.Builder.class); + com.google.storage.v2.GetBucketRequest.class, + com.google.storage.v2.GetBucketRequest.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Required. Name of a bucket.
    * 
* - * 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 @@ -65,29 +89,31 @@ 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. Name of a bucket.
    * 
* - * 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 { @@ -98,12 +124,15 @@ public java.lang.String getName() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 2; private long ifMetagenerationMatch_; /** + * + * *
    * If set, and if the bucket's current metageneration does not match the
    * specified value, the request will return an error.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -111,12 +140,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * If set, and if the bucket's current metageneration does not match the
    * specified value, the request will return an error.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -127,12 +159,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 3; private long ifMetagenerationNotMatch_; /** + * + * *
    * If set, and if the bucket's current metageneration matches the specified
    * value, the request will return an error.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -140,12 +175,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * If set, and if the bucket's current metageneration matches the specified
    * value, the request will return an error.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -156,6 +194,8 @@ public long getIfMetagenerationNotMatch() { public static final int READ_MASK_FIELD_NUMBER = 5; private com.google.protobuf.FieldMask readMask_; /** + * + * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -163,6 +203,7 @@ public long getIfMetagenerationNotMatch() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return Whether the readMask field is set. */ @java.lang.Override @@ -170,6 +211,8 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -177,6 +220,7 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return The readMask. */ @java.lang.Override @@ -184,6 +228,8 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** + * + * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -198,6 +244,7 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -209,8 +256,7 @@ 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_);
     }
@@ -236,16 +282,13 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(2, ifMetagenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifMetagenerationMatch_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(3, ifMetagenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifMetagenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getReadMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getReadMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -255,29 +298,25 @@ 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.storage.v2.GetBucketRequest)) {
       return super.equals(obj);
     }
     com.google.storage.v2.GetBucketRequest other = (com.google.storage.v2.GetBucketRequest) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
+    if (!getName().equals(other.getName())) return false;
     if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false;
     if (hasIfMetagenerationMatch()) {
-      if (getIfMetagenerationMatch()
-          != other.getIfMetagenerationMatch()) return false;
+      if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false;
     }
     if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false;
     if (hasIfMetagenerationNotMatch()) {
-      if (getIfMetagenerationNotMatch()
-          != other.getIfMetagenerationNotMatch()) return false;
+      if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false;
     }
     if (hasReadMask() != other.hasReadMask()) return false;
     if (hasReadMask()) {
-      if (!getReadMask()
-          .equals(other.getReadMask())) return false;
+      if (!getReadMask().equals(other.getReadMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -294,13 +333,11 @@ public int hashCode() {
     hash = (53 * hash) + getName().hashCode();
     if (hasIfMetagenerationMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch());
     }
     if (hasIfMetagenerationNotMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch());
     }
     if (hasReadMask()) {
       hash = (37 * hash) + READ_MASK_FIELD_NUMBER;
@@ -311,118 +348,127 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.GetBucketRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.GetBucketRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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.storage.v2.GetBucketRequest 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 message for GetBucket.
    * 
* * Protobuf type {@code google.storage.v2.GetBucketRequest} */ - 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.storage.v2.GetBucketRequest) com.google.storage.v2.GetBucketRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetBucketRequest.class, com.google.storage.v2.GetBucketRequest.Builder.class); + com.google.storage.v2.GetBucketRequest.class, + com.google.storage.v2.GetBucketRequest.Builder.class); } // Construct using com.google.storage.v2.GetBucketRequest.newBuilder() @@ -430,17 +476,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -460,9 +506,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetBucketRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetBucketRequest_descriptor; } @java.lang.Override @@ -481,7 +527,8 @@ public com.google.storage.v2.GetBucketRequest build() { @java.lang.Override public com.google.storage.v2.GetBucketRequest buildPartial() { - com.google.storage.v2.GetBucketRequest result = new com.google.storage.v2.GetBucketRequest(this); + com.google.storage.v2.GetBucketRequest result = + new com.google.storage.v2.GetBucketRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; @@ -510,38 +557,39 @@ public com.google.storage.v2.GetBucketRequest 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) { + 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.storage.v2.GetBucketRequest) { - return mergeFrom((com.google.storage.v2.GetBucketRequest)other); + return mergeFrom((com.google.storage.v2.GetBucketRequest) other); } else { super.mergeFrom(other); return this; @@ -589,34 +637,37 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); + case 10: + { + name_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 16: { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 16 - case 24: { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 24 - case 42: { - input.readMessage( - getReadMaskFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 42 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 10 + case 16: + { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 16 + case 24: + { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 24 + case 42: + { + input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); + 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) { @@ -626,22 +677,27 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object name_ = ""; /** + * + * *
      * Required. Name of a bucket.
      * 
* - * 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; @@ -650,20 +706,23 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of a bucket.
      * 
* - * 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 { @@ -671,67 +730,83 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of a bucket.
      * 
* - * 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) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of a bucket.
      * 
* - * 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() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Required. Name of a bucket.
      * 
* - * 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) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * If set, and if the bucket's current metageneration does not match the
      * specified value, the request will return an error.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -739,12 +814,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * If set, and if the bucket's current metageneration does not match the
      * specified value, the request will return an error.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -752,12 +830,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * If set, and if the bucket's current metageneration does not match the
      * specified value, the request will return an error.
      * 
* * optional int64 if_metageneration_match = 2; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -768,12 +849,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * If set, and if the bucket's current metageneration does not match the
      * specified value, the request will return an error.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -783,14 +867,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * If set, and if the bucket's current metageneration matches the specified
      * value, the request will return an error.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -798,12 +885,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * If set, and if the bucket's current metageneration matches the specified
      * value, the request will return an error.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -811,12 +901,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * If set, and if the bucket's current metageneration matches the specified
      * value, the request will return an error.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -827,12 +920,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * If set, and if the bucket's current metageneration matches the specified
      * value, the request will return an error.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -844,8 +940,13 @@ public Builder clearIfMetagenerationNotMatch() { private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + readMaskBuilder_; /** + * + * *
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -853,12 +954,15 @@ public Builder clearIfMetagenerationNotMatch() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -866,6 +970,7 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -876,6 +981,8 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** + * + * *
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -898,6 +1005,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -906,8 +1015,7 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 5;
      */
-    public Builder setReadMask(
-        com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -918,6 +1026,8 @@ public Builder setReadMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -928,11 +1038,11 @@ public Builder setReadMask(
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0) &&
-            readMask_ != null &&
-            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0)
+            && readMask_ != null
+            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -944,6 +1054,8 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -963,6 +1075,8 @@ public Builder clearReadMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -977,6 +1091,8 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -989,11 +1105,12 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ?
-            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * A "*" field may be used to indicate all fields.
@@ -1003,21 +1120,24 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
+            com.google.protobuf.FieldMask,
+            com.google.protobuf.FieldMask.Builder,
+            com.google.protobuf.FieldMaskOrBuilder>
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(),
-                getParentForChildren(),
-                isClean());
+        readMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.FieldMask,
+                com.google.protobuf.FieldMask.Builder,
+                com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(), getParentForChildren(), isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
     }
+
     @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);
     }
 
@@ -1027,12 +1147,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.GetBucketRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.GetBucketRequest)
   private static final com.google.storage.v2.GetBucketRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.GetBucketRequest();
   }
@@ -1041,27 +1161,27 @@ public static com.google.storage.v2.GetBucketRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public GetBucketRequest 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 GetBucketRequest 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;
@@ -1076,6 +1196,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.GetBucketRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
similarity index 71%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
index 82d8ecdf33..3b0735f116 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetBucketRequestOrBuilder.java
@@ -1,75 +1,114 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface GetBucketRequestOrBuilder extends
+public interface GetBucketRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.GetBucketRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. Name of a bucket.
    * 
* - * 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.String getName(); /** + * + * *
    * Required. Name of a bucket.
    * 
* - * 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. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * If set, and if the bucket's current metageneration does not match the
    * specified value, the request will return an error.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * If set, and if the bucket's current metageneration does not match the
    * specified value, the request will return an error.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * If set, and if the bucket's current metageneration matches the specified
    * value, the request will return an error.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * If set, and if the bucket's current metageneration matches the specified
    * value, the request will return an error.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** + * + * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -77,10 +116,13 @@ public interface GetBucketRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** + * + * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
@@ -88,10 +130,13 @@ public interface GetBucketRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** + * + * *
    * Mask specifying which fields to read.
    * A "*" field may be used to indicate all fields.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
similarity index 65%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
index 8811ccbe7a..32dff23c07 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequest.java
@@ -1,24 +1,42 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Request object to get metadata on a given HMAC key.
  * 
* * Protobuf type {@code google.storage.v2.GetHmacKeyRequest} */ -public final class GetHmacKeyRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class GetHmacKeyRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetHmacKeyRequest) GetHmacKeyRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use GetHmacKeyRequest.newBuilder() to construct. private GetHmacKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private GetHmacKeyRequest() { accessId_ = ""; project_ = ""; @@ -26,37 +44,41 @@ private GetHmacKeyRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new GetHmacKeyRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetHmacKeyRequest.class, com.google.storage.v2.GetHmacKeyRequest.Builder.class); + com.google.storage.v2.GetHmacKeyRequest.class, + com.google.storage.v2.GetHmacKeyRequest.Builder.class); } public static final int ACCESS_ID_FIELD_NUMBER = 1; private volatile java.lang.Object accessId_; /** + * + * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The accessId. */ @java.lang.Override @@ -65,29 +87,29 @@ public java.lang.String getAccessId() { 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(); accessId_ = s; return s; } } /** + * + * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for accessId. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessIdBytes() { + public com.google.protobuf.ByteString getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -98,13 +120,18 @@ public java.lang.String getAccessId() { public static final int PROJECT_FIELD_NUMBER = 2; private volatile java.lang.Object project_; /** + * + * *
    * Required. The project the HMAC key lies in, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ @java.lang.Override @@ -113,31 +140,33 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** + * + * *
    * Required. The project the HMAC key lies in, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -146,6 +175,7 @@ public java.lang.String getProject() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -157,8 +187,7 @@ 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(accessId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, accessId_); } @@ -188,17 +217,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.storage.v2.GetHmacKeyRequest)) { return super.equals(obj); } com.google.storage.v2.GetHmacKeyRequest other = (com.google.storage.v2.GetHmacKeyRequest) obj; - if (!getAccessId() - .equals(other.getAccessId())) return false; - if (!getProject() - .equals(other.getProject())) return false; + if (!getAccessId().equals(other.getAccessId())) return false; + if (!getProject().equals(other.getProject())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -219,130 +246,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.GetHmacKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.GetHmacKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.GetHmacKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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.storage.v2.GetHmacKeyRequest 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 object to get metadata on a given HMAC key.
    * 
* * Protobuf type {@code google.storage.v2.GetHmacKeyRequest} */ - 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.storage.v2.GetHmacKeyRequest) com.google.storage.v2.GetHmacKeyRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetHmacKeyRequest.class, com.google.storage.v2.GetHmacKeyRequest.Builder.class); + com.google.storage.v2.GetHmacKeyRequest.class, + com.google.storage.v2.GetHmacKeyRequest.Builder.class); } // Construct using com.google.storage.v2.GetHmacKeyRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -354,9 +387,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; } @java.lang.Override @@ -375,7 +408,8 @@ public com.google.storage.v2.GetHmacKeyRequest build() { @java.lang.Override public com.google.storage.v2.GetHmacKeyRequest buildPartial() { - com.google.storage.v2.GetHmacKeyRequest result = new com.google.storage.v2.GetHmacKeyRequest(this); + com.google.storage.v2.GetHmacKeyRequest result = + new com.google.storage.v2.GetHmacKeyRequest(this); result.accessId_ = accessId_; result.project_ = project_; onBuilt(); @@ -386,38 +420,39 @@ public com.google.storage.v2.GetHmacKeyRequest 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) { + 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.storage.v2.GetHmacKeyRequest) { - return mergeFrom((com.google.storage.v2.GetHmacKeyRequest)other); + return mergeFrom((com.google.storage.v2.GetHmacKeyRequest) other); } else { super.mergeFrom(other); return this; @@ -460,22 +495,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - accessId_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - project_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + accessId_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + project_ = input.readStringRequireUtf8(); + + 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) { @@ -488,18 +526,20 @@ public Builder mergeFrom( private java.lang.Object accessId_ = ""; /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The accessId. */ public java.lang.String getAccessId() { java.lang.Object ref = accessId_; 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(); accessId_ = s; return s; @@ -508,20 +548,21 @@ public java.lang.String getAccessId() { } } /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for accessId. */ - public com.google.protobuf.ByteString - getAccessIdBytes() { + public com.google.protobuf.ByteString getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -529,54 +570,61 @@ public java.lang.String getAccessId() { } } /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The accessId to set. * @return This builder for chaining. */ - public Builder setAccessId( - java.lang.String value) { + public Builder setAccessId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessId_ = value; onChanged(); return this; } /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearAccessId() { - + accessId_ = getDefaultInstance().getAccessId(); onChanged(); return this; } /** + * + * *
      * Required. The identifying key for the HMAC to delete.
      * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for accessId to set. * @return This builder for chaining. */ - public Builder setAccessIdBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessId_ = value; onChanged(); return this; @@ -584,20 +632,24 @@ public Builder setAccessIdBytes( private java.lang.Object project_ = ""; /** + * + * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -606,22 +658,25 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -629,67 +684,80 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject( - java.lang.String value) { + public Builder setProject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** + * + * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** + * + * *
      * Required. The project the HMAC key lies in, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes( - com.google.protobuf.ByteString value) { + public Builder setProjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = 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); } @@ -699,12 +767,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.GetHmacKeyRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.GetHmacKeyRequest) private static final com.google.storage.v2.GetHmacKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.GetHmacKeyRequest(); } @@ -713,27 +781,27 @@ public static com.google.storage.v2.GetHmacKeyRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetHmacKeyRequest 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 GetHmacKeyRequest 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; @@ -748,6 +816,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.GetHmacKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java similarity index 53% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java index 9a7c3e706a..dd96127a29 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetHmacKeyRequestOrBuilder.java @@ -1,53 +1,83 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface GetHmacKeyRequestOrBuilder extends +public interface GetHmacKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.GetHmacKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The accessId. */ java.lang.String getAccessId(); /** + * + * *
    * Required. The identifying key for the HMAC to delete.
    * 
* * string access_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for accessId. */ - com.google.protobuf.ByteString - getAccessIdBytes(); + com.google.protobuf.ByteString getAccessIdBytes(); /** + * + * *
    * Required. The project the HMAC key lies in, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ java.lang.String getProject(); /** + * + * *
    * Required. The project the HMAC key lies in, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - com.google.protobuf.ByteString - getProjectBytes(); + com.google.protobuf.ByteString getProjectBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java similarity index 62% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java index 405eb9226f..08a5adaeef 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequest.java @@ -1,63 +1,87 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for GetNotification.
  * 
* * Protobuf type {@code google.storage.v2.GetNotificationRequest} */ -public final class GetNotificationRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class GetNotificationRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetNotificationRequest) GetNotificationRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use GetNotificationRequest.newBuilder() to construct. private GetNotificationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private GetNotificationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new GetNotificationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetNotificationRequest.class, com.google.storage.v2.GetNotificationRequest.Builder.class); + com.google.storage.v2.GetNotificationRequest.class, + com.google.storage.v2.GetNotificationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Required. The parent bucket of the notification.
    * Format:
    * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
    * 
* - * 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 @@ -66,31 +90,33 @@ 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. The parent bucket of the notification.
    * Format:
    * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
    * 
* - * 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 { @@ -99,6 +125,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -110,8 +137,7 @@ 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_); } @@ -135,15 +161,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.storage.v2.GetNotificationRequest)) { return super.equals(obj); } - com.google.storage.v2.GetNotificationRequest other = (com.google.storage.v2.GetNotificationRequest) obj; + com.google.storage.v2.GetNotificationRequest other = + (com.google.storage.v2.GetNotificationRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -162,130 +188,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.GetNotificationRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.GetNotificationRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.GetNotificationRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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.storage.v2.GetNotificationRequest 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 message for GetNotification.
    * 
* * Protobuf type {@code google.storage.v2.GetNotificationRequest} */ - 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.storage.v2.GetNotificationRequest) com.google.storage.v2.GetNotificationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetNotificationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetNotificationRequest.class, com.google.storage.v2.GetNotificationRequest.Builder.class); + com.google.storage.v2.GetNotificationRequest.class, + com.google.storage.v2.GetNotificationRequest.Builder.class); } // Construct using com.google.storage.v2.GetNotificationRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -295,9 +327,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetNotificationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetNotificationRequest_descriptor; } @java.lang.Override @@ -316,7 +348,8 @@ public com.google.storage.v2.GetNotificationRequest build() { @java.lang.Override public com.google.storage.v2.GetNotificationRequest buildPartial() { - com.google.storage.v2.GetNotificationRequest result = new com.google.storage.v2.GetNotificationRequest(this); + com.google.storage.v2.GetNotificationRequest result = + new com.google.storage.v2.GetNotificationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -326,38 +359,39 @@ public com.google.storage.v2.GetNotificationRequest 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) { + 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.storage.v2.GetNotificationRequest) { - return mergeFrom((com.google.storage.v2.GetNotificationRequest)other); + return mergeFrom((com.google.storage.v2.GetNotificationRequest) other); } else { super.mergeFrom(other); return this; @@ -396,17 +430,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + name_ = input.readStringRequireUtf8(); + + 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) { @@ -419,20 +455,24 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** + * + * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * 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; @@ -441,22 +481,25 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * 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 { @@ -464,67 +507,80 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * 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) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * 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() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Required. The parent bucket of the notification.
      * Format:
      * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
      * 
* - * 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) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = 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); } @@ -534,12 +590,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.GetNotificationRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.GetNotificationRequest) private static final com.google.storage.v2.GetNotificationRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.GetNotificationRequest(); } @@ -548,27 +604,27 @@ public static com.google.storage.v2.GetNotificationRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetNotificationRequest 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 GetNotificationRequest 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; @@ -583,6 +639,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.GetNotificationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java new file mode 100644 index 0000000000..1eeafdbd59 --- /dev/null +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetNotificationRequestOrBuilder.java @@ -0,0 +1,58 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface GetNotificationRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.GetNotificationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. The parent bucket of the notification.
+   * Format:
+   * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. The parent bucket of the notification.
+   * Format:
+   * `projects/{project}/buckets/{bucket}/notificationConfigs/{notification}`
+   * 
+ * + * + * 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/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java similarity index 76% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java index 34098a5e38..4cedaa00c9 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for GetObject.
  * 
* * Protobuf type {@code google.storage.v2.GetObjectRequest} */ -public final class GetObjectRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class GetObjectRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetObjectRequest) GetObjectRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use GetObjectRequest.newBuilder() to construct. private GetObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private GetObjectRequest() { bucket_ = ""; object_ = ""; @@ -26,38 +44,42 @@ private GetObjectRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new GetObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetObjectRequest.class, com.google.storage.v2.GetObjectRequest.Builder.class); + com.google.storage.v2.GetObjectRequest.class, + com.google.storage.v2.GetObjectRequest.Builder.class); } private int bitField0_; public static final int BUCKET_FIELD_NUMBER = 1; private volatile java.lang.Object bucket_; /** + * + * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ @java.lang.Override @@ -66,29 +88,29 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** + * + * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -99,11 +121,14 @@ public java.lang.String getBucket() { public static final int OBJECT_FIELD_NUMBER = 2; private volatile java.lang.Object object_; /** + * + * *
    * Required. Name of the object.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ @java.lang.Override @@ -112,29 +137,29 @@ public java.lang.String getObject() { 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(); object_ = s; return s; } } /** + * + * *
    * Required. Name of the object.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ @java.lang.Override - public com.google.protobuf.ByteString - getObjectBytes() { + public com.google.protobuf.ByteString getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -145,12 +170,15 @@ public java.lang.String getObject() { public static final int GENERATION_FIELD_NUMBER = 3; private long generation_; /** + * + * *
    * If present, selects a specific revision of this object (as opposed to the
    * latest version, the default).
    * 
* * int64 generation = 3; + * * @return The generation. */ @java.lang.Override @@ -161,6 +189,8 @@ public long getGeneration() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 4; private long ifGenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -168,6 +198,7 @@ public long getGeneration() {
    * 
* * optional int64 if_generation_match = 4; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -175,6 +206,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -182,6 +215,7 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 4; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -192,6 +226,8 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 5; private long ifGenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -200,6 +236,7 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 5; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -207,6 +244,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -215,6 +254,7 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 5; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -225,12 +265,15 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 6; private long ifMetagenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 6; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -238,12 +281,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 6; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -254,12 +300,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 7; private long ifMetagenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 7; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -267,12 +316,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 7; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -283,11 +335,14 @@ public long getIfMetagenerationNotMatch() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 8; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -295,18 +350,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -314,13 +376,16 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } public static final int READ_MASK_FIELD_NUMBER = 10; private com.google.protobuf.FieldMask readMask_; /** + * + * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -329,6 +394,7 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR
    * 
* * optional .google.protobuf.FieldMask read_mask = 10; + * * @return Whether the readMask field is set. */ @java.lang.Override @@ -336,6 +402,8 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -344,6 +412,7 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 10; + * * @return The readMask. */ @java.lang.Override @@ -351,6 +420,8 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** + * + * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -366,6 +437,7 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -377,8 +449,7 @@ 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(bucket_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, bucket_);
     }
@@ -422,32 +493,27 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, object_);
     }
     if (generation_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(3, generation_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, generation_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(4, ifGenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, ifGenerationMatch_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(5, ifGenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifGenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(6, ifMetagenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, ifMetagenerationMatch_);
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(7, ifMetagenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, ifMetagenerationNotMatch_);
     }
     if (commonObjectRequestParams_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(8, getCommonObjectRequestParams());
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              8, getCommonObjectRequestParams());
     }
     if (((bitField0_ & 0x00000010) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(10, getReadMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getReadMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -457,48 +523,40 @@ 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.storage.v2.GetObjectRequest)) {
       return super.equals(obj);
     }
     com.google.storage.v2.GetObjectRequest other = (com.google.storage.v2.GetObjectRequest) obj;
 
-    if (!getBucket()
-        .equals(other.getBucket())) return false;
-    if (!getObject()
-        .equals(other.getObject())) return false;
-    if (getGeneration()
-        != other.getGeneration()) return false;
+    if (!getBucket().equals(other.getBucket())) return false;
+    if (!getObject().equals(other.getObject())) return false;
+    if (getGeneration() != other.getGeneration()) return false;
     if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false;
     if (hasIfGenerationMatch()) {
-      if (getIfGenerationMatch()
-          != other.getIfGenerationMatch()) return false;
+      if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false;
     }
     if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false;
     if (hasIfGenerationNotMatch()) {
-      if (getIfGenerationNotMatch()
-          != other.getIfGenerationNotMatch()) return false;
+      if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false;
     }
     if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false;
     if (hasIfMetagenerationMatch()) {
-      if (getIfMetagenerationMatch()
-          != other.getIfMetagenerationMatch()) return false;
+      if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false;
     }
     if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false;
     if (hasIfMetagenerationNotMatch()) {
-      if (getIfMetagenerationNotMatch()
-          != other.getIfMetagenerationNotMatch()) return false;
+      if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false;
     }
     if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false;
     if (hasCommonObjectRequestParams()) {
-      if (!getCommonObjectRequestParams()
-          .equals(other.getCommonObjectRequestParams())) return false;
+      if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams()))
+        return false;
     }
     if (hasReadMask() != other.hasReadMask()) return false;
     if (hasReadMask()) {
-      if (!getReadMask()
-          .equals(other.getReadMask())) return false;
+      if (!getReadMask().equals(other.getReadMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -516,27 +574,22 @@ public int hashCode() {
     hash = (37 * hash) + OBJECT_FIELD_NUMBER;
     hash = (53 * hash) + getObject().hashCode();
     hash = (37 * hash) + GENERATION_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getGeneration());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration());
     if (hasIfGenerationMatch()) {
       hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfGenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch());
     }
     if (hasIfGenerationNotMatch()) {
       hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfGenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch());
     }
     if (hasIfMetagenerationMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch());
     }
     if (hasIfMetagenerationNotMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch());
     }
     if (hasCommonObjectRequestParams()) {
       hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER;
@@ -551,118 +604,127 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.GetObjectRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.GetObjectRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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.storage.v2.GetObjectRequest 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 message for GetObject.
    * 
* * Protobuf type {@code google.storage.v2.GetObjectRequest} */ - 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.storage.v2.GetObjectRequest) com.google.storage.v2.GetObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetObjectRequest.class, com.google.storage.v2.GetObjectRequest.Builder.class); + com.google.storage.v2.GetObjectRequest.class, + com.google.storage.v2.GetObjectRequest.Builder.class); } // Construct using com.google.storage.v2.GetObjectRequest.newBuilder() @@ -670,17 +732,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -714,9 +776,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetObjectRequest_descriptor; } @java.lang.Override @@ -735,7 +797,8 @@ public com.google.storage.v2.GetObjectRequest build() { @java.lang.Override public com.google.storage.v2.GetObjectRequest buildPartial() { - com.google.storage.v2.GetObjectRequest result = new com.google.storage.v2.GetObjectRequest(this); + com.google.storage.v2.GetObjectRequest result = + new com.google.storage.v2.GetObjectRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.bucket_ = bucket_; @@ -779,38 +842,39 @@ public com.google.storage.v2.GetObjectRequest 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) { + 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.storage.v2.GetObjectRequest) { - return mergeFrom((com.google.storage.v2.GetObjectRequest)other); + return mergeFrom((com.google.storage.v2.GetObjectRequest) other); } else { super.mergeFrom(other); return this; @@ -874,61 +938,68 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - bucket_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - object_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 24: { - generation_ = input.readInt64(); - - break; - } // case 24 - case 32: { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 32 - case 40: { - ifGenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 40 - case 48: { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 48 - case 56: { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000008; - break; - } // case 56 - case 66: { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 66 - case 82: { - input.readMessage( - getReadMaskFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000010; - break; - } // case 82 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + bucket_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + object_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 24: + { + generation_ = input.readInt64(); + + break; + } // case 24 + case 32: + { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 32 + case 40: + { + ifGenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 40 + case 48: + { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 48 + case 56: + { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000008; + break; + } // case 56 + case 66: + { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 66 + case 82: + { + input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000010; + 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) { @@ -938,22 +1009,25 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object bucket_ = ""; /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -962,20 +1036,21 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -983,54 +1058,61 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket( - java.lang.String value) { + public Builder setBucket(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** + * + * *
      * Required. Name of the bucket in which the object resides.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes( - com.google.protobuf.ByteString value) { + public Builder setBucketBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; @@ -1038,18 +1120,20 @@ public Builder setBucketBytes( private java.lang.Object object_ = ""; /** + * + * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ public java.lang.String getObject() { java.lang.Object ref = object_; 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(); object_ = s; return s; @@ -1058,20 +1142,21 @@ public java.lang.String getObject() { } } /** + * + * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ - public com.google.protobuf.ByteString - getObjectBytes() { + public com.google.protobuf.ByteString getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -1079,67 +1164,77 @@ public java.lang.String getObject() { } } /** + * + * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The object to set. * @return This builder for chaining. */ - public Builder setObject( - java.lang.String value) { + public Builder setObject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + object_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearObject() { - + object_ = getDefaultInstance().getObject(); onChanged(); return this; } /** + * + * *
      * Required. Name of the object.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for object to set. * @return This builder for chaining. */ - public Builder setObjectBytes( - com.google.protobuf.ByteString value) { + public Builder setObjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + object_ = value; onChanged(); return this; } - private long generation_ ; + private long generation_; /** + * + * *
      * If present, selects a specific revision of this object (as opposed to the
      * latest version, the default).
      * 
* * int64 generation = 3; + * * @return The generation. */ @java.lang.Override @@ -1147,39 +1242,47 @@ public long getGeneration() { return generation_; } /** + * + * *
      * If present, selects a specific revision of this object (as opposed to the
      * latest version, the default).
      * 
* * int64 generation = 3; + * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** + * + * *
      * If present, selects a specific revision of this object (as opposed to the
      * latest version, the default).
      * 
* * int64 generation = 3; + * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private long ifGenerationMatch_ ; + private long ifGenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1187,6 +1290,7 @@ public Builder clearGeneration() {
      * 
* * optional int64 if_generation_match = 4; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1194,6 +1298,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1201,6 +1307,7 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 4; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1208,6 +1315,8 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1215,6 +1324,7 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 4; + * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1225,6 +1335,8 @@ public Builder setIfGenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1232,6 +1344,7 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 4; + * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1241,8 +1354,10 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_ ; + private long ifGenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1251,6 +1366,7 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 5; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1258,6 +1374,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1266,6 +1384,7 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 5; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1273,6 +1392,8 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1281,6 +1402,7 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 5; + * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1291,6 +1413,8 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1299,6 +1423,7 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 5; + * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1308,14 +1433,17 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 6; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1323,12 +1451,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 6; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1336,12 +1467,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 6; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1352,12 +1486,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 6; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1367,14 +1504,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 7; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1382,12 +1522,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 7; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1395,12 +1538,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 7; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1411,12 +1557,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 7; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1428,41 +1577,55 @@ public Builder clearIfMetagenerationNotMatch() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1476,6 +1639,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1494,17 +1659,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1516,6 +1686,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1534,33 +1706,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1568,14 +1749,17 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; @@ -1583,8 +1767,13 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + readMaskBuilder_; /** + * + * *
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1593,12 +1782,15 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR
      * 
* * optional .google.protobuf.FieldMask read_mask = 10; + * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1607,6 +1799,7 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 10; + * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -1617,6 +1810,8 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** + * + * *
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1640,6 +1835,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1649,8 +1846,7 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 10;
      */
-    public Builder setReadMask(
-        com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -1661,6 +1857,8 @@ public Builder setReadMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1672,11 +1870,11 @@ public Builder setReadMask(
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0) &&
-            readMask_ != null &&
-            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0)
+            && readMask_ != null
+            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -1688,6 +1886,8 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1708,6 +1908,8 @@ public Builder clearReadMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1723,6 +1925,8 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1736,11 +1940,12 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ?
-            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * If no mask is specified, will default to all fields except metadata.acl and
@@ -1751,21 +1956,24 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
+            com.google.protobuf.FieldMask,
+            com.google.protobuf.FieldMask.Builder,
+            com.google.protobuf.FieldMaskOrBuilder>
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(),
-                getParentForChildren(),
-                isClean());
+        readMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.FieldMask,
+                com.google.protobuf.FieldMask.Builder,
+                com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(), getParentForChildren(), isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
     }
+
     @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 +1983,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.GetObjectRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.GetObjectRequest)
   private static final com.google.storage.v2.GetObjectRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.GetObjectRequest();
   }
@@ -1789,27 +1997,27 @@ public static com.google.storage.v2.GetObjectRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public GetObjectRequest 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 GetObjectRequest 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,6 +2032,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.GetObjectRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
similarity index 86%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
index e5f2cbadc6..8730f04d75 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetObjectRequestOrBuilder.java
@@ -1,64 +1,95 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface GetObjectRequestOrBuilder extends
+public interface GetObjectRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.GetObjectRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ java.lang.String getBucket(); /** + * + * *
    * Required. Name of the bucket in which the object resides.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ - com.google.protobuf.ByteString - getBucketBytes(); + com.google.protobuf.ByteString getBucketBytes(); /** + * + * *
    * Required. Name of the object.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ java.lang.String getObject(); /** + * + * *
    * Required. Name of the object.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ - com.google.protobuf.ByteString - getObjectBytes(); + com.google.protobuf.ByteString getObjectBytes(); /** + * + * *
    * If present, selects a specific revision of this object (as opposed to the
    * latest version, the default).
    * 
* * int64 generation = 3; + * * @return The generation. */ long getGeneration(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -66,10 +97,13 @@ public interface GetObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 4; + * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -77,11 +111,14 @@ public interface GetObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 4; + * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -90,10 +127,13 @@ public interface GetObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 5; + * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -102,71 +142,92 @@ public interface GetObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 5; + * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 6; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 6; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 7; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 7; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -176,6 +237,8 @@ public interface GetObjectRequestOrBuilder extends com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); /** + * + * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -184,10 +247,13 @@ public interface GetObjectRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 10; + * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** + * + * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
@@ -196,10 +262,13 @@ public interface GetObjectRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 10; + * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** + * + * *
    * Mask specifying which fields to read.
    * If no mask is specified, will default to all fields except metadata.acl and
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
similarity index 63%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
index dcb4c39d87..387ddd1f75 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequest.java
@@ -1,62 +1,86 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Request message for GetServiceAccount.
  * 
* * Protobuf type {@code google.storage.v2.GetServiceAccountRequest} */ -public final class GetServiceAccountRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class GetServiceAccountRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.GetServiceAccountRequest) GetServiceAccountRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use GetServiceAccountRequest.newBuilder() to construct. private GetServiceAccountRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private GetServiceAccountRequest() { project_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new GetServiceAccountRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetServiceAccountRequest.class, com.google.storage.v2.GetServiceAccountRequest.Builder.class); + com.google.storage.v2.GetServiceAccountRequest.class, + com.google.storage.v2.GetServiceAccountRequest.Builder.class); } public static final int PROJECT_FIELD_NUMBER = 1; private volatile java.lang.Object project_; /** + * + * *
    * Required. Project ID, in the format of "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ @java.lang.Override @@ -65,30 +89,32 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** + * + * *
    * Required. Project ID, in the format of "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -97,6 +123,7 @@ public java.lang.String getProject() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -108,8 +135,7 @@ 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(project_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, project_); } @@ -133,15 +159,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.storage.v2.GetServiceAccountRequest)) { return super.equals(obj); } - com.google.storage.v2.GetServiceAccountRequest other = (com.google.storage.v2.GetServiceAccountRequest) obj; + com.google.storage.v2.GetServiceAccountRequest other = + (com.google.storage.v2.GetServiceAccountRequest) obj; - if (!getProject() - .equals(other.getProject())) return false; + if (!getProject().equals(other.getProject())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -160,130 +186,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.GetServiceAccountRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.GetServiceAccountRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.GetServiceAccountRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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.storage.v2.GetServiceAccountRequest 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 message for GetServiceAccount.
    * 
* * Protobuf type {@code google.storage.v2.GetServiceAccountRequest} */ - 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.storage.v2.GetServiceAccountRequest) com.google.storage.v2.GetServiceAccountRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.GetServiceAccountRequest.class, com.google.storage.v2.GetServiceAccountRequest.Builder.class); + com.google.storage.v2.GetServiceAccountRequest.class, + com.google.storage.v2.GetServiceAccountRequest.Builder.class); } // Construct using com.google.storage.v2.GetServiceAccountRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -293,9 +325,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; } @java.lang.Override @@ -314,7 +346,8 @@ public com.google.storage.v2.GetServiceAccountRequest build() { @java.lang.Override public com.google.storage.v2.GetServiceAccountRequest buildPartial() { - com.google.storage.v2.GetServiceAccountRequest result = new com.google.storage.v2.GetServiceAccountRequest(this); + com.google.storage.v2.GetServiceAccountRequest result = + new com.google.storage.v2.GetServiceAccountRequest(this); result.project_ = project_; onBuilt(); return result; @@ -324,38 +357,39 @@ public com.google.storage.v2.GetServiceAccountRequest 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) { + 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.storage.v2.GetServiceAccountRequest) { - return mergeFrom((com.google.storage.v2.GetServiceAccountRequest)other); + return mergeFrom((com.google.storage.v2.GetServiceAccountRequest) other); } else { super.mergeFrom(other); return this; @@ -394,17 +428,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - project_ = input.readStringRequireUtf8(); - - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + project_ = input.readStringRequireUtf8(); + + 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) { @@ -417,19 +453,23 @@ public Builder mergeFrom( private java.lang.Object project_ = ""; /** + * + * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -438,21 +478,24 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -460,64 +503,77 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject( - java.lang.String value) { + public Builder setProject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** + * + * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** + * + * *
      * Required. Project ID, in the format of "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes( - com.google.protobuf.ByteString value) { + public Builder setProjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = 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); } @@ -527,12 +583,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.GetServiceAccountRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.GetServiceAccountRequest) private static final com.google.storage.v2.GetServiceAccountRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.GetServiceAccountRequest(); } @@ -541,27 +597,27 @@ public static com.google.storage.v2.GetServiceAccountRequest getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetServiceAccountRequest 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 GetServiceAccountRequest 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; @@ -576,6 +632,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.GetServiceAccountRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java new file mode 100644 index 0000000000..c3a7fc00e5 --- /dev/null +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/GetServiceAccountRequestOrBuilder.java @@ -0,0 +1,56 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface GetServiceAccountRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.GetServiceAccountRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. Project ID, in the format of "projects/<projectIdentifier>".
+   * <projectIdentifier> can be the project ID or project number.
+   * 
+ * + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The project. + */ + java.lang.String getProject(); + /** + * + * + *
+   * Required. Project ID, in the format of "projects/<projectIdentifier>".
+   * <projectIdentifier> can be the project ID or project number.
+   * 
+ * + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for project. + */ + com.google.protobuf.ByteString getProjectBytes(); +} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java similarity index 69% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java index 8a2db24915..0a0b097336 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadata.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Hmac Key Metadata, which includes all information other than the secret.
  * 
* * Protobuf type {@code google.storage.v2.HmacKeyMetadata} */ -public final class HmacKeyMetadata extends - com.google.protobuf.GeneratedMessageV3 implements +public final class HmacKeyMetadata extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.HmacKeyMetadata) HmacKeyMetadataOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use HmacKeyMetadata.newBuilder() to construct. private HmacKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private HmacKeyMetadata() { id_ = ""; accessId_ = ""; @@ -30,32 +48,35 @@ private HmacKeyMetadata() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new HmacKeyMetadata(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_HmacKeyMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.HmacKeyMetadata.class, com.google.storage.v2.HmacKeyMetadata.Builder.class); + com.google.storage.v2.HmacKeyMetadata.class, + com.google.storage.v2.HmacKeyMetadata.Builder.class); } public static final int ID_FIELD_NUMBER = 1; private volatile java.lang.Object id_; /** + * + * *
    * Immutable. Resource name ID of the key in the format
    * <projectIdentifier>/<accessId>.
@@ -63,6 +84,7 @@ protected java.lang.Object newInstance(
    * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The id. */ @java.lang.Override @@ -71,14 +93,15 @@ public java.lang.String getId() { 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(); id_ = s; return s; } } /** + * + * *
    * Immutable. Resource name ID of the key in the format
    * <projectIdentifier>/<accessId>.
@@ -86,16 +109,15 @@ public java.lang.String getId() {
    * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -106,11 +128,14 @@ public java.lang.String getId() { public static final int ACCESS_ID_FIELD_NUMBER = 2; private volatile java.lang.Object accessId_; /** + * + * *
    * Immutable. Globally unique id for keys.
    * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The accessId. */ @java.lang.Override @@ -119,29 +144,29 @@ public java.lang.String getAccessId() { 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(); accessId_ = s; return s; } } /** + * + * *
    * Immutable. Globally unique id for keys.
    * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for accessId. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessIdBytes() { + public com.google.protobuf.ByteString getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -152,13 +177,18 @@ public java.lang.String getAccessId() { public static final int PROJECT_FIELD_NUMBER = 3; private volatile java.lang.Object project_; /** + * + * *
    * Immutable. Identifies the project that owns the service account of the
    * specified HMAC key, in the format "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ @java.lang.Override @@ -167,31 +197,33 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** + * + * *
    * Immutable. Identifies the project that owns the service account of the
    * specified HMAC key, in the format "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -202,11 +234,14 @@ public java.lang.String getProject() { public static final int SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER = 4; private volatile java.lang.Object serviceAccountEmail_; /** + * + * *
    * Output only. Email of the service account the key authenticates as.
    * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The serviceAccountEmail. */ @java.lang.Override @@ -215,29 +250,29 @@ public java.lang.String getServiceAccountEmail() { 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(); serviceAccountEmail_ = s; return s; } } /** + * + * *
    * Output only. Email of the service account the key authenticates as.
    * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for serviceAccountEmail. */ @java.lang.Override - public com.google.protobuf.ByteString - getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -248,12 +283,15 @@ public java.lang.String getServiceAccountEmail() { public static final int STATE_FIELD_NUMBER = 5; private volatile java.lang.Object state_; /** + * + * *
    * State of the key. One of ACTIVE, INACTIVE, or DELETED.
    * Writable, can be updated by UpdateHmacKey operation.
    * 
* * string state = 5; + * * @return The state. */ @java.lang.Override @@ -262,30 +300,30 @@ public java.lang.String getState() { 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(); state_ = s; return s; } } /** + * + * *
    * State of the key. One of ACTIVE, INACTIVE, or DELETED.
    * Writable, can be updated by UpdateHmacKey operation.
    * 
* * string state = 5; + * * @return The bytes for state. */ @java.lang.Override - public com.google.protobuf.ByteString - getStateBytes() { + public com.google.protobuf.ByteString getStateBytes() { java.lang.Object ref = state_; 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); state_ = b; return b; } else { @@ -296,11 +334,15 @@ public java.lang.String getState() { public static final int CREATE_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp createTime_; /** + * + * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ @java.lang.Override @@ -308,11 +350,15 @@ public boolean hasCreateTime() { return createTime_ != null; } /** + * + * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ @java.lang.Override @@ -320,11 +366,14 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** + * + * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -334,11 +383,15 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 7; private com.google.protobuf.Timestamp updateTime_; /** + * + * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -346,11 +399,15 @@ public boolean hasUpdateTime() { return updateTime_ != null; } /** + * + * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ @java.lang.Override @@ -358,11 +415,14 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** + * + * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -372,11 +432,14 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int ETAG_FIELD_NUMBER = 8; private volatile java.lang.Object etag_; /** + * + * *
    * The etag of the HMAC key.
    * 
* * string etag = 8; + * * @return The etag. */ @java.lang.Override @@ -385,29 +448,29 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** + * + * *
    * The etag of the HMAC key.
    * 
* * string etag = 8; + * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -416,6 +479,7 @@ public java.lang.String getEtag() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -427,8 +491,7 @@ 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(id_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_); } @@ -478,12 +541,10 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, state_); } if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, getCreateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getCreateTime()); } if (updateTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getUpdateTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, etag_); @@ -496,35 +557,27 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.storage.v2.HmacKeyMetadata)) { return super.equals(obj); } com.google.storage.v2.HmacKeyMetadata other = (com.google.storage.v2.HmacKeyMetadata) obj; - if (!getId() - .equals(other.getId())) return false; - if (!getAccessId() - .equals(other.getAccessId())) return false; - if (!getProject() - .equals(other.getProject())) return false; - if (!getServiceAccountEmail() - .equals(other.getServiceAccountEmail())) return false; - if (!getState() - .equals(other.getState())) return false; + if (!getId().equals(other.getId())) return false; + if (!getAccessId().equals(other.getAccessId())) return false; + if (!getProject().equals(other.getProject())) return false; + if (!getServiceAccountEmail().equals(other.getServiceAccountEmail())) return false; + if (!getState().equals(other.getState())) 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 (!getEtag() - .equals(other.getEtag())) return false; + if (!getEtag().equals(other.getEtag())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -561,130 +614,135 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.HmacKeyMetadata parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.HmacKeyMetadata parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.HmacKeyMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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.storage.v2.HmacKeyMetadata 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; } /** + * + * *
    * Hmac Key Metadata, which includes all information other than the secret.
    * 
* * Protobuf type {@code google.storage.v2.HmacKeyMetadata} */ - 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.storage.v2.HmacKeyMetadata) com.google.storage.v2.HmacKeyMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_HmacKeyMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.HmacKeyMetadata.class, com.google.storage.v2.HmacKeyMetadata.Builder.class); + com.google.storage.v2.HmacKeyMetadata.class, + com.google.storage.v2.HmacKeyMetadata.Builder.class); } // Construct using com.google.storage.v2.HmacKeyMetadata.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -716,9 +774,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_HmacKeyMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_HmacKeyMetadata_descriptor; } @java.lang.Override @@ -737,7 +795,8 @@ public com.google.storage.v2.HmacKeyMetadata build() { @java.lang.Override public com.google.storage.v2.HmacKeyMetadata buildPartial() { - com.google.storage.v2.HmacKeyMetadata result = new com.google.storage.v2.HmacKeyMetadata(this); + com.google.storage.v2.HmacKeyMetadata result = + new com.google.storage.v2.HmacKeyMetadata(this); result.id_ = id_; result.accessId_ = accessId_; result.project_ = project_; @@ -762,38 +821,39 @@ public com.google.storage.v2.HmacKeyMetadata 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) { + 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.storage.v2.HmacKeyMetadata) { - return mergeFrom((com.google.storage.v2.HmacKeyMetadata)other); + return mergeFrom((com.google.storage.v2.HmacKeyMetadata) other); } else { super.mergeFrom(other); return this; @@ -858,56 +918,61 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - id_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - accessId_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 26: { - project_ = input.readStringRequireUtf8(); - - break; - } // case 26 - case 34: { - serviceAccountEmail_ = input.readStringRequireUtf8(); - - break; - } // case 34 - case 42: { - state_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 50: { - input.readMessage( - getCreateTimeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 50 - case 58: { - input.readMessage( - getUpdateTimeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 58 - case 66: { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 66 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + id_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + accessId_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 26: + { + project_ = input.readStringRequireUtf8(); + + break; + } // case 26 + case 34: + { + serviceAccountEmail_ = input.readStringRequireUtf8(); + + break; + } // case 34 + case 42: + { + state_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 50: + { + input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 50 + case 58: + { + input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 58 + case 66: + { + etag_ = input.readStringRequireUtf8(); + + 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) { @@ -920,6 +985,8 @@ public Builder mergeFrom( private java.lang.Object id_ = ""; /** + * + * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -927,13 +994,13 @@ public Builder mergeFrom(
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; 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(); id_ = s; return s; @@ -942,6 +1009,8 @@ public java.lang.String getId() { } } /** + * + * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -949,15 +1018,14 @@ public java.lang.String getId() {
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for id. */ - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -965,6 +1033,8 @@ public java.lang.String getId() { } } /** + * + * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -972,20 +1042,22 @@ public java.lang.String getId() {
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId( - java.lang.String value) { + public Builder setId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -993,15 +1065,18 @@ public Builder setId(
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** + * + * *
      * Immutable. Resource name ID of the key in the format
      * <projectIdentifier>/<accessId>.
@@ -1009,16 +1084,16 @@ public Builder clearId() {
      * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes( - com.google.protobuf.ByteString value) { + public Builder setIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1026,18 +1101,20 @@ public Builder setIdBytes( private java.lang.Object accessId_ = ""; /** + * + * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The accessId. */ public java.lang.String getAccessId() { java.lang.Object ref = accessId_; 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(); accessId_ = s; return s; @@ -1046,20 +1123,21 @@ public java.lang.String getAccessId() { } } /** + * + * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for accessId. */ - public com.google.protobuf.ByteString - getAccessIdBytes() { + public com.google.protobuf.ByteString getAccessIdBytes() { java.lang.Object ref = accessId_; 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); accessId_ = b; return b; } else { @@ -1067,54 +1145,61 @@ public java.lang.String getAccessId() { } } /** + * + * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The accessId to set. * @return This builder for chaining. */ - public Builder setAccessId( - java.lang.String value) { + public Builder setAccessId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessId_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearAccessId() { - + accessId_ = getDefaultInstance().getAccessId(); onChanged(); return this; } /** + * + * *
      * Immutable. Globally unique id for keys.
      * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The bytes for accessId to set. * @return This builder for chaining. */ - public Builder setAccessIdBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessId_ = value; onChanged(); return this; @@ -1122,20 +1207,24 @@ public Builder setAccessIdBytes( private java.lang.Object project_ = ""; /** + * + * *
      * Immutable. Identifies the project that owns the service account of the
      * specified HMAC key, in the format "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -1144,22 +1233,25 @@ public java.lang.String getProject() { } } /** + * + * *
      * Immutable. Identifies the project that owns the service account of the
      * specified HMAC key, in the format "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -1167,60 +1259,73 @@ public java.lang.String getProject() { } } /** + * + * *
      * Immutable. Identifies the project that owns the service account of the
      * specified HMAC key, in the format "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject( - java.lang.String value) { + public Builder setProject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. Identifies the project that owns the service account of the
      * specified HMAC key, in the format "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** + * + * *
      * Immutable. Identifies the project that owns the service account of the
      * specified HMAC key, in the format "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes( - com.google.protobuf.ByteString value) { + public Builder setProjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = value; onChanged(); return this; @@ -1228,18 +1333,20 @@ public Builder setProjectBytes( private java.lang.Object serviceAccountEmail_ = ""; /** + * + * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The serviceAccountEmail. */ public java.lang.String getServiceAccountEmail() { java.lang.Object ref = serviceAccountEmail_; 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(); serviceAccountEmail_ = s; return s; @@ -1248,20 +1355,21 @@ public java.lang.String getServiceAccountEmail() { } } /** + * + * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for serviceAccountEmail. */ - public com.google.protobuf.ByteString - getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -1269,54 +1377,61 @@ public java.lang.String getServiceAccountEmail() { } } /** + * + * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmail( - java.lang.String value) { + public Builder setServiceAccountEmail(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + serviceAccountEmail_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearServiceAccountEmail() { - + serviceAccountEmail_ = getDefaultInstance().getServiceAccountEmail(); onChanged(); return this; } /** + * + * *
      * Output only. Email of the service account the key authenticates as.
      * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmailBytes( - com.google.protobuf.ByteString value) { + public Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + serviceAccountEmail_ = value; onChanged(); return this; @@ -1324,19 +1439,21 @@ public Builder setServiceAccountEmailBytes( private java.lang.Object state_ = ""; /** + * + * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; + * * @return The state. */ public java.lang.String getState() { java.lang.Object ref = state_; 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(); state_ = s; return s; @@ -1345,21 +1462,22 @@ public java.lang.String getState() { } } /** + * + * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; + * * @return The bytes for state. */ - public com.google.protobuf.ByteString - getStateBytes() { + public com.google.protobuf.ByteString getStateBytes() { java.lang.Object ref = state_; 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); state_ = b; return b; } else { @@ -1367,57 +1485,64 @@ public java.lang.String getState() { } } /** + * + * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; + * * @param value The state to set. * @return This builder for chaining. */ - public Builder setState( - java.lang.String value) { + public Builder setState(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + state_ = value; onChanged(); return this; } /** + * + * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; + * * @return This builder for chaining. */ public Builder clearState() { - + state_ = getDefaultInstance().getState(); onChanged(); return this; } /** + * + * *
      * State of the key. One of ACTIVE, INACTIVE, or DELETED.
      * Writable, can be updated by UpdateHmacKey operation.
      * 
* * string state = 5; + * * @param value The bytes for state to set. * @return This builder for chaining. */ - public Builder setStateBytes( - com.google.protobuf.ByteString value) { + public Builder setStateBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + state_ = value; onChanged(); return this; @@ -1425,39 +1550,58 @@ public Builder setStateBytes( 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 creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return createTimeBuilder_ != null || createTime_ != null; } /** + * + * *
      * Output only. The creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.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 creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -1473,14 +1617,17 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.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(); onChanged(); @@ -1491,17 +1638,21 @@ public Builder setCreateTime( return this; } /** + * + * *
      * Output only. The creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -1513,11 +1664,15 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearCreateTime() { if (createTimeBuilder_ == null) { @@ -1531,48 +1686,64 @@ public Builder clearCreateTime() { return this; } /** + * + * *
      * Output only. The creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.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 creation time of the HMAC key.
      * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 6 [(.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_; @@ -1580,39 +1751,58 @@ 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 modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return updateTimeBuilder_ != null || updateTime_ != null; } /** + * + * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.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 modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -1628,14 +1818,17 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.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(); onChanged(); @@ -1646,17 +1839,21 @@ public Builder setUpdateTime( return this; } /** + * + * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { if (updateTime_ != null) { updateTime_ = - com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); } else { updateTime_ = value; } @@ -1668,11 +1865,15 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearUpdateTime() { if (updateTimeBuilder_ == null) { @@ -1686,48 +1887,64 @@ public Builder clearUpdateTime() { return this; } /** + * + * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { - + onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The last modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.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 modification time of the HMAC key metadata.
      * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 7 [(.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_; @@ -1735,18 +1952,20 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private java.lang.Object etag_ = ""; /** + * + * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; + * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -1755,20 +1974,21 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; + * * @return The bytes for etag. */ - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -1776,61 +1996,68 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; + * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag( - java.lang.String value) { + public Builder setEtag(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** + * + * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; + * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** + * + * *
      * The etag of the HMAC key.
      * 
* * string etag = 8; + * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes( - com.google.protobuf.ByteString value) { + public Builder setEtagBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = 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); } @@ -1840,12 +2067,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.HmacKeyMetadata) } // @@protoc_insertion_point(class_scope:google.storage.v2.HmacKeyMetadata) private static final com.google.storage.v2.HmacKeyMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.HmacKeyMetadata(); } @@ -1854,27 +2081,27 @@ public static com.google.storage.v2.HmacKeyMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public HmacKeyMetadata 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 HmacKeyMetadata 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; @@ -1889,6 +2116,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.HmacKeyMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java similarity index 72% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java index 9d52550ebb..41e7deae86 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/HmacKeyMetadataOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface HmacKeyMetadataOrBuilder extends +public interface HmacKeyMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.HmacKeyMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Immutable. Resource name ID of the key in the format
    * <projectIdentifier>/<accessId>.
@@ -15,10 +33,13 @@ public interface HmacKeyMetadataOrBuilder extends
    * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The id. */ java.lang.String getId(); /** + * + * *
    * Immutable. Resource name ID of the key in the format
    * <projectIdentifier>/<accessId>.
@@ -26,168 +47,219 @@ public interface HmacKeyMetadataOrBuilder extends
    * 
* * string id = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for id. */ - com.google.protobuf.ByteString - getIdBytes(); + com.google.protobuf.ByteString getIdBytes(); /** + * + * *
    * Immutable. Globally unique id for keys.
    * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The accessId. */ java.lang.String getAccessId(); /** + * + * *
    * Immutable. Globally unique id for keys.
    * 
* * string access_id = 2 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for accessId. */ - com.google.protobuf.ByteString - getAccessIdBytes(); + com.google.protobuf.ByteString getAccessIdBytes(); /** + * + * *
    * Immutable. Identifies the project that owns the service account of the
    * specified HMAC key, in the format "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ java.lang.String getProject(); /** + * + * *
    * Immutable. Identifies the project that owns the service account of the
    * specified HMAC key, in the format "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string project = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - com.google.protobuf.ByteString - getProjectBytes(); + com.google.protobuf.ByteString getProjectBytes(); /** + * + * *
    * Output only. Email of the service account the key authenticates as.
    * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The serviceAccountEmail. */ java.lang.String getServiceAccountEmail(); /** + * + * *
    * Output only. Email of the service account the key authenticates as.
    * 
* * string service_account_email = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for serviceAccountEmail. */ - com.google.protobuf.ByteString - getServiceAccountEmailBytes(); + com.google.protobuf.ByteString getServiceAccountEmailBytes(); /** + * + * *
    * State of the key. One of ACTIVE, INACTIVE, or DELETED.
    * Writable, can be updated by UpdateHmacKey operation.
    * 
* * string state = 5; + * * @return The state. */ java.lang.String getState(); /** + * + * *
    * State of the key. One of ACTIVE, INACTIVE, or DELETED.
    * Writable, can be updated by UpdateHmacKey operation.
    * 
* * string state = 5; + * * @return The bytes for state. */ - com.google.protobuf.ByteString - getStateBytes(); + com.google.protobuf.ByteString getStateBytes(); /** + * + * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** + * + * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** + * + * *
    * Output only. The creation time of the HMAC key.
    * 
* - * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** + * + * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** + * + * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** + * + * *
    * Output only. The last modification time of the HMAC key metadata.
    * 
* - * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** + * + * *
    * The etag of the HMAC key.
    * 
* * string etag = 8; + * * @return The etag. */ java.lang.String getEtag(); /** + * + * *
    * The etag of the HMAC key.
    * 
* * string etag = 8; + * * @return The bytes for etag. */ - com.google.protobuf.ByteString - getEtagBytes(); + com.google.protobuf.ByteString getEtagBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java similarity index 71% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java index cae0e38157..695bd5a643 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for ListBuckets.
  * 
* * Protobuf type {@code google.storage.v2.ListBucketsRequest} */ -public final class ListBucketsRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListBucketsRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListBucketsRequest) ListBucketsRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListBucketsRequest.newBuilder() to construct. private ListBucketsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListBucketsRequest() { parent_ = ""; pageToken_ = ""; @@ -27,38 +45,44 @@ private ListBucketsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListBucketsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListBucketsRequest.class, com.google.storage.v2.ListBucketsRequest.Builder.class); + com.google.storage.v2.ListBucketsRequest.class, + com.google.storage.v2.ListBucketsRequest.Builder.class); } private int bitField0_; public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** + * + * *
    * Required. The project whose buckets we are listing.
    * 
* - * 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 @@ -67,29 +91,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. The project whose buckets we are listing.
    * 
* - * 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 { @@ -100,6 +126,8 @@ public java.lang.String getParent() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** + * + * *
    * Maximum number of buckets to return in a single response. The service will
    * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -108,6 +136,7 @@ public java.lang.String getParent() {
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -118,12 +147,15 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** + * + * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; + * * @return The pageToken. */ @java.lang.Override @@ -132,30 +164,30 @@ 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; } } /** + * + * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * 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 { @@ -166,11 +198,14 @@ public java.lang.String getPageToken() { public static final int PREFIX_FIELD_NUMBER = 4; private volatile java.lang.Object prefix_; /** + * + * *
    * Filter results to buckets whose names begin with this prefix.
    * 
* * string prefix = 4; + * * @return The prefix. */ @java.lang.Override @@ -179,29 +214,29 @@ public java.lang.String getPrefix() { 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(); prefix_ = s; return s; } } /** + * + * *
    * Filter results to buckets whose names begin with this prefix.
    * 
* * string prefix = 4; + * * @return The bytes for prefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getPrefixBytes() { + public com.google.protobuf.ByteString getPrefixBytes() { java.lang.Object ref = prefix_; 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); prefix_ = b; return b; } else { @@ -212,6 +247,8 @@ public java.lang.String getPrefix() { public static final int READ_MASK_FIELD_NUMBER = 5; private com.google.protobuf.FieldMask readMask_; /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -220,6 +257,7 @@ public java.lang.String getPrefix() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return Whether the readMask field is set. */ @java.lang.Override @@ -227,6 +265,8 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -235,6 +275,7 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return The readMask. */ @java.lang.Override @@ -242,6 +283,8 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -257,6 +300,7 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -268,8 +312,7 @@ 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_);
     }
@@ -298,8 +341,7 @@ 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_);
@@ -308,8 +350,7 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, prefix_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getReadMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getReadMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -319,25 +360,20 @@ 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.storage.v2.ListBucketsRequest)) {
       return super.equals(obj);
     }
     com.google.storage.v2.ListBucketsRequest other = (com.google.storage.v2.ListBucketsRequest) obj;
 
-    if (!getParent()
-        .equals(other.getParent())) return false;
-    if (getPageSize()
-        != other.getPageSize()) return false;
-    if (!getPageToken()
-        .equals(other.getPageToken())) return false;
-    if (!getPrefix()
-        .equals(other.getPrefix())) return false;
+    if (!getParent().equals(other.getParent())) return false;
+    if (getPageSize() != other.getPageSize()) return false;
+    if (!getPageToken().equals(other.getPageToken())) return false;
+    if (!getPrefix().equals(other.getPrefix())) return false;
     if (hasReadMask() != other.hasReadMask()) return false;
     if (hasReadMask()) {
-      if (!getReadMask()
-          .equals(other.getReadMask())) return false;
+      if (!getReadMask().equals(other.getReadMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -367,118 +403,127 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ListBucketsRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ListBucketsRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.ListBucketsRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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.storage.v2.ListBucketsRequest 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 message for ListBuckets.
    * 
* * Protobuf type {@code google.storage.v2.ListBucketsRequest} */ - 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.storage.v2.ListBucketsRequest) com.google.storage.v2.ListBucketsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListBucketsRequest.class, com.google.storage.v2.ListBucketsRequest.Builder.class); + com.google.storage.v2.ListBucketsRequest.class, + com.google.storage.v2.ListBucketsRequest.Builder.class); } // Construct using com.google.storage.v2.ListBucketsRequest.newBuilder() @@ -486,17 +531,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -518,9 +563,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsRequest_descriptor; } @java.lang.Override @@ -539,7 +584,8 @@ public com.google.storage.v2.ListBucketsRequest build() { @java.lang.Override public com.google.storage.v2.ListBucketsRequest buildPartial() { - com.google.storage.v2.ListBucketsRequest result = new com.google.storage.v2.ListBucketsRequest(this); + com.google.storage.v2.ListBucketsRequest result = + new com.google.storage.v2.ListBucketsRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.parent_ = parent_; @@ -563,38 +609,39 @@ public com.google.storage.v2.ListBucketsRequest 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) { + 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.storage.v2.ListBucketsRequest) { - return mergeFrom((com.google.storage.v2.ListBucketsRequest)other); + return mergeFrom((com.google.storage.v2.ListBucketsRequest) other); } else { super.mergeFrom(other); return this; @@ -647,39 +694,43 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); + case 10: + { + parent_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 16: { - pageSize_ = input.readInt32(); + break; + } // case 10 + case 16: + { + pageSize_ = input.readInt32(); - break; - } // case 16 - case 26: { - pageToken_ = input.readStringRequireUtf8(); + break; + } // case 16 + case 26: + { + pageToken_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 34: { - prefix_ = input.readStringRequireUtf8(); + break; + } // case 26 + case 34: + { + prefix_ = input.readStringRequireUtf8(); - break; - } // case 34 - case 42: { - input.readMessage( - getReadMaskFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 42 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 34 + case 42: + { + input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000001; + 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) { @@ -689,22 +740,27 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object parent_ = ""; /** + * + * *
      * Required. The project whose buckets we are listing.
      * 
* - * 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; @@ -713,20 +769,23 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The project whose buckets we are listing.
      * 
* - * 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 { @@ -734,61 +793,76 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. The project whose buckets we are listing.
      * 
* - * 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) { + public Builder setParent(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** + * + * *
      * Required. The project whose buckets we are listing.
      * 
* - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** + * + * *
      * Required. The project whose buckets we are listing.
      * 
* - * 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) { + public Builder setParentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * Maximum number of buckets to return in a single response. The service will
      * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -797,6 +871,7 @@ public Builder setParentBytes(
      * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -804,6 +879,8 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * Maximum number of buckets to return in a single response. The service will
      * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -812,16 +889,19 @@ public int getPageSize() {
      * 
* * int32 page_size = 2; + * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** + * + * *
      * Maximum number of buckets to return in a single response. The service will
      * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -830,10 +910,11 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 2; + * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -841,19 +922,21 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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; @@ -862,21 +945,22 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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 { @@ -884,57 +968,64 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * string page_token = 3; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { + public Builder setPageToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * string page_token = 3; + * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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) { + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = value; onChanged(); return this; @@ -942,18 +1033,20 @@ public Builder setPageTokenBytes( private java.lang.Object prefix_ = ""; /** + * + * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; + * * @return The prefix. */ public java.lang.String getPrefix() { java.lang.Object ref = prefix_; 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(); prefix_ = s; return s; @@ -962,20 +1055,21 @@ public java.lang.String getPrefix() { } } /** + * + * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; + * * @return The bytes for prefix. */ - public com.google.protobuf.ByteString - getPrefixBytes() { + public com.google.protobuf.ByteString getPrefixBytes() { java.lang.Object ref = prefix_; 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); prefix_ = b; return b; } else { @@ -983,54 +1077,61 @@ public java.lang.String getPrefix() { } } /** + * + * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; + * * @param value The prefix to set. * @return This builder for chaining. */ - public Builder setPrefix( - java.lang.String value) { + public Builder setPrefix(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + prefix_ = value; onChanged(); return this; } /** + * + * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; + * * @return This builder for chaining. */ public Builder clearPrefix() { - + prefix_ = getDefaultInstance().getPrefix(); onChanged(); return this; } /** + * + * *
      * Filter results to buckets whose names begin with this prefix.
      * 
* * string prefix = 4; + * * @param value The bytes for prefix to set. * @return This builder for chaining. */ - public Builder setPrefixBytes( - com.google.protobuf.ByteString value) { + public Builder setPrefixBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + prefix_ = value; onChanged(); return this; @@ -1038,8 +1139,13 @@ public Builder setPrefixBytes( private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + readMaskBuilder_; /** + * + * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1048,12 +1154,15 @@ public Builder setPrefixBytes(
      * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1062,6 +1171,7 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -1072,6 +1182,8 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** + * + * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1095,6 +1207,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1104,8 +1218,7 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 5;
      */
-    public Builder setReadMask(
-        com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -1116,6 +1229,8 @@ public Builder setReadMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1127,11 +1242,11 @@ public Builder setReadMask(
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0) &&
-            readMask_ != null &&
-            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0)
+            && readMask_ != null
+            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -1143,6 +1258,8 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1163,6 +1280,8 @@ public Builder clearReadMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1178,6 +1297,8 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1191,11 +1312,12 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ?
-            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.owner,
@@ -1206,21 +1328,24 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
+            com.google.protobuf.FieldMask,
+            com.google.protobuf.FieldMask.Builder,
+            com.google.protobuf.FieldMaskOrBuilder>
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(),
-                getParentForChildren(),
-                isClean());
+        readMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.FieldMask,
+                com.google.protobuf.FieldMask.Builder,
+                com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(), getParentForChildren(), isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
     }
+
     @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);
     }
 
@@ -1230,12 +1355,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.ListBucketsRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.ListBucketsRequest)
   private static final com.google.storage.v2.ListBucketsRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.ListBucketsRequest();
   }
@@ -1244,27 +1369,27 @@ public static com.google.storage.v2.ListBucketsRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ListBucketsRequest 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 ListBucketsRequest 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;
@@ -1279,6 +1404,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.ListBucketsRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
similarity index 71%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
index 070860d103..0afd2226ce 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsRequestOrBuilder.java
@@ -1,33 +1,60 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface ListBucketsRequestOrBuilder extends
+public interface ListBucketsRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.ListBucketsRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The project whose buckets we are listing.
    * 
* - * 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 project whose buckets we are listing.
    * 
* - * 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(); /** + * + * *
    * Maximum number of buckets to return in a single response. The service will
    * use this parameter or 1,000 items, whichever is smaller. If "acl" is
@@ -36,53 +63,66 @@ public interface ListBucketsRequestOrBuilder extends
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); /** + * + * *
    * Filter results to buckets whose names begin with this prefix.
    * 
* * string prefix = 4; + * * @return The prefix. */ java.lang.String getPrefix(); /** + * + * *
    * Filter results to buckets whose names begin with this prefix.
    * 
* * string prefix = 4; + * * @return The bytes for prefix. */ - com.google.protobuf.ByteString - getPrefixBytes(); + com.google.protobuf.ByteString getPrefixBytes(); /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -91,10 +131,13 @@ public interface ListBucketsRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
@@ -103,10 +146,13 @@ public interface ListBucketsRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 5; + * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.owner,
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
similarity index 71%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
index b940588a4d..6798e3129f 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponse.java
@@ -1,24 +1,42 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * The result of a call to Buckets.ListBuckets
  * 
* * Protobuf type {@code google.storage.v2.ListBucketsResponse} */ -public final class ListBucketsResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListBucketsResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListBucketsResponse) ListBucketsResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListBucketsResponse.newBuilder() to construct. private ListBucketsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListBucketsResponse() { buckets_ = java.util.Collections.emptyList(); nextPageToken_ = ""; @@ -26,32 +44,35 @@ private ListBucketsResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListBucketsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListBucketsResponse.class, com.google.storage.v2.ListBucketsResponse.Builder.class); + com.google.storage.v2.ListBucketsResponse.class, + com.google.storage.v2.ListBucketsResponse.Builder.class); } public static final int BUCKETS_FIELD_NUMBER = 1; private java.util.List buckets_; /** + * + * *
    * The list of items.
    * 
@@ -63,6 +84,8 @@ public java.util.List getBucketsList() { return buckets_; } /** + * + * *
    * The list of items.
    * 
@@ -70,11 +93,12 @@ public java.util.List getBucketsList() { * repeated .google.storage.v2.Bucket buckets = 1; */ @java.lang.Override - public java.util.List - getBucketsOrBuilderList() { + public java.util.List getBucketsOrBuilderList() { return buckets_; } /** + * + * *
    * The list of items.
    * 
@@ -86,6 +110,8 @@ public int getBucketsCount() { return buckets_.size(); } /** + * + * *
    * The list of items.
    * 
@@ -97,6 +123,8 @@ public com.google.storage.v2.Bucket getBuckets(int index) { return buckets_.get(index); } /** + * + * *
    * The list of items.
    * 
@@ -104,20 +132,22 @@ public com.google.storage.v2.Bucket getBuckets(int index) { * repeated .google.storage.v2.Bucket buckets = 1; */ @java.lang.Override - public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder( - int index) { + public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder(int index) { return buckets_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object nextPageToken_; /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ @java.lang.Override @@ -126,30 +156,30 @@ 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; } } /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * 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 { @@ -158,6 +188,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -169,8 +200,7 @@ 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 < buckets_.size(); i++) { output.writeMessage(1, buckets_.get(i)); } @@ -187,8 +217,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < buckets_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, buckets_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, buckets_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -201,17 +230,16 @@ 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.storage.v2.ListBucketsResponse)) { return super.equals(obj); } - com.google.storage.v2.ListBucketsResponse other = (com.google.storage.v2.ListBucketsResponse) obj; + com.google.storage.v2.ListBucketsResponse other = + (com.google.storage.v2.ListBucketsResponse) obj; - if (!getBucketsList() - .equals(other.getBucketsList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getBucketsList().equals(other.getBucketsList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -234,130 +262,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListBucketsResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ListBucketsResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ListBucketsResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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.storage.v2.ListBucketsResponse 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 result of a call to Buckets.ListBuckets
    * 
* * Protobuf type {@code google.storage.v2.ListBucketsResponse} */ - 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.storage.v2.ListBucketsResponse) com.google.storage.v2.ListBucketsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListBucketsResponse.class, com.google.storage.v2.ListBucketsResponse.Builder.class); + com.google.storage.v2.ListBucketsResponse.class, + com.google.storage.v2.ListBucketsResponse.Builder.class); } // Construct using com.google.storage.v2.ListBucketsResponse.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -374,9 +408,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListBucketsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListBucketsResponse_descriptor; } @java.lang.Override @@ -395,7 +429,8 @@ public com.google.storage.v2.ListBucketsResponse build() { @java.lang.Override public com.google.storage.v2.ListBucketsResponse buildPartial() { - com.google.storage.v2.ListBucketsResponse result = new com.google.storage.v2.ListBucketsResponse(this); + com.google.storage.v2.ListBucketsResponse result = + new com.google.storage.v2.ListBucketsResponse(this); int from_bitField0_ = bitField0_; if (bucketsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -415,38 +450,39 @@ public com.google.storage.v2.ListBucketsResponse 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) { + 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.storage.v2.ListBucketsResponse) { - return mergeFrom((com.google.storage.v2.ListBucketsResponse)other); + return mergeFrom((com.google.storage.v2.ListBucketsResponse) other); } else { super.mergeFrom(other); return this; @@ -473,9 +509,10 @@ public Builder mergeFrom(com.google.storage.v2.ListBucketsResponse other) { bucketsBuilder_ = null; buckets_ = other.buckets_; bitField0_ = (bitField0_ & ~0x00000001); - bucketsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getBucketsFieldBuilder() : null; + bucketsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getBucketsFieldBuilder() + : null; } else { bucketsBuilder_.addAllMessages(other.buckets_); } @@ -511,30 +548,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.storage.v2.Bucket m = - input.readMessage( - com.google.storage.v2.Bucket.parser(), - extensionRegistry); - if (bucketsBuilder_ == null) { - ensureBucketsIsMutable(); - buckets_.add(m); - } else { - bucketsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: { - nextPageToken_ = input.readStringRequireUtf8(); + case 10: + { + com.google.storage.v2.Bucket m = + input.readMessage(com.google.storage.v2.Bucket.parser(), extensionRegistry); + if (bucketsBuilder_ == null) { + ensureBucketsIsMutable(); + buckets_.add(m); + } else { + bucketsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: + { + nextPageToken_ = input.readStringRequireUtf8(); - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -544,21 +582,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List buckets_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureBucketsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { buckets_ = new java.util.ArrayList(buckets_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> bucketsBuilder_; + com.google.storage.v2.Bucket, + com.google.storage.v2.Bucket.Builder, + com.google.storage.v2.BucketOrBuilder> + bucketsBuilder_; /** + * + * *
      * The list of items.
      * 
@@ -573,6 +618,8 @@ public java.util.List getBucketsList() { } } /** + * + * *
      * The list of items.
      * 
@@ -587,6 +634,8 @@ public int getBucketsCount() { } } /** + * + * *
      * The list of items.
      * 
@@ -601,14 +650,15 @@ public com.google.storage.v2.Bucket getBuckets(int index) { } } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder setBuckets( - int index, com.google.storage.v2.Bucket value) { + public Builder setBuckets(int index, com.google.storage.v2.Bucket value) { if (bucketsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -622,14 +672,15 @@ public Builder setBuckets( return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder setBuckets( - int index, com.google.storage.v2.Bucket.Builder builderForValue) { + public Builder setBuckets(int index, com.google.storage.v2.Bucket.Builder builderForValue) { if (bucketsBuilder_ == null) { ensureBucketsIsMutable(); buckets_.set(index, builderForValue.build()); @@ -640,6 +691,8 @@ public Builder setBuckets( return this; } /** + * + * *
      * The list of items.
      * 
@@ -660,14 +713,15 @@ public Builder addBuckets(com.google.storage.v2.Bucket value) { return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder addBuckets( - int index, com.google.storage.v2.Bucket value) { + public Builder addBuckets(int index, com.google.storage.v2.Bucket value) { if (bucketsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -681,14 +735,15 @@ public Builder addBuckets( return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder addBuckets( - com.google.storage.v2.Bucket.Builder builderForValue) { + public Builder addBuckets(com.google.storage.v2.Bucket.Builder builderForValue) { if (bucketsBuilder_ == null) { ensureBucketsIsMutable(); buckets_.add(builderForValue.build()); @@ -699,14 +754,15 @@ public Builder addBuckets( return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public Builder addBuckets( - int index, com.google.storage.v2.Bucket.Builder builderForValue) { + public Builder addBuckets(int index, com.google.storage.v2.Bucket.Builder builderForValue) { if (bucketsBuilder_ == null) { ensureBucketsIsMutable(); buckets_.add(index, builderForValue.build()); @@ -717,6 +773,8 @@ public Builder addBuckets( return this; } /** + * + * *
      * The list of items.
      * 
@@ -727,8 +785,7 @@ public Builder addAllBuckets( java.lang.Iterable values) { if (bucketsBuilder_ == null) { ensureBucketsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, buckets_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, buckets_); onChanged(); } else { bucketsBuilder_.addAllMessages(values); @@ -736,6 +793,8 @@ public Builder addAllBuckets( return this; } /** + * + * *
      * The list of items.
      * 
@@ -753,6 +812,8 @@ public Builder clearBuckets() { return this; } /** + * + * *
      * The list of items.
      * 
@@ -770,39 +831,44 @@ public Builder removeBuckets(int index) { return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public com.google.storage.v2.Bucket.Builder getBucketsBuilder( - int index) { + public com.google.storage.v2.Bucket.Builder getBucketsBuilder(int index) { return getBucketsFieldBuilder().getBuilder(index); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder( - int index) { + public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder(int index) { if (bucketsBuilder_ == null) { - return buckets_.get(index); } else { + return buckets_.get(index); + } else { return bucketsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public java.util.List - getBucketsOrBuilderList() { + public java.util.List + getBucketsOrBuilderList() { if (bucketsBuilder_ != null) { return bucketsBuilder_.getMessageOrBuilderList(); } else { @@ -810,6 +876,8 @@ public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder( } } /** + * + * *
      * The list of items.
      * 
@@ -817,42 +885,46 @@ public com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder( * repeated .google.storage.v2.Bucket buckets = 1; */ public com.google.storage.v2.Bucket.Builder addBucketsBuilder() { - return getBucketsFieldBuilder().addBuilder( - com.google.storage.v2.Bucket.getDefaultInstance()); + return getBucketsFieldBuilder().addBuilder(com.google.storage.v2.Bucket.getDefaultInstance()); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public com.google.storage.v2.Bucket.Builder addBucketsBuilder( - int index) { - return getBucketsFieldBuilder().addBuilder( - index, com.google.storage.v2.Bucket.getDefaultInstance()); + public com.google.storage.v2.Bucket.Builder addBucketsBuilder(int index) { + return getBucketsFieldBuilder() + .addBuilder(index, com.google.storage.v2.Bucket.getDefaultInstance()); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - public java.util.List - getBucketsBuilderList() { + public java.util.List getBucketsBuilderList() { return getBucketsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> + com.google.storage.v2.Bucket, + com.google.storage.v2.Bucket.Builder, + com.google.storage.v2.BucketOrBuilder> getBucketsFieldBuilder() { if (bucketsBuilder_ == null) { - bucketsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder>( - buckets_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + bucketsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.Bucket, + com.google.storage.v2.Bucket.Builder, + com.google.storage.v2.BucketOrBuilder>( + buckets_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); buckets_ = null; } return bucketsBuilder_; @@ -860,19 +932,21 @@ public com.google.storage.v2.Bucket.Builder addBucketsBuilder( private java.lang.Object nextPageToken_ = ""; /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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; @@ -881,21 +955,22 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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 { @@ -903,64 +978,71 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 2; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { + public Builder setNextPageToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 2; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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) { + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -970,12 +1052,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ListBucketsResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListBucketsResponse) private static final com.google.storage.v2.ListBucketsResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ListBucketsResponse(); } @@ -984,27 +1066,27 @@ public static com.google.storage.v2.ListBucketsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListBucketsResponse 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 ListBucketsResponse 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; @@ -1019,6 +1101,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListBucketsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java similarity index 63% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java index 2ba5c5a1e9..cdc9f1f78e 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListBucketsResponseOrBuilder.java @@ -1,22 +1,41 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListBucketsResponseOrBuilder extends +public interface ListBucketsResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListBucketsResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - java.util.List - getBucketsList(); + java.util.List getBucketsList(); /** + * + * *
    * The list of items.
    * 
@@ -25,6 +44,8 @@ public interface ListBucketsResponseOrBuilder extends */ com.google.storage.v2.Bucket getBuckets(int index); /** + * + * *
    * The list of items.
    * 
@@ -33,43 +54,50 @@ public interface ListBucketsResponseOrBuilder extends */ int getBucketsCount(); /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - java.util.List - getBucketsOrBuilderList(); + java.util.List getBucketsOrBuilderList(); /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Bucket buckets = 1; */ - com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder( - int index); + com.google.storage.v2.BucketOrBuilder getBucketsOrBuilder(int index); /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java similarity index 68% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java index d90c0bfcbb..f7af56840f 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request to fetch a list of HMAC keys under a given project.
  * 
* * Protobuf type {@code google.storage.v2.ListHmacKeysRequest} */ -public final class ListHmacKeysRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListHmacKeysRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListHmacKeysRequest) ListHmacKeysRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListHmacKeysRequest.newBuilder() to construct. private ListHmacKeysRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListHmacKeysRequest() { project_ = ""; pageToken_ = ""; @@ -27,39 +45,45 @@ private ListHmacKeysRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListHmacKeysRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListHmacKeysRequest.class, com.google.storage.v2.ListHmacKeysRequest.Builder.class); + com.google.storage.v2.ListHmacKeysRequest.class, + com.google.storage.v2.ListHmacKeysRequest.Builder.class); } public static final int PROJECT_FIELD_NUMBER = 1; private volatile java.lang.Object project_; /** + * + * *
    * Required. The project to list HMAC keys for, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ @java.lang.Override @@ -68,31 +92,33 @@ public java.lang.String getProject() { 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(); project_ = s; return s; } } /** + * + * *
    * Required. The project to list HMAC keys for, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ @java.lang.Override - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -103,11 +129,14 @@ public java.lang.String getProject() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** + * + * *
    * The maximum number of keys to return.
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -118,11 +147,14 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** + * + * *
    * A previously returned token from ListHmacKeysResponse to get the next page.
    * 
* * string page_token = 3; + * * @return The pageToken. */ @java.lang.Override @@ -131,29 +163,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; } } /** + * + * *
    * A previously returned token from ListHmacKeysResponse to get the next page.
    * 
* * 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 { @@ -164,11 +196,14 @@ public java.lang.String getPageToken() { public static final int SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER = 4; private volatile java.lang.Object serviceAccountEmail_; /** + * + * *
    * If set, filters to only return HMAC keys for specified service account.
    * 
* * string service_account_email = 4; + * * @return The serviceAccountEmail. */ @java.lang.Override @@ -177,29 +212,29 @@ public java.lang.String getServiceAccountEmail() { 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(); serviceAccountEmail_ = s; return s; } } /** + * + * *
    * If set, filters to only return HMAC keys for specified service account.
    * 
* * string service_account_email = 4; + * * @return The bytes for serviceAccountEmail. */ @java.lang.Override - public com.google.protobuf.ByteString - getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -210,11 +245,14 @@ public java.lang.String getServiceAccountEmail() { public static final int SHOW_DELETED_KEYS_FIELD_NUMBER = 5; private boolean showDeletedKeys_; /** + * + * *
    * If set, return deleted keys that have not yet been wiped out.
    * 
* * bool show_deleted_keys = 5; + * * @return The showDeletedKeys. */ @java.lang.Override @@ -223,6 +261,7 @@ public boolean getShowDeletedKeys() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -234,8 +273,7 @@ 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(project_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, project_); } @@ -264,8 +302,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, project_); } 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_); @@ -274,8 +311,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, serviceAccountEmail_); } if (showDeletedKeys_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(5, showDeletedKeys_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, showDeletedKeys_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -285,23 +321,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.storage.v2.ListHmacKeysRequest)) { return super.equals(obj); } - com.google.storage.v2.ListHmacKeysRequest other = (com.google.storage.v2.ListHmacKeysRequest) obj; - - if (!getProject() - .equals(other.getProject())) return false; - if (getPageSize() - != other.getPageSize()) return false; - if (!getPageToken() - .equals(other.getPageToken())) return false; - if (!getServiceAccountEmail() - .equals(other.getServiceAccountEmail())) return false; - if (getShowDeletedKeys() - != other.getShowDeletedKeys()) return false; + com.google.storage.v2.ListHmacKeysRequest other = + (com.google.storage.v2.ListHmacKeysRequest) obj; + + if (!getProject().equals(other.getProject())) return false; + if (getPageSize() != other.getPageSize()) return false; + if (!getPageToken().equals(other.getPageToken())) return false; + if (!getServiceAccountEmail().equals(other.getServiceAccountEmail())) return false; + if (getShowDeletedKeys() != other.getShowDeletedKeys()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -322,137 +354,142 @@ public int hashCode() { hash = (37 * hash) + SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER; hash = (53 * hash) + getServiceAccountEmail().hashCode(); hash = (37 * hash) + SHOW_DELETED_KEYS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getShowDeletedKeys()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getShowDeletedKeys()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.ListHmacKeysRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ListHmacKeysRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ListHmacKeysRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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.storage.v2.ListHmacKeysRequest 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 to fetch a list of HMAC keys under a given project.
    * 
* * Protobuf type {@code google.storage.v2.ListHmacKeysRequest} */ - 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.storage.v2.ListHmacKeysRequest) com.google.storage.v2.ListHmacKeysRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListHmacKeysRequest.class, com.google.storage.v2.ListHmacKeysRequest.Builder.class); + com.google.storage.v2.ListHmacKeysRequest.class, + com.google.storage.v2.ListHmacKeysRequest.Builder.class); } // Construct using com.google.storage.v2.ListHmacKeysRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -470,9 +507,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; } @java.lang.Override @@ -491,7 +528,8 @@ public com.google.storage.v2.ListHmacKeysRequest build() { @java.lang.Override public com.google.storage.v2.ListHmacKeysRequest buildPartial() { - com.google.storage.v2.ListHmacKeysRequest result = new com.google.storage.v2.ListHmacKeysRequest(this); + com.google.storage.v2.ListHmacKeysRequest result = + new com.google.storage.v2.ListHmacKeysRequest(this); result.project_ = project_; result.pageSize_ = pageSize_; result.pageToken_ = pageToken_; @@ -505,38 +543,39 @@ public com.google.storage.v2.ListHmacKeysRequest 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) { + 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.storage.v2.ListHmacKeysRequest) { - return mergeFrom((com.google.storage.v2.ListHmacKeysRequest)other); + return mergeFrom((com.google.storage.v2.ListHmacKeysRequest) other); } else { super.mergeFrom(other); return this; @@ -589,37 +628,43 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - project_ = input.readStringRequireUtf8(); + case 10: + { + project_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 16: { - pageSize_ = input.readInt32(); + break; + } // case 10 + case 16: + { + pageSize_ = input.readInt32(); - break; - } // case 16 - case 26: { - pageToken_ = input.readStringRequireUtf8(); + break; + } // case 16 + case 26: + { + pageToken_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 34: { - serviceAccountEmail_ = input.readStringRequireUtf8(); + break; + } // case 26 + case 34: + { + serviceAccountEmail_ = input.readStringRequireUtf8(); - break; - } // case 34 - case 40: { - showDeletedKeys_ = input.readBool(); + break; + } // case 34 + case 40: + { + showDeletedKeys_ = input.readBool(); - break; - } // case 40 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 40 + 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) { @@ -632,20 +677,24 @@ public Builder mergeFrom( private java.lang.Object project_ = ""; /** + * + * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ public java.lang.String getProject() { java.lang.Object ref = project_; 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(); project_ = s; return s; @@ -654,22 +703,25 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - public com.google.protobuf.ByteString - getProjectBytes() { + public com.google.protobuf.ByteString getProjectBytes() { java.lang.Object ref = project_; 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); project_ = b; return b; } else { @@ -677,72 +729,88 @@ public java.lang.String getProject() { } } /** + * + * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The project to set. * @return This builder for chaining. */ - public Builder setProject( - java.lang.String value) { + public Builder setProject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + project_ = value; onChanged(); return this; } /** + * + * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearProject() { - + project_ = getDefaultInstance().getProject(); onChanged(); return this; } /** + * + * *
      * Required. The project to list HMAC keys for, in the format of
      * "projects/<projectIdentifier>".
      * <projectIdentifier> can be the project ID or project number.
      * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for project to set. * @return This builder for chaining. */ - public Builder setProjectBytes( - com.google.protobuf.ByteString value) { + public Builder setProjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + project_ = value; onChanged(); return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * The maximum number of keys to return.
      * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -750,30 +818,36 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * The maximum number of keys to return.
      * 
* * int32 page_size = 2; + * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** + * + * *
      * The maximum number of keys to return.
      * 
* * int32 page_size = 2; + * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -781,18 +855,20 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * 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; @@ -801,20 +877,21 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * 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 { @@ -822,54 +899,61 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * string page_token = 3; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { + public Builder setPageToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** + * + * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * string page_token = 3; + * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** + * + * *
      * A previously returned token from ListHmacKeysResponse to get the next page.
      * 
* * 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) { + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = value; onChanged(); return this; @@ -877,18 +961,20 @@ public Builder setPageTokenBytes( private java.lang.Object serviceAccountEmail_ = ""; /** + * + * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; + * * @return The serviceAccountEmail. */ public java.lang.String getServiceAccountEmail() { java.lang.Object ref = serviceAccountEmail_; 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(); serviceAccountEmail_ = s; return s; @@ -897,20 +983,21 @@ public java.lang.String getServiceAccountEmail() { } } /** + * + * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; + * * @return The bytes for serviceAccountEmail. */ - public com.google.protobuf.ByteString - getServiceAccountEmailBytes() { + public com.google.protobuf.ByteString getServiceAccountEmailBytes() { java.lang.Object ref = serviceAccountEmail_; 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); serviceAccountEmail_ = b; return b; } else { @@ -918,66 +1005,76 @@ public java.lang.String getServiceAccountEmail() { } } /** + * + * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; + * * @param value The serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmail( - java.lang.String value) { + public Builder setServiceAccountEmail(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + serviceAccountEmail_ = value; onChanged(); return this; } /** + * + * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; + * * @return This builder for chaining. */ public Builder clearServiceAccountEmail() { - + serviceAccountEmail_ = getDefaultInstance().getServiceAccountEmail(); onChanged(); return this; } /** + * + * *
      * If set, filters to only return HMAC keys for specified service account.
      * 
* * string service_account_email = 4; + * * @param value The bytes for serviceAccountEmail to set. * @return This builder for chaining. */ - public Builder setServiceAccountEmailBytes( - com.google.protobuf.ByteString value) { + public Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + serviceAccountEmail_ = value; onChanged(); return this; } - private boolean showDeletedKeys_ ; + private boolean showDeletedKeys_; /** + * + * *
      * If set, return deleted keys that have not yet been wiped out.
      * 
* * bool show_deleted_keys = 5; + * * @return The showDeletedKeys. */ @java.lang.Override @@ -985,37 +1082,43 @@ public boolean getShowDeletedKeys() { return showDeletedKeys_; } /** + * + * *
      * If set, return deleted keys that have not yet been wiped out.
      * 
* * bool show_deleted_keys = 5; + * * @param value The showDeletedKeys to set. * @return This builder for chaining. */ public Builder setShowDeletedKeys(boolean value) { - + showDeletedKeys_ = value; onChanged(); return this; } /** + * + * *
      * If set, return deleted keys that have not yet been wiped out.
      * 
* * bool show_deleted_keys = 5; + * * @return This builder for chaining. */ public Builder clearShowDeletedKeys() { - + showDeletedKeys_ = false; 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); } @@ -1025,12 +1128,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ListHmacKeysRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListHmacKeysRequest) private static final com.google.storage.v2.ListHmacKeysRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ListHmacKeysRequest(); } @@ -1039,27 +1142,27 @@ public static com.google.storage.v2.ListHmacKeysRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListHmacKeysRequest 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 ListHmacKeysRequest 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; @@ -1074,6 +1177,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListHmacKeysRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java similarity index 63% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java index c27fa1a34e..efab34381f 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysRequestOrBuilder.java @@ -1,92 +1,133 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListHmacKeysRequestOrBuilder extends +public interface ListHmacKeysRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListHmacKeysRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The project to list HMAC keys for, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The project. */ java.lang.String getProject(); /** + * + * *
    * Required. The project to list HMAC keys for, in the format of
    * "projects/<projectIdentifier>".
    * <projectIdentifier> can be the project ID or project number.
    * 
* - * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for project. */ - com.google.protobuf.ByteString - getProjectBytes(); + com.google.protobuf.ByteString getProjectBytes(); /** + * + * *
    * The maximum number of keys to return.
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * A previously returned token from ListHmacKeysResponse to get the next page.
    * 
* * string page_token = 3; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * A previously returned token from ListHmacKeysResponse to get the next page.
    * 
* * string page_token = 3; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); /** + * + * *
    * If set, filters to only return HMAC keys for specified service account.
    * 
* * string service_account_email = 4; + * * @return The serviceAccountEmail. */ java.lang.String getServiceAccountEmail(); /** + * + * *
    * If set, filters to only return HMAC keys for specified service account.
    * 
* * string service_account_email = 4; + * * @return The bytes for serviceAccountEmail. */ - com.google.protobuf.ByteString - getServiceAccountEmailBytes(); + com.google.protobuf.ByteString getServiceAccountEmailBytes(); /** + * + * *
    * If set, return deleted keys that have not yet been wiped out.
    * 
* * bool show_deleted_keys = 5; + * * @return The showDeletedKeys. */ boolean getShowDeletedKeys(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java similarity index 71% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java index 642cf38198..0b564c7561 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponse.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Hmac key list response with next page information.
  * 
* * Protobuf type {@code google.storage.v2.ListHmacKeysResponse} */ -public final class ListHmacKeysResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListHmacKeysResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListHmacKeysResponse) ListHmacKeysResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListHmacKeysResponse.newBuilder() to construct. private ListHmacKeysResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListHmacKeysResponse() { hmacKeys_ = java.util.Collections.emptyList(); nextPageToken_ = ""; @@ -26,32 +44,35 @@ private ListHmacKeysResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListHmacKeysResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListHmacKeysResponse.class, com.google.storage.v2.ListHmacKeysResponse.Builder.class); + com.google.storage.v2.ListHmacKeysResponse.class, + com.google.storage.v2.ListHmacKeysResponse.Builder.class); } public static final int HMAC_KEYS_FIELD_NUMBER = 1; private java.util.List hmacKeys_; /** + * + * *
    * The list of items.
    * 
@@ -63,6 +84,8 @@ public java.util.List getHmacKeysList() { return hmacKeys_; } /** + * + * *
    * The list of items.
    * 
@@ -70,11 +93,13 @@ public java.util.List getHmacKeysList() { * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ @java.lang.Override - public java.util.List + public java.util.List getHmacKeysOrBuilderList() { return hmacKeys_; } /** + * + * *
    * The list of items.
    * 
@@ -86,6 +111,8 @@ public int getHmacKeysCount() { return hmacKeys_.size(); } /** + * + * *
    * The list of items.
    * 
@@ -97,6 +124,8 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKeys(int index) { return hmacKeys_.get(index); } /** + * + * *
    * The list of items.
    * 
@@ -104,20 +133,22 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKeys(int index) { * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ @java.lang.Override - public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder( - int index) { + public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int index) { return hmacKeys_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object nextPageToken_; /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ @java.lang.Override @@ -126,30 +157,30 @@ 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; } } /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * 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 { @@ -158,6 +189,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -169,8 +201,7 @@ 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 < hmacKeys_.size(); i++) { output.writeMessage(1, hmacKeys_.get(i)); } @@ -187,8 +218,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < hmacKeys_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, hmacKeys_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, hmacKeys_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -201,17 +231,16 @@ 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.storage.v2.ListHmacKeysResponse)) { return super.equals(obj); } - com.google.storage.v2.ListHmacKeysResponse other = (com.google.storage.v2.ListHmacKeysResponse) obj; + com.google.storage.v2.ListHmacKeysResponse other = + (com.google.storage.v2.ListHmacKeysResponse) obj; - if (!getHmacKeysList() - .equals(other.getHmacKeysList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getHmacKeysList().equals(other.getHmacKeysList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -234,130 +263,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListHmacKeysResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ListHmacKeysResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ListHmacKeysResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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.storage.v2.ListHmacKeysResponse 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; } /** + * + * *
    * Hmac key list response with next page information.
    * 
* * Protobuf type {@code google.storage.v2.ListHmacKeysResponse} */ - 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.storage.v2.ListHmacKeysResponse) com.google.storage.v2.ListHmacKeysResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListHmacKeysResponse.class, com.google.storage.v2.ListHmacKeysResponse.Builder.class); + com.google.storage.v2.ListHmacKeysResponse.class, + com.google.storage.v2.ListHmacKeysResponse.Builder.class); } // Construct using com.google.storage.v2.ListHmacKeysResponse.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -374,9 +409,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; } @java.lang.Override @@ -395,7 +430,8 @@ public com.google.storage.v2.ListHmacKeysResponse build() { @java.lang.Override public com.google.storage.v2.ListHmacKeysResponse buildPartial() { - com.google.storage.v2.ListHmacKeysResponse result = new com.google.storage.v2.ListHmacKeysResponse(this); + com.google.storage.v2.ListHmacKeysResponse result = + new com.google.storage.v2.ListHmacKeysResponse(this); int from_bitField0_ = bitField0_; if (hmacKeysBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -415,38 +451,39 @@ public com.google.storage.v2.ListHmacKeysResponse 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) { + 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.storage.v2.ListHmacKeysResponse) { - return mergeFrom((com.google.storage.v2.ListHmacKeysResponse)other); + return mergeFrom((com.google.storage.v2.ListHmacKeysResponse) other); } else { super.mergeFrom(other); return this; @@ -473,9 +510,10 @@ public Builder mergeFrom(com.google.storage.v2.ListHmacKeysResponse other) { hmacKeysBuilder_ = null; hmacKeys_ = other.hmacKeys_; bitField0_ = (bitField0_ & ~0x00000001); - hmacKeysBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getHmacKeysFieldBuilder() : null; + hmacKeysBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getHmacKeysFieldBuilder() + : null; } else { hmacKeysBuilder_.addAllMessages(other.hmacKeys_); } @@ -511,30 +549,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.storage.v2.HmacKeyMetadata m = - input.readMessage( - com.google.storage.v2.HmacKeyMetadata.parser(), - extensionRegistry); - if (hmacKeysBuilder_ == null) { - ensureHmacKeysIsMutable(); - hmacKeys_.add(m); - } else { - hmacKeysBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: { - nextPageToken_ = input.readStringRequireUtf8(); + case 10: + { + com.google.storage.v2.HmacKeyMetadata m = + input.readMessage( + com.google.storage.v2.HmacKeyMetadata.parser(), extensionRegistry); + if (hmacKeysBuilder_ == null) { + ensureHmacKeysIsMutable(); + hmacKeys_.add(m); + } else { + hmacKeysBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: + { + nextPageToken_ = input.readStringRequireUtf8(); - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -544,21 +584,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List hmacKeys_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureHmacKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { hmacKeys_ = new java.util.ArrayList(hmacKeys_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> hmacKeysBuilder_; + com.google.storage.v2.HmacKeyMetadata, + com.google.storage.v2.HmacKeyMetadata.Builder, + com.google.storage.v2.HmacKeyMetadataOrBuilder> + hmacKeysBuilder_; /** + * + * *
      * The list of items.
      * 
@@ -573,6 +620,8 @@ public java.util.List getHmacKeysList() { } } /** + * + * *
      * The list of items.
      * 
@@ -587,6 +636,8 @@ public int getHmacKeysCount() { } } /** + * + * *
      * The list of items.
      * 
@@ -601,14 +652,15 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKeys(int index) { } } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public Builder setHmacKeys( - int index, com.google.storage.v2.HmacKeyMetadata value) { + public Builder setHmacKeys(int index, com.google.storage.v2.HmacKeyMetadata value) { if (hmacKeysBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -622,6 +674,8 @@ public Builder setHmacKeys( return this; } /** + * + * *
      * The list of items.
      * 
@@ -640,6 +694,8 @@ public Builder setHmacKeys( return this; } /** + * + * *
      * The list of items.
      * 
@@ -660,14 +716,15 @@ public Builder addHmacKeys(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public Builder addHmacKeys( - int index, com.google.storage.v2.HmacKeyMetadata value) { + public Builder addHmacKeys(int index, com.google.storage.v2.HmacKeyMetadata value) { if (hmacKeysBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -681,14 +738,15 @@ public Builder addHmacKeys( return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public Builder addHmacKeys( - com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { + public Builder addHmacKeys(com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { if (hmacKeysBuilder_ == null) { ensureHmacKeysIsMutable(); hmacKeys_.add(builderForValue.build()); @@ -699,6 +757,8 @@ public Builder addHmacKeys( return this; } /** + * + * *
      * The list of items.
      * 
@@ -717,6 +777,8 @@ public Builder addHmacKeys( return this; } /** + * + * *
      * The list of items.
      * 
@@ -727,8 +789,7 @@ public Builder addAllHmacKeys( java.lang.Iterable values) { if (hmacKeysBuilder_ == null) { ensureHmacKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, hmacKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, hmacKeys_); onChanged(); } else { hmacKeysBuilder_.addAllMessages(values); @@ -736,6 +797,8 @@ public Builder addAllHmacKeys( return this; } /** + * + * *
      * The list of items.
      * 
@@ -753,6 +816,8 @@ public Builder clearHmacKeys() { return this; } /** + * + * *
      * The list of items.
      * 
@@ -770,39 +835,44 @@ public Builder removeHmacKeys(int index) { return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public com.google.storage.v2.HmacKeyMetadata.Builder getHmacKeysBuilder( - int index) { + public com.google.storage.v2.HmacKeyMetadata.Builder getHmacKeysBuilder(int index) { return getHmacKeysFieldBuilder().getBuilder(index); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder( - int index) { + public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int index) { if (hmacKeysBuilder_ == null) { - return hmacKeys_.get(index); } else { + return hmacKeys_.get(index); + } else { return hmacKeysBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public java.util.List - getHmacKeysOrBuilderList() { + public java.util.List + getHmacKeysOrBuilderList() { if (hmacKeysBuilder_ != null) { return hmacKeysBuilder_.getMessageOrBuilderList(); } else { @@ -810,6 +880,8 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder( } } /** + * + * *
      * The list of items.
      * 
@@ -817,42 +889,47 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder( * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ public com.google.storage.v2.HmacKeyMetadata.Builder addHmacKeysBuilder() { - return getHmacKeysFieldBuilder().addBuilder( - com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()); + return getHmacKeysFieldBuilder() + .addBuilder(com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public com.google.storage.v2.HmacKeyMetadata.Builder addHmacKeysBuilder( - int index) { - return getHmacKeysFieldBuilder().addBuilder( - index, com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()); + public com.google.storage.v2.HmacKeyMetadata.Builder addHmacKeysBuilder(int index) { + return getHmacKeysFieldBuilder() + .addBuilder(index, com.google.storage.v2.HmacKeyMetadata.getDefaultInstance()); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - public java.util.List - getHmacKeysBuilderList() { + public java.util.List getHmacKeysBuilderList() { return getHmacKeysFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> + com.google.storage.v2.HmacKeyMetadata, + com.google.storage.v2.HmacKeyMetadata.Builder, + com.google.storage.v2.HmacKeyMetadataOrBuilder> getHmacKeysFieldBuilder() { if (hmacKeysBuilder_ == null) { - hmacKeysBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder>( - hmacKeys_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + hmacKeysBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.HmacKeyMetadata, + com.google.storage.v2.HmacKeyMetadata.Builder, + com.google.storage.v2.HmacKeyMetadataOrBuilder>( + hmacKeys_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); hmacKeys_ = null; } return hmacKeysBuilder_; @@ -860,19 +937,21 @@ public com.google.storage.v2.HmacKeyMetadata.Builder addHmacKeysBuilder( private java.lang.Object nextPageToken_ = ""; /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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; @@ -881,21 +960,22 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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 { @@ -903,64 +983,71 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 2; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { + public Builder setNextPageToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 2; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * 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) { + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -970,12 +1057,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ListHmacKeysResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListHmacKeysResponse) private static final com.google.storage.v2.ListHmacKeysResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ListHmacKeysResponse(); } @@ -984,27 +1071,27 @@ public static com.google.storage.v2.ListHmacKeysResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListHmacKeysResponse 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 ListHmacKeysResponse 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; @@ -1019,6 +1106,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListHmacKeysResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java similarity index 67% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java index 948ccfa96c..fc777c3430 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListHmacKeysResponseOrBuilder.java @@ -1,22 +1,41 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListHmacKeysResponseOrBuilder extends +public interface ListHmacKeysResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListHmacKeysResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - java.util.List - getHmacKeysList(); + java.util.List getHmacKeysList(); /** + * + * *
    * The list of items.
    * 
@@ -25,6 +44,8 @@ public interface ListHmacKeysResponseOrBuilder extends */ com.google.storage.v2.HmacKeyMetadata getHmacKeys(int index); /** + * + * *
    * The list of items.
    * 
@@ -33,43 +54,51 @@ public interface ListHmacKeysResponseOrBuilder extends */ int getHmacKeysCount(); /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - java.util.List + java.util.List getHmacKeysOrBuilderList(); /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; */ - com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder( - int index); + com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int index); /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java similarity index 67% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java index d81e56aea1..133546fa0c 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for ListNotifications.
  * 
* * Protobuf type {@code google.storage.v2.ListNotificationsRequest} */ -public final class ListNotificationsRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListNotificationsRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListNotificationsRequest) ListNotificationsRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListNotificationsRequest.newBuilder() to construct. private ListNotificationsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListNotificationsRequest() { parent_ = ""; pageToken_ = ""; @@ -26,37 +44,43 @@ private ListNotificationsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListNotificationsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListNotificationsRequest.class, com.google.storage.v2.ListNotificationsRequest.Builder.class); + com.google.storage.v2.ListNotificationsRequest.class, + com.google.storage.v2.ListNotificationsRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** + * + * *
    * Required. Name of a Google Cloud Storage bucket.
    * 
* - * 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 @@ -65,29 +89,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 Google Cloud Storage bucket.
    * 
* - * 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 { @@ -98,6 +124,8 @@ public java.lang.String getParent() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** + * + * *
    * The maximum number of notifications to return. The service may return fewer
    * than this value.
@@ -106,6 +134,7 @@ public java.lang.String getParent() {
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -116,6 +145,8 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** + * + * *
    * A page token, received from a previous `ListNotifications` call.
    * Provide this to retrieve the subsequent page.
@@ -124,6 +155,7 @@ public int getPageSize() {
    * 
* * string page_token = 3; + * * @return The pageToken. */ @java.lang.Override @@ -132,14 +164,15 @@ 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; } } /** + * + * *
    * A page token, received from a previous `ListNotifications` call.
    * Provide this to retrieve the subsequent page.
@@ -148,16 +181,15 @@ public java.lang.String getPageToken() {
    * 
* * 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 { @@ -166,6 +198,7 @@ public java.lang.String getPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -177,8 +210,7 @@ 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_); } @@ -201,8 +233,7 @@ 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_); @@ -215,19 +246,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.storage.v2.ListNotificationsRequest)) { return super.equals(obj); } - com.google.storage.v2.ListNotificationsRequest other = (com.google.storage.v2.ListNotificationsRequest) obj; + com.google.storage.v2.ListNotificationsRequest other = + (com.google.storage.v2.ListNotificationsRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; - if (getPageSize() - != other.getPageSize()) return false; - if (!getPageToken() - .equals(other.getPageToken())) return false; + if (!getParent().equals(other.getParent())) return false; + if (getPageSize() != other.getPageSize()) return false; + if (!getPageToken().equals(other.getPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -250,130 +279,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListNotificationsRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ListNotificationsRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ListNotificationsRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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.storage.v2.ListNotificationsRequest 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 message for ListNotifications.
    * 
* * Protobuf type {@code google.storage.v2.ListNotificationsRequest} */ - 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.storage.v2.ListNotificationsRequest) com.google.storage.v2.ListNotificationsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListNotificationsRequest.class, com.google.storage.v2.ListNotificationsRequest.Builder.class); + com.google.storage.v2.ListNotificationsRequest.class, + com.google.storage.v2.ListNotificationsRequest.Builder.class); } // Construct using com.google.storage.v2.ListNotificationsRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -387,9 +422,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsRequest_descriptor; } @java.lang.Override @@ -408,7 +443,8 @@ public com.google.storage.v2.ListNotificationsRequest build() { @java.lang.Override public com.google.storage.v2.ListNotificationsRequest buildPartial() { - com.google.storage.v2.ListNotificationsRequest result = new com.google.storage.v2.ListNotificationsRequest(this); + com.google.storage.v2.ListNotificationsRequest result = + new com.google.storage.v2.ListNotificationsRequest(this); result.parent_ = parent_; result.pageSize_ = pageSize_; result.pageToken_ = pageToken_; @@ -420,38 +456,39 @@ public com.google.storage.v2.ListNotificationsRequest 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) { + 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.storage.v2.ListNotificationsRequest) { - return mergeFrom((com.google.storage.v2.ListNotificationsRequest)other); + return mergeFrom((com.google.storage.v2.ListNotificationsRequest) other); } else { super.mergeFrom(other); return this; @@ -497,27 +534,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: { - pageSize_ = input.readInt32(); - - break; - } // case 16 - case 26: { - pageToken_ = input.readStringRequireUtf8(); - - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + parent_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: + { + pageSize_ = input.readInt32(); + + break; + } // case 16 + case 26: + { + pageToken_ = input.readStringRequireUtf8(); + + 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) { @@ -530,18 +571,22 @@ public Builder mergeFrom( private java.lang.Object parent_ = ""; /** + * + * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * 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; @@ -550,20 +595,23 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * 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 { @@ -571,61 +619,76 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * 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) { + public Builder setParent(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** + * + * *
      * Required. Name of a Google Cloud Storage bucket.
      * 
* - * 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) { + public Builder setParentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * The maximum number of notifications to return. The service may return fewer
      * than this value.
@@ -634,6 +697,7 @@ public Builder setParentBytes(
      * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -641,6 +705,8 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * The maximum number of notifications to return. The service may return fewer
      * than this value.
@@ -649,16 +715,19 @@ public int getPageSize() {
      * 
* * int32 page_size = 2; + * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** + * + * *
      * The maximum number of notifications to return. The service may return fewer
      * than this value.
@@ -667,10 +736,11 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 2; + * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -678,6 +748,8 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -686,13 +758,13 @@ public Builder clearPageSize() {
      * 
* * 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; @@ -701,6 +773,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -709,15 +783,14 @@ public java.lang.String getPageToken() {
      * 
* * 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 { @@ -725,6 +798,8 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -733,20 +808,22 @@ public java.lang.String getPageToken() {
      * 
* * string page_token = 3; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { + public Builder setPageToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** + * + * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -755,15 +832,18 @@ public Builder setPageToken(
      * 
* * string page_token = 3; + * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** + * + * *
      * A page token, received from a previous `ListNotifications` call.
      * Provide this to retrieve the subsequent page.
@@ -772,23 +852,23 @@ public Builder clearPageToken() {
      * 
* * 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) { + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = 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); } @@ -798,12 +878,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ListNotificationsRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListNotificationsRequest) private static final com.google.storage.v2.ListNotificationsRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ListNotificationsRequest(); } @@ -812,27 +892,27 @@ public static com.google.storage.v2.ListNotificationsRequest getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListNotificationsRequest 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 ListNotificationsRequest 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; @@ -847,6 +927,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListNotificationsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java similarity index 59% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java index 718c18a788..af80ec7637 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsRequestOrBuilder.java @@ -1,33 +1,60 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListNotificationsRequestOrBuilder extends +public interface ListNotificationsRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListNotificationsRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. Name of a Google Cloud Storage bucket.
    * 
* - * 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 Google Cloud Storage bucket.
    * 
* - * 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(); /** + * + * *
    * The maximum number of notifications to return. The service may return fewer
    * than this value.
@@ -36,11 +63,14 @@ public interface ListNotificationsRequestOrBuilder extends
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * A page token, received from a previous `ListNotifications` call.
    * Provide this to retrieve the subsequent page.
@@ -49,10 +79,13 @@ public interface ListNotificationsRequestOrBuilder extends
    * 
* * string page_token = 3; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * A page token, received from a previous `ListNotifications` call.
    * Provide this to retrieve the subsequent page.
@@ -61,8 +94,8 @@ public interface ListNotificationsRequestOrBuilder extends
    * 
* * string page_token = 3; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java similarity index 72% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java index 05a2d1da2d..673ff5ce05 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponse.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * The result of a call to Notifications.ListNotifications
  * 
* * Protobuf type {@code google.storage.v2.ListNotificationsResponse} */ -public final class ListNotificationsResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListNotificationsResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListNotificationsResponse) ListNotificationsResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListNotificationsResponse.newBuilder() to construct. private ListNotificationsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListNotificationsResponse() { notifications_ = java.util.Collections.emptyList(); nextPageToken_ = ""; @@ -26,32 +44,35 @@ private ListNotificationsResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListNotificationsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListNotificationsResponse.class, com.google.storage.v2.ListNotificationsResponse.Builder.class); + com.google.storage.v2.ListNotificationsResponse.class, + com.google.storage.v2.ListNotificationsResponse.Builder.class); } public static final int NOTIFICATIONS_FIELD_NUMBER = 1; private java.util.List notifications_; /** + * + * *
    * The list of items.
    * 
@@ -63,6 +84,8 @@ public java.util.List getNotificationsList() return notifications_; } /** + * + * *
    * The list of items.
    * 
@@ -70,11 +93,13 @@ public java.util.List getNotificationsList() * repeated .google.storage.v2.Notification notifications = 1; */ @java.lang.Override - public java.util.List + public java.util.List getNotificationsOrBuilderList() { return notifications_; } /** + * + * *
    * The list of items.
    * 
@@ -86,6 +111,8 @@ public int getNotificationsCount() { return notifications_.size(); } /** + * + * *
    * The list of items.
    * 
@@ -97,6 +124,8 @@ public com.google.storage.v2.Notification getNotifications(int index) { return notifications_.get(index); } /** + * + * *
    * The list of items.
    * 
@@ -104,20 +133,22 @@ public com.google.storage.v2.Notification getNotifications(int index) { * repeated .google.storage.v2.Notification notifications = 1; */ @java.lang.Override - public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder( - int index) { + public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder(int index) { return notifications_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object nextPageToken_; /** + * + * *
    * A token, which can be sent as `page_token` to retrieve the next page.
    * If this field is omitted, there are no subsequent pages.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ @java.lang.Override @@ -126,30 +157,30 @@ 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; } } /** + * + * *
    * A token, which can be sent as `page_token` to retrieve the next page.
    * If this field is omitted, there are no subsequent pages.
    * 
* * 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 { @@ -158,6 +189,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -169,8 +201,7 @@ 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 < notifications_.size(); i++) { output.writeMessage(1, notifications_.get(i)); } @@ -187,8 +218,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < notifications_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, notifications_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, notifications_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -201,17 +231,16 @@ 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.storage.v2.ListNotificationsResponse)) { return super.equals(obj); } - com.google.storage.v2.ListNotificationsResponse other = (com.google.storage.v2.ListNotificationsResponse) obj; + com.google.storage.v2.ListNotificationsResponse other = + (com.google.storage.v2.ListNotificationsResponse) obj; - if (!getNotificationsList() - .equals(other.getNotificationsList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getNotificationsList().equals(other.getNotificationsList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -234,130 +263,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListNotificationsResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ListNotificationsResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ListNotificationsResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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.storage.v2.ListNotificationsResponse 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 result of a call to Notifications.ListNotifications
    * 
* * Protobuf type {@code google.storage.v2.ListNotificationsResponse} */ - 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.storage.v2.ListNotificationsResponse) com.google.storage.v2.ListNotificationsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListNotificationsResponse.class, com.google.storage.v2.ListNotificationsResponse.Builder.class); + com.google.storage.v2.ListNotificationsResponse.class, + com.google.storage.v2.ListNotificationsResponse.Builder.class); } // Construct using com.google.storage.v2.ListNotificationsResponse.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -374,9 +409,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListNotificationsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListNotificationsResponse_descriptor; } @java.lang.Override @@ -395,7 +430,8 @@ public com.google.storage.v2.ListNotificationsResponse build() { @java.lang.Override public com.google.storage.v2.ListNotificationsResponse buildPartial() { - com.google.storage.v2.ListNotificationsResponse result = new com.google.storage.v2.ListNotificationsResponse(this); + com.google.storage.v2.ListNotificationsResponse result = + new com.google.storage.v2.ListNotificationsResponse(this); int from_bitField0_ = bitField0_; if (notificationsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -415,38 +451,39 @@ public com.google.storage.v2.ListNotificationsResponse 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) { + 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.storage.v2.ListNotificationsResponse) { - return mergeFrom((com.google.storage.v2.ListNotificationsResponse)other); + return mergeFrom((com.google.storage.v2.ListNotificationsResponse) other); } else { super.mergeFrom(other); return this; @@ -454,7 +491,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.ListNotificationsResponse other) { - if (other == com.google.storage.v2.ListNotificationsResponse.getDefaultInstance()) return this; + if (other == com.google.storage.v2.ListNotificationsResponse.getDefaultInstance()) + return this; if (notificationsBuilder_ == null) { if (!other.notifications_.isEmpty()) { if (notifications_.isEmpty()) { @@ -473,9 +511,10 @@ public Builder mergeFrom(com.google.storage.v2.ListNotificationsResponse other) notificationsBuilder_ = null; notifications_ = other.notifications_; bitField0_ = (bitField0_ & ~0x00000001); - notificationsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getNotificationsFieldBuilder() : null; + notificationsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getNotificationsFieldBuilder() + : null; } else { notificationsBuilder_.addAllMessages(other.notifications_); } @@ -511,30 +550,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.storage.v2.Notification m = - input.readMessage( - com.google.storage.v2.Notification.parser(), - extensionRegistry); - if (notificationsBuilder_ == null) { - ensureNotificationsIsMutable(); - notifications_.add(m); - } else { - notificationsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: { - nextPageToken_ = input.readStringRequireUtf8(); + case 10: + { + com.google.storage.v2.Notification m = + input.readMessage( + com.google.storage.v2.Notification.parser(), extensionRegistry); + if (notificationsBuilder_ == null) { + ensureNotificationsIsMutable(); + notifications_.add(m); + } else { + notificationsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: + { + nextPageToken_ = input.readStringRequireUtf8(); - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -544,21 +585,29 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List notifications_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureNotificationsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - notifications_ = new java.util.ArrayList(notifications_); + notifications_ = + new java.util.ArrayList(notifications_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder> notificationsBuilder_; + com.google.storage.v2.Notification, + com.google.storage.v2.Notification.Builder, + com.google.storage.v2.NotificationOrBuilder> + notificationsBuilder_; /** + * + * *
      * The list of items.
      * 
@@ -573,6 +622,8 @@ public java.util.List getNotificationsList() } } /** + * + * *
      * The list of items.
      * 
@@ -587,6 +638,8 @@ public int getNotificationsCount() { } } /** + * + * *
      * The list of items.
      * 
@@ -601,14 +654,15 @@ public com.google.storage.v2.Notification getNotifications(int index) { } } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public Builder setNotifications( - int index, com.google.storage.v2.Notification value) { + public Builder setNotifications(int index, com.google.storage.v2.Notification value) { if (notificationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -622,6 +676,8 @@ public Builder setNotifications( return this; } /** + * + * *
      * The list of items.
      * 
@@ -640,6 +696,8 @@ public Builder setNotifications( return this; } /** + * + * *
      * The list of items.
      * 
@@ -660,14 +718,15 @@ public Builder addNotifications(com.google.storage.v2.Notification value) { return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public Builder addNotifications( - int index, com.google.storage.v2.Notification value) { + public Builder addNotifications(int index, com.google.storage.v2.Notification value) { if (notificationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -681,14 +740,15 @@ public Builder addNotifications( return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public Builder addNotifications( - com.google.storage.v2.Notification.Builder builderForValue) { + public Builder addNotifications(com.google.storage.v2.Notification.Builder builderForValue) { if (notificationsBuilder_ == null) { ensureNotificationsIsMutable(); notifications_.add(builderForValue.build()); @@ -699,6 +759,8 @@ public Builder addNotifications( return this; } /** + * + * *
      * The list of items.
      * 
@@ -717,6 +779,8 @@ public Builder addNotifications( return this; } /** + * + * *
      * The list of items.
      * 
@@ -727,8 +791,7 @@ 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); @@ -736,6 +799,8 @@ public Builder addAllNotifications( return this; } /** + * + * *
      * The list of items.
      * 
@@ -753,6 +818,8 @@ public Builder clearNotifications() { return this; } /** + * + * *
      * The list of items.
      * 
@@ -770,39 +837,44 @@ public Builder removeNotifications(int index) { return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public com.google.storage.v2.Notification.Builder getNotificationsBuilder( - int index) { + public com.google.storage.v2.Notification.Builder getNotificationsBuilder(int index) { return getNotificationsFieldBuilder().getBuilder(index); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder( - int index) { + public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder(int index) { if (notificationsBuilder_ == null) { - return notifications_.get(index); } else { + return notifications_.get(index); + } else { return notificationsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public java.util.List - getNotificationsOrBuilderList() { + public java.util.List + getNotificationsOrBuilderList() { if (notificationsBuilder_ != null) { return notificationsBuilder_.getMessageOrBuilderList(); } else { @@ -810,6 +882,8 @@ public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder( } } /** + * + * *
      * The list of items.
      * 
@@ -817,38 +891,47 @@ public com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder( * repeated .google.storage.v2.Notification notifications = 1; */ public com.google.storage.v2.Notification.Builder addNotificationsBuilder() { - return getNotificationsFieldBuilder().addBuilder( - com.google.storage.v2.Notification.getDefaultInstance()); + return getNotificationsFieldBuilder() + .addBuilder(com.google.storage.v2.Notification.getDefaultInstance()); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public com.google.storage.v2.Notification.Builder addNotificationsBuilder( - int index) { - return getNotificationsFieldBuilder().addBuilder( - index, com.google.storage.v2.Notification.getDefaultInstance()); + public com.google.storage.v2.Notification.Builder addNotificationsBuilder(int index) { + return getNotificationsFieldBuilder() + .addBuilder(index, com.google.storage.v2.Notification.getDefaultInstance()); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - public java.util.List - getNotificationsBuilderList() { + public java.util.List + getNotificationsBuilderList() { return getNotificationsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder> + com.google.storage.v2.Notification, + com.google.storage.v2.Notification.Builder, + com.google.storage.v2.NotificationOrBuilder> getNotificationsFieldBuilder() { if (notificationsBuilder_ == null) { - notificationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Notification, com.google.storage.v2.Notification.Builder, com.google.storage.v2.NotificationOrBuilder>( + notificationsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.Notification, + com.google.storage.v2.Notification.Builder, + com.google.storage.v2.NotificationOrBuilder>( notifications_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -860,19 +943,21 @@ public com.google.storage.v2.Notification.Builder addNotificationsBuilder( private java.lang.Object nextPageToken_ = ""; /** + * + * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * 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; @@ -881,21 +966,22 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * 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 { @@ -903,64 +989,71 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * string next_page_token = 2; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { + public Builder setNextPageToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** + * + * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * string next_page_token = 2; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** + * + * *
      * A token, which can be sent as `page_token` to retrieve the next page.
      * If this field is omitted, there are no subsequent pages.
      * 
* * 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) { + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -970,12 +1063,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ListNotificationsResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListNotificationsResponse) private static final com.google.storage.v2.ListNotificationsResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ListNotificationsResponse(); } @@ -984,27 +1077,27 @@ public static com.google.storage.v2.ListNotificationsResponse getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListNotificationsResponse 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 ListNotificationsResponse 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; @@ -1019,6 +1112,4 @@ public com.google.protobuf.Parser getParserForType() public com.google.storage.v2.ListNotificationsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java similarity index 66% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java index fcab3cd00e..3abe122daa 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListNotificationsResponseOrBuilder.java @@ -1,22 +1,41 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListNotificationsResponseOrBuilder extends +public interface ListNotificationsResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListNotificationsResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - java.util.List - getNotificationsList(); + java.util.List getNotificationsList(); /** + * + * *
    * The list of items.
    * 
@@ -25,6 +44,8 @@ public interface ListNotificationsResponseOrBuilder extends */ com.google.storage.v2.Notification getNotifications(int index); /** + * + * *
    * The list of items.
    * 
@@ -33,43 +54,51 @@ public interface ListNotificationsResponseOrBuilder extends */ int getNotificationsCount(); /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - java.util.List + java.util.List getNotificationsOrBuilderList(); /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Notification notifications = 1; */ - com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder( - int index); + com.google.storage.v2.NotificationOrBuilder getNotificationsOrBuilder(int index); /** + * + * *
    * A token, which can be sent as `page_token` to retrieve the next page.
    * If this field is omitted, there are no subsequent pages.
    * 
* * string next_page_token = 2; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * A token, which can be sent as `page_token` to retrieve the next page.
    * If this field is omitted, there are no subsequent pages.
    * 
* * string next_page_token = 2; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java similarity index 75% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java index 255f1004cc..15adfcadf1 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for ListObjects.
  * 
* * Protobuf type {@code google.storage.v2.ListObjectsRequest} */ -public final class ListObjectsRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListObjectsRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListObjectsRequest) ListObjectsRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListObjectsRequest.newBuilder() to construct. private ListObjectsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListObjectsRequest() { parent_ = ""; pageToken_ = ""; @@ -30,38 +48,44 @@ private ListObjectsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListObjectsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListObjectsRequest.class, com.google.storage.v2.ListObjectsRequest.Builder.class); + com.google.storage.v2.ListObjectsRequest.class, + com.google.storage.v2.ListObjectsRequest.Builder.class); } private int bitField0_; public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** + * + * *
    * Required. Name of the bucket in which to look for objects.
    * 
* - * 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 @@ -70,29 +94,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 the bucket in which to look for objects.
    * 
* - * 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 { @@ -103,6 +129,8 @@ public java.lang.String getParent() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** + * + * *
    * Maximum number of `items` plus `prefixes` to return
    * in a single page of responses. As duplicate `prefixes` are
@@ -111,6 +139,7 @@ public java.lang.String getParent() {
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -121,12 +150,15 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** + * + * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; + * * @return The pageToken. */ @java.lang.Override @@ -135,30 +167,30 @@ 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; } } /** + * + * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * 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 { @@ -169,6 +201,8 @@ public java.lang.String getPageToken() { public static final int DELIMITER_FIELD_NUMBER = 4; private volatile java.lang.Object delimiter_; /** + * + * *
    * If set, returns results in a directory-like mode. `items` will contain
    * only objects whose names, aside from the `prefix`, do not
@@ -179,6 +213,7 @@ public java.lang.String getPageToken() {
    * 
* * string delimiter = 4; + * * @return The delimiter. */ @java.lang.Override @@ -187,14 +222,15 @@ public java.lang.String getDelimiter() { 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(); delimiter_ = s; return s; } } /** + * + * *
    * If set, returns results in a directory-like mode. `items` will contain
    * only objects whose names, aside from the `prefix`, do not
@@ -205,16 +241,15 @@ public java.lang.String getDelimiter() {
    * 
* * string delimiter = 4; + * * @return The bytes for delimiter. */ @java.lang.Override - public com.google.protobuf.ByteString - getDelimiterBytes() { + public com.google.protobuf.ByteString getDelimiterBytes() { java.lang.Object ref = delimiter_; 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); delimiter_ = b; return b; } else { @@ -225,6 +260,8 @@ public java.lang.String getDelimiter() { public static final int INCLUDE_TRAILING_DELIMITER_FIELD_NUMBER = 5; private boolean includeTrailingDelimiter_; /** + * + * *
    * If true, objects that end in exactly one instance of `delimiter`
    * will have their metadata included in `items` in addition to
@@ -232,6 +269,7 @@ public java.lang.String getDelimiter() {
    * 
* * bool include_trailing_delimiter = 5; + * * @return The includeTrailingDelimiter. */ @java.lang.Override @@ -242,11 +280,14 @@ public boolean getIncludeTrailingDelimiter() { public static final int PREFIX_FIELD_NUMBER = 6; private volatile java.lang.Object prefix_; /** + * + * *
    * Filter results to objects whose names begin with this prefix.
    * 
* * string prefix = 6; + * * @return The prefix. */ @java.lang.Override @@ -255,29 +296,29 @@ public java.lang.String getPrefix() { 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(); prefix_ = s; return s; } } /** + * + * *
    * Filter results to objects whose names begin with this prefix.
    * 
* * string prefix = 6; + * * @return The bytes for prefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getPrefixBytes() { + public com.google.protobuf.ByteString getPrefixBytes() { java.lang.Object ref = prefix_; 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); prefix_ = b; return b; } else { @@ -288,6 +329,8 @@ public java.lang.String getPrefix() { public static final int VERSIONS_FIELD_NUMBER = 7; private boolean versions_; /** + * + * *
    * If `true`, lists all versions of an object as distinct results.
    * For more information, see
@@ -296,6 +339,7 @@ public java.lang.String getPrefix() {
    * 
* * bool versions = 7; + * * @return The versions. */ @java.lang.Override @@ -306,6 +350,8 @@ public boolean getVersions() { public static final int READ_MASK_FIELD_NUMBER = 8; private com.google.protobuf.FieldMask readMask_; /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -314,6 +360,7 @@ public boolean getVersions() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 8; + * * @return Whether the readMask field is set. */ @java.lang.Override @@ -321,6 +368,8 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -329,6 +378,7 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 8; + * * @return The readMask. */ @java.lang.Override @@ -336,6 +386,8 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -353,6 +405,8 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   public static final int LEXICOGRAPHIC_START_FIELD_NUMBER = 10;
   private volatile java.lang.Object lexicographicStart_;
   /**
+   *
+   *
    * 
    * Optional. Filter results to objects whose names are lexicographically equal
    * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -361,6 +415,7 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
    * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The lexicographicStart. */ @java.lang.Override @@ -369,14 +424,15 @@ public java.lang.String getLexicographicStart() { 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(); lexicographicStart_ = s; return s; } } /** + * + * *
    * Optional. Filter results to objects whose names are lexicographically equal
    * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -385,16 +441,15 @@ public java.lang.String getLexicographicStart() {
    * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for lexicographicStart. */ @java.lang.Override - public com.google.protobuf.ByteString - getLexicographicStartBytes() { + public com.google.protobuf.ByteString getLexicographicStartBytes() { java.lang.Object ref = lexicographicStart_; 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); lexicographicStart_ = b; return b; } else { @@ -405,6 +460,8 @@ public java.lang.String getLexicographicStart() { public static final int LEXICOGRAPHIC_END_FIELD_NUMBER = 11; private volatile java.lang.Object lexicographicEnd_; /** + * + * *
    * Optional. Filter results to objects whose names are lexicographically
    * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -413,6 +470,7 @@ public java.lang.String getLexicographicStart() {
    * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The lexicographicEnd. */ @java.lang.Override @@ -421,14 +479,15 @@ public java.lang.String getLexicographicEnd() { 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(); lexicographicEnd_ = s; return s; } } /** + * + * *
    * Optional. Filter results to objects whose names are lexicographically
    * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -437,16 +496,15 @@ public java.lang.String getLexicographicEnd() {
    * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for lexicographicEnd. */ @java.lang.Override - public com.google.protobuf.ByteString - getLexicographicEndBytes() { + public com.google.protobuf.ByteString getLexicographicEndBytes() { java.lang.Object ref = lexicographicEnd_; 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); lexicographicEnd_ = b; return b; } else { @@ -455,6 +513,7 @@ public java.lang.String getLexicographicEnd() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -466,8 +525,7 @@ 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_); } @@ -511,8 +569,7 @@ 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_); @@ -521,19 +578,16 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, delimiter_); } if (includeTrailingDelimiter_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(5, includeTrailingDelimiter_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, includeTrailingDelimiter_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(prefix_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, prefix_); } if (versions_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(7, versions_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, versions_); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, getReadMask()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getReadMask()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(lexicographicStart_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, lexicographicStart_); @@ -549,36 +603,26 @@ 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.storage.v2.ListObjectsRequest)) { return super.equals(obj); } com.google.storage.v2.ListObjectsRequest other = (com.google.storage.v2.ListObjectsRequest) obj; - if (!getParent() - .equals(other.getParent())) return false; - if (getPageSize() - != other.getPageSize()) return false; - if (!getPageToken() - .equals(other.getPageToken())) return false; - if (!getDelimiter() - .equals(other.getDelimiter())) return false; - if (getIncludeTrailingDelimiter() - != other.getIncludeTrailingDelimiter()) return false; - if (!getPrefix() - .equals(other.getPrefix())) return false; - if (getVersions() - != other.getVersions()) return false; + if (!getParent().equals(other.getParent())) return false; + if (getPageSize() != other.getPageSize()) return false; + if (!getPageToken().equals(other.getPageToken())) return false; + if (!getDelimiter().equals(other.getDelimiter())) return false; + if (getIncludeTrailingDelimiter() != other.getIncludeTrailingDelimiter()) return false; + if (!getPrefix().equals(other.getPrefix())) return false; + if (getVersions() != other.getVersions()) return false; if (hasReadMask() != other.hasReadMask()) return false; if (hasReadMask()) { - if (!getReadMask() - .equals(other.getReadMask())) return false; + if (!getReadMask().equals(other.getReadMask())) return false; } - if (!getLexicographicStart() - .equals(other.getLexicographicStart())) return false; - if (!getLexicographicEnd() - .equals(other.getLexicographicEnd())) return false; + if (!getLexicographicStart().equals(other.getLexicographicStart())) return false; + if (!getLexicographicEnd().equals(other.getLexicographicEnd())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -599,13 +643,11 @@ public int hashCode() { hash = (37 * hash) + DELIMITER_FIELD_NUMBER; hash = (53 * hash) + getDelimiter().hashCode(); hash = (37 * hash) + INCLUDE_TRAILING_DELIMITER_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getIncludeTrailingDelimiter()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIncludeTrailingDelimiter()); hash = (37 * hash) + PREFIX_FIELD_NUMBER; hash = (53 * hash) + getPrefix().hashCode(); hash = (37 * hash) + VERSIONS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getVersions()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getVersions()); if (hasReadMask()) { hash = (37 * hash) + READ_MASK_FIELD_NUMBER; hash = (53 * hash) + getReadMask().hashCode(); @@ -619,118 +661,127 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListObjectsRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ListObjectsRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ListObjectsRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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.storage.v2.ListObjectsRequest 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 message for ListObjects.
    * 
* * Protobuf type {@code google.storage.v2.ListObjectsRequest} */ - 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.storage.v2.ListObjectsRequest) com.google.storage.v2.ListObjectsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListObjectsRequest.class, com.google.storage.v2.ListObjectsRequest.Builder.class); + com.google.storage.v2.ListObjectsRequest.class, + com.google.storage.v2.ListObjectsRequest.Builder.class); } // Construct using com.google.storage.v2.ListObjectsRequest.newBuilder() @@ -738,17 +789,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -780,9 +831,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsRequest_descriptor; } @java.lang.Override @@ -801,7 +852,8 @@ public com.google.storage.v2.ListObjectsRequest build() { @java.lang.Override public com.google.storage.v2.ListObjectsRequest buildPartial() { - com.google.storage.v2.ListObjectsRequest result = new com.google.storage.v2.ListObjectsRequest(this); + com.google.storage.v2.ListObjectsRequest result = + new com.google.storage.v2.ListObjectsRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.parent_ = parent_; @@ -830,38 +882,39 @@ public com.google.storage.v2.ListObjectsRequest 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) { + 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.storage.v2.ListObjectsRequest) { - return mergeFrom((com.google.storage.v2.ListObjectsRequest)other); + return mergeFrom((com.google.storage.v2.ListObjectsRequest) other); } else { super.mergeFrom(other); return this; @@ -932,64 +985,73 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - parent_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: { - pageSize_ = input.readInt32(); - - break; - } // case 16 - case 26: { - pageToken_ = input.readStringRequireUtf8(); - - break; - } // case 26 - case 34: { - delimiter_ = input.readStringRequireUtf8(); - - break; - } // case 34 - case 40: { - includeTrailingDelimiter_ = input.readBool(); - - break; - } // case 40 - case 50: { - prefix_ = input.readStringRequireUtf8(); - - break; - } // case 50 - case 56: { - versions_ = input.readBool(); - - break; - } // case 56 - case 66: { - input.readMessage( - getReadMaskFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 66 - case 82: { - lexicographicStart_ = input.readStringRequireUtf8(); - - break; - } // case 82 - case 90: { - lexicographicEnd_ = input.readStringRequireUtf8(); - - break; - } // case 90 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + parent_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: + { + pageSize_ = input.readInt32(); + + break; + } // case 16 + case 26: + { + pageToken_ = input.readStringRequireUtf8(); + + break; + } // case 26 + case 34: + { + delimiter_ = input.readStringRequireUtf8(); + + break; + } // case 34 + case 40: + { + includeTrailingDelimiter_ = input.readBool(); + + break; + } // case 40 + case 50: + { + prefix_ = input.readStringRequireUtf8(); + + break; + } // case 50 + case 56: + { + versions_ = input.readBool(); + + break; + } // case 56 + case 66: + { + input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 66 + case 82: + { + lexicographicStart_ = input.readStringRequireUtf8(); + + break; + } // case 82 + case 90: + { + lexicographicEnd_ = input.readStringRequireUtf8(); + + 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) { @@ -999,22 +1061,27 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object parent_ = ""; /** + * + * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * 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; @@ -1023,20 +1090,23 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * 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 { @@ -1044,61 +1114,76 @@ public java.lang.String getParent() { } } /** + * + * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * 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) { + public Builder setParent(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * 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() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** + * + * *
      * Required. Name of the bucket in which to look for objects.
      * 
* - * 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) { + public Builder setParentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; } - private int pageSize_ ; + private int pageSize_; /** + * + * *
      * Maximum number of `items` plus `prefixes` to return
      * in a single page of responses. As duplicate `prefixes` are
@@ -1107,6 +1192,7 @@ public Builder setParentBytes(
      * 
* * int32 page_size = 2; + * * @return The pageSize. */ @java.lang.Override @@ -1114,6 +1200,8 @@ public int getPageSize() { return pageSize_; } /** + * + * *
      * Maximum number of `items` plus `prefixes` to return
      * in a single page of responses. As duplicate `prefixes` are
@@ -1122,16 +1210,19 @@ public int getPageSize() {
      * 
* * int32 page_size = 2; + * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** + * + * *
      * Maximum number of `items` plus `prefixes` to return
      * in a single page of responses. As duplicate `prefixes` are
@@ -1140,10 +1231,11 @@ public Builder setPageSize(int value) {
      * 
* * int32 page_size = 2; + * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -1151,19 +1243,21 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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; @@ -1172,21 +1266,22 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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 { @@ -1194,57 +1289,64 @@ public java.lang.String getPageToken() { } } /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * string page_token = 3; + * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken( - java.lang.String value) { + public Builder setPageToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * string page_token = 3; + * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** + * + * *
      * A previously-returned page token representing part of the larger set of
      * results to view.
      * 
* * 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) { + public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = value; onChanged(); return this; @@ -1252,6 +1354,8 @@ public Builder setPageTokenBytes( private java.lang.Object delimiter_ = ""; /** + * + * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1262,13 +1366,13 @@ public Builder setPageTokenBytes(
      * 
* * string delimiter = 4; + * * @return The delimiter. */ public java.lang.String getDelimiter() { java.lang.Object ref = delimiter_; 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(); delimiter_ = s; return s; @@ -1277,6 +1381,8 @@ public java.lang.String getDelimiter() { } } /** + * + * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1287,15 +1393,14 @@ public java.lang.String getDelimiter() {
      * 
* * string delimiter = 4; + * * @return The bytes for delimiter. */ - public com.google.protobuf.ByteString - getDelimiterBytes() { + public com.google.protobuf.ByteString getDelimiterBytes() { java.lang.Object ref = delimiter_; 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); delimiter_ = b; return b; } else { @@ -1303,6 +1408,8 @@ public java.lang.String getDelimiter() { } } /** + * + * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1313,20 +1420,22 @@ public java.lang.String getDelimiter() {
      * 
* * string delimiter = 4; + * * @param value The delimiter to set. * @return This builder for chaining. */ - public Builder setDelimiter( - java.lang.String value) { + public Builder setDelimiter(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + delimiter_ = value; onChanged(); return this; } /** + * + * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1337,15 +1446,18 @@ public Builder setDelimiter(
      * 
* * string delimiter = 4; + * * @return This builder for chaining. */ public Builder clearDelimiter() { - + delimiter_ = getDefaultInstance().getDelimiter(); onChanged(); return this; } /** + * + * *
      * If set, returns results in a directory-like mode. `items` will contain
      * only objects whose names, aside from the `prefix`, do not
@@ -1356,23 +1468,25 @@ public Builder clearDelimiter() {
      * 
* * string delimiter = 4; + * * @param value The bytes for delimiter to set. * @return This builder for chaining. */ - public Builder setDelimiterBytes( - com.google.protobuf.ByteString value) { + public Builder setDelimiterBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + delimiter_ = value; onChanged(); return this; } - private boolean includeTrailingDelimiter_ ; + private boolean includeTrailingDelimiter_; /** + * + * *
      * If true, objects that end in exactly one instance of `delimiter`
      * will have their metadata included in `items` in addition to
@@ -1380,6 +1494,7 @@ public Builder setDelimiterBytes(
      * 
* * bool include_trailing_delimiter = 5; + * * @return The includeTrailingDelimiter. */ @java.lang.Override @@ -1387,6 +1502,8 @@ public boolean getIncludeTrailingDelimiter() { return includeTrailingDelimiter_; } /** + * + * *
      * If true, objects that end in exactly one instance of `delimiter`
      * will have their metadata included in `items` in addition to
@@ -1394,16 +1511,19 @@ public boolean getIncludeTrailingDelimiter() {
      * 
* * bool include_trailing_delimiter = 5; + * * @param value The includeTrailingDelimiter to set. * @return This builder for chaining. */ public Builder setIncludeTrailingDelimiter(boolean value) { - + includeTrailingDelimiter_ = value; onChanged(); return this; } /** + * + * *
      * If true, objects that end in exactly one instance of `delimiter`
      * will have their metadata included in `items` in addition to
@@ -1411,10 +1531,11 @@ public Builder setIncludeTrailingDelimiter(boolean value) {
      * 
* * bool include_trailing_delimiter = 5; + * * @return This builder for chaining. */ public Builder clearIncludeTrailingDelimiter() { - + includeTrailingDelimiter_ = false; onChanged(); return this; @@ -1422,18 +1543,20 @@ public Builder clearIncludeTrailingDelimiter() { private java.lang.Object prefix_ = ""; /** + * + * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; + * * @return The prefix. */ public java.lang.String getPrefix() { java.lang.Object ref = prefix_; 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(); prefix_ = s; return s; @@ -1442,20 +1565,21 @@ public java.lang.String getPrefix() { } } /** + * + * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; + * * @return The bytes for prefix. */ - public com.google.protobuf.ByteString - getPrefixBytes() { + public com.google.protobuf.ByteString getPrefixBytes() { java.lang.Object ref = prefix_; 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); prefix_ = b; return b; } else { @@ -1463,61 +1587,70 @@ public java.lang.String getPrefix() { } } /** + * + * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; + * * @param value The prefix to set. * @return This builder for chaining. */ - public Builder setPrefix( - java.lang.String value) { + public Builder setPrefix(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + prefix_ = value; onChanged(); return this; } /** + * + * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; + * * @return This builder for chaining. */ public Builder clearPrefix() { - + prefix_ = getDefaultInstance().getPrefix(); onChanged(); return this; } /** + * + * *
      * Filter results to objects whose names begin with this prefix.
      * 
* * string prefix = 6; + * * @param value The bytes for prefix to set. * @return This builder for chaining. */ - public Builder setPrefixBytes( - com.google.protobuf.ByteString value) { + public Builder setPrefixBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + prefix_ = value; onChanged(); return this; } - private boolean versions_ ; + private boolean versions_; /** + * + * *
      * If `true`, lists all versions of an object as distinct results.
      * For more information, see
@@ -1526,6 +1659,7 @@ public Builder setPrefixBytes(
      * 
* * bool versions = 7; + * * @return The versions. */ @java.lang.Override @@ -1533,6 +1667,8 @@ public boolean getVersions() { return versions_; } /** + * + * *
      * If `true`, lists all versions of an object as distinct results.
      * For more information, see
@@ -1541,16 +1677,19 @@ public boolean getVersions() {
      * 
* * bool versions = 7; + * * @param value The versions to set. * @return This builder for chaining. */ public Builder setVersions(boolean value) { - + versions_ = value; onChanged(); return this; } /** + * + * *
      * If `true`, lists all versions of an object as distinct results.
      * For more information, see
@@ -1559,10 +1698,11 @@ public Builder setVersions(boolean value) {
      * 
* * bool versions = 7; + * * @return This builder for chaining. */ public Builder clearVersions() { - + versions_ = false; onChanged(); return this; @@ -1570,8 +1710,13 @@ public Builder clearVersions() { private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + readMaskBuilder_; /** + * + * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1580,12 +1725,15 @@ public Builder clearVersions() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 8; + * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1594,6 +1742,7 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 8; + * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -1604,6 +1753,8 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** + * + * *
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1627,6 +1778,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1636,8 +1789,7 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 8;
      */
-    public Builder setReadMask(
-        com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -1648,6 +1800,8 @@ public Builder setReadMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1659,11 +1813,11 @@ public Builder setReadMask(
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000001) != 0) &&
-            readMask_ != null &&
-            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000001) != 0)
+            && readMask_ != null
+            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -1675,6 +1829,8 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1695,6 +1851,8 @@ public Builder clearReadMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1710,6 +1868,8 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1723,11 +1883,12 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ?
-            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read from each result.
      * If no mask is specified, will default to all fields except items.acl and
@@ -1738,14 +1899,17 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 8;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
+            com.google.protobuf.FieldMask,
+            com.google.protobuf.FieldMask.Builder,
+            com.google.protobuf.FieldMaskOrBuilder>
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(),
-                getParentForChildren(),
-                isClean());
+        readMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.FieldMask,
+                com.google.protobuf.FieldMask.Builder,
+                com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(), getParentForChildren(), isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
@@ -1753,6 +1917,8 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
 
     private java.lang.Object lexicographicStart_ = "";
     /**
+     *
+     *
      * 
      * Optional. Filter results to objects whose names are lexicographically equal
      * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -1761,13 +1927,13 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The lexicographicStart. */ public java.lang.String getLexicographicStart() { java.lang.Object ref = lexicographicStart_; 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(); lexicographicStart_ = s; return s; @@ -1776,6 +1942,8 @@ public java.lang.String getLexicographicStart() { } } /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically equal
      * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -1784,15 +1952,14 @@ public java.lang.String getLexicographicStart() {
      * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for lexicographicStart. */ - public com.google.protobuf.ByteString - getLexicographicStartBytes() { + public com.google.protobuf.ByteString getLexicographicStartBytes() { java.lang.Object ref = lexicographicStart_; 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); lexicographicStart_ = b; return b; } else { @@ -1800,6 +1967,8 @@ public java.lang.String getLexicographicStart() { } } /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically equal
      * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -1808,20 +1977,22 @@ public java.lang.String getLexicographicStart() {
      * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The lexicographicStart to set. * @return This builder for chaining. */ - public Builder setLexicographicStart( - java.lang.String value) { + public Builder setLexicographicStart(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + lexicographicStart_ = value; onChanged(); return this; } /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically equal
      * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -1830,15 +2001,18 @@ public Builder setLexicographicStart(
      * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearLexicographicStart() { - + lexicographicStart_ = getDefaultInstance().getLexicographicStart(); onChanged(); return this; } /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically equal
      * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -1847,16 +2021,16 @@ public Builder clearLexicographicStart() {
      * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The bytes for lexicographicStart to set. * @return This builder for chaining. */ - public Builder setLexicographicStartBytes( - com.google.protobuf.ByteString value) { + public Builder setLexicographicStartBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + lexicographicStart_ = value; onChanged(); return this; @@ -1864,6 +2038,8 @@ public Builder setLexicographicStartBytes( private java.lang.Object lexicographicEnd_ = ""; /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically
      * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -1872,13 +2048,13 @@ public Builder setLexicographicStartBytes(
      * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The lexicographicEnd. */ public java.lang.String getLexicographicEnd() { java.lang.Object ref = lexicographicEnd_; 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(); lexicographicEnd_ = s; return s; @@ -1887,6 +2063,8 @@ public java.lang.String getLexicographicEnd() { } } /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically
      * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -1895,15 +2073,14 @@ public java.lang.String getLexicographicEnd() {
      * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for lexicographicEnd. */ - public com.google.protobuf.ByteString - getLexicographicEndBytes() { + public com.google.protobuf.ByteString getLexicographicEndBytes() { java.lang.Object ref = lexicographicEnd_; 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); lexicographicEnd_ = b; return b; } else { @@ -1911,6 +2088,8 @@ public java.lang.String getLexicographicEnd() { } } /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically
      * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -1919,20 +2098,22 @@ public java.lang.String getLexicographicEnd() {
      * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The lexicographicEnd to set. * @return This builder for chaining. */ - public Builder setLexicographicEnd( - java.lang.String value) { + public Builder setLexicographicEnd(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + lexicographicEnd_ = value; onChanged(); return this; } /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically
      * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -1941,15 +2122,18 @@ public Builder setLexicographicEnd(
      * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @return This builder for chaining. */ public Builder clearLexicographicEnd() { - + lexicographicEnd_ = getDefaultInstance().getLexicographicEnd(); onChanged(); return this; } /** + * + * *
      * Optional. Filter results to objects whose names are lexicographically
      * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -1958,23 +2142,23 @@ public Builder clearLexicographicEnd() {
      * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @param value The bytes for lexicographicEnd to set. * @return This builder for chaining. */ - public Builder setLexicographicEndBytes( - com.google.protobuf.ByteString value) { + public Builder setLexicographicEndBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + lexicographicEnd_ = 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); } @@ -1984,12 +2168,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ListObjectsRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListObjectsRequest) private static final com.google.storage.v2.ListObjectsRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ListObjectsRequest(); } @@ -1998,27 +2182,27 @@ public static com.google.storage.v2.ListObjectsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListObjectsRequest 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 ListObjectsRequest 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; @@ -2033,6 +2217,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListObjectsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java similarity index 80% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java index 0dd58b215e..187cfa59cf 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsRequestOrBuilder.java @@ -1,33 +1,60 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListObjectsRequestOrBuilder extends +public interface ListObjectsRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListObjectsRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. Name of the bucket in which to look for objects.
    * 
* - * 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 the bucket in which to look for objects.
    * 
* - * 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(); /** + * + * *
    * Maximum number of `items` plus `prefixes` to return
    * in a single page of responses. As duplicate `prefixes` are
@@ -36,33 +63,41 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * int32 page_size = 2; + * * @return The pageSize. */ int getPageSize(); /** + * + * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; + * * @return The pageToken. */ java.lang.String getPageToken(); /** + * + * *
    * A previously-returned page token representing part of the larger set of
    * results to view.
    * 
* * string page_token = 3; + * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString - getPageTokenBytes(); + com.google.protobuf.ByteString getPageTokenBytes(); /** + * + * *
    * If set, returns results in a directory-like mode. `items` will contain
    * only objects whose names, aside from the `prefix`, do not
@@ -73,10 +108,13 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * string delimiter = 4; + * * @return The delimiter. */ java.lang.String getDelimiter(); /** + * + * *
    * If set, returns results in a directory-like mode. `items` will contain
    * only objects whose names, aside from the `prefix`, do not
@@ -87,12 +125,14 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * string delimiter = 4; + * * @return The bytes for delimiter. */ - com.google.protobuf.ByteString - getDelimiterBytes(); + com.google.protobuf.ByteString getDelimiterBytes(); /** + * + * *
    * If true, objects that end in exactly one instance of `delimiter`
    * will have their metadata included in `items` in addition to
@@ -100,31 +140,39 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * bool include_trailing_delimiter = 5; + * * @return The includeTrailingDelimiter. */ boolean getIncludeTrailingDelimiter(); /** + * + * *
    * Filter results to objects whose names begin with this prefix.
    * 
* * string prefix = 6; + * * @return The prefix. */ java.lang.String getPrefix(); /** + * + * *
    * Filter results to objects whose names begin with this prefix.
    * 
* * string prefix = 6; + * * @return The bytes for prefix. */ - com.google.protobuf.ByteString - getPrefixBytes(); + com.google.protobuf.ByteString getPrefixBytes(); /** + * + * *
    * If `true`, lists all versions of an object as distinct results.
    * For more information, see
@@ -133,11 +181,14 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * bool versions = 7; + * * @return The versions. */ boolean getVersions(); /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -146,10 +197,13 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 8; + * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -158,10 +212,13 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 8; + * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** + * + * *
    * Mask specifying which fields to read from each result.
    * If no mask is specified, will default to all fields except items.acl and
@@ -174,6 +231,8 @@ public interface ListObjectsRequestOrBuilder extends
   com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder();
 
   /**
+   *
+   *
    * 
    * Optional. Filter results to objects whose names are lexicographically equal
    * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -182,10 +241,13 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The lexicographicStart. */ java.lang.String getLexicographicStart(); /** + * + * *
    * Optional. Filter results to objects whose names are lexicographically equal
    * to or after lexicographic_start. If lexicographic_end is also set, the
@@ -194,12 +256,14 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * string lexicographic_start = 10 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for lexicographicStart. */ - com.google.protobuf.ByteString - getLexicographicStartBytes(); + com.google.protobuf.ByteString getLexicographicStartBytes(); /** + * + * *
    * Optional. Filter results to objects whose names are lexicographically
    * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -208,10 +272,13 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The lexicographicEnd. */ java.lang.String getLexicographicEnd(); /** + * + * *
    * Optional. Filter results to objects whose names are lexicographically
    * before lexicographic_end. If lexicographic_start is also set, the objects
@@ -220,8 +287,8 @@ public interface ListObjectsRequestOrBuilder extends
    * 
* * string lexicographic_end = 11 [(.google.api.field_behavior) = OPTIONAL]; + * * @return The bytes for lexicographicEnd. */ - com.google.protobuf.ByteString - getLexicographicEndBytes(); + com.google.protobuf.ByteString getLexicographicEndBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java similarity index 72% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java index f7b5d78112..ec62d1ff8d 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponse.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * The result of a call to Objects.ListObjects
  * 
* * Protobuf type {@code google.storage.v2.ListObjectsResponse} */ -public final class ListObjectsResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ListObjectsResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ListObjectsResponse) ListObjectsResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ListObjectsResponse.newBuilder() to construct. private ListObjectsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ListObjectsResponse() { objects_ = java.util.Collections.emptyList(); prefixes_ = com.google.protobuf.LazyStringArrayList.EMPTY; @@ -27,32 +45,35 @@ private ListObjectsResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListObjectsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListObjectsResponse.class, com.google.storage.v2.ListObjectsResponse.Builder.class); + com.google.storage.v2.ListObjectsResponse.class, + com.google.storage.v2.ListObjectsResponse.Builder.class); } public static final int OBJECTS_FIELD_NUMBER = 1; private java.util.List objects_; /** + * + * *
    * The list of items.
    * 
@@ -64,6 +85,8 @@ public java.util.List getObjectsList() { return objects_; } /** + * + * *
    * The list of items.
    * 
@@ -71,11 +94,12 @@ public java.util.List getObjectsList() { * repeated .google.storage.v2.Object objects = 1; */ @java.lang.Override - public java.util.List - getObjectsOrBuilderList() { + public java.util.List getObjectsOrBuilderList() { return objects_; } /** + * + * *
    * The list of items.
    * 
@@ -87,6 +111,8 @@ public int getObjectsCount() { return objects_.size(); } /** + * + * *
    * The list of items.
    * 
@@ -98,6 +124,8 @@ public com.google.storage.v2.Object getObjects(int index) { return objects_.get(index); } /** + * + * *
    * The list of items.
    * 
@@ -105,45 +133,52 @@ public com.google.storage.v2.Object getObjects(int index) { * repeated .google.storage.v2.Object objects = 1; */ @java.lang.Override - public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder( - int index) { + public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder(int index) { return objects_.get(index); } public static final int PREFIXES_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList prefixes_; /** + * + * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; + * * @return A list containing the prefixes. */ - public com.google.protobuf.ProtocolStringList - getPrefixesList() { + public com.google.protobuf.ProtocolStringList getPrefixesList() { return prefixes_; } /** + * + * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; + * * @return The count of prefixes. */ public int getPrefixesCount() { return prefixes_.size(); } /** + * + * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; + * * @param index The index of the element to return. * @return The prefixes at the given index. */ @@ -151,29 +186,34 @@ public java.lang.String getPrefixes(int index) { return prefixes_.get(index); } /** + * + * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; + * * @param index The index of the value to return. * @return The bytes of the prefixes at the given index. */ - public com.google.protobuf.ByteString - getPrefixesBytes(int index) { + public com.google.protobuf.ByteString getPrefixesBytes(int index) { return prefixes_.getByteString(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object nextPageToken_; /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 3; + * * @return The nextPageToken. */ @java.lang.Override @@ -182,30 +222,30 @@ 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; } } /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 3; + * * @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 { @@ -214,6 +254,7 @@ public java.lang.String getNextPageToken() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -225,8 +266,7 @@ 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 < objects_.size(); i++) { output.writeMessage(1, objects_.get(i)); } @@ -246,8 +286,7 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < objects_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, objects_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, objects_.get(i)); } { int dataSize = 0; @@ -268,19 +307,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.storage.v2.ListObjectsResponse)) { return super.equals(obj); } - com.google.storage.v2.ListObjectsResponse other = (com.google.storage.v2.ListObjectsResponse) obj; + com.google.storage.v2.ListObjectsResponse other = + (com.google.storage.v2.ListObjectsResponse) obj; - if (!getObjectsList() - .equals(other.getObjectsList())) return false; - if (!getPrefixesList() - .equals(other.getPrefixesList())) return false; - if (!getNextPageToken() - .equals(other.getNextPageToken())) return false; + if (!getObjectsList().equals(other.getObjectsList())) return false; + if (!getPrefixesList().equals(other.getPrefixesList())) return false; + if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -307,130 +344,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ListObjectsResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ListObjectsResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ListObjectsResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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.storage.v2.ListObjectsResponse 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 result of a call to Objects.ListObjects
    * 
* * Protobuf type {@code google.storage.v2.ListObjectsResponse} */ - 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.storage.v2.ListObjectsResponse) com.google.storage.v2.ListObjectsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ListObjectsResponse.class, com.google.storage.v2.ListObjectsResponse.Builder.class); + com.google.storage.v2.ListObjectsResponse.class, + com.google.storage.v2.ListObjectsResponse.Builder.class); } // Construct using com.google.storage.v2.ListObjectsResponse.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -449,9 +492,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ListObjectsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ListObjectsResponse_descriptor; } @java.lang.Override @@ -470,7 +513,8 @@ public com.google.storage.v2.ListObjectsResponse build() { @java.lang.Override public com.google.storage.v2.ListObjectsResponse buildPartial() { - com.google.storage.v2.ListObjectsResponse result = new com.google.storage.v2.ListObjectsResponse(this); + com.google.storage.v2.ListObjectsResponse result = + new com.google.storage.v2.ListObjectsResponse(this); int from_bitField0_ = bitField0_; if (objectsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -495,38 +539,39 @@ public com.google.storage.v2.ListObjectsResponse 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) { + 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.storage.v2.ListObjectsResponse) { - return mergeFrom((com.google.storage.v2.ListObjectsResponse)other); + return mergeFrom((com.google.storage.v2.ListObjectsResponse) other); } else { super.mergeFrom(other); return this; @@ -553,9 +598,10 @@ public Builder mergeFrom(com.google.storage.v2.ListObjectsResponse other) { objectsBuilder_ = null; objects_ = other.objects_; bitField0_ = (bitField0_ & ~0x00000001); - objectsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getObjectsFieldBuilder() : null; + objectsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getObjectsFieldBuilder() + : null; } else { objectsBuilder_.addAllMessages(other.objects_); } @@ -601,36 +647,38 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - com.google.storage.v2.Object m = - input.readMessage( - com.google.storage.v2.Object.parser(), - extensionRegistry); - if (objectsBuilder_ == null) { - ensureObjectsIsMutable(); - objects_.add(m); - } else { - objectsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: { - java.lang.String s = input.readStringRequireUtf8(); - ensurePrefixesIsMutable(); - prefixes_.add(s); - break; - } // case 18 - case 26: { - nextPageToken_ = input.readStringRequireUtf8(); + case 10: + { + com.google.storage.v2.Object m = + input.readMessage(com.google.storage.v2.Object.parser(), extensionRegistry); + if (objectsBuilder_ == null) { + ensureObjectsIsMutable(); + objects_.add(m); + } else { + objectsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: + { + java.lang.String s = input.readStringRequireUtf8(); + ensurePrefixesIsMutable(); + prefixes_.add(s); + break; + } // case 18 + case 26: + { + nextPageToken_ = input.readStringRequireUtf8(); - break; - } // case 26 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -640,21 +688,28 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.util.List objects_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureObjectsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { objects_ = new java.util.ArrayList(objects_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> objectsBuilder_; + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> + objectsBuilder_; /** + * + * *
      * The list of items.
      * 
@@ -669,6 +724,8 @@ public java.util.List getObjectsList() { } } /** + * + * *
      * The list of items.
      * 
@@ -683,6 +740,8 @@ public int getObjectsCount() { } } /** + * + * *
      * The list of items.
      * 
@@ -697,14 +756,15 @@ public com.google.storage.v2.Object getObjects(int index) { } } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder setObjects( - int index, com.google.storage.v2.Object value) { + public Builder setObjects(int index, com.google.storage.v2.Object value) { if (objectsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -718,14 +778,15 @@ public Builder setObjects( return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder setObjects( - int index, com.google.storage.v2.Object.Builder builderForValue) { + public Builder setObjects(int index, com.google.storage.v2.Object.Builder builderForValue) { if (objectsBuilder_ == null) { ensureObjectsIsMutable(); objects_.set(index, builderForValue.build()); @@ -736,6 +797,8 @@ public Builder setObjects( return this; } /** + * + * *
      * The list of items.
      * 
@@ -756,14 +819,15 @@ public Builder addObjects(com.google.storage.v2.Object value) { return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder addObjects( - int index, com.google.storage.v2.Object value) { + public Builder addObjects(int index, com.google.storage.v2.Object value) { if (objectsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -777,14 +841,15 @@ public Builder addObjects( return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder addObjects( - com.google.storage.v2.Object.Builder builderForValue) { + public Builder addObjects(com.google.storage.v2.Object.Builder builderForValue) { if (objectsBuilder_ == null) { ensureObjectsIsMutable(); objects_.add(builderForValue.build()); @@ -795,14 +860,15 @@ public Builder addObjects( return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public Builder addObjects( - int index, com.google.storage.v2.Object.Builder builderForValue) { + public Builder addObjects(int index, com.google.storage.v2.Object.Builder builderForValue) { if (objectsBuilder_ == null) { ensureObjectsIsMutable(); objects_.add(index, builderForValue.build()); @@ -813,6 +879,8 @@ public Builder addObjects( return this; } /** + * + * *
      * The list of items.
      * 
@@ -823,8 +891,7 @@ public Builder addAllObjects( java.lang.Iterable values) { if (objectsBuilder_ == null) { ensureObjectsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, objects_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, objects_); onChanged(); } else { objectsBuilder_.addAllMessages(values); @@ -832,6 +899,8 @@ public Builder addAllObjects( return this; } /** + * + * *
      * The list of items.
      * 
@@ -849,6 +918,8 @@ public Builder clearObjects() { return this; } /** + * + * *
      * The list of items.
      * 
@@ -866,39 +937,44 @@ public Builder removeObjects(int index) { return this; } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public com.google.storage.v2.Object.Builder getObjectsBuilder( - int index) { + public com.google.storage.v2.Object.Builder getObjectsBuilder(int index) { return getObjectsFieldBuilder().getBuilder(index); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder( - int index) { + public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder(int index) { if (objectsBuilder_ == null) { - return objects_.get(index); } else { + return objects_.get(index); + } else { return objectsBuilder_.getMessageOrBuilder(index); } } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public java.util.List - getObjectsOrBuilderList() { + public java.util.List + getObjectsOrBuilderList() { if (objectsBuilder_ != null) { return objectsBuilder_.getMessageOrBuilderList(); } else { @@ -906,6 +982,8 @@ public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder( } } /** + * + * *
      * The list of items.
      * 
@@ -913,86 +991,100 @@ public com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder( * repeated .google.storage.v2.Object objects = 1; */ public com.google.storage.v2.Object.Builder addObjectsBuilder() { - return getObjectsFieldBuilder().addBuilder( - com.google.storage.v2.Object.getDefaultInstance()); + return getObjectsFieldBuilder().addBuilder(com.google.storage.v2.Object.getDefaultInstance()); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public com.google.storage.v2.Object.Builder addObjectsBuilder( - int index) { - return getObjectsFieldBuilder().addBuilder( - index, com.google.storage.v2.Object.getDefaultInstance()); + public com.google.storage.v2.Object.Builder addObjectsBuilder(int index) { + return getObjectsFieldBuilder() + .addBuilder(index, com.google.storage.v2.Object.getDefaultInstance()); } /** + * + * *
      * The list of items.
      * 
* * repeated .google.storage.v2.Object objects = 1; */ - public java.util.List - getObjectsBuilderList() { + public java.util.List getObjectsBuilderList() { return getObjectsFieldBuilder().getBuilderList(); } + private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> getObjectsFieldBuilder() { if (objectsBuilder_ == null) { - objectsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>( - objects_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); + objectsBuilder_ = + new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder>( + objects_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); objects_ = null; } return objectsBuilder_; } - private com.google.protobuf.LazyStringList prefixes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList prefixes_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensurePrefixesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { prefixes_ = new com.google.protobuf.LazyStringArrayList(prefixes_); bitField0_ |= 0x00000002; - } + } } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @return A list containing the prefixes. */ - public com.google.protobuf.ProtocolStringList - getPrefixesList() { + public com.google.protobuf.ProtocolStringList getPrefixesList() { return prefixes_.getUnmodifiableView(); } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @return The count of prefixes. */ public int getPrefixesCount() { return prefixes_.size(); } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @param index The index of the element to return. * @return The prefixes at the given index. */ @@ -1000,85 +1092,95 @@ public java.lang.String getPrefixes(int index) { return prefixes_.get(index); } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @param index The index of the value to return. * @return The bytes of the prefixes at the given index. */ - public com.google.protobuf.ByteString - getPrefixesBytes(int index) { + public com.google.protobuf.ByteString getPrefixesBytes(int index) { return prefixes_.getByteString(index); } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @param index The index to set the value at. * @param value The prefixes to set. * @return This builder for chaining. */ - public Builder setPrefixes( - int index, java.lang.String value) { + public Builder setPrefixes(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePrefixesIsMutable(); + throw new NullPointerException(); + } + ensurePrefixesIsMutable(); prefixes_.set(index, value); onChanged(); return this; } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @param value The prefixes to add. * @return This builder for chaining. */ - public Builder addPrefixes( - java.lang.String value) { + public Builder addPrefixes(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePrefixesIsMutable(); + throw new NullPointerException(); + } + ensurePrefixesIsMutable(); prefixes_.add(value); onChanged(); return this; } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @param values The prefixes to add. * @return This builder for chaining. */ - public Builder addAllPrefixes( - java.lang.Iterable values) { + public Builder addAllPrefixes(java.lang.Iterable values) { ensurePrefixesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, prefixes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, prefixes_); onChanged(); return this; } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @return This builder for chaining. */ public Builder clearPrefixes() { @@ -1088,21 +1190,23 @@ public Builder clearPrefixes() { return this; } /** + * + * *
      * The list of prefixes of objects matching-but-not-listed up to and including
      * the requested delimiter.
      * 
* * repeated string prefixes = 2; + * * @param value The bytes of the prefixes to add. * @return This builder for chaining. */ - public Builder addPrefixesBytes( - com.google.protobuf.ByteString value) { + public Builder addPrefixesBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePrefixesIsMutable(); prefixes_.add(value); onChanged(); @@ -1111,19 +1215,21 @@ public Builder addPrefixesBytes( private java.lang.Object nextPageToken_ = ""; /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; + * * @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; @@ -1132,21 +1238,22 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; + * * @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 { @@ -1154,64 +1261,71 @@ public java.lang.String getNextPageToken() { } } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; + * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken( - java.lang.String value) { + public Builder setNextPageToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; + * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** + * + * *
      * The continuation token, used to page through large result sets. Provide
      * this value in a subsequent request to return the next page of results.
      * 
* * string next_page_token = 3; + * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -1221,12 +1335,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ListObjectsResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.ListObjectsResponse) private static final com.google.storage.v2.ListObjectsResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ListObjectsResponse(); } @@ -1235,27 +1349,27 @@ public static com.google.storage.v2.ListObjectsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListObjectsResponse 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 ListObjectsResponse 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; @@ -1270,6 +1384,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ListObjectsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java similarity index 71% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java index fcecca4ad3..6fa2582940 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ListObjectsResponseOrBuilder.java @@ -1,22 +1,41 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ListObjectsResponseOrBuilder extends +public interface ListObjectsResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ListObjectsResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Object objects = 1; */ - java.util.List - getObjectsList(); + java.util.List getObjectsList(); /** + * + * *
    * The list of items.
    * 
@@ -25,6 +44,8 @@ public interface ListObjectsResponseOrBuilder extends */ com.google.storage.v2.Object getObjects(int index); /** + * + * *
    * The list of items.
    * 
@@ -33,88 +54,105 @@ public interface ListObjectsResponseOrBuilder extends */ int getObjectsCount(); /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Object objects = 1; */ - java.util.List - getObjectsOrBuilderList(); + java.util.List getObjectsOrBuilderList(); /** + * + * *
    * The list of items.
    * 
* * repeated .google.storage.v2.Object objects = 1; */ - com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder( - int index); + com.google.storage.v2.ObjectOrBuilder getObjectsOrBuilder(int index); /** + * + * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; + * * @return A list containing the prefixes. */ - java.util.List - getPrefixesList(); + java.util.List getPrefixesList(); /** + * + * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; + * * @return The count of prefixes. */ int getPrefixesCount(); /** + * + * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; + * * @param index The index of the element to return. * @return The prefixes at the given index. */ java.lang.String getPrefixes(int index); /** + * + * *
    * The list of prefixes of objects matching-but-not-listed up to and including
    * the requested delimiter.
    * 
* * repeated string prefixes = 2; + * * @param index The index of the value to return. * @return The bytes of the prefixes at the given index. */ - com.google.protobuf.ByteString - getPrefixesBytes(int index); + com.google.protobuf.ByteString getPrefixesBytes(int index); /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 3; + * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** + * + * *
    * The continuation token, used to page through large result sets. Provide
    * this value in a subsequent request to return the next page of results.
    * 
* * string next_page_token = 3; + * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString - getNextPageTokenBytes(); + com.google.protobuf.ByteString getNextPageTokenBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java similarity index 63% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java index eae481219f..9ee3c28fb2 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequest.java @@ -1,61 +1,86 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for LockBucketRetentionPolicyRequest.
  * 
* * Protobuf type {@code google.storage.v2.LockBucketRetentionPolicyRequest} */ -public final class LockBucketRetentionPolicyRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class LockBucketRetentionPolicyRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.LockBucketRetentionPolicyRequest) LockBucketRetentionPolicyRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use LockBucketRetentionPolicyRequest.newBuilder() to construct. - private LockBucketRetentionPolicyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LockBucketRetentionPolicyRequest( + com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private LockBucketRetentionPolicyRequest() { bucket_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new LockBucketRetentionPolicyRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.LockBucketRetentionPolicyRequest.class, com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder.class); + com.google.storage.v2.LockBucketRetentionPolicyRequest.class, + com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder.class); } public static final int BUCKET_FIELD_NUMBER = 1; private volatile java.lang.Object bucket_; /** + * + * *
    * Required. Name of a bucket.
    * 
* - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bucket. */ @java.lang.Override @@ -64,29 +89,31 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** + * + * *
    * Required. Name of a bucket.
    * 
* - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -97,12 +124,15 @@ public java.lang.String getBucket() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 2; private long ifMetagenerationMatch_; /** + * + * *
    * Required. Makes the operation conditional on whether bucket's current
    * metageneration matches the given value. Must be positive.
    * 
* * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -111,6 +141,7 @@ public long getIfMetagenerationMatch() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -122,8 +153,7 @@ 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(bucket_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, bucket_); } @@ -143,8 +173,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, bucket_); } if (ifMetagenerationMatch_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(2, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifMetagenerationMatch_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -154,17 +183,16 @@ 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.storage.v2.LockBucketRetentionPolicyRequest)) { return super.equals(obj); } - com.google.storage.v2.LockBucketRetentionPolicyRequest other = (com.google.storage.v2.LockBucketRetentionPolicyRequest) obj; + com.google.storage.v2.LockBucketRetentionPolicyRequest other = + (com.google.storage.v2.LockBucketRetentionPolicyRequest) obj; - if (!getBucket() - .equals(other.getBucket())) return false; - if (getIfMetagenerationMatch() - != other.getIfMetagenerationMatch()) return false; + if (!getBucket().equals(other.getBucket())) return false; + if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -179,137 +207,143 @@ public int hashCode() { hash = (37 * hash) + BUCKET_FIELD_NUMBER; hash = (53 * hash) + getBucket().hashCode(); hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.LockBucketRetentionPolicyRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.LockBucketRetentionPolicyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest 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.storage.v2.LockBucketRetentionPolicyRequest prototype) { + + public static Builder newBuilder( + com.google.storage.v2.LockBucketRetentionPolicyRequest 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 message for LockBucketRetentionPolicyRequest.
    * 
* * Protobuf type {@code google.storage.v2.LockBucketRetentionPolicyRequest} */ - 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.storage.v2.LockBucketRetentionPolicyRequest) com.google.storage.v2.LockBucketRetentionPolicyRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.LockBucketRetentionPolicyRequest.class, com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder.class); + com.google.storage.v2.LockBucketRetentionPolicyRequest.class, + com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder.class); } // Construct using com.google.storage.v2.LockBucketRetentionPolicyRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -321,9 +355,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; } @java.lang.Override @@ -342,7 +376,8 @@ public com.google.storage.v2.LockBucketRetentionPolicyRequest build() { @java.lang.Override public com.google.storage.v2.LockBucketRetentionPolicyRequest buildPartial() { - com.google.storage.v2.LockBucketRetentionPolicyRequest result = new com.google.storage.v2.LockBucketRetentionPolicyRequest(this); + com.google.storage.v2.LockBucketRetentionPolicyRequest result = + new com.google.storage.v2.LockBucketRetentionPolicyRequest(this); result.bucket_ = bucket_; result.ifMetagenerationMatch_ = ifMetagenerationMatch_; onBuilt(); @@ -353,38 +388,39 @@ public com.google.storage.v2.LockBucketRetentionPolicyRequest 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) { + 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.storage.v2.LockBucketRetentionPolicyRequest) { - return mergeFrom((com.google.storage.v2.LockBucketRetentionPolicyRequest)other); + return mergeFrom((com.google.storage.v2.LockBucketRetentionPolicyRequest) other); } else { super.mergeFrom(other); return this; @@ -392,7 +428,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.LockBucketRetentionPolicyRequest other) { - if (other == com.google.storage.v2.LockBucketRetentionPolicyRequest.getDefaultInstance()) return this; + if (other == com.google.storage.v2.LockBucketRetentionPolicyRequest.getDefaultInstance()) + return this; if (!other.getBucket().isEmpty()) { bucket_ = other.bucket_; onChanged(); @@ -426,22 +463,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - bucket_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: { - ifMetagenerationMatch_ = input.readInt64(); - - break; - } // case 16 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + bucket_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: + { + ifMetagenerationMatch_ = input.readInt64(); + + 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) { @@ -454,18 +494,22 @@ public Builder mergeFrom( private java.lang.Object bucket_ = ""; /** + * + * *
      * Required. Name of a bucket.
      * 
* - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -474,20 +518,23 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Required. Name of a bucket.
      * 
* - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for bucket. */ - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -495,67 +542,83 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Required. Name of a bucket.
      * 
* - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket( - java.lang.String value) { + public Builder setBucket(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of a bucket.
      * 
* - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** + * + * *
      * Required. Name of a bucket.
      * 
* - * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes( - com.google.protobuf.ByteString value) { + public Builder setBucketBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * Required. Makes the operation conditional on whether bucket's current
      * metageneration matches the given value. Must be positive.
      * 
* * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -563,39 +626,45 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * Required. Makes the operation conditional on whether bucket's current
      * metageneration matches the given value. Must be positive.
      * 
* * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ public Builder setIfMetagenerationMatch(long value) { - + ifMetagenerationMatch_ = value; onChanged(); return this; } /** + * + * *
      * Required. Makes the operation conditional on whether bucket's current
      * metageneration matches the given value. Must be positive.
      * 
* * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { - + ifMetagenerationMatch_ = 0L; 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); } @@ -605,12 +674,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.LockBucketRetentionPolicyRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.LockBucketRetentionPolicyRequest) private static final com.google.storage.v2.LockBucketRetentionPolicyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.LockBucketRetentionPolicyRequest(); } @@ -619,27 +688,27 @@ public static com.google.storage.v2.LockBucketRetentionPolicyRequest getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public LockBucketRetentionPolicyRequest 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 LockBucketRetentionPolicyRequest 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; @@ -654,6 +723,4 @@ public com.google.protobuf.Parser getParserFor public com.google.storage.v2.LockBucketRetentionPolicyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java new file mode 100644 index 0000000000..7a5eae42f8 --- /dev/null +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/LockBucketRetentionPolicyRequestOrBuilder.java @@ -0,0 +1,68 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface LockBucketRetentionPolicyRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.LockBucketRetentionPolicyRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. Name of a bucket.
+   * 
+ * + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bucket. + */ + java.lang.String getBucket(); + /** + * + * + *
+   * Required. Name of a bucket.
+   * 
+ * + * + * string bucket = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for bucket. + */ + com.google.protobuf.ByteString getBucketBytes(); + + /** + * + * + *
+   * Required. Makes the operation conditional on whether bucket's current
+   * metageneration matches the given value. Must be positive.
+   * 
+ * + * int64 if_metageneration_match = 2 [(.google.api.field_behavior) = REQUIRED]; + * + * @return The ifMetagenerationMatch. + */ + long getIfMetagenerationMatch(); +} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java similarity index 71% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java index 6dd4a33844..5ce84b5466 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Notification.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * A directive to publish Pub/Sub notifications upon changes to a bucket.
  * 
* * Protobuf type {@code google.storage.v2.Notification} */ -public final class Notification extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Notification extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Notification) NotificationOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Notification.newBuilder() to construct. private Notification(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Notification() { name_ = ""; topic_ = ""; @@ -30,44 +48,46 @@ private Notification() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Notification(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Notification_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 internalGetCustomAttributes(); 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.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Notification_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Notification.class, com.google.storage.v2.Notification.Builder.class); + com.google.storage.v2.Notification.class, + com.google.storage.v2.Notification.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Required. The resource name of this notification.
    * Format:
@@ -76,6 +96,7 @@ protected com.google.protobuf.MapField internalGetMapField(
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ @java.lang.Override @@ -84,14 +105,15 @@ 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. The resource name of this notification.
    * Format:
@@ -100,16 +122,15 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @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 { @@ -120,6 +141,8 @@ public java.lang.String getName() { public static final int TOPIC_FIELD_NUMBER = 2; private volatile java.lang.Object topic_; /** + * + * *
    * Required. The Pub/Sub topic to which this subscription publishes. Formatted
    * as:
@@ -127,6 +150,7 @@ public java.lang.String getName() {
    * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The topic. */ @java.lang.Override @@ -135,14 +159,15 @@ public java.lang.String getTopic() { 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(); topic_ = s; return s; } } /** + * + * *
    * Required. The Pub/Sub topic to which this subscription publishes. Formatted
    * as:
@@ -150,16 +175,15 @@ public java.lang.String getTopic() {
    * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for topic. */ @java.lang.Override - public com.google.protobuf.ByteString - getTopicBytes() { + public com.google.protobuf.ByteString getTopicBytes() { java.lang.Object ref = topic_; 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); topic_ = b; return b; } else { @@ -170,6 +194,8 @@ public java.lang.String getTopic() { public static final int ETAG_FIELD_NUMBER = 7; private volatile java.lang.Object etag_; /** + * + * *
    * The etag of the Notification.
    * If included in the metadata of GetNotificationRequest, the operation will
@@ -177,6 +203,7 @@ public java.lang.String getTopic() {
    * 
* * string etag = 7; + * * @return The etag. */ @java.lang.Override @@ -185,14 +212,15 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** + * + * *
    * The etag of the Notification.
    * If included in the metadata of GetNotificationRequest, the operation will
@@ -200,16 +228,15 @@ public java.lang.String getEtag() {
    * 
* * string etag = 7; + * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -220,37 +247,45 @@ public java.lang.String getEtag() { public static final int EVENT_TYPES_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList eventTypes_; /** + * + * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; + * * @return A list containing the eventTypes. */ - public com.google.protobuf.ProtocolStringList - getEventTypesList() { + public com.google.protobuf.ProtocolStringList getEventTypesList() { return eventTypes_; } /** + * + * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; + * * @return The count of eventTypes. */ public int getEventTypesCount() { return eventTypes_.size(); } /** + * + * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; + * * @param index The index of the element to return. * @return The eventTypes at the given index. */ @@ -258,36 +293,39 @@ public java.lang.String getEventTypes(int index) { return eventTypes_.get(index); } /** + * + * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; + * * @param index The index of the value to return. * @return The bytes of the eventTypes at the given index. */ - public com.google.protobuf.ByteString - getEventTypesBytes(int index) { + public com.google.protobuf.ByteString getEventTypesBytes(int index) { return eventTypes_.getByteString(index); } public static final int CUSTOM_ATTRIBUTES_FIELD_NUMBER = 4; + private static final class CustomAttributesDefaultEntryHolder { - static final com.google.protobuf.MapEntry< - java.lang.String, java.lang.String> defaultEntry = - com.google.protobuf.MapEntry - .newDefaultInstance( - com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry defaultEntry = + com.google.protobuf.MapEntry.newDefaultInstance( + com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - private com.google.protobuf.MapField< - java.lang.String, java.lang.String> customAttributes_; + + private com.google.protobuf.MapField customAttributes_; + private com.google.protobuf.MapField - internalGetCustomAttributes() { + internalGetCustomAttributes() { if (customAttributes_ == null) { return com.google.protobuf.MapField.emptyMapField( CustomAttributesDefaultEntryHolder.defaultEntry); @@ -299,6 +337,8 @@ public int getCustomAttributesCount() { return internalGetCustomAttributes().getMap().size(); } /** + * + * *
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -306,22 +346,22 @@ public int getCustomAttributesCount() {
    *
    * map<string, string> custom_attributes = 4;
    */
-
   @java.lang.Override
-  public boolean containsCustomAttributes(
-      java.lang.String key) {
-    if (key == null) { throw new NullPointerException("map key"); }
+  public boolean containsCustomAttributes(java.lang.String key) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
     return internalGetCustomAttributes().getMap().containsKey(key);
   }
-  /**
-   * Use {@link #getCustomAttributesMap()} instead.
-   */
+  /** Use {@link #getCustomAttributesMap()} instead. */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getCustomAttributes() {
     return getCustomAttributesMap();
   }
   /**
+   *
+   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -330,11 +370,12 @@ public java.util.Map getCustomAttributes() {
    * map<string, string> custom_attributes = 4;
    */
   @java.lang.Override
-
   public java.util.Map getCustomAttributesMap() {
     return internalGetCustomAttributes().getMap();
   }
   /**
+   *
+   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -343,16 +384,17 @@ public java.util.Map getCustomAttributesMap(
    * map<string, string> custom_attributes = 4;
    */
   @java.lang.Override
-
   public java.lang.String getCustomAttributesOrDefault(
-      java.lang.String key,
-      java.lang.String defaultValue) {
-    if (key == null) { throw new NullPointerException("map key"); }
-    java.util.Map map =
-        internalGetCustomAttributes().getMap();
+      java.lang.String key, java.lang.String defaultValue) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
+    java.util.Map map = internalGetCustomAttributes().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
+   *
+   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -361,12 +403,11 @@ public java.lang.String getCustomAttributesOrDefault(
    * map<string, string> custom_attributes = 4;
    */
   @java.lang.Override
-
-  public java.lang.String getCustomAttributesOrThrow(
-      java.lang.String key) {
-    if (key == null) { throw new NullPointerException("map key"); }
-    java.util.Map map =
-        internalGetCustomAttributes().getMap();
+  public java.lang.String getCustomAttributesOrThrow(java.lang.String key) {
+    if (key == null) {
+      throw new NullPointerException("map key");
+    }
+    java.util.Map map = internalGetCustomAttributes().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -376,12 +417,15 @@ public java.lang.String getCustomAttributesOrThrow(
   public static final int OBJECT_NAME_PREFIX_FIELD_NUMBER = 5;
   private volatile java.lang.Object objectNamePrefix_;
   /**
+   *
+   *
    * 
    * If present, only apply this notification config to object names that
    * begin with this prefix.
    * 
* * string object_name_prefix = 5; + * * @return The objectNamePrefix. */ @java.lang.Override @@ -390,30 +434,30 @@ public java.lang.String getObjectNamePrefix() { 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(); objectNamePrefix_ = s; return s; } } /** + * + * *
    * If present, only apply this notification config to object names that
    * begin with this prefix.
    * 
* * string object_name_prefix = 5; + * * @return The bytes for objectNamePrefix. */ @java.lang.Override - public com.google.protobuf.ByteString - getObjectNamePrefixBytes() { + public com.google.protobuf.ByteString getObjectNamePrefixBytes() { java.lang.Object ref = objectNamePrefix_; 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); objectNamePrefix_ = b; return b; } else { @@ -424,11 +468,14 @@ public java.lang.String getObjectNamePrefix() { public static final int PAYLOAD_FORMAT_FIELD_NUMBER = 6; private volatile java.lang.Object payloadFormat_; /** + * + * *
    * Required. The desired content of the Payload.
    * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @return The payloadFormat. */ @java.lang.Override @@ -437,29 +484,29 @@ public java.lang.String getPayloadFormat() { 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(); payloadFormat_ = s; return s; } } /** + * + * *
    * Required. The desired content of the Payload.
    * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for payloadFormat. */ @java.lang.Override - public com.google.protobuf.ByteString - getPayloadFormatBytes() { + public com.google.protobuf.ByteString getPayloadFormatBytes() { java.lang.Object ref = payloadFormat_; 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); payloadFormat_ = b; return b; } else { @@ -468,6 +515,7 @@ public java.lang.String getPayloadFormat() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -479,8 +527,7 @@ 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_); } @@ -490,12 +537,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) for (int i = 0; i < eventTypes_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, eventTypes_.getRaw(i)); } - com.google.protobuf.GeneratedMessageV3 - .serializeStringMapTo( - output, - internalGetCustomAttributes(), - CustomAttributesDefaultEntryHolder.defaultEntry, - 4); + com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( + output, internalGetCustomAttributes(), CustomAttributesDefaultEntryHolder.defaultEntry, 4); if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(objectNamePrefix_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, objectNamePrefix_); } @@ -528,15 +571,15 @@ public int getSerializedSize() { size += dataSize; size += 1 * getEventTypesList().size(); } - for (java.util.Map.Entry entry - : internalGetCustomAttributes().getMap().entrySet()) { - com.google.protobuf.MapEntry - customAttributes__ = CustomAttributesDefaultEntryHolder.defaultEntry.newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(4, customAttributes__); + for (java.util.Map.Entry entry : + internalGetCustomAttributes().getMap().entrySet()) { + com.google.protobuf.MapEntry customAttributes__ = + CustomAttributesDefaultEntryHolder.defaultEntry + .newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, customAttributes__); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(objectNamePrefix_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, objectNamePrefix_); @@ -555,27 +598,20 @@ 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.storage.v2.Notification)) { return super.equals(obj); } com.google.storage.v2.Notification other = (com.google.storage.v2.Notification) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getTopic() - .equals(other.getTopic())) return false; - if (!getEtag() - .equals(other.getEtag())) return false; - if (!getEventTypesList() - .equals(other.getEventTypesList())) return false; - if (!internalGetCustomAttributes().equals( - other.internalGetCustomAttributes())) return false; - if (!getObjectNamePrefix() - .equals(other.getObjectNamePrefix())) return false; - if (!getPayloadFormat() - .equals(other.getPayloadFormat())) return false; + if (!getName().equals(other.getName())) return false; + if (!getTopic().equals(other.getTopic())) return false; + if (!getEtag().equals(other.getEtag())) return false; + if (!getEventTypesList().equals(other.getEventTypesList())) return false; + if (!internalGetCustomAttributes().equals(other.internalGetCustomAttributes())) return false; + if (!getObjectNamePrefix().equals(other.getObjectNamePrefix())) return false; + if (!getPayloadFormat().equals(other.getPayloadFormat())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -610,152 +646,155 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Notification parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Notification parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Notification 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.storage.v2.Notification parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.Notification parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Notification 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.storage.v2.Notification parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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.storage.v2.Notification 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 directive to publish Pub/Sub notifications upon changes to a bucket.
    * 
* * Protobuf type {@code google.storage.v2.Notification} */ - 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.storage.v2.Notification) com.google.storage.v2.NotificationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Notification_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField( - int number) { + protected com.google.protobuf.MapField internalGetMapField(int number) { switch (number) { case 4: return internalGetCustomAttributes(); 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 internalGetMutableCustomAttributes(); 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.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Notification_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.Notification.class, com.google.storage.v2.Notification.Builder.class); + com.google.storage.v2.Notification.class, + com.google.storage.v2.Notification.Builder.class); } // Construct using com.google.storage.v2.Notification.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -776,9 +815,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Notification_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Notification_descriptor; } @java.lang.Override @@ -819,38 +858,39 @@ public com.google.storage.v2.Notification 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) { + 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.storage.v2.Notification) { - return mergeFrom((com.google.storage.v2.Notification)other); + return mergeFrom((com.google.storage.v2.Notification) other); } else { super.mergeFrom(other); return this; @@ -881,8 +921,7 @@ public Builder mergeFrom(com.google.storage.v2.Notification other) { } onChanged(); } - internalGetMutableCustomAttributes().mergeFrom( - other.internalGetCustomAttributes()); + internalGetMutableCustomAttributes().mergeFrom(other.internalGetCustomAttributes()); if (!other.getObjectNamePrefix().isEmpty()) { objectNamePrefix_ = other.objectNamePrefix_; onChanged(); @@ -917,51 +956,62 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - topic_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 26: { - java.lang.String s = input.readStringRequireUtf8(); - ensureEventTypesIsMutable(); - eventTypes_.add(s); - break; - } // case 26 - case 34: { - com.google.protobuf.MapEntry - customAttributes__ = input.readMessage( - CustomAttributesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - internalGetMutableCustomAttributes().getMutableMap().put( - customAttributes__.getKey(), customAttributes__.getValue()); - break; - } // case 34 - case 42: { - objectNamePrefix_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 50: { - payloadFormat_ = input.readStringRequireUtf8(); - - break; - } // case 50 - case 58: { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 58 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + name_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + topic_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 26: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureEventTypesIsMutable(); + eventTypes_.add(s); + break; + } // case 26 + case 34: + { + com.google.protobuf.MapEntry + customAttributes__ = + input.readMessage( + CustomAttributesDefaultEntryHolder.defaultEntry.getParserForType(), + extensionRegistry); + internalGetMutableCustomAttributes() + .getMutableMap() + .put(customAttributes__.getKey(), customAttributes__.getValue()); + break; + } // case 34 + case 42: + { + objectNamePrefix_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 50: + { + payloadFormat_ = input.readStringRequireUtf8(); + + break; + } // case 50 + case 58: + { + etag_ = input.readStringRequireUtf8(); + + 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) { @@ -971,10 +1021,13 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object name_ = ""; /** + * + * *
      * Required. The resource name of this notification.
      * Format:
@@ -983,13 +1036,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @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; @@ -998,6 +1051,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The resource name of this notification.
      * Format:
@@ -1006,15 +1061,14 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @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 { @@ -1022,6 +1076,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. The resource name of this notification.
      * Format:
@@ -1030,20 +1086,22 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Required. The resource name of this notification.
      * Format:
@@ -1052,15 +1110,18 @@ public Builder setName(
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Required. The resource name of this notification.
      * Format:
@@ -1069,16 +1130,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1086,6 +1147,8 @@ public Builder setNameBytes( private java.lang.Object topic_ = ""; /** + * + * *
      * Required. The Pub/Sub topic to which this subscription publishes. Formatted
      * as:
@@ -1093,13 +1156,13 @@ public Builder setNameBytes(
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The topic. */ public java.lang.String getTopic() { java.lang.Object ref = topic_; 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(); topic_ = s; return s; @@ -1108,6 +1171,8 @@ public java.lang.String getTopic() { } } /** + * + * *
      * Required. The Pub/Sub topic to which this subscription publishes. Formatted
      * as:
@@ -1115,15 +1180,14 @@ public java.lang.String getTopic() {
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for topic. */ - public com.google.protobuf.ByteString - getTopicBytes() { + public com.google.protobuf.ByteString getTopicBytes() { java.lang.Object ref = topic_; 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); topic_ = b; return b; } else { @@ -1131,6 +1195,8 @@ public java.lang.String getTopic() { } } /** + * + * *
      * Required. The Pub/Sub topic to which this subscription publishes. Formatted
      * as:
@@ -1138,20 +1204,22 @@ public java.lang.String getTopic() {
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The topic to set. * @return This builder for chaining. */ - public Builder setTopic( - java.lang.String value) { + public Builder setTopic(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + topic_ = value; onChanged(); return this; } /** + * + * *
      * Required. The Pub/Sub topic to which this subscription publishes. Formatted
      * as:
@@ -1159,15 +1227,18 @@ public Builder setTopic(
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearTopic() { - + topic_ = getDefaultInstance().getTopic(); onChanged(); return this; } /** + * + * *
      * Required. The Pub/Sub topic to which this subscription publishes. Formatted
      * as:
@@ -1175,16 +1246,16 @@ public Builder clearTopic() {
      * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for topic to set. * @return This builder for chaining. */ - public Builder setTopicBytes( - com.google.protobuf.ByteString value) { + public Builder setTopicBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + topic_ = value; onChanged(); return this; @@ -1192,6 +1263,8 @@ public Builder setTopicBytes( private java.lang.Object etag_ = ""; /** + * + * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1199,13 +1272,13 @@ public Builder setTopicBytes(
      * 
* * string etag = 7; + * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -1214,6 +1287,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1221,15 +1296,14 @@ public java.lang.String getEtag() {
      * 
* * string etag = 7; + * * @return The bytes for etag. */ - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -1237,6 +1311,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1244,20 +1320,22 @@ public java.lang.String getEtag() {
      * 
* * string etag = 7; + * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag( - java.lang.String value) { + public Builder setEtag(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** + * + * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1265,15 +1343,18 @@ public Builder setEtag(
      * 
* * string etag = 7; + * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** + * + * *
      * The etag of the Notification.
      * If included in the metadata of GetNotificationRequest, the operation will
@@ -1281,60 +1362,70 @@ public Builder clearEtag() {
      * 
* * string etag = 7; + * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes( - com.google.protobuf.ByteString value) { + public Builder setEtagBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList eventTypes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList eventTypes_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureEventTypesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { eventTypes_ = new com.google.protobuf.LazyStringArrayList(eventTypes_); bitField0_ |= 0x00000001; - } + } } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @return A list containing the eventTypes. */ - public com.google.protobuf.ProtocolStringList - getEventTypesList() { + public com.google.protobuf.ProtocolStringList getEventTypesList() { return eventTypes_.getUnmodifiableView(); } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @return The count of eventTypes. */ public int getEventTypesCount() { return eventTypes_.size(); } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @param index The index of the element to return. * @return The eventTypes at the given index. */ @@ -1342,85 +1433,95 @@ public java.lang.String getEventTypes(int index) { return eventTypes_.get(index); } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @param index The index of the value to return. * @return The bytes of the eventTypes at the given index. */ - public com.google.protobuf.ByteString - getEventTypesBytes(int index) { + public com.google.protobuf.ByteString getEventTypesBytes(int index) { return eventTypes_.getByteString(index); } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @param index The index to set the value at. * @param value The eventTypes to set. * @return This builder for chaining. */ - public Builder setEventTypes( - int index, java.lang.String value) { + public Builder setEventTypes(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureEventTypesIsMutable(); + throw new NullPointerException(); + } + ensureEventTypesIsMutable(); eventTypes_.set(index, value); onChanged(); return this; } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @param value The eventTypes to add. * @return This builder for chaining. */ - public Builder addEventTypes( - java.lang.String value) { + public Builder addEventTypes(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureEventTypesIsMutable(); + throw new NullPointerException(); + } + ensureEventTypesIsMutable(); eventTypes_.add(value); onChanged(); return this; } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @param values The eventTypes to add. * @return This builder for chaining. */ - public Builder addAllEventTypes( - java.lang.Iterable values) { + public Builder addAllEventTypes(java.lang.Iterable values) { ensureEventTypesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, eventTypes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, eventTypes_); onChanged(); return this; } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @return This builder for chaining. */ public Builder clearEventTypes() { @@ -1430,43 +1531,48 @@ public Builder clearEventTypes() { return this; } /** + * + * *
      * If present, only send notifications about listed event types. If empty,
      * sent notifications for all event types.
      * 
* * repeated string event_types = 3; + * * @param value The bytes of the eventTypes to add. * @return This builder for chaining. */ - public Builder addEventTypesBytes( - com.google.protobuf.ByteString value) { + public Builder addEventTypesBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureEventTypesIsMutable(); eventTypes_.add(value); onChanged(); return this; } - private com.google.protobuf.MapField< - java.lang.String, java.lang.String> customAttributes_; + private com.google.protobuf.MapField customAttributes_; + private com.google.protobuf.MapField - internalGetCustomAttributes() { + internalGetCustomAttributes() { if (customAttributes_ == null) { return com.google.protobuf.MapField.emptyMapField( CustomAttributesDefaultEntryHolder.defaultEntry); } return customAttributes_; } + private com.google.protobuf.MapField - internalGetMutableCustomAttributes() { - onChanged();; + internalGetMutableCustomAttributes() { + onChanged(); + ; if (customAttributes_ == null) { - customAttributes_ = com.google.protobuf.MapField.newMapField( - CustomAttributesDefaultEntryHolder.defaultEntry); + customAttributes_ = + com.google.protobuf.MapField.newMapField( + CustomAttributesDefaultEntryHolder.defaultEntry); } if (!customAttributes_.isMutable()) { customAttributes_ = customAttributes_.copy(); @@ -1478,6 +1584,8 @@ public int getCustomAttributesCount() { return internalGetCustomAttributes().getMap().size(); } /** + * + * *
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1485,22 +1593,22 @@ public int getCustomAttributesCount() {
      *
      * map<string, string> custom_attributes = 4;
      */
-
     @java.lang.Override
-    public boolean containsCustomAttributes(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
+    public boolean containsCustomAttributes(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
       return internalGetCustomAttributes().getMap().containsKey(key);
     }
-    /**
-     * Use {@link #getCustomAttributesMap()} instead.
-     */
+    /** Use {@link #getCustomAttributesMap()} instead. */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getCustomAttributes() {
       return getCustomAttributesMap();
     }
     /**
+     *
+     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1509,11 +1617,12 @@ public java.util.Map getCustomAttributes() {
      * map<string, string> custom_attributes = 4;
      */
     @java.lang.Override
-
     public java.util.Map getCustomAttributesMap() {
       return internalGetCustomAttributes().getMap();
     }
     /**
+     *
+     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1522,16 +1631,18 @@ public java.util.Map getCustomAttributesMap(
      * map<string, string> custom_attributes = 4;
      */
     @java.lang.Override
-
     public java.lang.String getCustomAttributesOrDefault(
-        java.lang.String key,
-        java.lang.String defaultValue) {
-      if (key == null) { throw new NullPointerException("map key"); }
+        java.lang.String key, java.lang.String defaultValue) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
       java.util.Map map =
           internalGetCustomAttributes().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
+     *
+     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1540,10 +1651,10 @@ public java.lang.String getCustomAttributesOrDefault(
      * map<string, string> custom_attributes = 4;
      */
     @java.lang.Override
-
-    public java.lang.String getCustomAttributesOrThrow(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
+    public java.lang.String getCustomAttributesOrThrow(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
       java.util.Map map =
           internalGetCustomAttributes().getMap();
       if (!map.containsKey(key)) {
@@ -1553,11 +1664,12 @@ public java.lang.String getCustomAttributesOrThrow(
     }
 
     public Builder clearCustomAttributes() {
-      internalGetMutableCustomAttributes().getMutableMap()
-          .clear();
+      internalGetMutableCustomAttributes().getMutableMap().clear();
       return this;
     }
     /**
+     *
+     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1565,23 +1677,21 @@ public Builder clearCustomAttributes() {
      *
      * map<string, string> custom_attributes = 4;
      */
-
-    public Builder removeCustomAttributes(
-        java.lang.String key) {
-      if (key == null) { throw new NullPointerException("map key"); }
-      internalGetMutableCustomAttributes().getMutableMap()
-          .remove(key);
+    public Builder removeCustomAttributes(java.lang.String key) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
+      internalGetMutableCustomAttributes().getMutableMap().remove(key);
       return this;
     }
-    /**
-     * Use alternate mutation accessors instead.
-     */
+    /** Use alternate mutation accessors instead. */
     @java.lang.Deprecated
-    public java.util.Map
-    getMutableCustomAttributes() {
+    public java.util.Map getMutableCustomAttributes() {
       return internalGetMutableCustomAttributes().getMutableMap();
     }
     /**
+     *
+     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1589,19 +1699,20 @@ public Builder removeCustomAttributes(
      *
      * map<string, string> custom_attributes = 4;
      */
-    public Builder putCustomAttributes(
-        java.lang.String key,
-        java.lang.String value) {
-      if (key == null) { throw new NullPointerException("map key"); }
+    public Builder putCustomAttributes(java.lang.String key, java.lang.String value) {
+      if (key == null) {
+        throw new NullPointerException("map key");
+      }
       if (value == null) {
-  throw new NullPointerException("map value");
-}
+        throw new NullPointerException("map value");
+      }
 
-      internalGetMutableCustomAttributes().getMutableMap()
-          .put(key, value);
+      internalGetMutableCustomAttributes().getMutableMap().put(key, value);
       return this;
     }
     /**
+     *
+     *
      * 
      * A list of additional attributes to attach to each Pub/Sub
      * message published for this notification subscription.
@@ -1609,29 +1720,29 @@ public Builder putCustomAttributes(
      *
      * map<string, string> custom_attributes = 4;
      */
-
     public Builder putAllCustomAttributes(
         java.util.Map values) {
-      internalGetMutableCustomAttributes().getMutableMap()
-          .putAll(values);
+      internalGetMutableCustomAttributes().getMutableMap().putAll(values);
       return this;
     }
 
     private java.lang.Object objectNamePrefix_ = "";
     /**
+     *
+     *
      * 
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; + * * @return The objectNamePrefix. */ public java.lang.String getObjectNamePrefix() { java.lang.Object ref = objectNamePrefix_; 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(); objectNamePrefix_ = s; return s; @@ -1640,21 +1751,22 @@ public java.lang.String getObjectNamePrefix() { } } /** + * + * *
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; + * * @return The bytes for objectNamePrefix. */ - public com.google.protobuf.ByteString - getObjectNamePrefixBytes() { + public com.google.protobuf.ByteString getObjectNamePrefixBytes() { java.lang.Object ref = objectNamePrefix_; 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); objectNamePrefix_ = b; return b; } else { @@ -1662,57 +1774,64 @@ public java.lang.String getObjectNamePrefix() { } } /** + * + * *
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; + * * @param value The objectNamePrefix to set. * @return This builder for chaining. */ - public Builder setObjectNamePrefix( - java.lang.String value) { + public Builder setObjectNamePrefix(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + objectNamePrefix_ = value; onChanged(); return this; } /** + * + * *
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; + * * @return This builder for chaining. */ public Builder clearObjectNamePrefix() { - + objectNamePrefix_ = getDefaultInstance().getObjectNamePrefix(); onChanged(); return this; } /** + * + * *
      * If present, only apply this notification config to object names that
      * begin with this prefix.
      * 
* * string object_name_prefix = 5; + * * @param value The bytes for objectNamePrefix to set. * @return This builder for chaining. */ - public Builder setObjectNamePrefixBytes( - com.google.protobuf.ByteString value) { + public Builder setObjectNamePrefixBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + objectNamePrefix_ = value; onChanged(); return this; @@ -1720,18 +1839,20 @@ public Builder setObjectNamePrefixBytes( private java.lang.Object payloadFormat_ = ""; /** + * + * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @return The payloadFormat. */ public java.lang.String getPayloadFormat() { java.lang.Object ref = payloadFormat_; 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(); payloadFormat_ = s; return s; @@ -1740,20 +1861,21 @@ public java.lang.String getPayloadFormat() { } } /** + * + * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for payloadFormat. */ - public com.google.protobuf.ByteString - getPayloadFormatBytes() { + public com.google.protobuf.ByteString getPayloadFormatBytes() { java.lang.Object ref = payloadFormat_; 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); payloadFormat_ = b; return b; } else { @@ -1761,61 +1883,68 @@ public java.lang.String getPayloadFormat() { } } /** + * + * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The payloadFormat to set. * @return This builder for chaining. */ - public Builder setPayloadFormat( - java.lang.String value) { + public Builder setPayloadFormat(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + payloadFormat_ = value; onChanged(); return this; } /** + * + * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearPayloadFormat() { - + payloadFormat_ = getDefaultInstance().getPayloadFormat(); onChanged(); return this; } /** + * + * *
      * Required. The desired content of the Payload.
      * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for payloadFormat to set. * @return This builder for chaining. */ - public Builder setPayloadFormatBytes( - com.google.protobuf.ByteString value) { + public Builder setPayloadFormatBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + payloadFormat_ = 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); } @@ -1825,12 +1954,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Notification) } // @@protoc_insertion_point(class_scope:google.storage.v2.Notification) private static final com.google.storage.v2.Notification DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Notification(); } @@ -1839,27 +1968,27 @@ public static com.google.storage.v2.Notification getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Notification 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 Notification 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; @@ -1874,6 +2003,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Notification getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationName.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationName.java similarity index 100% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationName.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationName.java diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java similarity index 77% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java index d9d5303537..4298302bed 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/NotificationOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface NotificationOrBuilder extends +public interface NotificationOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Notification) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The resource name of this notification.
    * Format:
@@ -16,10 +34,13 @@ public interface NotificationOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Required. The resource name of this notification.
    * Format:
@@ -28,12 +49,14 @@ public interface NotificationOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Required. The Pub/Sub topic to which this subscription publishes. Formatted
    * as:
@@ -41,10 +64,13 @@ public interface NotificationOrBuilder extends
    * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The topic. */ java.lang.String getTopic(); /** + * + * *
    * Required. The Pub/Sub topic to which this subscription publishes. Formatted
    * as:
@@ -52,12 +78,14 @@ public interface NotificationOrBuilder extends
    * 
* * string topic = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for topic. */ - com.google.protobuf.ByteString - getTopicBytes(); + com.google.protobuf.ByteString getTopicBytes(); /** + * + * *
    * The etag of the Notification.
    * If included in the metadata of GetNotificationRequest, the operation will
@@ -65,10 +93,13 @@ public interface NotificationOrBuilder extends
    * 
* * string etag = 7; + * * @return The etag. */ java.lang.String getEtag(); /** + * + * *
    * The etag of the Notification.
    * If included in the metadata of GetNotificationRequest, the operation will
@@ -76,57 +107,69 @@ public interface NotificationOrBuilder extends
    * 
* * string etag = 7; + * * @return The bytes for etag. */ - com.google.protobuf.ByteString - getEtagBytes(); + com.google.protobuf.ByteString getEtagBytes(); /** + * + * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; + * * @return A list containing the eventTypes. */ - java.util.List - getEventTypesList(); + java.util.List getEventTypesList(); /** + * + * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; + * * @return The count of eventTypes. */ int getEventTypesCount(); /** + * + * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; + * * @param index The index of the element to return. * @return The eventTypes at the given index. */ java.lang.String getEventTypes(int index); /** + * + * *
    * If present, only send notifications about listed event types. If empty,
    * sent notifications for all event types.
    * 
* * repeated string event_types = 3; + * * @param index The index of the value to return. * @return The bytes of the eventTypes at the given index. */ - com.google.protobuf.ByteString - getEventTypesBytes(int index); + com.google.protobuf.ByteString getEventTypesBytes(int index); /** + * + * *
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -136,6 +179,8 @@ public interface NotificationOrBuilder extends
    */
   int getCustomAttributesCount();
   /**
+   *
+   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -143,15 +188,13 @@ public interface NotificationOrBuilder extends
    *
    * map<string, string> custom_attributes = 4;
    */
-  boolean containsCustomAttributes(
-      java.lang.String key);
-  /**
-   * Use {@link #getCustomAttributesMap()} instead.
-   */
+  boolean containsCustomAttributes(java.lang.String key);
+  /** Use {@link #getCustomAttributesMap()} instead. */
   @java.lang.Deprecated
-  java.util.Map
-  getCustomAttributes();
+  java.util.Map getCustomAttributes();
   /**
+   *
+   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -159,9 +202,10 @@ boolean containsCustomAttributes(
    *
    * map<string, string> custom_attributes = 4;
    */
-  java.util.Map
-  getCustomAttributesMap();
+  java.util.Map getCustomAttributesMap();
   /**
+   *
+   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -171,11 +215,13 @@ boolean containsCustomAttributes(
    */
 
   /* nullable */
-java.lang.String getCustomAttributesOrDefault(
+  java.lang.String getCustomAttributesOrDefault(
       java.lang.String key,
       /* nullable */
-java.lang.String defaultValue);
+      java.lang.String defaultValue);
   /**
+   *
+   *
    * 
    * A list of additional attributes to attach to each Pub/Sub
    * message published for this notification subscription.
@@ -183,49 +229,57 @@ java.lang.String getCustomAttributesOrDefault(
    *
    * map<string, string> custom_attributes = 4;
    */
-
-  java.lang.String getCustomAttributesOrThrow(
-      java.lang.String key);
+  java.lang.String getCustomAttributesOrThrow(java.lang.String key);
 
   /**
+   *
+   *
    * 
    * If present, only apply this notification config to object names that
    * begin with this prefix.
    * 
* * string object_name_prefix = 5; + * * @return The objectNamePrefix. */ java.lang.String getObjectNamePrefix(); /** + * + * *
    * If present, only apply this notification config to object names that
    * begin with this prefix.
    * 
* * string object_name_prefix = 5; + * * @return The bytes for objectNamePrefix. */ - com.google.protobuf.ByteString - getObjectNamePrefixBytes(); + com.google.protobuf.ByteString getObjectNamePrefixBytes(); /** + * + * *
    * Required. The desired content of the Payload.
    * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @return The payloadFormat. */ java.lang.String getPayloadFormat(); /** + * + * *
    * Required. The desired content of the Payload.
    * 
* * string payload_format = 6 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for payloadFormat. */ - com.google.protobuf.ByteString - getPayloadFormatBytes(); + com.google.protobuf.ByteString getPayloadFormatBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java similarity index 76% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java index 7f6d02a9e4..9e207bf514 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Object.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * An object.
  * 
* * Protobuf type {@code google.storage.v2.Object} */ -public final class Object extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Object extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Object) ObjectOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Object.newBuilder() to construct. private Object(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Object() { name_ = ""; bucket_ = ""; @@ -35,37 +53,35 @@ private Object() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Object(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_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 22: return internalGetMetadata(); 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.storage.v2.StorageProto.internal_static_google_storage_v2_Object_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Object_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Object.class, com.google.storage.v2.Object.Builder.class); } @@ -74,6 +90,8 @@ protected com.google.protobuf.MapField internalGetMapField( public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Immutable. The name of this object. Nearly any sequence of unicode
    * characters is valid. See
@@ -85,6 +103,7 @@ protected com.google.protobuf.MapField internalGetMapField(
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ @java.lang.Override @@ -93,14 +112,15 @@ 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; } } /** + * + * *
    * Immutable. The name of this object. Nearly any sequence of unicode
    * characters is valid. See
@@ -112,16 +132,15 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @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 { @@ -132,11 +151,16 @@ public java.lang.String getName() { public static final int BUCKET_FIELD_NUMBER = 2; private volatile java.lang.Object bucket_; /** + * + * *
    * Immutable. The name of the bucket containing this object.
    * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bucket. */ @java.lang.Override @@ -145,29 +169,31 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** + * + * *
    * Immutable. The name of the bucket containing this object.
    * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -178,6 +204,8 @@ public java.lang.String getBucket() { public static final int ETAG_FIELD_NUMBER = 27; private volatile java.lang.Object etag_; /** + * + * *
    * The etag of the object.
    * If included in the metadata of an update or delete request message, the
@@ -186,6 +214,7 @@ public java.lang.String getBucket() {
    * 
* * string etag = 27; + * * @return The etag. */ @java.lang.Override @@ -194,14 +223,15 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** + * + * *
    * The etag of the object.
    * If included in the metadata of an update or delete request message, the
@@ -210,16 +240,15 @@ public java.lang.String getEtag() {
    * 
* * string etag = 27; + * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -230,6 +259,8 @@ public java.lang.String getEtag() { public static final int GENERATION_FIELD_NUMBER = 3; private long generation_; /** + * + * *
    * Immutable. The content generation of this object. Used for object
    * versioning. Attempting to set or update this field will result in a
@@ -237,6 +268,7 @@ public java.lang.String getEtag() {
    * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The generation. */ @java.lang.Override @@ -247,6 +279,8 @@ public long getGeneration() { public static final int METAGENERATION_FIELD_NUMBER = 4; private long metageneration_; /** + * + * *
    * Output only. The version of the metadata for this generation of this
    * object. Used for preconditions and for detecting changes in metadata. A
@@ -256,6 +290,7 @@ public long getGeneration() {
    * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The metageneration. */ @java.lang.Override @@ -266,11 +301,14 @@ public long getMetageneration() { public static final int STORAGE_CLASS_FIELD_NUMBER = 5; private volatile java.lang.Object storageClass_; /** + * + * *
    * Storage class of the object.
    * 
* * string storage_class = 5; + * * @return The storageClass. */ @java.lang.Override @@ -279,29 +317,29 @@ public java.lang.String getStorageClass() { 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(); storageClass_ = s; return s; } } /** + * + * *
    * Storage class of the object.
    * 
* * string storage_class = 5; + * * @return The bytes for storageClass. */ @java.lang.Override - public com.google.protobuf.ByteString - getStorageClassBytes() { + public com.google.protobuf.ByteString getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -312,6 +350,8 @@ public java.lang.String getStorageClass() { public static final int SIZE_FIELD_NUMBER = 6; private long size_; /** + * + * *
    * Output only. Content-Length of the object data in bytes, matching
    * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -320,6 +360,7 @@ public java.lang.String getStorageClass() {
    * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The size. */ @java.lang.Override @@ -330,12 +371,15 @@ public long getSize() { public static final int CONTENT_ENCODING_FIELD_NUMBER = 7; private volatile java.lang.Object contentEncoding_; /** + * + * *
    * Content-Encoding of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
    * 
* * string content_encoding = 7; + * * @return The contentEncoding. */ @java.lang.Override @@ -344,30 +388,30 @@ public java.lang.String getContentEncoding() { 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(); contentEncoding_ = s; return s; } } /** + * + * *
    * Content-Encoding of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
    * 
* * string content_encoding = 7; + * * @return The bytes for contentEncoding. */ @java.lang.Override - public com.google.protobuf.ByteString - getContentEncodingBytes() { + public com.google.protobuf.ByteString getContentEncodingBytes() { java.lang.Object ref = contentEncoding_; 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); contentEncoding_ = b; return b; } else { @@ -378,12 +422,15 @@ public java.lang.String getContentEncoding() { public static final int CONTENT_DISPOSITION_FIELD_NUMBER = 8; private volatile java.lang.Object contentDisposition_; /** + * + * *
    * Content-Disposition of the object data, matching
    * [https://tools.ietf.org/html/rfc6266][RFC 6266].
    * 
* * string content_disposition = 8; + * * @return The contentDisposition. */ @java.lang.Override @@ -392,30 +439,30 @@ public java.lang.String getContentDisposition() { 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(); contentDisposition_ = s; return s; } } /** + * + * *
    * Content-Disposition of the object data, matching
    * [https://tools.ietf.org/html/rfc6266][RFC 6266].
    * 
* * string content_disposition = 8; + * * @return The bytes for contentDisposition. */ @java.lang.Override - public com.google.protobuf.ByteString - getContentDispositionBytes() { + public com.google.protobuf.ByteString getContentDispositionBytes() { java.lang.Object ref = contentDisposition_; 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); contentDisposition_ = b; return b; } else { @@ -426,6 +473,8 @@ public java.lang.String getContentDisposition() { public static final int CACHE_CONTROL_FIELD_NUMBER = 9; private volatile java.lang.Object cacheControl_; /** + * + * *
    * Cache-Control directive for the object data, matching
    * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -434,6 +483,7 @@ public java.lang.String getContentDisposition() {
    * 
* * string cache_control = 9; + * * @return The cacheControl. */ @java.lang.Override @@ -442,14 +492,15 @@ public java.lang.String getCacheControl() { 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(); cacheControl_ = s; return s; } } /** + * + * *
    * Cache-Control directive for the object data, matching
    * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -458,16 +509,15 @@ public java.lang.String getCacheControl() {
    * 
* * string cache_control = 9; + * * @return The bytes for cacheControl. */ @java.lang.Override - public com.google.protobuf.ByteString - getCacheControlBytes() { + public com.google.protobuf.ByteString getCacheControlBytes() { java.lang.Object ref = cacheControl_; 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); cacheControl_ = b; return b; } else { @@ -478,6 +528,8 @@ public java.lang.String getCacheControl() { public static final int ACL_FIELD_NUMBER = 10; private java.util.List acl_; /** + * + * *
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -491,6 +543,8 @@ public java.util.List getAclList() {
     return acl_;
   }
   /**
+   *
+   *
    * 
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -500,11 +554,13 @@ public java.util.List getAclList() {
    * repeated .google.storage.v2.ObjectAccessControl acl = 10;
    */
   @java.lang.Override
-  public java.util.List 
+  public java.util.List
       getAclOrBuilderList() {
     return acl_;
   }
   /**
+   *
+   *
    * 
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -518,6 +574,8 @@ public int getAclCount() {
     return acl_.size();
   }
   /**
+   *
+   *
    * 
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -531,6 +589,8 @@ public com.google.storage.v2.ObjectAccessControl getAcl(int index) {
     return acl_.get(index);
   }
   /**
+   *
+   *
    * 
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -540,20 +600,22 @@ public com.google.storage.v2.ObjectAccessControl getAcl(int index) {
    * repeated .google.storage.v2.ObjectAccessControl acl = 10;
    */
   @java.lang.Override
-  public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
-      int index) {
+  public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(int index) {
     return acl_.get(index);
   }
 
   public static final int CONTENT_LANGUAGE_FIELD_NUMBER = 11;
   private volatile java.lang.Object contentLanguage_;
   /**
+   *
+   *
    * 
    * Content-Language of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
    * 
* * string content_language = 11; + * * @return The contentLanguage. */ @java.lang.Override @@ -562,30 +624,30 @@ public java.lang.String getContentLanguage() { 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(); contentLanguage_ = s; return s; } } /** + * + * *
    * Content-Language of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
    * 
* * string content_language = 11; + * * @return The bytes for contentLanguage. */ @java.lang.Override - public com.google.protobuf.ByteString - getContentLanguageBytes() { + public com.google.protobuf.ByteString getContentLanguageBytes() { java.lang.Object ref = contentLanguage_; 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); contentLanguage_ = b; return b; } else { @@ -596,6 +658,8 @@ public java.lang.String getContentLanguage() { public static final int DELETE_TIME_FIELD_NUMBER = 12; private com.google.protobuf.Timestamp deleteTime_; /** + * + * *
    * Output only. The deletion time of the object. Will be returned if and only
    * if this version of the object has been deleted. Attempting to set or update
@@ -603,7 +667,9 @@ public java.lang.String getContentLanguage() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the deleteTime field is set. */ @java.lang.Override @@ -611,6 +677,8 @@ public boolean hasDeleteTime() { return deleteTime_ != null; } /** + * + * *
    * Output only. The deletion time of the object. Will be returned if and only
    * if this version of the object has been deleted. Attempting to set or update
@@ -618,7 +686,9 @@ public boolean hasDeleteTime() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The deleteTime. */ @java.lang.Override @@ -626,6 +696,8 @@ public com.google.protobuf.Timestamp getDeleteTime() { return deleteTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : deleteTime_; } /** + * + * *
    * Output only. The deletion time of the object. Will be returned if and only
    * if this version of the object has been deleted. Attempting to set or update
@@ -633,7 +705,8 @@ public com.google.protobuf.Timestamp getDeleteTime() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { @@ -643,6 +716,8 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { public static final int CONTENT_TYPE_FIELD_NUMBER = 13; private volatile java.lang.Object contentType_; /** + * + * *
    * Content-Type of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -651,6 +726,7 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() {
    * 
* * string content_type = 13; + * * @return The contentType. */ @java.lang.Override @@ -659,14 +735,15 @@ public java.lang.String getContentType() { 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(); contentType_ = s; return s; } } /** + * + * *
    * Content-Type of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -675,16 +752,15 @@ public java.lang.String getContentType() {
    * 
* * string content_type = 13; + * * @return The bytes for contentType. */ @java.lang.Override - public com.google.protobuf.ByteString - getContentTypeBytes() { + public com.google.protobuf.ByteString getContentTypeBytes() { java.lang.Object ref = contentType_; 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); contentType_ = b; return b; } else { @@ -695,13 +771,17 @@ public java.lang.String getContentType() { public static final int CREATE_TIME_FIELD_NUMBER = 14; private com.google.protobuf.Timestamp createTime_; /** + * + * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ @java.lang.Override @@ -709,13 +789,17 @@ public boolean hasCreateTime() { return createTime_ != null; } /** + * + * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ @java.lang.Override @@ -723,13 +807,16 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** + * + * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -739,6 +826,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int COMPONENT_COUNT_FIELD_NUMBER = 15; private int componentCount_; /** + * + * *
    * Output only. Number of underlying components that make up this object.
    * Components are accumulated by compose operations. Attempting to set or
@@ -747,6 +836,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
    * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The componentCount. */ @java.lang.Override @@ -757,12 +847,17 @@ public int getComponentCount() { public static final int CHECKSUMS_FIELD_NUMBER = 16; private com.google.storage.v2.ObjectChecksums checksums_; /** + * + * *
    * Output only. Hashes for the data part of this object. This field is used
    * for output only and will be silently ignored if provided in requests.
    * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the checksums field is set. */ @java.lang.Override @@ -770,25 +865,36 @@ public boolean hasChecksums() { return checksums_ != null; } /** + * + * *
    * Output only. Hashes for the data part of this object. This field is used
    * for output only and will be silently ignored if provided in requests.
    * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The checksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getChecksums() { - return checksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : checksums_; + return checksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : checksums_; } /** + * + * *
    * Output only. Hashes for the data part of this object. This field is used
    * for output only and will be silently ignored if provided in requests.
    * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() { @@ -798,6 +904,8 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 17; private com.google.protobuf.Timestamp updateTime_; /** + * + * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -809,7 +917,9 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ @java.lang.Override @@ -817,6 +927,8 @@ public boolean hasUpdateTime() { return updateTime_ != null; } /** + * + * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -828,7 +940,9 @@ public boolean hasUpdateTime() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ @java.lang.Override @@ -836,6 +950,8 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** + * + * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -847,7 +963,8 @@ public com.google.protobuf.Timestamp getUpdateTime() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -857,12 +974,15 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int KMS_KEY_FIELD_NUMBER = 18; private volatile java.lang.Object kmsKey_; /** + * + * *
    * Cloud KMS Key used to encrypt this object, if the object is encrypted by
    * such a key.
    * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @return The kmsKey. */ @java.lang.Override @@ -871,30 +991,30 @@ public java.lang.String getKmsKey() { 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(); kmsKey_ = s; return s; } } /** + * + * *
    * Cloud KMS Key used to encrypt this object, if the object is encrypted by
    * such a key.
    * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @return The bytes for kmsKey. */ @java.lang.Override - public com.google.protobuf.ByteString - getKmsKeyBytes() { + public com.google.protobuf.ByteString getKmsKeyBytes() { java.lang.Object ref = kmsKey_; 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); kmsKey_ = b; return b; } else { @@ -905,6 +1025,8 @@ public java.lang.String getKmsKey() { public static final int UPDATE_STORAGE_CLASS_TIME_FIELD_NUMBER = 19; private com.google.protobuf.Timestamp updateStorageClassTime_; /** + * + * *
    * Output only. The time at which the object's storage class was last changed.
    * When the object is initially created, it will be set to time_created.
@@ -912,7 +1034,10 @@ public java.lang.String getKmsKey() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateStorageClassTime field is set. */ @java.lang.Override @@ -920,6 +1045,8 @@ public boolean hasUpdateStorageClassTime() { return updateStorageClassTime_ != null; } /** + * + * *
    * Output only. The time at which the object's storage class was last changed.
    * When the object is initially created, it will be set to time_created.
@@ -927,14 +1054,21 @@ public boolean hasUpdateStorageClassTime() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateStorageClassTime. */ @java.lang.Override public com.google.protobuf.Timestamp getUpdateStorageClassTime() { - return updateStorageClassTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateStorageClassTime_; + return updateStorageClassTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateStorageClassTime_; } /** + * + * *
    * Output only. The time at which the object's storage class was last changed.
    * When the object is initially created, it will be set to time_created.
@@ -942,7 +1076,9 @@ public com.google.protobuf.Timestamp getUpdateStorageClassTime() {
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder() { @@ -952,6 +1088,8 @@ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder public static final int TEMPORARY_HOLD_FIELD_NUMBER = 20; private boolean temporaryHold_; /** + * + * *
    * Whether an object is under temporary hold. While this flag is set to true,
    * the object is protected against deletion and overwrites.  A common use case
@@ -961,6 +1099,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder
    * 
* * bool temporary_hold = 20; + * * @return The temporaryHold. */ @java.lang.Override @@ -971,6 +1110,8 @@ public boolean getTemporaryHold() { public static final int RETENTION_EXPIRE_TIME_FIELD_NUMBER = 21; private com.google.protobuf.Timestamp retentionExpireTime_; /** + * + * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -982,6 +1123,7 @@ public boolean getTemporaryHold() {
    * 
* * .google.protobuf.Timestamp retention_expire_time = 21; + * * @return Whether the retentionExpireTime field is set. */ @java.lang.Override @@ -989,6 +1131,8 @@ public boolean hasRetentionExpireTime() { return retentionExpireTime_ != null; } /** + * + * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -1000,13 +1144,18 @@ public boolean hasRetentionExpireTime() {
    * 
* * .google.protobuf.Timestamp retention_expire_time = 21; + * * @return The retentionExpireTime. */ @java.lang.Override public com.google.protobuf.Timestamp getRetentionExpireTime() { - return retentionExpireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : retentionExpireTime_; + return retentionExpireTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : retentionExpireTime_; } /** + * + * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -1025,24 +1174,23 @@ public com.google.protobuf.TimestampOrBuilder getRetentionExpireTimeOrBuilder()
   }
 
   public static final int METADATA_FIELD_NUMBER = 22;
+
   private static final class MetadataDefaultEntryHolder {
-    static final com.google.protobuf.MapEntry<
-        java.lang.String, java.lang.String> defaultEntry =
-            com.google.protobuf.MapEntry
-            .newDefaultInstance(
-                com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_MetadataEntry_descriptor, 
-                com.google.protobuf.WireFormat.FieldType.STRING,
-                "",
-                com.google.protobuf.WireFormat.FieldType.STRING,
-                "");
+    static final com.google.protobuf.MapEntry defaultEntry =
+        com.google.protobuf.MapEntry.newDefaultInstance(
+            com.google.storage.v2.StorageProto
+                .internal_static_google_storage_v2_Object_MetadataEntry_descriptor,
+            com.google.protobuf.WireFormat.FieldType.STRING,
+            "",
+            com.google.protobuf.WireFormat.FieldType.STRING,
+            "");
   }
-  private com.google.protobuf.MapField<
-      java.lang.String, java.lang.String> metadata_;
-  private com.google.protobuf.MapField
-  internalGetMetadata() {
+
+  private com.google.protobuf.MapField metadata_;
+
+  private com.google.protobuf.MapField internalGetMetadata() {
     if (metadata_ == null) {
-      return com.google.protobuf.MapField.emptyMapField(
-          MetadataDefaultEntryHolder.defaultEntry);
+      return com.google.protobuf.MapField.emptyMapField(MetadataDefaultEntryHolder.defaultEntry);
     }
     return metadata_;
   }
@@ -1051,28 +1199,30 @@ public int getMetadataCount() {
     return internalGetMetadata().getMap().size();
   }
   /**
+   *
+   *
    * 
    * User-provided metadata, in key/value pairs.
    * 
* * map<string, string> metadata = 22; */ - @java.lang.Override - public boolean containsMetadata( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsMetadata(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetMetadata().getMap().containsKey(key); } - /** - * Use {@link #getMetadataMap()} instead. - */ + /** Use {@link #getMetadataMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMetadata() { return getMetadataMap(); } /** + * + * *
    * User-provided metadata, in key/value pairs.
    * 
@@ -1080,11 +1230,12 @@ public java.util.Map getMetadata() { * map<string, string> metadata = 22; */ @java.lang.Override - public java.util.Map getMetadataMap() { return internalGetMetadata().getMap(); } /** + * + * *
    * User-provided metadata, in key/value pairs.
    * 
@@ -1092,16 +1243,17 @@ public java.util.Map getMetadataMap() { * map<string, string> metadata = 22; */ @java.lang.Override - public java.lang.String getMetadataOrDefault( - java.lang.String key, - java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetMetadata().getMap(); + java.lang.String key, java.lang.String defaultValue) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetMetadata().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** + * + * *
    * User-provided metadata, in key/value pairs.
    * 
@@ -1109,12 +1261,11 @@ public java.lang.String getMetadataOrDefault( * map<string, string> metadata = 22; */ @java.lang.Override - - public java.lang.String getMetadataOrThrow( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetMetadata().getMap(); + public java.lang.String getMetadataOrThrow(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetMetadata().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -1124,6 +1275,8 @@ public java.lang.String getMetadataOrThrow( public static final int EVENT_BASED_HOLD_FIELD_NUMBER = 23; private boolean eventBasedHold_; /** + * + * *
    * Whether an object is under event-based hold.
    * An event-based hold is a way to force the retention of an object until
@@ -1138,6 +1291,7 @@ public java.lang.String getMetadataOrThrow(
    * 
* * optional bool event_based_hold = 23; + * * @return Whether the eventBasedHold field is set. */ @java.lang.Override @@ -1145,6 +1299,8 @@ public boolean hasEventBasedHold() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Whether an object is under event-based hold.
    * An event-based hold is a way to force the retention of an object until
@@ -1159,6 +1315,7 @@ public boolean hasEventBasedHold() {
    * 
* * optional bool event_based_hold = 23; + * * @return The eventBasedHold. */ @java.lang.Override @@ -1169,6 +1326,8 @@ public boolean getEventBasedHold() { public static final int OWNER_FIELD_NUMBER = 24; private com.google.storage.v2.Owner owner_; /** + * + * *
    * Output only. The owner of the object. This will always be the uploader of
    * the object. Attempting to set or update this field will result in a
@@ -1176,6 +1335,7 @@ public boolean getEventBasedHold() {
    * 
* * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return Whether the owner field is set. */ @java.lang.Override @@ -1183,6 +1343,8 @@ public boolean hasOwner() { return owner_ != null; } /** + * + * *
    * Output only. The owner of the object. This will always be the uploader of
    * the object. Attempting to set or update this field will result in a
@@ -1190,6 +1352,7 @@ public boolean hasOwner() {
    * 
* * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The owner. */ @java.lang.Override @@ -1197,6 +1360,8 @@ public com.google.storage.v2.Owner getOwner() { return owner_ == null ? com.google.storage.v2.Owner.getDefaultInstance() : owner_; } /** + * + * *
    * Output only. The owner of the object. This will always be the uploader of
    * the object. Attempting to set or update this field will result in a
@@ -1213,12 +1378,15 @@ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() {
   public static final int CUSTOMER_ENCRYPTION_FIELD_NUMBER = 25;
   private com.google.storage.v2.CustomerEncryption customerEncryption_;
   /**
+   *
+   *
    * 
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
    * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; + * * @return Whether the customerEncryption field is set. */ @java.lang.Override @@ -1226,19 +1394,26 @@ public boolean hasCustomerEncryption() { return customerEncryption_ != null; } /** + * + * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
    * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; + * * @return The customerEncryption. */ @java.lang.Override public com.google.storage.v2.CustomerEncryption getCustomerEncryption() { - return customerEncryption_ == null ? com.google.storage.v2.CustomerEncryption.getDefaultInstance() : customerEncryption_; + return customerEncryption_ == null + ? com.google.storage.v2.CustomerEncryption.getDefaultInstance() + : customerEncryption_; } /** + * + * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
@@ -1254,11 +1429,14 @@ public com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOr
   public static final int CUSTOM_TIME_FIELD_NUMBER = 26;
   private com.google.protobuf.Timestamp customTime_;
   /**
+   *
+   *
    * 
    * A user-specified timestamp set on an object.
    * 
* * .google.protobuf.Timestamp custom_time = 26; + * * @return Whether the customTime field is set. */ @java.lang.Override @@ -1266,11 +1444,14 @@ public boolean hasCustomTime() { return customTime_ != null; } /** + * + * *
    * A user-specified timestamp set on an object.
    * 
* * .google.protobuf.Timestamp custom_time = 26; + * * @return The customTime. */ @java.lang.Override @@ -1278,6 +1459,8 @@ public com.google.protobuf.Timestamp getCustomTime() { return customTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : customTime_; } /** + * + * *
    * A user-specified timestamp set on an object.
    * 
@@ -1290,6 +1473,7 @@ public com.google.protobuf.TimestampOrBuilder getCustomTimeOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1301,8 +1485,7 @@ 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_); } @@ -1366,12 +1549,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (retentionExpireTime_ != null) { output.writeMessage(21, getRetentionExpireTime()); } - com.google.protobuf.GeneratedMessageV3 - .serializeStringMapTo( - output, - internalGetMetadata(), - MetadataDefaultEntryHolder.defaultEntry, - 22); + com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( + output, internalGetMetadata(), MetadataDefaultEntryHolder.defaultEntry, 22); if (((bitField0_ & 0x00000001) != 0)) { output.writeBool(23, eventBasedHold_); } @@ -1403,19 +1582,16 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, bucket_); } if (generation_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(3, generation_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, generation_); } if (metageneration_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(4, metageneration_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, metageneration_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(storageClass_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, storageClass_); } if (size_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(6, size_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, size_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentEncoding_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, contentEncoding_); @@ -1427,75 +1603,64 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, cacheControl_); } for (int i = 0; i < acl_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(10, acl_.get(i)); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, acl_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentLanguage_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, contentLanguage_); } if (deleteTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(12, getDeleteTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getDeleteTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentType_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, contentType_); } if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(14, getCreateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(14, getCreateTime()); } if (componentCount_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(15, componentCount_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(15, componentCount_); } if (checksums_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(16, getChecksums()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(16, getChecksums()); } if (updateTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(17, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(17, getUpdateTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(kmsKey_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, kmsKey_); } if (updateStorageClassTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(19, getUpdateStorageClassTime()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize(19, getUpdateStorageClassTime()); } if (temporaryHold_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(20, temporaryHold_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(20, temporaryHold_); } if (retentionExpireTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(21, getRetentionExpireTime()); - } - for (java.util.Map.Entry entry - : internalGetMetadata().getMap().entrySet()) { - com.google.protobuf.MapEntry - metadata__ = MetadataDefaultEntryHolder.defaultEntry.newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(22, metadata__); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize(21, getRetentionExpireTime()); + } + for (java.util.Map.Entry entry : + internalGetMetadata().getMap().entrySet()) { + com.google.protobuf.MapEntry metadata__ = + MetadataDefaultEntryHolder.defaultEntry + .newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(22, metadata__); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(23, eventBasedHold_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(23, eventBasedHold_); } if (owner_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(24, getOwner()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(24, getOwner()); } if (customerEncryption_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(25, getCustomerEncryption()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(25, getCustomerEncryption()); } if (customTime_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(26, getCustomTime()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(26, getCustomTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, etag_); @@ -1508,96 +1673,69 @@ 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.storage.v2.Object)) { return super.equals(obj); } com.google.storage.v2.Object other = (com.google.storage.v2.Object) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getBucket() - .equals(other.getBucket())) return false; - if (!getEtag() - .equals(other.getEtag())) return false; - if (getGeneration() - != other.getGeneration()) return false; - if (getMetageneration() - != other.getMetageneration()) return false; - if (!getStorageClass() - .equals(other.getStorageClass())) return false; - if (getSize() - != other.getSize()) return false; - if (!getContentEncoding() - .equals(other.getContentEncoding())) return false; - if (!getContentDisposition() - .equals(other.getContentDisposition())) return false; - if (!getCacheControl() - .equals(other.getCacheControl())) return false; - if (!getAclList() - .equals(other.getAclList())) return false; - if (!getContentLanguage() - .equals(other.getContentLanguage())) return false; + if (!getName().equals(other.getName())) return false; + if (!getBucket().equals(other.getBucket())) return false; + if (!getEtag().equals(other.getEtag())) return false; + if (getGeneration() != other.getGeneration()) return false; + if (getMetageneration() != other.getMetageneration()) return false; + if (!getStorageClass().equals(other.getStorageClass())) return false; + if (getSize() != other.getSize()) return false; + if (!getContentEncoding().equals(other.getContentEncoding())) return false; + if (!getContentDisposition().equals(other.getContentDisposition())) return false; + if (!getCacheControl().equals(other.getCacheControl())) return false; + if (!getAclList().equals(other.getAclList())) return false; + if (!getContentLanguage().equals(other.getContentLanguage())) return false; if (hasDeleteTime() != other.hasDeleteTime()) return false; if (hasDeleteTime()) { - if (!getDeleteTime() - .equals(other.getDeleteTime())) return false; + if (!getDeleteTime().equals(other.getDeleteTime())) return false; } - if (!getContentType() - .equals(other.getContentType())) return false; + if (!getContentType().equals(other.getContentType())) 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 (getComponentCount() - != other.getComponentCount()) return false; + if (getComponentCount() != other.getComponentCount()) return false; if (hasChecksums() != other.hasChecksums()) return false; if (hasChecksums()) { - if (!getChecksums() - .equals(other.getChecksums())) return false; + if (!getChecksums().equals(other.getChecksums())) 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 (!getKmsKey() - .equals(other.getKmsKey())) return false; + if (!getKmsKey().equals(other.getKmsKey())) return false; if (hasUpdateStorageClassTime() != other.hasUpdateStorageClassTime()) return false; if (hasUpdateStorageClassTime()) { - if (!getUpdateStorageClassTime() - .equals(other.getUpdateStorageClassTime())) return false; + if (!getUpdateStorageClassTime().equals(other.getUpdateStorageClassTime())) return false; } - if (getTemporaryHold() - != other.getTemporaryHold()) return false; + if (getTemporaryHold() != other.getTemporaryHold()) return false; if (hasRetentionExpireTime() != other.hasRetentionExpireTime()) return false; if (hasRetentionExpireTime()) { - if (!getRetentionExpireTime() - .equals(other.getRetentionExpireTime())) return false; + if (!getRetentionExpireTime().equals(other.getRetentionExpireTime())) return false; } - if (!internalGetMetadata().equals( - other.internalGetMetadata())) return false; + if (!internalGetMetadata().equals(other.internalGetMetadata())) return false; if (hasEventBasedHold() != other.hasEventBasedHold()) return false; if (hasEventBasedHold()) { - if (getEventBasedHold() - != other.getEventBasedHold()) return false; + if (getEventBasedHold() != other.getEventBasedHold()) return false; } if (hasOwner() != other.hasOwner()) return false; if (hasOwner()) { - if (!getOwner() - .equals(other.getOwner())) return false; + if (!getOwner().equals(other.getOwner())) return false; } if (hasCustomerEncryption() != other.hasCustomerEncryption()) return false; if (hasCustomerEncryption()) { - if (!getCustomerEncryption() - .equals(other.getCustomerEncryption())) return false; + if (!getCustomerEncryption().equals(other.getCustomerEncryption())) return false; } if (hasCustomTime() != other.hasCustomTime()) return false; if (hasCustomTime()) { - if (!getCustomTime() - .equals(other.getCustomTime())) return false; + if (!getCustomTime().equals(other.getCustomTime())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -1617,16 +1755,13 @@ public int hashCode() { hash = (37 * hash) + ETAG_FIELD_NUMBER; hash = (53 * hash) + getEtag().hashCode(); hash = (37 * hash) + GENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getGeneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration()); hash = (37 * hash) + METAGENERATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getMetageneration()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMetageneration()); hash = (37 * hash) + STORAGE_CLASS_FIELD_NUMBER; hash = (53 * hash) + getStorageClass().hashCode(); hash = (37 * hash) + SIZE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getSize()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getSize()); hash = (37 * hash) + CONTENT_ENCODING_FIELD_NUMBER; hash = (53 * hash) + getContentEncoding().hashCode(); hash = (37 * hash) + CONTENT_DISPOSITION_FIELD_NUMBER; @@ -1666,8 +1801,7 @@ public int hashCode() { hash = (53 * hash) + getUpdateStorageClassTime().hashCode(); } hash = (37 * hash) + TEMPORARY_HOLD_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getTemporaryHold()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getTemporaryHold()); if (hasRetentionExpireTime()) { hash = (37 * hash) + RETENTION_EXPIRE_TIME_FIELD_NUMBER; hash = (53 * hash) + getRetentionExpireTime().hashCode(); @@ -1678,8 +1812,7 @@ public int hashCode() { } if (hasEventBasedHold()) { hash = (37 * hash) + EVENT_BASED_HOLD_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getEventBasedHold()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEventBasedHold()); } if (hasOwner()) { hash = (37 * hash) + OWNER_FIELD_NUMBER; @@ -1698,152 +1831,153 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Object parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Object parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Object 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.storage.v2.Object parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.Object parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Object 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.storage.v2.Object parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object parseFrom( - com.google.protobuf.CodedInputStream input) + + public static com.google.storage.v2.Object 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.storage.v2.Object 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.storage.v2.Object 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 object.
    * 
* * Protobuf type {@code google.storage.v2.Object} */ - 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.storage.v2.Object) com.google.storage.v2.ObjectOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField( - int number) { + protected com.google.protobuf.MapField internalGetMapField(int number) { switch (number) { case 22: return internalGetMetadata(); 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 22: return internalGetMutableMetadata(); 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.storage.v2.StorageProto.internal_static_google_storage_v2_Object_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Object_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Object.class, com.google.storage.v2.Object.Builder.class); } // Construct using com.google.storage.v2.Object.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -1945,8 +2079,7 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Object_descriptor; } @@ -2053,38 +2186,39 @@ public com.google.storage.v2.Object 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) { + 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.storage.v2.Object) { - return mergeFrom((com.google.storage.v2.Object)other); + return mergeFrom((com.google.storage.v2.Object) other); } else { super.mergeFrom(other); return this; @@ -2148,9 +2282,10 @@ public Builder mergeFrom(com.google.storage.v2.Object other) { aclBuilder_ = null; acl_ = other.acl_; bitField0_ = (bitField0_ & ~0x00000001); - aclBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getAclFieldBuilder() : null; + aclBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders + ? getAclFieldBuilder() + : null; } else { aclBuilder_.addAllMessages(other.acl_); } @@ -2192,8 +2327,7 @@ public Builder mergeFrom(com.google.storage.v2.Object other) { if (other.hasRetentionExpireTime()) { mergeRetentionExpireTime(other.getRetentionExpireTime()); } - internalGetMutableMetadata().mergeFrom( - other.internalGetMetadata()); + internalGetMutableMetadata().mergeFrom(other.internalGetMetadata()); if (other.hasEventBasedHold()) { setEventBasedHold(other.getEventBasedHold()); } @@ -2232,189 +2366,206 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - name_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - bucket_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 24: { - generation_ = input.readInt64(); - - break; - } // case 24 - case 32: { - metageneration_ = input.readInt64(); - - break; - } // case 32 - case 42: { - storageClass_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 48: { - size_ = input.readInt64(); - - break; - } // case 48 - case 58: { - contentEncoding_ = input.readStringRequireUtf8(); - - break; - } // case 58 - case 66: { - contentDisposition_ = input.readStringRequireUtf8(); + case 10: + { + name_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + bucket_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 24: + { + generation_ = input.readInt64(); + + break; + } // case 24 + case 32: + { + metageneration_ = input.readInt64(); + + break; + } // case 32 + case 42: + { + storageClass_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 48: + { + size_ = input.readInt64(); + + break; + } // case 48 + case 58: + { + contentEncoding_ = input.readStringRequireUtf8(); + + break; + } // case 58 + case 66: + { + contentDisposition_ = input.readStringRequireUtf8(); + + break; + } // case 66 + case 74: + { + cacheControl_ = input.readStringRequireUtf8(); + + break; + } // case 74 + case 82: + { + com.google.storage.v2.ObjectAccessControl m = + input.readMessage( + com.google.storage.v2.ObjectAccessControl.parser(), extensionRegistry); + if (aclBuilder_ == null) { + ensureAclIsMutable(); + acl_.add(m); + } else { + aclBuilder_.addMessage(m); + } + break; + } // case 82 + case 90: + { + contentLanguage_ = input.readStringRequireUtf8(); + + break; + } // case 90 + case 98: + { + input.readMessage(getDeleteTimeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 98 + case 106: + { + contentType_ = input.readStringRequireUtf8(); + + break; + } // case 106 + case 114: + { + input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 114 + case 120: + { + componentCount_ = input.readInt32(); + + break; + } // case 120 + case 130: + { + input.readMessage(getChecksumsFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 130 + case 138: + { + input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 138 + case 146: + { + kmsKey_ = input.readStringRequireUtf8(); + + break; + } // case 146 + case 154: + { + input.readMessage( + getUpdateStorageClassTimeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 154 + case 160: + { + temporaryHold_ = input.readBool(); + + break; + } // case 160 + case 170: + { + input.readMessage( + getRetentionExpireTimeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 170 + case 178: + { + com.google.protobuf.MapEntry metadata__ = + input.readMessage( + MetadataDefaultEntryHolder.defaultEntry.getParserForType(), + extensionRegistry); + internalGetMutableMetadata() + .getMutableMap() + .put(metadata__.getKey(), metadata__.getValue()); + break; + } // case 178 + case 184: + { + eventBasedHold_ = input.readBool(); + bitField0_ |= 0x00000004; + break; + } // case 184 + case 194: + { + input.readMessage(getOwnerFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 194 + case 202: + { + input.readMessage( + getCustomerEncryptionFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 202 + case 210: + { + input.readMessage(getCustomTimeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 210 + case 218: + { + etag_ = input.readStringRequireUtf8(); + + break; + } // case 218 + 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) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } - break; - } // case 66 - case 74: { - cacheControl_ = input.readStringRequireUtf8(); - - break; - } // case 74 - case 82: { - com.google.storage.v2.ObjectAccessControl m = - input.readMessage( - com.google.storage.v2.ObjectAccessControl.parser(), - extensionRegistry); - if (aclBuilder_ == null) { - ensureAclIsMutable(); - acl_.add(m); - } else { - aclBuilder_.addMessage(m); - } - break; - } // case 82 - case 90: { - contentLanguage_ = input.readStringRequireUtf8(); - - break; - } // case 90 - case 98: { - input.readMessage( - getDeleteTimeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 98 - case 106: { - contentType_ = input.readStringRequireUtf8(); - - break; - } // case 106 - case 114: { - input.readMessage( - getCreateTimeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 114 - case 120: { - componentCount_ = input.readInt32(); - - break; - } // case 120 - case 130: { - input.readMessage( - getChecksumsFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 130 - case 138: { - input.readMessage( - getUpdateTimeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 138 - case 146: { - kmsKey_ = input.readStringRequireUtf8(); - - break; - } // case 146 - case 154: { - input.readMessage( - getUpdateStorageClassTimeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 154 - case 160: { - temporaryHold_ = input.readBool(); - - break; - } // case 160 - case 170: { - input.readMessage( - getRetentionExpireTimeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 170 - case 178: { - com.google.protobuf.MapEntry - metadata__ = input.readMessage( - MetadataDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - internalGetMutableMetadata().getMutableMap().put( - metadata__.getKey(), metadata__.getValue()); - break; - } // case 178 - case 184: { - eventBasedHold_ = input.readBool(); - bitField0_ |= 0x00000004; - break; - } // case 184 - case 194: { - input.readMessage( - getOwnerFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 194 - case 202: { - input.readMessage( - getCustomerEncryptionFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 202 - case 210: { - input.readMessage( - getCustomTimeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 210 - case 218: { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 218 - 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) { - throw e.unwrapIOException(); - } finally { - onChanged(); - } // finally - return this; - } - private int bitField0_; + private int bitField0_; private java.lang.Object name_ = ""; /** + * + * *
      * Immutable. The name of this object. Nearly any sequence of unicode
      * characters is valid. See
@@ -2426,13 +2577,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @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; @@ -2441,6 +2592,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. The name of this object. Nearly any sequence of unicode
      * characters is valid. See
@@ -2452,15 +2605,14 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @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 { @@ -2468,6 +2620,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. The name of this object. Nearly any sequence of unicode
      * characters is valid. See
@@ -2479,20 +2633,22 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. The name of this object. Nearly any sequence of unicode
      * characters is valid. See
@@ -2504,15 +2660,18 @@ public Builder setName(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Immutable. The name of this object. Nearly any sequence of unicode
      * characters is valid. See
@@ -2524,16 +2683,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -2541,18 +2700,22 @@ public Builder setNameBytes( private java.lang.Object bucket_ = ""; /** + * + * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -2561,20 +2724,23 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for bucket. */ - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -2582,54 +2748,67 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket( - java.lang.String value) { + public Builder setBucket(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** + * + * *
      * Immutable. The name of the bucket containing this object.
      * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes( - com.google.protobuf.ByteString value) { + public Builder setBucketBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; @@ -2637,6 +2816,8 @@ public Builder setBucketBytes( private java.lang.Object etag_ = ""; /** + * + * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2645,13 +2826,13 @@ public Builder setBucketBytes(
      * 
* * string etag = 27; + * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -2660,6 +2841,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2668,15 +2851,14 @@ public java.lang.String getEtag() {
      * 
* * string etag = 27; + * * @return The bytes for etag. */ - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -2684,6 +2866,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2692,20 +2876,22 @@ public java.lang.String getEtag() {
      * 
* * string etag = 27; + * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag( - java.lang.String value) { + public Builder setEtag(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** + * + * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2714,15 +2900,18 @@ public Builder setEtag(
      * 
* * string etag = 27; + * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** + * + * *
      * The etag of the object.
      * If included in the metadata of an update or delete request message, the
@@ -2731,23 +2920,25 @@ public Builder clearEtag() {
      * 
* * string etag = 27; + * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes( - com.google.protobuf.ByteString value) { + public Builder setEtagBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; } - private long generation_ ; + private long generation_; /** + * + * *
      * Immutable. The content generation of this object. Used for object
      * versioning. Attempting to set or update this field will result in a
@@ -2755,6 +2946,7 @@ public Builder setEtagBytes(
      * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The generation. */ @java.lang.Override @@ -2762,6 +2954,8 @@ public long getGeneration() { return generation_; } /** + * + * *
      * Immutable. The content generation of this object. Used for object
      * versioning. Attempting to set or update this field will result in a
@@ -2769,16 +2963,19 @@ public long getGeneration() {
      * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. The content generation of this object. Used for object
      * versioning. Attempting to set or update this field will result in a
@@ -2786,17 +2983,20 @@ public Builder setGeneration(long value) {
      * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private long metageneration_ ; + private long metageneration_; /** + * + * *
      * Output only. The version of the metadata for this generation of this
      * object. Used for preconditions and for detecting changes in metadata. A
@@ -2806,6 +3006,7 @@ public Builder clearGeneration() {
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The metageneration. */ @java.lang.Override @@ -2813,6 +3014,8 @@ public long getMetageneration() { return metageneration_; } /** + * + * *
      * Output only. The version of the metadata for this generation of this
      * object. Used for preconditions and for detecting changes in metadata. A
@@ -2822,16 +3025,19 @@ public long getMetageneration() {
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The metageneration to set. * @return This builder for chaining. */ public Builder setMetageneration(long value) { - + metageneration_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The version of the metadata for this generation of this
      * object. Used for preconditions and for detecting changes in metadata. A
@@ -2841,10 +3047,11 @@ public Builder setMetageneration(long value) {
      * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearMetageneration() { - + metageneration_ = 0L; onChanged(); return this; @@ -2852,18 +3059,20 @@ public Builder clearMetageneration() { private java.lang.Object storageClass_ = ""; /** + * + * *
      * Storage class of the object.
      * 
* * string storage_class = 5; + * * @return The storageClass. */ public java.lang.String getStorageClass() { java.lang.Object ref = storageClass_; 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(); storageClass_ = s; return s; @@ -2872,20 +3081,21 @@ public java.lang.String getStorageClass() { } } /** + * + * *
      * Storage class of the object.
      * 
* * string storage_class = 5; + * * @return The bytes for storageClass. */ - public com.google.protobuf.ByteString - getStorageClassBytes() { + public com.google.protobuf.ByteString getStorageClassBytes() { java.lang.Object ref = storageClass_; 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); storageClass_ = b; return b; } else { @@ -2893,61 +3103,70 @@ public java.lang.String getStorageClass() { } } /** + * + * *
      * Storage class of the object.
      * 
* * string storage_class = 5; + * * @param value The storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClass( - java.lang.String value) { + public Builder setStorageClass(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + storageClass_ = value; onChanged(); return this; } /** + * + * *
      * Storage class of the object.
      * 
* * string storage_class = 5; + * * @return This builder for chaining. */ public Builder clearStorageClass() { - + storageClass_ = getDefaultInstance().getStorageClass(); onChanged(); return this; } /** + * + * *
      * Storage class of the object.
      * 
* * string storage_class = 5; + * * @param value The bytes for storageClass to set. * @return This builder for chaining. */ - public Builder setStorageClassBytes( - com.google.protobuf.ByteString value) { + public Builder setStorageClassBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + storageClass_ = value; onChanged(); return this; } - private long size_ ; + private long size_; /** + * + * *
      * Output only. Content-Length of the object data in bytes, matching
      * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -2956,6 +3175,7 @@ public Builder setStorageClassBytes(
      * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The size. */ @java.lang.Override @@ -2963,6 +3183,8 @@ public long getSize() { return size_; } /** + * + * *
      * Output only. Content-Length of the object data in bytes, matching
      * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -2971,16 +3193,19 @@ public long getSize() {
      * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The size to set. * @return This builder for chaining. */ public Builder setSize(long value) { - + size_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Content-Length of the object data in bytes, matching
      * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -2989,10 +3214,11 @@ public Builder setSize(long value) {
      * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSize() { - + size_ = 0L; onChanged(); return this; @@ -3000,19 +3226,21 @@ public Builder clearSize() { private java.lang.Object contentEncoding_ = ""; /** + * + * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; + * * @return The contentEncoding. */ public java.lang.String getContentEncoding() { java.lang.Object ref = contentEncoding_; 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(); contentEncoding_ = s; return s; @@ -3021,21 +3249,22 @@ public java.lang.String getContentEncoding() { } } /** + * + * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; + * * @return The bytes for contentEncoding. */ - public com.google.protobuf.ByteString - getContentEncodingBytes() { + public com.google.protobuf.ByteString getContentEncodingBytes() { java.lang.Object ref = contentEncoding_; 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); contentEncoding_ = b; return b; } else { @@ -3043,57 +3272,64 @@ public java.lang.String getContentEncoding() { } } /** + * + * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; + * * @param value The contentEncoding to set. * @return This builder for chaining. */ - public Builder setContentEncoding( - java.lang.String value) { + public Builder setContentEncoding(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentEncoding_ = value; onChanged(); return this; } /** + * + * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; + * * @return This builder for chaining. */ public Builder clearContentEncoding() { - + contentEncoding_ = getDefaultInstance().getContentEncoding(); onChanged(); return this; } /** + * + * *
      * Content-Encoding of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
      * 
* * string content_encoding = 7; + * * @param value The bytes for contentEncoding to set. * @return This builder for chaining. */ - public Builder setContentEncodingBytes( - com.google.protobuf.ByteString value) { + public Builder setContentEncodingBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentEncoding_ = value; onChanged(); return this; @@ -3101,19 +3337,21 @@ public Builder setContentEncodingBytes( private java.lang.Object contentDisposition_ = ""; /** + * + * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; + * * @return The contentDisposition. */ public java.lang.String getContentDisposition() { java.lang.Object ref = contentDisposition_; 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(); contentDisposition_ = s; return s; @@ -3122,21 +3360,22 @@ public java.lang.String getContentDisposition() { } } /** + * + * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; + * * @return The bytes for contentDisposition. */ - public com.google.protobuf.ByteString - getContentDispositionBytes() { + public com.google.protobuf.ByteString getContentDispositionBytes() { java.lang.Object ref = contentDisposition_; 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); contentDisposition_ = b; return b; } else { @@ -3144,57 +3383,64 @@ public java.lang.String getContentDisposition() { } } /** + * + * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; + * * @param value The contentDisposition to set. * @return This builder for chaining. */ - public Builder setContentDisposition( - java.lang.String value) { + public Builder setContentDisposition(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentDisposition_ = value; onChanged(); return this; } /** + * + * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; + * * @return This builder for chaining. */ public Builder clearContentDisposition() { - + contentDisposition_ = getDefaultInstance().getContentDisposition(); onChanged(); return this; } /** + * + * *
      * Content-Disposition of the object data, matching
      * [https://tools.ietf.org/html/rfc6266][RFC 6266].
      * 
* * string content_disposition = 8; + * * @param value The bytes for contentDisposition to set. * @return This builder for chaining. */ - public Builder setContentDispositionBytes( - com.google.protobuf.ByteString value) { + public Builder setContentDispositionBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentDisposition_ = value; onChanged(); return this; @@ -3202,6 +3448,8 @@ public Builder setContentDispositionBytes( private java.lang.Object cacheControl_ = ""; /** + * + * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3210,13 +3458,13 @@ public Builder setContentDispositionBytes(
      * 
* * string cache_control = 9; + * * @return The cacheControl. */ public java.lang.String getCacheControl() { java.lang.Object ref = cacheControl_; 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(); cacheControl_ = s; return s; @@ -3225,6 +3473,8 @@ public java.lang.String getCacheControl() { } } /** + * + * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3233,15 +3483,14 @@ public java.lang.String getCacheControl() {
      * 
* * string cache_control = 9; + * * @return The bytes for cacheControl. */ - public com.google.protobuf.ByteString - getCacheControlBytes() { + public com.google.protobuf.ByteString getCacheControlBytes() { java.lang.Object ref = cacheControl_; 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); cacheControl_ = b; return b; } else { @@ -3249,6 +3498,8 @@ public java.lang.String getCacheControl() { } } /** + * + * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3257,20 +3508,22 @@ public java.lang.String getCacheControl() {
      * 
* * string cache_control = 9; + * * @param value The cacheControl to set. * @return This builder for chaining. */ - public Builder setCacheControl( - java.lang.String value) { + public Builder setCacheControl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + cacheControl_ = value; onChanged(); return this; } /** + * + * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3279,15 +3532,18 @@ public Builder setCacheControl(
      * 
* * string cache_control = 9; + * * @return This builder for chaining. */ public Builder clearCacheControl() { - + cacheControl_ = getDefaultInstance().getCacheControl(); onChanged(); return this; } /** + * + * *
      * Cache-Control directive for the object data, matching
      * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -3296,34 +3552,40 @@ public Builder clearCacheControl() {
      * 
* * string cache_control = 9; + * * @param value The bytes for cacheControl to set. * @return This builder for chaining. */ - public Builder setCacheControlBytes( - com.google.protobuf.ByteString value) { + public Builder setCacheControlBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + cacheControl_ = value; onChanged(); return this; } private java.util.List acl_ = - java.util.Collections.emptyList(); + java.util.Collections.emptyList(); + private void ensureAclIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { acl_ = new java.util.ArrayList(acl_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder> aclBuilder_; + com.google.storage.v2.ObjectAccessControl, + com.google.storage.v2.ObjectAccessControl.Builder, + com.google.storage.v2.ObjectAccessControlOrBuilder> + aclBuilder_; /** + * + * *
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3340,6 +3602,8 @@ public java.util.List getAclList() {
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3356,6 +3620,8 @@ public int getAclCount() {
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3372,6 +3638,8 @@ public com.google.storage.v2.ObjectAccessControl getAcl(int index) {
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3380,8 +3648,7 @@ public com.google.storage.v2.ObjectAccessControl getAcl(int index) {
      *
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
-    public Builder setAcl(
-        int index, com.google.storage.v2.ObjectAccessControl value) {
+    public Builder setAcl(int index, com.google.storage.v2.ObjectAccessControl value) {
       if (aclBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -3395,6 +3662,8 @@ public Builder setAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3415,6 +3684,8 @@ public Builder setAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3437,6 +3708,8 @@ public Builder addAcl(com.google.storage.v2.ObjectAccessControl value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3445,8 +3718,7 @@ public Builder addAcl(com.google.storage.v2.ObjectAccessControl value) {
      *
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
-    public Builder addAcl(
-        int index, com.google.storage.v2.ObjectAccessControl value) {
+    public Builder addAcl(int index, com.google.storage.v2.ObjectAccessControl value) {
       if (aclBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -3460,6 +3732,8 @@ public Builder addAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3468,8 +3742,7 @@ public Builder addAcl(
      *
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
-    public Builder addAcl(
-        com.google.storage.v2.ObjectAccessControl.Builder builderForValue) {
+    public Builder addAcl(com.google.storage.v2.ObjectAccessControl.Builder builderForValue) {
       if (aclBuilder_ == null) {
         ensureAclIsMutable();
         acl_.add(builderForValue.build());
@@ -3480,6 +3753,8 @@ public Builder addAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3500,6 +3775,8 @@ public Builder addAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3512,8 +3789,7 @@ public Builder addAllAcl(
         java.lang.Iterable values) {
       if (aclBuilder_ == null) {
         ensureAclIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(
-            values, acl_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, acl_);
         onChanged();
       } else {
         aclBuilder_.addAllMessages(values);
@@ -3521,6 +3797,8 @@ public Builder addAllAcl(
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3540,6 +3818,8 @@ public Builder clearAcl() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3559,6 +3839,8 @@ public Builder removeAcl(int index) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3567,11 +3849,12 @@ public Builder removeAcl(int index) {
      *
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
-    public com.google.storage.v2.ObjectAccessControl.Builder getAclBuilder(
-        int index) {
+    public com.google.storage.v2.ObjectAccessControl.Builder getAclBuilder(int index) {
       return getAclFieldBuilder().getBuilder(index);
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3580,14 +3863,16 @@ public com.google.storage.v2.ObjectAccessControl.Builder getAclBuilder(
      *
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
-    public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
-        int index) {
+    public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(int index) {
       if (aclBuilder_ == null) {
-        return acl_.get(index);  } else {
+        return acl_.get(index);
+      } else {
         return aclBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3596,8 +3881,8 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
      *
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
-    public java.util.List 
-         getAclOrBuilderList() {
+    public java.util.List
+        getAclOrBuilderList() {
       if (aclBuilder_ != null) {
         return aclBuilder_.getMessageOrBuilderList();
       } else {
@@ -3605,6 +3890,8 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
       }
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3614,10 +3901,12 @@ public com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
     public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder() {
-      return getAclFieldBuilder().addBuilder(
-          com.google.storage.v2.ObjectAccessControl.getDefaultInstance());
+      return getAclFieldBuilder()
+          .addBuilder(com.google.storage.v2.ObjectAccessControl.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3626,12 +3915,13 @@ public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder() {
      *
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
-    public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder(
-        int index) {
-      return getAclFieldBuilder().addBuilder(
-          index, com.google.storage.v2.ObjectAccessControl.getDefaultInstance());
+    public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder(int index) {
+      return getAclFieldBuilder()
+          .addBuilder(index, com.google.storage.v2.ObjectAccessControl.getDefaultInstance());
     }
     /**
+     *
+     *
      * 
      * Access controls on the object.
      * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -3640,20 +3930,22 @@ public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder(
      *
      * repeated .google.storage.v2.ObjectAccessControl acl = 10;
      */
-    public java.util.List 
-         getAclBuilderList() {
+    public java.util.List getAclBuilderList() {
       return getAclFieldBuilder().getBuilderList();
     }
+
     private com.google.protobuf.RepeatedFieldBuilderV3<
-        com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder> 
+            com.google.storage.v2.ObjectAccessControl,
+            com.google.storage.v2.ObjectAccessControl.Builder,
+            com.google.storage.v2.ObjectAccessControlOrBuilder>
         getAclFieldBuilder() {
       if (aclBuilder_ == null) {
-        aclBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.storage.v2.ObjectAccessControl, com.google.storage.v2.ObjectAccessControl.Builder, com.google.storage.v2.ObjectAccessControlOrBuilder>(
-                acl_,
-                ((bitField0_ & 0x00000001) != 0),
-                getParentForChildren(),
-                isClean());
+        aclBuilder_ =
+            new com.google.protobuf.RepeatedFieldBuilderV3<
+                com.google.storage.v2.ObjectAccessControl,
+                com.google.storage.v2.ObjectAccessControl.Builder,
+                com.google.storage.v2.ObjectAccessControlOrBuilder>(
+                acl_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
         acl_ = null;
       }
       return aclBuilder_;
@@ -3661,19 +3953,21 @@ public com.google.storage.v2.ObjectAccessControl.Builder addAclBuilder(
 
     private java.lang.Object contentLanguage_ = "";
     /**
+     *
+     *
      * 
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; + * * @return The contentLanguage. */ public java.lang.String getContentLanguage() { java.lang.Object ref = contentLanguage_; 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(); contentLanguage_ = s; return s; @@ -3682,21 +3976,22 @@ public java.lang.String getContentLanguage() { } } /** + * + * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; + * * @return The bytes for contentLanguage. */ - public com.google.protobuf.ByteString - getContentLanguageBytes() { + public com.google.protobuf.ByteString getContentLanguageBytes() { java.lang.Object ref = contentLanguage_; 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); contentLanguage_ = b; return b; } else { @@ -3704,57 +3999,64 @@ public java.lang.String getContentLanguage() { } } /** + * + * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; + * * @param value The contentLanguage to set. * @return This builder for chaining. */ - public Builder setContentLanguage( - java.lang.String value) { + public Builder setContentLanguage(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentLanguage_ = value; onChanged(); return this; } /** + * + * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; + * * @return This builder for chaining. */ public Builder clearContentLanguage() { - + contentLanguage_ = getDefaultInstance().getContentLanguage(); onChanged(); return this; } /** + * + * *
      * Content-Language of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
      * 
* * string content_language = 11; + * * @param value The bytes for contentLanguage to set. * @return This builder for chaining. */ - public Builder setContentLanguageBytes( - com.google.protobuf.ByteString value) { + public Builder setContentLanguageBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentLanguage_ = value; onChanged(); return this; @@ -3762,8 +4064,13 @@ public Builder setContentLanguageBytes( private com.google.protobuf.Timestamp deleteTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> deleteTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + deleteTimeBuilder_; /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3771,13 +4078,18 @@ public Builder setContentLanguageBytes(
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the deleteTime field is set. */ public boolean hasDeleteTime() { return deleteTimeBuilder_ != null || deleteTime_ != null; } /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3785,17 +4097,24 @@ public boolean hasDeleteTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The deleteTime. */ public com.google.protobuf.Timestamp getDeleteTime() { if (deleteTimeBuilder_ == null) { - return deleteTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : deleteTime_; + return deleteTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : deleteTime_; } else { return deleteTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3803,7 +4122,9 @@ public com.google.protobuf.Timestamp getDeleteTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setDeleteTime(com.google.protobuf.Timestamp value) { if (deleteTimeBuilder_ == null) { @@ -3819,6 +4140,8 @@ public Builder setDeleteTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3826,10 +4149,11 @@ public Builder setDeleteTime(com.google.protobuf.Timestamp value) {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setDeleteTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setDeleteTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (deleteTimeBuilder_ == null) { deleteTime_ = builderForValue.build(); onChanged(); @@ -3840,6 +4164,8 @@ public Builder setDeleteTime( return this; } /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3847,13 +4173,15 @@ public Builder setDeleteTime(
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeDeleteTime(com.google.protobuf.Timestamp value) { if (deleteTimeBuilder_ == null) { if (deleteTime_ != null) { deleteTime_ = - com.google.protobuf.Timestamp.newBuilder(deleteTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(deleteTime_).mergeFrom(value).buildPartial(); } else { deleteTime_ = value; } @@ -3865,6 +4193,8 @@ public Builder mergeDeleteTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3872,7 +4202,9 @@ public Builder mergeDeleteTime(com.google.protobuf.Timestamp value) {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearDeleteTime() { if (deleteTimeBuilder_ == null) { @@ -3886,6 +4218,8 @@ public Builder clearDeleteTime() { return this; } /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3893,14 +4227,18 @@ public Builder clearDeleteTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getDeleteTimeBuilder() { - + onChanged(); return getDeleteTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3908,17 +4246,22 @@ public com.google.protobuf.Timestamp.Builder getDeleteTimeBuilder() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { if (deleteTimeBuilder_ != null) { return deleteTimeBuilder_.getMessageOrBuilder(); } else { - return deleteTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : deleteTime_; + return deleteTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : deleteTime_; } } /** + * + * *
      * Output only. The deletion time of the object. Will be returned if and only
      * if this version of the object has been deleted. Attempting to set or update
@@ -3926,17 +4269,22 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp delete_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> getDeleteTimeFieldBuilder() { if (deleteTimeBuilder_ == null) { - deleteTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getDeleteTime(), - getParentForChildren(), - isClean()); + deleteTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getDeleteTime(), getParentForChildren(), isClean()); deleteTime_ = null; } return deleteTimeBuilder_; @@ -3944,6 +4292,8 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { private java.lang.Object contentType_ = ""; /** + * + * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -3952,13 +4302,13 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() {
      * 
* * string content_type = 13; + * * @return The contentType. */ public java.lang.String getContentType() { java.lang.Object ref = contentType_; 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(); contentType_ = s; return s; @@ -3967,6 +4317,8 @@ public java.lang.String getContentType() { } } /** + * + * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -3975,15 +4327,14 @@ public java.lang.String getContentType() {
      * 
* * string content_type = 13; + * * @return The bytes for contentType. */ - public com.google.protobuf.ByteString - getContentTypeBytes() { + public com.google.protobuf.ByteString getContentTypeBytes() { java.lang.Object ref = contentType_; 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); contentType_ = b; return b; } else { @@ -3991,6 +4342,8 @@ public java.lang.String getContentType() { } } /** + * + * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -3999,20 +4352,22 @@ public java.lang.String getContentType() {
      * 
* * string content_type = 13; + * * @param value The contentType to set. * @return This builder for chaining. */ - public Builder setContentType( - java.lang.String value) { + public Builder setContentType(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentType_ = value; onChanged(); return this; } /** + * + * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -4021,15 +4376,18 @@ public Builder setContentType(
      * 
* * string content_type = 13; + * * @return This builder for chaining. */ public Builder clearContentType() { - + contentType_ = getDefaultInstance().getContentType(); onChanged(); return this; } /** + * + * *
      * Content-Type of the object data, matching
      * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -4038,16 +4396,16 @@ public Builder clearContentType() {
      * 
* * string content_type = 13; + * * @param value The bytes for contentType to set. * @return This builder for chaining. */ - public Builder setContentTypeBytes( - com.google.protobuf.ByteString value) { + public Builder setContentTypeBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentType_ = value; onChanged(); return this; @@ -4055,45 +4413,64 @@ public Builder setContentTypeBytes( 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 creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return createTimeBuilder_ != null || createTime_ != null; } /** + * + * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.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 creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -4109,16 +4486,19 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.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(); onChanged(); @@ -4129,19 +4509,23 @@ public Builder setCreateTime( return this; } /** + * + * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -4153,13 +4537,17 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearCreateTime() { if (createTimeBuilder_ == null) { @@ -4173,61 +4561,79 @@ public Builder clearCreateTime() { return this; } /** + * + * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.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 creation time of the object.
      * Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp create_time = 14 [(.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_; } - private int componentCount_ ; + private int componentCount_; /** + * + * *
      * Output only. Number of underlying components that make up this object.
      * Components are accumulated by compose operations. Attempting to set or
@@ -4236,6 +4642,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
      * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The componentCount. */ @java.lang.Override @@ -4243,6 +4650,8 @@ public int getComponentCount() { return componentCount_; } /** + * + * *
      * Output only. Number of underlying components that make up this object.
      * Components are accumulated by compose operations. Attempting to set or
@@ -4251,16 +4660,19 @@ public int getComponentCount() {
      * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The componentCount to set. * @return This builder for chaining. */ public Builder setComponentCount(int value) { - + componentCount_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Number of underlying components that make up this object.
      * Components are accumulated by compose operations. Attempting to set or
@@ -4269,10 +4681,11 @@ public Builder setComponentCount(int value) {
      * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearComponentCount() { - + componentCount_ = 0; onChanged(); return this; @@ -4280,42 +4693,61 @@ public Builder clearComponentCount() { private com.google.storage.v2.ObjectChecksums checksums_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> checksumsBuilder_; + com.google.storage.v2.ObjectChecksums, + com.google.storage.v2.ObjectChecksums.Builder, + com.google.storage.v2.ObjectChecksumsOrBuilder> + checksumsBuilder_; /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the checksums field is set. */ public boolean hasChecksums() { return checksumsBuilder_ != null || checksums_ != null; } /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The checksums. */ public com.google.storage.v2.ObjectChecksums getChecksums() { if (checksumsBuilder_ == null) { - return checksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : checksums_; + return checksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : checksums_; } else { return checksumsBuilder_.getMessage(); } } /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setChecksums(com.google.storage.v2.ObjectChecksums value) { if (checksumsBuilder_ == null) { @@ -4331,15 +4763,18 @@ public Builder setChecksums(com.google.storage.v2.ObjectChecksums value) { return this; } /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setChecksums( - com.google.storage.v2.ObjectChecksums.Builder builderForValue) { + public Builder setChecksums(com.google.storage.v2.ObjectChecksums.Builder builderForValue) { if (checksumsBuilder_ == null) { checksums_ = builderForValue.build(); onChanged(); @@ -4350,18 +4785,24 @@ public Builder setChecksums( return this; } /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeChecksums(com.google.storage.v2.ObjectChecksums value) { if (checksumsBuilder_ == null) { if (checksums_ != null) { checksums_ = - com.google.storage.v2.ObjectChecksums.newBuilder(checksums_).mergeFrom(value).buildPartial(); + com.google.storage.v2.ObjectChecksums.newBuilder(checksums_) + .mergeFrom(value) + .buildPartial(); } else { checksums_ = value; } @@ -4373,12 +4814,16 @@ public Builder mergeChecksums(com.google.storage.v2.ObjectChecksums value) { return this; } /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearChecksums() { if (checksumsBuilder_ == null) { @@ -4392,51 +4837,67 @@ public Builder clearChecksums() { return this; } /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.storage.v2.ObjectChecksums.Builder getChecksumsBuilder() { - + onChanged(); return getChecksumsFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() { if (checksumsBuilder_ != null) { return checksumsBuilder_.getMessageOrBuilder(); } else { - return checksums_ == null ? - com.google.storage.v2.ObjectChecksums.getDefaultInstance() : checksums_; + return checksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : checksums_; } } /** + * + * *
      * Output only. Hashes for the data part of this object. This field is used
      * for output only and will be silently ignored if provided in requests.
      * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> + com.google.storage.v2.ObjectChecksums, + com.google.storage.v2.ObjectChecksums.Builder, + com.google.storage.v2.ObjectChecksumsOrBuilder> getChecksumsFieldBuilder() { if (checksumsBuilder_ == null) { - checksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>( - getChecksums(), - getParentForChildren(), - isClean()); + checksumsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ObjectChecksums, + com.google.storage.v2.ObjectChecksums.Builder, + com.google.storage.v2.ObjectChecksumsOrBuilder>( + getChecksums(), getParentForChildren(), isClean()); checksums_ = null; } return checksumsBuilder_; @@ -4444,8 +4905,13 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() { 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 modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4457,13 +4923,18 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return updateTimeBuilder_ != null || updateTime_ != null; } /** + * + * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4475,17 +4946,24 @@ public boolean hasUpdateTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.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 modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4497,7 +4975,9 @@ public com.google.protobuf.Timestamp getUpdateTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -4513,6 +4993,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4524,10 +5006,11 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.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(); onChanged(); @@ -4538,6 +5021,8 @@ public Builder setUpdateTime( return this; } /** + * + * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4549,13 +5034,15 @@ public Builder setUpdateTime(
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { if (updateTime_ != null) { updateTime_ = - com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(updateTime_).mergeFrom(value).buildPartial(); } else { updateTime_ = value; } @@ -4567,6 +5054,8 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4578,7 +5067,9 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearUpdateTime() { if (updateTimeBuilder_ == null) { @@ -4592,6 +5083,8 @@ public Builder clearUpdateTime() { return this; } /** + * + * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4603,14 +5096,18 @@ public Builder clearUpdateTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { - + onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4622,17 +5119,22 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.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 modification time of the object metadata.
      * Set initially to object creation time and then updated whenever any
@@ -4644,17 +5146,22 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_time = 17 [(.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_; @@ -4662,19 +5169,21 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private java.lang.Object kmsKey_ = ""; /** + * + * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @return The kmsKey. */ public java.lang.String getKmsKey() { java.lang.Object ref = kmsKey_; 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(); kmsKey_ = s; return s; @@ -4683,21 +5192,22 @@ public java.lang.String getKmsKey() { } } /** + * + * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @return The bytes for kmsKey. */ - public com.google.protobuf.ByteString - getKmsKeyBytes() { + public com.google.protobuf.ByteString getKmsKeyBytes() { java.lang.Object ref = kmsKey_; 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); kmsKey_ = b; return b; } else { @@ -4705,57 +5215,64 @@ public java.lang.String getKmsKey() { } } /** + * + * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @param value The kmsKey to set. * @return This builder for chaining. */ - public Builder setKmsKey( - java.lang.String value) { + public Builder setKmsKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + kmsKey_ = value; onChanged(); return this; } /** + * + * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @return This builder for chaining. */ public Builder clearKmsKey() { - + kmsKey_ = getDefaultInstance().getKmsKey(); onChanged(); return this; } /** + * + * *
      * Cloud KMS Key used to encrypt this object, if the object is encrypted by
      * such a key.
      * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @param value The bytes for kmsKey to set. * @return This builder for chaining. */ - public Builder setKmsKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKmsKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + kmsKey_ = value; onChanged(); return this; @@ -4763,8 +5280,13 @@ public Builder setKmsKeyBytes( private com.google.protobuf.Timestamp updateStorageClassTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateStorageClassTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + updateStorageClassTimeBuilder_; /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4772,13 +5294,18 @@ public Builder setKmsKeyBytes(
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateStorageClassTime field is set. */ public boolean hasUpdateStorageClassTime() { return updateStorageClassTimeBuilder_ != null || updateStorageClassTime_ != null; } /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4786,17 +5313,24 @@ public boolean hasUpdateStorageClassTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateStorageClassTime. */ public com.google.protobuf.Timestamp getUpdateStorageClassTime() { if (updateStorageClassTimeBuilder_ == null) { - return updateStorageClassTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateStorageClassTime_; + return updateStorageClassTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateStorageClassTime_; } else { return updateStorageClassTimeBuilder_.getMessage(); } } /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4804,7 +5338,9 @@ public com.google.protobuf.Timestamp getUpdateStorageClassTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setUpdateStorageClassTime(com.google.protobuf.Timestamp value) { if (updateStorageClassTimeBuilder_ == null) { @@ -4820,6 +5356,8 @@ public Builder setUpdateStorageClassTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4827,7 +5365,9 @@ public Builder setUpdateStorageClassTime(com.google.protobuf.Timestamp value) {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setUpdateStorageClassTime( com.google.protobuf.Timestamp.Builder builderForValue) { @@ -4841,6 +5381,8 @@ public Builder setUpdateStorageClassTime( return this; } /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4848,13 +5390,17 @@ public Builder setUpdateStorageClassTime(
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeUpdateStorageClassTime(com.google.protobuf.Timestamp value) { if (updateStorageClassTimeBuilder_ == null) { if (updateStorageClassTime_ != null) { updateStorageClassTime_ = - com.google.protobuf.Timestamp.newBuilder(updateStorageClassTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(updateStorageClassTime_) + .mergeFrom(value) + .buildPartial(); } else { updateStorageClassTime_ = value; } @@ -4866,6 +5412,8 @@ public Builder mergeUpdateStorageClassTime(com.google.protobuf.Timestamp value) return this; } /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4873,7 +5421,9 @@ public Builder mergeUpdateStorageClassTime(com.google.protobuf.Timestamp value)
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearUpdateStorageClassTime() { if (updateStorageClassTimeBuilder_ == null) { @@ -4887,6 +5437,8 @@ public Builder clearUpdateStorageClassTime() { return this; } /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4894,14 +5446,18 @@ public Builder clearUpdateStorageClassTime() {
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.Timestamp.Builder getUpdateStorageClassTimeBuilder() { - + onChanged(); return getUpdateStorageClassTimeFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4909,17 +5465,22 @@ public com.google.protobuf.Timestamp.Builder getUpdateStorageClassTimeBuilder()
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder() { if (updateStorageClassTimeBuilder_ != null) { return updateStorageClassTimeBuilder_.getMessageOrBuilder(); } else { - return updateStorageClassTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : updateStorageClassTime_; + return updateStorageClassTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : updateStorageClassTime_; } } /** + * + * *
      * Output only. The time at which the object's storage class was last changed.
      * When the object is initially created, it will be set to time_created.
@@ -4927,24 +5488,31 @@ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.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> getUpdateStorageClassTimeFieldBuilder() { if (updateStorageClassTimeBuilder_ == null) { - updateStorageClassTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getUpdateStorageClassTime(), - getParentForChildren(), - isClean()); + updateStorageClassTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getUpdateStorageClassTime(), getParentForChildren(), isClean()); updateStorageClassTime_ = null; } return updateStorageClassTimeBuilder_; } - private boolean temporaryHold_ ; + private boolean temporaryHold_; /** + * + * *
      * Whether an object is under temporary hold. While this flag is set to true,
      * the object is protected against deletion and overwrites.  A common use case
@@ -4954,6 +5522,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder
      * 
* * bool temporary_hold = 20; + * * @return The temporaryHold. */ @java.lang.Override @@ -4961,6 +5530,8 @@ public boolean getTemporaryHold() { return temporaryHold_; } /** + * + * *
      * Whether an object is under temporary hold. While this flag is set to true,
      * the object is protected against deletion and overwrites.  A common use case
@@ -4970,16 +5541,19 @@ public boolean getTemporaryHold() {
      * 
* * bool temporary_hold = 20; + * * @param value The temporaryHold to set. * @return This builder for chaining. */ public Builder setTemporaryHold(boolean value) { - + temporaryHold_ = value; onChanged(); return this; } /** + * + * *
      * Whether an object is under temporary hold. While this flag is set to true,
      * the object is protected against deletion and overwrites.  A common use case
@@ -4989,10 +5563,11 @@ public Builder setTemporaryHold(boolean value) {
      * 
* * bool temporary_hold = 20; + * * @return This builder for chaining. */ public Builder clearTemporaryHold() { - + temporaryHold_ = false; onChanged(); return this; @@ -5000,8 +5575,13 @@ public Builder clearTemporaryHold() { private com.google.protobuf.Timestamp retentionExpireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> retentionExpireTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + retentionExpireTimeBuilder_; /** + * + * *
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5013,12 +5593,15 @@ public Builder clearTemporaryHold() {
      * 
* * .google.protobuf.Timestamp retention_expire_time = 21; + * * @return Whether the retentionExpireTime field is set. */ public boolean hasRetentionExpireTime() { return retentionExpireTimeBuilder_ != null || retentionExpireTime_ != null; } /** + * + * *
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5030,16 +5613,21 @@ public boolean hasRetentionExpireTime() {
      * 
* * .google.protobuf.Timestamp retention_expire_time = 21; + * * @return The retentionExpireTime. */ public com.google.protobuf.Timestamp getRetentionExpireTime() { if (retentionExpireTimeBuilder_ == null) { - return retentionExpireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : retentionExpireTime_; + return retentionExpireTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : retentionExpireTime_; } else { return retentionExpireTimeBuilder_.getMessage(); } } /** + * + * *
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5066,6 +5654,8 @@ public Builder setRetentionExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5078,8 +5668,7 @@ public Builder setRetentionExpireTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp retention_expire_time = 21;
      */
-    public Builder setRetentionExpireTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setRetentionExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (retentionExpireTimeBuilder_ == null) {
         retentionExpireTime_ = builderForValue.build();
         onChanged();
@@ -5090,6 +5679,8 @@ public Builder setRetentionExpireTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5106,7 +5697,9 @@ public Builder mergeRetentionExpireTime(com.google.protobuf.Timestamp value) {
       if (retentionExpireTimeBuilder_ == null) {
         if (retentionExpireTime_ != null) {
           retentionExpireTime_ =
-            com.google.protobuf.Timestamp.newBuilder(retentionExpireTime_).mergeFrom(value).buildPartial();
+              com.google.protobuf.Timestamp.newBuilder(retentionExpireTime_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           retentionExpireTime_ = value;
         }
@@ -5118,6 +5711,8 @@ public Builder mergeRetentionExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5142,6 +5737,8 @@ public Builder clearRetentionExpireTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5155,11 +5752,13 @@ public Builder clearRetentionExpireTime() {
      * .google.protobuf.Timestamp retention_expire_time = 21;
      */
     public com.google.protobuf.Timestamp.Builder getRetentionExpireTimeBuilder() {
-      
+
       onChanged();
       return getRetentionExpireTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5176,11 +5775,14 @@ public com.google.protobuf.TimestampOrBuilder getRetentionExpireTimeOrBuilder()
       if (retentionExpireTimeBuilder_ != null) {
         return retentionExpireTimeBuilder_.getMessageOrBuilder();
       } else {
-        return retentionExpireTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : retentionExpireTime_;
+        return retentionExpireTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : retentionExpireTime_;
       }
     }
     /**
+     *
+     *
      * 
      * A server-determined value that specifies the earliest time that the
      * object's retention period expires.
@@ -5194,35 +5796,38 @@ public com.google.protobuf.TimestampOrBuilder getRetentionExpireTimeOrBuilder()
      * .google.protobuf.Timestamp retention_expire_time = 21;
      */
     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>
         getRetentionExpireTimeFieldBuilder() {
       if (retentionExpireTimeBuilder_ == null) {
-        retentionExpireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getRetentionExpireTime(),
-                getParentForChildren(),
-                isClean());
+        retentionExpireTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getRetentionExpireTime(), getParentForChildren(), isClean());
         retentionExpireTime_ = null;
       }
       return retentionExpireTimeBuilder_;
     }
 
-    private com.google.protobuf.MapField<
-        java.lang.String, java.lang.String> metadata_;
-    private com.google.protobuf.MapField
-    internalGetMetadata() {
+    private com.google.protobuf.MapField metadata_;
+
+    private com.google.protobuf.MapField internalGetMetadata() {
       if (metadata_ == null) {
-        return com.google.protobuf.MapField.emptyMapField(
-            MetadataDefaultEntryHolder.defaultEntry);
+        return com.google.protobuf.MapField.emptyMapField(MetadataDefaultEntryHolder.defaultEntry);
       }
       return metadata_;
     }
+
     private com.google.protobuf.MapField
-    internalGetMutableMetadata() {
-      onChanged();;
+        internalGetMutableMetadata() {
+      onChanged();
+      ;
       if (metadata_ == null) {
-        metadata_ = com.google.protobuf.MapField.newMapField(
-            MetadataDefaultEntryHolder.defaultEntry);
+        metadata_ =
+            com.google.protobuf.MapField.newMapField(MetadataDefaultEntryHolder.defaultEntry);
       }
       if (!metadata_.isMutable()) {
         metadata_ = metadata_.copy();
@@ -5234,28 +5839,30 @@ public int getMetadataCount() {
       return internalGetMetadata().getMap().size();
     }
     /**
+     *
+     *
      * 
      * User-provided metadata, in key/value pairs.
      * 
* * map<string, string> metadata = 22; */ - @java.lang.Override - public boolean containsMetadata( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } + public boolean containsMetadata(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } return internalGetMetadata().getMap().containsKey(key); } - /** - * Use {@link #getMetadataMap()} instead. - */ + /** Use {@link #getMetadataMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMetadata() { return getMetadataMap(); } /** + * + * *
      * User-provided metadata, in key/value pairs.
      * 
@@ -5263,11 +5870,12 @@ public java.util.Map getMetadata() { * map<string, string> metadata = 22; */ @java.lang.Override - public java.util.Map getMetadataMap() { return internalGetMetadata().getMap(); } /** + * + * *
      * User-provided metadata, in key/value pairs.
      * 
@@ -5275,16 +5883,17 @@ public java.util.Map getMetadataMap() { * map<string, string> metadata = 22; */ @java.lang.Override - public java.lang.String getMetadataOrDefault( - java.lang.String key, - java.lang.String defaultValue) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetMetadata().getMap(); + java.lang.String key, java.lang.String defaultValue) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetMetadata().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** + * + * *
      * User-provided metadata, in key/value pairs.
      * 
@@ -5292,12 +5901,11 @@ public java.lang.String getMetadataOrDefault( * map<string, string> metadata = 22; */ @java.lang.Override - - public java.lang.String getMetadataOrThrow( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - java.util.Map map = - internalGetMetadata().getMap(); + public java.lang.String getMetadataOrThrow(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + java.util.Map map = internalGetMetadata().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -5305,69 +5913,68 @@ public java.lang.String getMetadataOrThrow( } public Builder clearMetadata() { - internalGetMutableMetadata().getMutableMap() - .clear(); + internalGetMutableMetadata().getMutableMap().clear(); return this; } /** + * + * *
      * User-provided metadata, in key/value pairs.
      * 
* * map<string, string> metadata = 22; */ - - public Builder removeMetadata( - java.lang.String key) { - if (key == null) { throw new NullPointerException("map key"); } - internalGetMutableMetadata().getMutableMap() - .remove(key); + public Builder removeMetadata(java.lang.String key) { + if (key == null) { + throw new NullPointerException("map key"); + } + internalGetMutableMetadata().getMutableMap().remove(key); return this; } - /** - * Use alternate mutation accessors instead. - */ + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated - public java.util.Map - getMutableMetadata() { + public java.util.Map getMutableMetadata() { return internalGetMutableMetadata().getMutableMap(); } /** + * + * *
      * User-provided metadata, in key/value pairs.
      * 
* * map<string, string> metadata = 22; */ - public Builder putMetadata( - java.lang.String key, - java.lang.String value) { - if (key == null) { throw new NullPointerException("map key"); } + public Builder putMetadata(java.lang.String key, java.lang.String value) { + if (key == null) { + throw new NullPointerException("map key"); + } if (value == null) { - throw new NullPointerException("map value"); -} + throw new NullPointerException("map value"); + } - internalGetMutableMetadata().getMutableMap() - .put(key, value); + internalGetMutableMetadata().getMutableMap().put(key, value); return this; } /** + * + * *
      * User-provided metadata, in key/value pairs.
      * 
* * map<string, string> metadata = 22; */ - - public Builder putAllMetadata( - java.util.Map values) { - internalGetMutableMetadata().getMutableMap() - .putAll(values); + public Builder putAllMetadata(java.util.Map values) { + internalGetMutableMetadata().getMutableMap().putAll(values); return this; } - private boolean eventBasedHold_ ; + private boolean eventBasedHold_; /** + * + * *
      * Whether an object is under event-based hold.
      * An event-based hold is a way to force the retention of an object until
@@ -5382,6 +5989,7 @@ public Builder putAllMetadata(
      * 
* * optional bool event_based_hold = 23; + * * @return Whether the eventBasedHold field is set. */ @java.lang.Override @@ -5389,6 +5997,8 @@ public boolean hasEventBasedHold() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Whether an object is under event-based hold.
      * An event-based hold is a way to force the retention of an object until
@@ -5403,6 +6013,7 @@ public boolean hasEventBasedHold() {
      * 
* * optional bool event_based_hold = 23; + * * @return The eventBasedHold. */ @java.lang.Override @@ -5410,6 +6021,8 @@ public boolean getEventBasedHold() { return eventBasedHold_; } /** + * + * *
      * Whether an object is under event-based hold.
      * An event-based hold is a way to force the retention of an object until
@@ -5424,6 +6037,7 @@ public boolean getEventBasedHold() {
      * 
* * optional bool event_based_hold = 23; + * * @param value The eventBasedHold to set. * @return This builder for chaining. */ @@ -5434,6 +6048,8 @@ public Builder setEventBasedHold(boolean value) { return this; } /** + * + * *
      * Whether an object is under event-based hold.
      * An event-based hold is a way to force the retention of an object until
@@ -5448,6 +6064,7 @@ public Builder setEventBasedHold(boolean value) {
      * 
* * optional bool event_based_hold = 23; + * * @return This builder for chaining. */ public Builder clearEventBasedHold() { @@ -5459,28 +6076,39 @@ public Builder clearEventBasedHold() { private com.google.storage.v2.Owner owner_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder> ownerBuilder_; + com.google.storage.v2.Owner, + com.google.storage.v2.Owner.Builder, + com.google.storage.v2.OwnerOrBuilder> + ownerBuilder_; /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the owner field is set. */ public boolean hasOwner() { return ownerBuilder_ != null || owner_ != null; } /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The owner. */ public com.google.storage.v2.Owner getOwner() { @@ -5491,13 +6119,16 @@ public com.google.storage.v2.Owner getOwner() { } } /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setOwner(com.google.storage.v2.Owner value) { if (ownerBuilder_ == null) { @@ -5513,16 +6144,18 @@ public Builder setOwner(com.google.storage.v2.Owner value) { return this; } /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ - public Builder setOwner( - com.google.storage.v2.Owner.Builder builderForValue) { + public Builder setOwner(com.google.storage.v2.Owner.Builder builderForValue) { if (ownerBuilder_ == null) { owner_ = builderForValue.build(); onChanged(); @@ -5533,19 +6166,21 @@ public Builder setOwner( return this; } /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeOwner(com.google.storage.v2.Owner value) { if (ownerBuilder_ == null) { if (owner_ != null) { - owner_ = - com.google.storage.v2.Owner.newBuilder(owner_).mergeFrom(value).buildPartial(); + owner_ = com.google.storage.v2.Owner.newBuilder(owner_).mergeFrom(value).buildPartial(); } else { owner_ = value; } @@ -5557,13 +6192,16 @@ public Builder mergeOwner(com.google.storage.v2.Owner value) { return this; } /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearOwner() { if (ownerBuilder_ == null) { @@ -5577,54 +6215,65 @@ public Builder clearOwner() { return this; } /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.storage.v2.Owner.Builder getOwnerBuilder() { - + onChanged(); return getOwnerFieldBuilder().getBuilder(); } /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { if (ownerBuilder_ != null) { return ownerBuilder_.getMessageOrBuilder(); } else { - return owner_ == null ? - com.google.storage.v2.Owner.getDefaultInstance() : owner_; + return owner_ == null ? com.google.storage.v2.Owner.getDefaultInstance() : owner_; } } /** + * + * *
      * Output only. The owner of the object. This will always be the uploader of
      * the object. Attempting to set or update this field will result in a
      * [FieldViolation][google.rpc.BadRequest.FieldViolation].
      * 
* - * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder> + com.google.storage.v2.Owner, + com.google.storage.v2.Owner.Builder, + com.google.storage.v2.OwnerOrBuilder> getOwnerFieldBuilder() { if (ownerBuilder_ == null) { - ownerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Owner, com.google.storage.v2.Owner.Builder, com.google.storage.v2.OwnerOrBuilder>( - getOwner(), - getParentForChildren(), - isClean()); + ownerBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Owner, + com.google.storage.v2.Owner.Builder, + com.google.storage.v2.OwnerOrBuilder>( + getOwner(), getParentForChildren(), isClean()); owner_ = null; } return ownerBuilder_; @@ -5632,36 +6281,49 @@ public com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder() { private com.google.storage.v2.CustomerEncryption customerEncryption_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CustomerEncryption, com.google.storage.v2.CustomerEncryption.Builder, com.google.storage.v2.CustomerEncryptionOrBuilder> customerEncryptionBuilder_; + com.google.storage.v2.CustomerEncryption, + com.google.storage.v2.CustomerEncryption.Builder, + com.google.storage.v2.CustomerEncryptionOrBuilder> + customerEncryptionBuilder_; /** + * + * *
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
      * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; + * * @return Whether the customerEncryption field is set. */ public boolean hasCustomerEncryption() { return customerEncryptionBuilder_ != null || customerEncryption_ != null; } /** + * + * *
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
      * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; + * * @return The customerEncryption. */ public com.google.storage.v2.CustomerEncryption getCustomerEncryption() { if (customerEncryptionBuilder_ == null) { - return customerEncryption_ == null ? com.google.storage.v2.CustomerEncryption.getDefaultInstance() : customerEncryption_; + return customerEncryption_ == null + ? com.google.storage.v2.CustomerEncryption.getDefaultInstance() + : customerEncryption_; } else { return customerEncryptionBuilder_.getMessage(); } } /** + * + * *
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -5683,6 +6345,8 @@ public Builder setCustomerEncryption(com.google.storage.v2.CustomerEncryption va
       return this;
     }
     /**
+     *
+     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -5702,6 +6366,8 @@ public Builder setCustomerEncryption(
       return this;
     }
     /**
+     *
+     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -5713,7 +6379,9 @@ public Builder mergeCustomerEncryption(com.google.storage.v2.CustomerEncryption
       if (customerEncryptionBuilder_ == null) {
         if (customerEncryption_ != null) {
           customerEncryption_ =
-            com.google.storage.v2.CustomerEncryption.newBuilder(customerEncryption_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.CustomerEncryption.newBuilder(customerEncryption_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           customerEncryption_ = value;
         }
@@ -5725,6 +6393,8 @@ public Builder mergeCustomerEncryption(com.google.storage.v2.CustomerEncryption
       return this;
     }
     /**
+     *
+     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -5744,6 +6414,8 @@ public Builder clearCustomerEncryption() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -5752,11 +6424,13 @@ public Builder clearCustomerEncryption() {
      * .google.storage.v2.CustomerEncryption customer_encryption = 25;
      */
     public com.google.storage.v2.CustomerEncryption.Builder getCustomerEncryptionBuilder() {
-      
+
       onChanged();
       return getCustomerEncryptionFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -5768,11 +6442,14 @@ public com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOr
       if (customerEncryptionBuilder_ != null) {
         return customerEncryptionBuilder_.getMessageOrBuilder();
       } else {
-        return customerEncryption_ == null ?
-            com.google.storage.v2.CustomerEncryption.getDefaultInstance() : customerEncryption_;
+        return customerEncryption_ == null
+            ? com.google.storage.v2.CustomerEncryption.getDefaultInstance()
+            : customerEncryption_;
       }
     }
     /**
+     *
+     *
      * 
      * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
      * such a key.
@@ -5781,14 +6458,17 @@ public com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOr
      * .google.storage.v2.CustomerEncryption customer_encryption = 25;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.CustomerEncryption, com.google.storage.v2.CustomerEncryption.Builder, com.google.storage.v2.CustomerEncryptionOrBuilder> 
+            com.google.storage.v2.CustomerEncryption,
+            com.google.storage.v2.CustomerEncryption.Builder,
+            com.google.storage.v2.CustomerEncryptionOrBuilder>
         getCustomerEncryptionFieldBuilder() {
       if (customerEncryptionBuilder_ == null) {
-        customerEncryptionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.CustomerEncryption, com.google.storage.v2.CustomerEncryption.Builder, com.google.storage.v2.CustomerEncryptionOrBuilder>(
-                getCustomerEncryption(),
-                getParentForChildren(),
-                isClean());
+        customerEncryptionBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.CustomerEncryption,
+                com.google.storage.v2.CustomerEncryption.Builder,
+                com.google.storage.v2.CustomerEncryptionOrBuilder>(
+                getCustomerEncryption(), getParentForChildren(), isClean());
         customerEncryption_ = null;
       }
       return customerEncryptionBuilder_;
@@ -5796,34 +6476,47 @@ public com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOr
 
     private com.google.protobuf.Timestamp customTime_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> customTimeBuilder_;
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
+        customTimeBuilder_;
     /**
+     *
+     *
      * 
      * A user-specified timestamp set on an object.
      * 
* * .google.protobuf.Timestamp custom_time = 26; + * * @return Whether the customTime field is set. */ public boolean hasCustomTime() { return customTimeBuilder_ != null || customTime_ != null; } /** + * + * *
      * A user-specified timestamp set on an object.
      * 
* * .google.protobuf.Timestamp custom_time = 26; + * * @return The customTime. */ public com.google.protobuf.Timestamp getCustomTime() { if (customTimeBuilder_ == null) { - return customTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : customTime_; + return customTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : customTime_; } else { return customTimeBuilder_.getMessage(); } } /** + * + * *
      * A user-specified timestamp set on an object.
      * 
@@ -5844,14 +6537,15 @@ public Builder setCustomTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * A user-specified timestamp set on an object.
      * 
* * .google.protobuf.Timestamp custom_time = 26; */ - public Builder setCustomTime( - com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCustomTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (customTimeBuilder_ == null) { customTime_ = builderForValue.build(); onChanged(); @@ -5862,6 +6556,8 @@ public Builder setCustomTime( return this; } /** + * + * *
      * A user-specified timestamp set on an object.
      * 
@@ -5872,7 +6568,7 @@ public Builder mergeCustomTime(com.google.protobuf.Timestamp value) { if (customTimeBuilder_ == null) { if (customTime_ != null) { customTime_ = - com.google.protobuf.Timestamp.newBuilder(customTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(customTime_).mergeFrom(value).buildPartial(); } else { customTime_ = value; } @@ -5884,6 +6580,8 @@ public Builder mergeCustomTime(com.google.protobuf.Timestamp value) { return this; } /** + * + * *
      * A user-specified timestamp set on an object.
      * 
@@ -5902,6 +6600,8 @@ public Builder clearCustomTime() { return this; } /** + * + * *
      * A user-specified timestamp set on an object.
      * 
@@ -5909,11 +6609,13 @@ public Builder clearCustomTime() { * .google.protobuf.Timestamp custom_time = 26; */ public com.google.protobuf.Timestamp.Builder getCustomTimeBuilder() { - + onChanged(); return getCustomTimeFieldBuilder().getBuilder(); } /** + * + * *
      * A user-specified timestamp set on an object.
      * 
@@ -5924,11 +6626,14 @@ public com.google.protobuf.TimestampOrBuilder getCustomTimeOrBuilder() { if (customTimeBuilder_ != null) { return customTimeBuilder_.getMessageOrBuilder(); } else { - return customTime_ == null ? - com.google.protobuf.Timestamp.getDefaultInstance() : customTime_; + return customTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : customTime_; } } /** + * + * *
      * A user-specified timestamp set on an object.
      * 
@@ -5936,21 +6641,24 @@ public com.google.protobuf.TimestampOrBuilder getCustomTimeOrBuilder() { * .google.protobuf.Timestamp custom_time = 26; */ 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> getCustomTimeFieldBuilder() { if (customTimeBuilder_ == null) { - customTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( - getCustomTime(), - getParentForChildren(), - isClean()); + customTimeBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder>( + getCustomTime(), getParentForChildren(), isClean()); customTime_ = null; } return customTimeBuilder_; } + @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); } @@ -5960,12 +6668,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Object) } // @@protoc_insertion_point(class_scope:google.storage.v2.Object) private static final com.google.storage.v2.Object DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Object(); } @@ -5974,27 +6682,27 @@ public static com.google.storage.v2.Object getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Object 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 Object 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; @@ -6009,6 +6717,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Object getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java similarity index 74% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java index 3b3d108148..2135072571 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControl.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * An access-control entry.
  * 
* * Protobuf type {@code google.storage.v2.ObjectAccessControl} */ -public final class ObjectAccessControl extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ObjectAccessControl extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ObjectAccessControl) ObjectAccessControlOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ObjectAccessControl.newBuilder() to construct. private ObjectAccessControl(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ObjectAccessControl() { role_ = ""; id_ = ""; @@ -32,37 +50,41 @@ private ObjectAccessControl() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ObjectAccessControl(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ObjectAccessControl.class, com.google.storage.v2.ObjectAccessControl.Builder.class); + com.google.storage.v2.ObjectAccessControl.class, + com.google.storage.v2.ObjectAccessControl.Builder.class); } public static final int ROLE_FIELD_NUMBER = 1; private volatile java.lang.Object role_; /** + * + * *
    * The access permission for the entity.
    * 
* * string role = 1; + * * @return The role. */ @java.lang.Override @@ -71,29 +93,29 @@ public java.lang.String getRole() { 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(); role_ = s; return s; } } /** + * + * *
    * The access permission for the entity.
    * 
* * string role = 1; + * * @return The bytes for role. */ @java.lang.Override - public com.google.protobuf.ByteString - getRoleBytes() { + public com.google.protobuf.ByteString getRoleBytes() { java.lang.Object ref = role_; 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); role_ = b; return b; } else { @@ -104,11 +126,14 @@ public java.lang.String getRole() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** + * + * *
    * The ID of the access-control entry.
    * 
* * string id = 2; + * * @return The id. */ @java.lang.Override @@ -117,29 +142,29 @@ public java.lang.String getId() { 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(); id_ = s; return s; } } /** + * + * *
    * The ID of the access-control entry.
    * 
* * string id = 2; + * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -150,6 +175,8 @@ public java.lang.String getId() { public static final int ENTITY_FIELD_NUMBER = 3; private volatile java.lang.Object entity_; /** + * + * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -172,6 +199,7 @@ public java.lang.String getId() {
    * 
* * string entity = 3; + * * @return The entity. */ @java.lang.Override @@ -180,14 +208,15 @@ public java.lang.String getEntity() { 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(); entity_ = s; return s; } } /** + * + * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -210,16 +239,15 @@ public java.lang.String getEntity() {
    * 
* * string entity = 3; + * * @return The bytes for entity. */ @java.lang.Override - public com.google.protobuf.ByteString - getEntityBytes() { + public com.google.protobuf.ByteString getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -230,12 +258,15 @@ public java.lang.String getEntity() { public static final int ENTITY_ALT_FIELD_NUMBER = 9; private volatile java.lang.Object entityAlt_; /** + * + * *
    * Output only. The alternative entity format, if exists. For project
    * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The entityAlt. */ @java.lang.Override @@ -244,30 +275,30 @@ public java.lang.String getEntityAlt() { 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(); entityAlt_ = s; return s; } } /** + * + * *
    * Output only. The alternative entity format, if exists. For project
    * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for entityAlt. */ @java.lang.Override - public com.google.protobuf.ByteString - getEntityAltBytes() { + public com.google.protobuf.ByteString getEntityAltBytes() { java.lang.Object ref = entityAlt_; 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); entityAlt_ = b; return b; } else { @@ -278,11 +309,14 @@ public java.lang.String getEntityAlt() { public static final int ENTITY_ID_FIELD_NUMBER = 4; private volatile java.lang.Object entityId_; /** + * + * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; + * * @return The entityId. */ @java.lang.Override @@ -291,29 +325,29 @@ public java.lang.String getEntityId() { 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(); entityId_ = s; return s; } } /** + * + * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; + * * @return The bytes for entityId. */ @java.lang.Override - public com.google.protobuf.ByteString - getEntityIdBytes() { + public com.google.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -324,6 +358,8 @@ public java.lang.String getEntityId() { public static final int ETAG_FIELD_NUMBER = 8; private volatile java.lang.Object etag_; /** + * + * *
    * The etag of the ObjectAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -332,6 +368,7 @@ public java.lang.String getEntityId() {
    * 
* * string etag = 8; + * * @return The etag. */ @java.lang.Override @@ -340,14 +377,15 @@ public java.lang.String getEtag() { 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(); etag_ = s; return s; } } /** + * + * *
    * The etag of the ObjectAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -356,16 +394,15 @@ public java.lang.String getEtag() {
    * 
* * string etag = 8; + * * @return The bytes for etag. */ @java.lang.Override - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -376,11 +413,14 @@ public java.lang.String getEtag() { public static final int EMAIL_FIELD_NUMBER = 5; private volatile java.lang.Object email_; /** + * + * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; + * * @return The email. */ @java.lang.Override @@ -389,29 +429,29 @@ public java.lang.String getEmail() { 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(); email_ = s; return s; } } /** + * + * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; + * * @return The bytes for email. */ @java.lang.Override - public com.google.protobuf.ByteString - getEmailBytes() { + public com.google.protobuf.ByteString getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -422,11 +462,14 @@ public java.lang.String getEmail() { public static final int DOMAIN_FIELD_NUMBER = 6; private volatile java.lang.Object domain_; /** + * + * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; + * * @return The domain. */ @java.lang.Override @@ -435,29 +478,29 @@ public java.lang.String getDomain() { 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(); domain_ = s; return s; } } /** + * + * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; + * * @return The bytes for domain. */ @java.lang.Override - public com.google.protobuf.ByteString - getDomainBytes() { + public com.google.protobuf.ByteString getDomainBytes() { java.lang.Object ref = domain_; 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); domain_ = b; return b; } else { @@ -468,11 +511,14 @@ public java.lang.String getDomain() { public static final int PROJECT_TEAM_FIELD_NUMBER = 7; private com.google.storage.v2.ProjectTeam projectTeam_; /** + * + * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return Whether the projectTeam field is set. */ @java.lang.Override @@ -480,18 +526,25 @@ public boolean hasProjectTeam() { return projectTeam_ != null; } /** + * + * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return The projectTeam. */ @java.lang.Override public com.google.storage.v2.ProjectTeam getProjectTeam() { - return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; + return projectTeam_ == null + ? com.google.storage.v2.ProjectTeam.getDefaultInstance() + : projectTeam_; } /** + * + * *
    * The project team associated with the entity, if any.
    * 
@@ -504,6 +557,7 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -515,8 +569,7 @@ 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(role_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, role_); } @@ -572,8 +625,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, domain_); } if (projectTeam_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, getProjectTeam()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getProjectTeam()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(etag_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, etag_); @@ -589,33 +641,25 @@ 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.storage.v2.ObjectAccessControl)) { return super.equals(obj); } - com.google.storage.v2.ObjectAccessControl other = (com.google.storage.v2.ObjectAccessControl) obj; - - if (!getRole() - .equals(other.getRole())) return false; - if (!getId() - .equals(other.getId())) return false; - if (!getEntity() - .equals(other.getEntity())) return false; - if (!getEntityAlt() - .equals(other.getEntityAlt())) return false; - if (!getEntityId() - .equals(other.getEntityId())) return false; - if (!getEtag() - .equals(other.getEtag())) return false; - if (!getEmail() - .equals(other.getEmail())) return false; - if (!getDomain() - .equals(other.getDomain())) return false; + com.google.storage.v2.ObjectAccessControl other = + (com.google.storage.v2.ObjectAccessControl) obj; + + if (!getRole().equals(other.getRole())) return false; + if (!getId().equals(other.getId())) return false; + if (!getEntity().equals(other.getEntity())) return false; + if (!getEntityAlt().equals(other.getEntityAlt())) return false; + if (!getEntityId().equals(other.getEntityId())) return false; + if (!getEtag().equals(other.getEtag())) return false; + if (!getEmail().equals(other.getEmail())) return false; + if (!getDomain().equals(other.getDomain())) return false; if (hasProjectTeam() != other.hasProjectTeam()) return false; if (hasProjectTeam()) { - if (!getProjectTeam() - .equals(other.getProjectTeam())) return false; + if (!getProjectTeam().equals(other.getProjectTeam())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -653,130 +697,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ObjectAccessControl parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ObjectAccessControl parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.ObjectAccessControl parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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.storage.v2.ObjectAccessControl 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 access-control entry.
    * 
* * Protobuf type {@code google.storage.v2.ObjectAccessControl} */ - 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.storage.v2.ObjectAccessControl) com.google.storage.v2.ObjectAccessControlOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ObjectAccessControl.class, com.google.storage.v2.ObjectAccessControl.Builder.class); + com.google.storage.v2.ObjectAccessControl.class, + com.google.storage.v2.ObjectAccessControl.Builder.class); } // Construct using com.google.storage.v2.ObjectAccessControl.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -806,9 +856,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectAccessControl_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override @@ -827,7 +877,8 @@ public com.google.storage.v2.ObjectAccessControl build() { @java.lang.Override public com.google.storage.v2.ObjectAccessControl buildPartial() { - com.google.storage.v2.ObjectAccessControl result = new com.google.storage.v2.ObjectAccessControl(this); + com.google.storage.v2.ObjectAccessControl result = + new com.google.storage.v2.ObjectAccessControl(this); result.role_ = role_; result.id_ = id_; result.entity_ = entity_; @@ -849,38 +900,39 @@ public com.google.storage.v2.ObjectAccessControl 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) { + 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.storage.v2.ObjectAccessControl) { - return mergeFrom((com.google.storage.v2.ObjectAccessControl)other); + return mergeFrom((com.google.storage.v2.ObjectAccessControl) other); } else { super.mergeFrom(other); return this; @@ -950,59 +1002,67 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - role_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - id_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 26: { - entity_ = input.readStringRequireUtf8(); - - break; - } // case 26 - case 34: { - entityId_ = input.readStringRequireUtf8(); - - break; - } // case 34 - case 42: { - email_ = input.readStringRequireUtf8(); - - break; - } // case 42 - case 50: { - domain_ = input.readStringRequireUtf8(); - - break; - } // case 50 - case 58: { - input.readMessage( - getProjectTeamFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 58 - case 66: { - etag_ = input.readStringRequireUtf8(); - - break; - } // case 66 - case 74: { - entityAlt_ = input.readStringRequireUtf8(); - - break; - } // case 74 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + role_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + id_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 26: + { + entity_ = input.readStringRequireUtf8(); + + break; + } // case 26 + case 34: + { + entityId_ = input.readStringRequireUtf8(); + + break; + } // case 34 + case 42: + { + email_ = input.readStringRequireUtf8(); + + break; + } // case 42 + case 50: + { + domain_ = input.readStringRequireUtf8(); + + break; + } // case 50 + case 58: + { + input.readMessage(getProjectTeamFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 58 + case 66: + { + etag_ = input.readStringRequireUtf8(); + + break; + } // case 66 + case 74: + { + entityAlt_ = input.readStringRequireUtf8(); + + break; + } // case 74 + 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) { @@ -1015,18 +1075,20 @@ public Builder mergeFrom( private java.lang.Object role_ = ""; /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @return The role. */ public java.lang.String getRole() { java.lang.Object ref = role_; 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(); role_ = s; return s; @@ -1035,20 +1097,21 @@ public java.lang.String getRole() { } } /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @return The bytes for role. */ - public com.google.protobuf.ByteString - getRoleBytes() { + public com.google.protobuf.ByteString getRoleBytes() { java.lang.Object ref = role_; 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); role_ = b; return b; } else { @@ -1056,54 +1119,61 @@ public java.lang.String getRole() { } } /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @param value The role to set. * @return This builder for chaining. */ - public Builder setRole( - java.lang.String value) { + public Builder setRole(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + role_ = value; onChanged(); return this; } /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @return This builder for chaining. */ public Builder clearRole() { - + role_ = getDefaultInstance().getRole(); onChanged(); return this; } /** + * + * *
      * The access permission for the entity.
      * 
* * string role = 1; + * * @param value The bytes for role to set. * @return This builder for chaining. */ - public Builder setRoleBytes( - com.google.protobuf.ByteString value) { + public Builder setRoleBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + role_ = value; onChanged(); return this; @@ -1111,18 +1181,20 @@ public Builder setRoleBytes( private java.lang.Object id_ = ""; /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; 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(); id_ = s; return s; @@ -1131,20 +1203,21 @@ public java.lang.String getId() { } } /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @return The bytes for id. */ - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; 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); id_ = b; return b; } else { @@ -1152,54 +1225,61 @@ public java.lang.String getId() { } } /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId( - java.lang.String value) { + public Builder setId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** + * + * *
      * The ID of the access-control entry.
      * 
* * string id = 2; + * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes( - com.google.protobuf.ByteString value) { + public Builder setIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1207,6 +1287,8 @@ public Builder setIdBytes( private java.lang.Object entity_ = ""; /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1229,13 +1311,13 @@ public Builder setIdBytes(
      * 
* * string entity = 3; + * * @return The entity. */ public java.lang.String getEntity() { java.lang.Object ref = entity_; 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(); entity_ = s; return s; @@ -1244,6 +1326,8 @@ public java.lang.String getEntity() { } } /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1266,15 +1350,14 @@ public java.lang.String getEntity() {
      * 
* * string entity = 3; + * * @return The bytes for entity. */ - public com.google.protobuf.ByteString - getEntityBytes() { + public com.google.protobuf.ByteString getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -1282,6 +1365,8 @@ public java.lang.String getEntity() { } } /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1304,20 +1389,22 @@ public java.lang.String getEntity() {
      * 
* * string entity = 3; + * * @param value The entity to set. * @return This builder for chaining. */ - public Builder setEntity( - java.lang.String value) { + public Builder setEntity(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entity_ = value; onChanged(); return this; } /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1340,15 +1427,18 @@ public Builder setEntity(
      * 
* * string entity = 3; + * * @return This builder for chaining. */ public Builder clearEntity() { - + entity_ = getDefaultInstance().getEntity(); onChanged(); return this; } /** + * + * *
      * The entity holding the permission, in one of the following forms:
      * * `user-{userid}`
@@ -1371,16 +1461,16 @@ public Builder clearEntity() {
      * 
* * string entity = 3; + * * @param value The bytes for entity to set. * @return This builder for chaining. */ - public Builder setEntityBytes( - com.google.protobuf.ByteString value) { + public Builder setEntityBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entity_ = value; onChanged(); return this; @@ -1388,19 +1478,21 @@ public Builder setEntityBytes( private java.lang.Object entityAlt_ = ""; /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The entityAlt. */ public java.lang.String getEntityAlt() { java.lang.Object ref = entityAlt_; 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(); entityAlt_ = s; return s; @@ -1409,21 +1501,22 @@ public java.lang.String getEntityAlt() { } } /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for entityAlt. */ - public com.google.protobuf.ByteString - getEntityAltBytes() { + public com.google.protobuf.ByteString getEntityAltBytes() { java.lang.Object ref = entityAlt_; 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); entityAlt_ = b; return b; } else { @@ -1431,57 +1524,64 @@ public java.lang.String getEntityAlt() { } } /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The entityAlt to set. * @return This builder for chaining. */ - public Builder setEntityAlt( - java.lang.String value) { + public Builder setEntityAlt(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityAlt_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearEntityAlt() { - + entityAlt_ = getDefaultInstance().getEntityAlt(); onChanged(); return this; } /** + * + * *
      * Output only. The alternative entity format, if exists. For project
      * entities, `project-{team}-{projectid}` format will be returned on response.
      * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for entityAlt to set. * @return This builder for chaining. */ - public Builder setEntityAltBytes( - com.google.protobuf.ByteString value) { + public Builder setEntityAltBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityAlt_ = value; onChanged(); return this; @@ -1489,18 +1589,20 @@ public Builder setEntityAltBytes( private java.lang.Object entityId_ = ""; /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @return The entityId. */ public java.lang.String getEntityId() { java.lang.Object ref = entityId_; 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(); entityId_ = s; return s; @@ -1509,20 +1611,21 @@ public java.lang.String getEntityId() { } } /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @return The bytes for entityId. */ - public com.google.protobuf.ByteString - getEntityIdBytes() { + public com.google.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -1530,54 +1633,61 @@ public java.lang.String getEntityId() { } } /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @param value The entityId to set. * @return This builder for chaining. */ - public Builder setEntityId( - java.lang.String value) { + public Builder setEntityId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityId_ = value; onChanged(); return this; } /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @return This builder for chaining. */ public Builder clearEntityId() { - + entityId_ = getDefaultInstance().getEntityId(); onChanged(); return this; } /** + * + * *
      * The ID for the entity, if any.
      * 
* * string entity_id = 4; + * * @param value The bytes for entityId to set. * @return This builder for chaining. */ - public Builder setEntityIdBytes( - com.google.protobuf.ByteString value) { + public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityId_ = value; onChanged(); return this; @@ -1585,6 +1695,8 @@ public Builder setEntityIdBytes( private java.lang.Object etag_ = ""; /** + * + * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1593,13 +1705,13 @@ public Builder setEntityIdBytes(
      * 
* * string etag = 8; + * * @return The etag. */ public java.lang.String getEtag() { java.lang.Object ref = etag_; 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(); etag_ = s; return s; @@ -1608,6 +1720,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1616,15 +1730,14 @@ public java.lang.String getEtag() {
      * 
* * string etag = 8; + * * @return The bytes for etag. */ - public com.google.protobuf.ByteString - getEtagBytes() { + public com.google.protobuf.ByteString getEtagBytes() { java.lang.Object ref = etag_; 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); etag_ = b; return b; } else { @@ -1632,6 +1745,8 @@ public java.lang.String getEtag() { } } /** + * + * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1640,20 +1755,22 @@ public java.lang.String getEtag() {
      * 
* * string etag = 8; + * * @param value The etag to set. * @return This builder for chaining. */ - public Builder setEtag( - java.lang.String value) { + public Builder setEtag(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + etag_ = value; onChanged(); return this; } /** + * + * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1662,15 +1779,18 @@ public Builder setEtag(
      * 
* * string etag = 8; + * * @return This builder for chaining. */ public Builder clearEtag() { - + etag_ = getDefaultInstance().getEtag(); onChanged(); return this; } /** + * + * *
      * The etag of the ObjectAccessControl.
      * If included in the metadata of an update or delete request message, the
@@ -1679,16 +1799,16 @@ public Builder clearEtag() {
      * 
* * string etag = 8; + * * @param value The bytes for etag to set. * @return This builder for chaining. */ - public Builder setEtagBytes( - com.google.protobuf.ByteString value) { + public Builder setEtagBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + etag_ = value; onChanged(); return this; @@ -1696,18 +1816,20 @@ public Builder setEtagBytes( private java.lang.Object email_ = ""; /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @return The email. */ public java.lang.String getEmail() { java.lang.Object ref = email_; 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(); email_ = s; return s; @@ -1716,20 +1838,21 @@ public java.lang.String getEmail() { } } /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @return The bytes for email. */ - public com.google.protobuf.ByteString - getEmailBytes() { + public com.google.protobuf.ByteString getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -1737,54 +1860,61 @@ public java.lang.String getEmail() { } } /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @param value The email to set. * @return This builder for chaining. */ - public Builder setEmail( - java.lang.String value) { + public Builder setEmail(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + email_ = value; onChanged(); return this; } /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @return This builder for chaining. */ public Builder clearEmail() { - + email_ = getDefaultInstance().getEmail(); onChanged(); return this; } /** + * + * *
      * The email address associated with the entity, if any.
      * 
* * string email = 5; + * * @param value The bytes for email to set. * @return This builder for chaining. */ - public Builder setEmailBytes( - com.google.protobuf.ByteString value) { + public Builder setEmailBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + email_ = value; onChanged(); return this; @@ -1792,18 +1922,20 @@ public Builder setEmailBytes( private java.lang.Object domain_ = ""; /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @return The domain. */ public java.lang.String getDomain() { java.lang.Object ref = domain_; 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(); domain_ = s; return s; @@ -1812,20 +1944,21 @@ public java.lang.String getDomain() { } } /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @return The bytes for domain. */ - public com.google.protobuf.ByteString - getDomainBytes() { + public com.google.protobuf.ByteString getDomainBytes() { java.lang.Object ref = domain_; 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); domain_ = b; return b; } else { @@ -1833,54 +1966,61 @@ public java.lang.String getDomain() { } } /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @param value The domain to set. * @return This builder for chaining. */ - public Builder setDomain( - java.lang.String value) { + public Builder setDomain(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domain_ = value; onChanged(); return this; } /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @return This builder for chaining. */ public Builder clearDomain() { - + domain_ = getDefaultInstance().getDomain(); onChanged(); return this; } /** + * + * *
      * The domain associated with the entity, if any.
      * 
* * string domain = 6; + * * @param value The bytes for domain to set. * @return This builder for chaining. */ - public Builder setDomainBytes( - com.google.protobuf.ByteString value) { + public Builder setDomainBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domain_ = value; onChanged(); return this; @@ -1888,34 +2028,47 @@ public Builder setDomainBytes( private com.google.storage.v2.ProjectTeam projectTeam_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> projectTeamBuilder_; + com.google.storage.v2.ProjectTeam, + com.google.storage.v2.ProjectTeam.Builder, + com.google.storage.v2.ProjectTeamOrBuilder> + projectTeamBuilder_; /** + * + * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return Whether the projectTeam field is set. */ public boolean hasProjectTeam() { return projectTeamBuilder_ != null || projectTeam_ != null; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return The projectTeam. */ public com.google.storage.v2.ProjectTeam getProjectTeam() { if (projectTeamBuilder_ == null) { - return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; + return projectTeam_ == null + ? com.google.storage.v2.ProjectTeam.getDefaultInstance() + : projectTeam_; } else { return projectTeamBuilder_.getMessage(); } } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -1936,14 +2089,15 @@ public Builder setProjectTeam(com.google.storage.v2.ProjectTeam value) { return this; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ - public Builder setProjectTeam( - com.google.storage.v2.ProjectTeam.Builder builderForValue) { + public Builder setProjectTeam(com.google.storage.v2.ProjectTeam.Builder builderForValue) { if (projectTeamBuilder_ == null) { projectTeam_ = builderForValue.build(); onChanged(); @@ -1954,6 +2108,8 @@ public Builder setProjectTeam( return this; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -1964,7 +2120,9 @@ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { if (projectTeamBuilder_ == null) { if (projectTeam_ != null) { projectTeam_ = - com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_).mergeFrom(value).buildPartial(); + com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_) + .mergeFrom(value) + .buildPartial(); } else { projectTeam_ = value; } @@ -1976,6 +2134,8 @@ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { return this; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -1994,6 +2154,8 @@ public Builder clearProjectTeam() { return this; } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -2001,11 +2163,13 @@ public Builder clearProjectTeam() { * .google.storage.v2.ProjectTeam project_team = 7; */ public com.google.storage.v2.ProjectTeam.Builder getProjectTeamBuilder() { - + onChanged(); return getProjectTeamFieldBuilder().getBuilder(); } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -2016,11 +2180,14 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { if (projectTeamBuilder_ != null) { return projectTeamBuilder_.getMessageOrBuilder(); } else { - return projectTeam_ == null ? - com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; + return projectTeam_ == null + ? com.google.storage.v2.ProjectTeam.getDefaultInstance() + : projectTeam_; } } /** + * + * *
      * The project team associated with the entity, if any.
      * 
@@ -2028,21 +2195,24 @@ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { * .google.storage.v2.ProjectTeam project_team = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> + com.google.storage.v2.ProjectTeam, + com.google.storage.v2.ProjectTeam.Builder, + com.google.storage.v2.ProjectTeamOrBuilder> getProjectTeamFieldBuilder() { if (projectTeamBuilder_ == null) { - projectTeamBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder>( - getProjectTeam(), - getParentForChildren(), - isClean()); + projectTeamBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.ProjectTeam, + com.google.storage.v2.ProjectTeam.Builder, + com.google.storage.v2.ProjectTeamOrBuilder>( + getProjectTeam(), getParentForChildren(), isClean()); projectTeam_ = null; } return projectTeamBuilder_; } + @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); } @@ -2052,12 +2222,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ObjectAccessControl) } // @@protoc_insertion_point(class_scope:google.storage.v2.ObjectAccessControl) private static final com.google.storage.v2.ObjectAccessControl DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ObjectAccessControl(); } @@ -2066,27 +2236,27 @@ public static com.google.storage.v2.ObjectAccessControl getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ObjectAccessControl 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 ObjectAccessControl 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; @@ -2101,6 +2271,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ObjectAccessControl getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java similarity index 81% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java index dfb08835cc..20ee2c6a38 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectAccessControlOrBuilder.java @@ -1,53 +1,81 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ObjectAccessControlOrBuilder extends +public interface ObjectAccessControlOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ObjectAccessControl) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The access permission for the entity.
    * 
* * string role = 1; + * * @return The role. */ java.lang.String getRole(); /** + * + * *
    * The access permission for the entity.
    * 
* * string role = 1; + * * @return The bytes for role. */ - com.google.protobuf.ByteString - getRoleBytes(); + com.google.protobuf.ByteString getRoleBytes(); /** + * + * *
    * The ID of the access-control entry.
    * 
* * string id = 2; + * * @return The id. */ java.lang.String getId(); /** + * + * *
    * The ID of the access-control entry.
    * 
* * string id = 2; + * * @return The bytes for id. */ - com.google.protobuf.ByteString - getIdBytes(); + com.google.protobuf.ByteString getIdBytes(); /** + * + * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -70,10 +98,13 @@ public interface ObjectAccessControlOrBuilder extends
    * 
* * string entity = 3; + * * @return The entity. */ java.lang.String getEntity(); /** + * + * *
    * The entity holding the permission, in one of the following forms:
    * * `user-{userid}`
@@ -96,54 +127,66 @@ public interface ObjectAccessControlOrBuilder extends
    * 
* * string entity = 3; + * * @return The bytes for entity. */ - com.google.protobuf.ByteString - getEntityBytes(); + com.google.protobuf.ByteString getEntityBytes(); /** + * + * *
    * Output only. The alternative entity format, if exists. For project
    * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The entityAlt. */ java.lang.String getEntityAlt(); /** + * + * *
    * Output only. The alternative entity format, if exists. For project
    * entities, `project-{team}-{projectid}` format will be returned on response.
    * 
* * string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for entityAlt. */ - com.google.protobuf.ByteString - getEntityAltBytes(); + com.google.protobuf.ByteString getEntityAltBytes(); /** + * + * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; + * * @return The entityId. */ java.lang.String getEntityId(); /** + * + * *
    * The ID for the entity, if any.
    * 
* * string entity_id = 4; + * * @return The bytes for entityId. */ - com.google.protobuf.ByteString - getEntityIdBytes(); + com.google.protobuf.ByteString getEntityIdBytes(); /** + * + * *
    * The etag of the ObjectAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -152,10 +195,13 @@ public interface ObjectAccessControlOrBuilder extends
    * 
* * string etag = 8; + * * @return The etag. */ java.lang.String getEtag(); /** + * + * *
    * The etag of the ObjectAccessControl.
    * If included in the metadata of an update or delete request message, the
@@ -164,70 +210,88 @@ public interface ObjectAccessControlOrBuilder extends
    * 
* * string etag = 8; + * * @return The bytes for etag. */ - com.google.protobuf.ByteString - getEtagBytes(); + com.google.protobuf.ByteString getEtagBytes(); /** + * + * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; + * * @return The email. */ java.lang.String getEmail(); /** + * + * *
    * The email address associated with the entity, if any.
    * 
* * string email = 5; + * * @return The bytes for email. */ - com.google.protobuf.ByteString - getEmailBytes(); + com.google.protobuf.ByteString getEmailBytes(); /** + * + * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; + * * @return The domain. */ java.lang.String getDomain(); /** + * + * *
    * The domain associated with the entity, if any.
    * 
* * string domain = 6; + * * @return The bytes for domain. */ - com.google.protobuf.ByteString - getDomainBytes(); + com.google.protobuf.ByteString getDomainBytes(); /** + * + * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return Whether the projectTeam field is set. */ boolean hasProjectTeam(); /** + * + * *
    * The project team associated with the entity, if any.
    * 
* * .google.storage.v2.ProjectTeam project_team = 7; + * * @return The projectTeam. */ com.google.storage.v2.ProjectTeam getProjectTeam(); /** + * + * *
    * The project team associated with the entity, if any.
    * 
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java similarity index 72% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java index 230b667c13..971b972005 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksums.java @@ -1,57 +1,78 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Message used for storing full (not subrange) object checksums.
  * 
* * Protobuf type {@code google.storage.v2.ObjectChecksums} */ -public final class ObjectChecksums extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ObjectChecksums extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ObjectChecksums) ObjectChecksumsOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ObjectChecksums.newBuilder() to construct. private ObjectChecksums(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ObjectChecksums() { md5Hash_ = com.google.protobuf.ByteString.EMPTY; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ObjectChecksums(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectChecksums_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ObjectChecksums.class, com.google.storage.v2.ObjectChecksums.Builder.class); + com.google.storage.v2.ObjectChecksums.class, + com.google.storage.v2.ObjectChecksums.Builder.class); } private int bitField0_; public static final int CRC32C_FIELD_NUMBER = 1; private int crc32C_; /** + * + * *
    * CRC32C digest of the object data. Computed by the Cloud Storage service for
    * all written objects.
@@ -60,6 +81,7 @@ protected java.lang.Object newInstance(
    * 
* * optional fixed32 crc32c = 1; + * * @return Whether the crc32c field is set. */ @java.lang.Override @@ -67,6 +89,8 @@ public boolean hasCrc32C() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * CRC32C digest of the object data. Computed by the Cloud Storage service for
    * all written objects.
@@ -75,6 +99,7 @@ public boolean hasCrc32C() {
    * 
* * optional fixed32 crc32c = 1; + * * @return The crc32c. */ @java.lang.Override @@ -85,6 +110,8 @@ public int getCrc32C() { public static final int MD5_HASH_FIELD_NUMBER = 2; private com.google.protobuf.ByteString md5Hash_; /** + * + * *
    * 128 bit MD5 hash of the object data.
    * For more information about using the MD5 hash, see
@@ -96,6 +123,7 @@ public int getCrc32C() {
    * 
* * bytes md5_hash = 2; + * * @return The md5Hash. */ @java.lang.Override @@ -104,6 +132,7 @@ public com.google.protobuf.ByteString getMd5Hash() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -115,8 +144,7 @@ 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 (((bitField0_ & 0x00000001) != 0)) { output.writeFixed32(1, crc32C_); } @@ -133,12 +161,10 @@ public int getSerializedSize() { size = 0; if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeFixed32Size(1, crc32C_); + size += com.google.protobuf.CodedOutputStream.computeFixed32Size(1, crc32C_); } if (!md5Hash_.isEmpty()) { - size += com.google.protobuf.CodedOutputStream - .computeBytesSize(2, md5Hash_); + size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, md5Hash_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -148,7 +174,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.storage.v2.ObjectChecksums)) { return super.equals(obj); @@ -157,11 +183,9 @@ public boolean equals(final java.lang.Object obj) { if (hasCrc32C() != other.hasCrc32C()) return false; if (hasCrc32C()) { - if (getCrc32C() - != other.getCrc32C()) return false; + if (getCrc32C() != other.getCrc32C()) return false; } - if (!getMd5Hash() - .equals(other.getMd5Hash())) return false; + if (!getMd5Hash().equals(other.getMd5Hash())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -184,130 +208,135 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ObjectChecksums parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ObjectChecksums parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.ObjectChecksums parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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.storage.v2.ObjectChecksums 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; } /** + * + * *
    * Message used for storing full (not subrange) object checksums.
    * 
* * Protobuf type {@code google.storage.v2.ObjectChecksums} */ - 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.storage.v2.ObjectChecksums) com.google.storage.v2.ObjectChecksumsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectChecksums_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ObjectChecksums.class, com.google.storage.v2.ObjectChecksums.Builder.class); + com.google.storage.v2.ObjectChecksums.class, + com.google.storage.v2.ObjectChecksums.Builder.class); } // Construct using com.google.storage.v2.ObjectChecksums.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -319,9 +348,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ObjectChecksums_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ObjectChecksums_descriptor; } @java.lang.Override @@ -340,7 +369,8 @@ public com.google.storage.v2.ObjectChecksums build() { @java.lang.Override public com.google.storage.v2.ObjectChecksums buildPartial() { - com.google.storage.v2.ObjectChecksums result = new com.google.storage.v2.ObjectChecksums(this); + com.google.storage.v2.ObjectChecksums result = + new com.google.storage.v2.ObjectChecksums(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { @@ -357,38 +387,39 @@ public com.google.storage.v2.ObjectChecksums 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) { + 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.storage.v2.ObjectChecksums) { - return mergeFrom((com.google.storage.v2.ObjectChecksums)other); + return mergeFrom((com.google.storage.v2.ObjectChecksums) other); } else { super.mergeFrom(other); return this; @@ -429,22 +460,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 13: { - crc32C_ = input.readFixed32(); - bitField0_ |= 0x00000001; - break; - } // case 13 - case 18: { - md5Hash_ = input.readBytes(); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 13: + { + crc32C_ = input.readFixed32(); + bitField0_ |= 0x00000001; + break; + } // case 13 + case 18: + { + md5Hash_ = input.readBytes(); + + 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) { @@ -454,10 +488,13 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; - private int crc32C_ ; + private int crc32C_; /** + * + * *
      * CRC32C digest of the object data. Computed by the Cloud Storage service for
      * all written objects.
@@ -466,6 +503,7 @@ public Builder mergeFrom(
      * 
* * optional fixed32 crc32c = 1; + * * @return Whether the crc32c field is set. */ @java.lang.Override @@ -473,6 +511,8 @@ public boolean hasCrc32C() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * CRC32C digest of the object data. Computed by the Cloud Storage service for
      * all written objects.
@@ -481,6 +521,7 @@ public boolean hasCrc32C() {
      * 
* * optional fixed32 crc32c = 1; + * * @return The crc32c. */ @java.lang.Override @@ -488,6 +529,8 @@ public int getCrc32C() { return crc32C_; } /** + * + * *
      * CRC32C digest of the object data. Computed by the Cloud Storage service for
      * all written objects.
@@ -496,6 +539,7 @@ public int getCrc32C() {
      * 
* * optional fixed32 crc32c = 1; + * * @param value The crc32c to set. * @return This builder for chaining. */ @@ -506,6 +550,8 @@ public Builder setCrc32C(int value) { return this; } /** + * + * *
      * CRC32C digest of the object data. Computed by the Cloud Storage service for
      * all written objects.
@@ -514,6 +560,7 @@ public Builder setCrc32C(int value) {
      * 
* * optional fixed32 crc32c = 1; + * * @return This builder for chaining. */ public Builder clearCrc32C() { @@ -525,6 +572,8 @@ public Builder clearCrc32C() { private com.google.protobuf.ByteString md5Hash_ = com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * 128 bit MD5 hash of the object data.
      * For more information about using the MD5 hash, see
@@ -536,6 +585,7 @@ public Builder clearCrc32C() {
      * 
* * bytes md5_hash = 2; + * * @return The md5Hash. */ @java.lang.Override @@ -543,6 +593,8 @@ public com.google.protobuf.ByteString getMd5Hash() { return md5Hash_; } /** + * + * *
      * 128 bit MD5 hash of the object data.
      * For more information about using the MD5 hash, see
@@ -554,19 +606,22 @@ public com.google.protobuf.ByteString getMd5Hash() {
      * 
* * bytes md5_hash = 2; + * * @param value The md5Hash to set. * @return This builder for chaining. */ public Builder setMd5Hash(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + md5Hash_ = value; onChanged(); return this; } /** + * + * *
      * 128 bit MD5 hash of the object data.
      * For more information about using the MD5 hash, see
@@ -578,17 +633,18 @@ public Builder setMd5Hash(com.google.protobuf.ByteString value) {
      * 
* * bytes md5_hash = 2; + * * @return This builder for chaining. */ public Builder clearMd5Hash() { - + md5Hash_ = getDefaultInstance().getMd5Hash(); 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); } @@ -598,12 +654,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ObjectChecksums) } // @@protoc_insertion_point(class_scope:google.storage.v2.ObjectChecksums) private static final com.google.storage.v2.ObjectChecksums DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ObjectChecksums(); } @@ -612,27 +668,27 @@ public static com.google.storage.v2.ObjectChecksums getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ObjectChecksums 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 ObjectChecksums 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; @@ -647,6 +703,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ObjectChecksums getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java similarity index 68% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java index 42bb460c94..f094b2b6f9 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectChecksumsOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ObjectChecksumsOrBuilder extends +public interface ObjectChecksumsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ObjectChecksums) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * CRC32C digest of the object data. Computed by the Cloud Storage service for
    * all written objects.
@@ -16,10 +34,13 @@ public interface ObjectChecksumsOrBuilder extends
    * 
* * optional fixed32 crc32c = 1; + * * @return Whether the crc32c field is set. */ boolean hasCrc32C(); /** + * + * *
    * CRC32C digest of the object data. Computed by the Cloud Storage service for
    * all written objects.
@@ -28,11 +49,14 @@ public interface ObjectChecksumsOrBuilder extends
    * 
* * optional fixed32 crc32c = 1; + * * @return The crc32c. */ int getCrc32C(); /** + * + * *
    * 128 bit MD5 hash of the object data.
    * For more information about using the MD5 hash, see
@@ -44,6 +68,7 @@ public interface ObjectChecksumsOrBuilder extends
    * 
* * bytes md5_hash = 2; + * * @return The md5Hash. */ com.google.protobuf.ByteString getMd5Hash(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java similarity index 85% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java index 037f3a3808..0e22fd60d5 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ObjectOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ObjectOrBuilder extends +public interface ObjectOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Object) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Immutable. The name of this object. Nearly any sequence of unicode
    * characters is valid. See
@@ -19,10 +37,13 @@ public interface ObjectOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Immutable. The name of this object. Nearly any sequence of unicode
    * characters is valid. See
@@ -34,32 +55,43 @@ public interface ObjectOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Immutable. The name of the bucket containing this object.
    * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bucket. */ java.lang.String getBucket(); /** + * + * *
    * Immutable. The name of the bucket containing this object.
    * 
* - * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string bucket = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for bucket. */ - com.google.protobuf.ByteString - getBucketBytes(); + com.google.protobuf.ByteString getBucketBytes(); /** + * + * *
    * The etag of the object.
    * If included in the metadata of an update or delete request message, the
@@ -68,10 +100,13 @@ public interface ObjectOrBuilder extends
    * 
* * string etag = 27; + * * @return The etag. */ java.lang.String getEtag(); /** + * + * *
    * The etag of the object.
    * If included in the metadata of an update or delete request message, the
@@ -80,12 +115,14 @@ public interface ObjectOrBuilder extends
    * 
* * string etag = 27; + * * @return The bytes for etag. */ - com.google.protobuf.ByteString - getEtagBytes(); + com.google.protobuf.ByteString getEtagBytes(); /** + * + * *
    * Immutable. The content generation of this object. Used for object
    * versioning. Attempting to set or update this field will result in a
@@ -93,11 +130,14 @@ public interface ObjectOrBuilder extends
    * 
* * int64 generation = 3 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The generation. */ long getGeneration(); /** + * + * *
    * Output only. The version of the metadata for this generation of this
    * object. Used for preconditions and for detecting changes in metadata. A
@@ -107,31 +147,39 @@ public interface ObjectOrBuilder extends
    * 
* * int64 metageneration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The metageneration. */ long getMetageneration(); /** + * + * *
    * Storage class of the object.
    * 
* * string storage_class = 5; + * * @return The storageClass. */ java.lang.String getStorageClass(); /** + * + * *
    * Storage class of the object.
    * 
* * string storage_class = 5; + * * @return The bytes for storageClass. */ - com.google.protobuf.ByteString - getStorageClassBytes(); + com.google.protobuf.ByteString getStorageClassBytes(); /** + * + * *
    * Output only. Content-Length of the object data in bytes, matching
    * [https://tools.ietf.org/html/rfc7230#section-3.3.2][RFC 7230 §3.3.2].
@@ -140,55 +188,68 @@ public interface ObjectOrBuilder extends
    * 
* * int64 size = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The size. */ long getSize(); /** + * + * *
    * Content-Encoding of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
    * 
* * string content_encoding = 7; + * * @return The contentEncoding. */ java.lang.String getContentEncoding(); /** + * + * *
    * Content-Encoding of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
    * 
* * string content_encoding = 7; + * * @return The bytes for contentEncoding. */ - com.google.protobuf.ByteString - getContentEncodingBytes(); + com.google.protobuf.ByteString getContentEncodingBytes(); /** + * + * *
    * Content-Disposition of the object data, matching
    * [https://tools.ietf.org/html/rfc6266][RFC 6266].
    * 
* * string content_disposition = 8; + * * @return The contentDisposition. */ java.lang.String getContentDisposition(); /** + * + * *
    * Content-Disposition of the object data, matching
    * [https://tools.ietf.org/html/rfc6266][RFC 6266].
    * 
* * string content_disposition = 8; + * * @return The bytes for contentDisposition. */ - com.google.protobuf.ByteString - getContentDispositionBytes(); + com.google.protobuf.ByteString getContentDispositionBytes(); /** + * + * *
    * Cache-Control directive for the object data, matching
    * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -197,10 +258,13 @@ public interface ObjectOrBuilder extends
    * 
* * string cache_control = 9; + * * @return The cacheControl. */ java.lang.String getCacheControl(); /** + * + * *
    * Cache-Control directive for the object data, matching
    * [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
@@ -209,12 +273,14 @@ public interface ObjectOrBuilder extends
    * 
* * string cache_control = 9; + * * @return The bytes for cacheControl. */ - com.google.protobuf.ByteString - getCacheControlBytes(); + com.google.protobuf.ByteString getCacheControlBytes(); /** + * + * *
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -223,9 +289,10 @@ public interface ObjectOrBuilder extends
    *
    * repeated .google.storage.v2.ObjectAccessControl acl = 10;
    */
-  java.util.List 
-      getAclList();
+  java.util.List getAclList();
   /**
+   *
+   *
    * 
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -236,6 +303,8 @@ public interface ObjectOrBuilder extends
    */
   com.google.storage.v2.ObjectAccessControl getAcl(int index);
   /**
+   *
+   *
    * 
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -246,6 +315,8 @@ public interface ObjectOrBuilder extends
    */
   int getAclCount();
   /**
+   *
+   *
    * 
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -254,9 +325,11 @@ public interface ObjectOrBuilder extends
    *
    * repeated .google.storage.v2.ObjectAccessControl acl = 10;
    */
-  java.util.List 
+  java.util.List
       getAclOrBuilderList();
   /**
+   *
+   *
    * 
    * Access controls on the object.
    * If iam_config.uniform_bucket_level_access is enabled on the parent
@@ -265,32 +338,38 @@ public interface ObjectOrBuilder extends
    *
    * repeated .google.storage.v2.ObjectAccessControl acl = 10;
    */
-  com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
-      int index);
+  com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(int index);
 
   /**
+   *
+   *
    * 
    * Content-Language of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
    * 
* * string content_language = 11; + * * @return The contentLanguage. */ java.lang.String getContentLanguage(); /** + * + * *
    * Content-Language of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
    * 
* * string content_language = 11; + * * @return The bytes for contentLanguage. */ - com.google.protobuf.ByteString - getContentLanguageBytes(); + com.google.protobuf.ByteString getContentLanguageBytes(); /** + * + * *
    * Output only. The deletion time of the object. Will be returned if and only
    * if this version of the object has been deleted. Attempting to set or update
@@ -298,11 +377,15 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the deleteTime field is set. */ boolean hasDeleteTime(); /** + * + * *
    * Output only. The deletion time of the object. Will be returned if and only
    * if this version of the object has been deleted. Attempting to set or update
@@ -310,11 +393,15 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The deleteTime. */ com.google.protobuf.Timestamp getDeleteTime(); /** + * + * *
    * Output only. The deletion time of the object. Will be returned if and only
    * if this version of the object has been deleted. Attempting to set or update
@@ -322,11 +409,14 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder(); /** + * + * *
    * Content-Type of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -335,10 +425,13 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * 
* * string content_type = 13; + * * @return The contentType. */ java.lang.String getContentType(); /** + * + * *
    * Content-Type of the object data, matching
    * [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
@@ -347,45 +440,58 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * 
* * string content_type = 13; + * * @return The bytes for contentType. */ - com.google.protobuf.ByteString - getContentTypeBytes(); + com.google.protobuf.ByteString getContentTypeBytes(); /** + * + * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** + * + * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** + * + * *
    * Output only. The creation time of the object.
    * Attempting to set or update this field will result in a
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp create_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** + * + * *
    * Output only. Number of underlying components that make up this object.
    * Components are accumulated by compose operations. Attempting to set or
@@ -394,41 +500,58 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * 
* * int32 component_count = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The componentCount. */ int getComponentCount(); /** + * + * *
    * Output only. Hashes for the data part of this object. This field is used
    * for output only and will be silently ignored if provided in requests.
    * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the checksums field is set. */ boolean hasChecksums(); /** + * + * *
    * Output only. Hashes for the data part of this object. This field is used
    * for output only and will be silently ignored if provided in requests.
    * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The checksums. */ com.google.storage.v2.ObjectChecksums getChecksums(); /** + * + * *
    * Output only. Hashes for the data part of this object. This field is used
    * for output only and will be silently ignored if provided in requests.
    * 
* - * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.storage.v2.ObjectChecksums checksums = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.storage.v2.ObjectChecksumsOrBuilder getChecksumsOrBuilder(); /** + * + * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -440,11 +563,15 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** + * + * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -456,11 +583,15 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** + * + * *
    * Output only. The modification time of the object metadata.
    * Set initially to object creation time and then updated whenever any
@@ -472,33 +603,41 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * .google.protobuf.Timestamp update_time = 17 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** + * + * *
    * Cloud KMS Key used to encrypt this object, if the object is encrypted by
    * such a key.
    * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @return The kmsKey. */ java.lang.String getKmsKey(); /** + * + * *
    * Cloud KMS Key used to encrypt this object, if the object is encrypted by
    * such a key.
    * 
* * string kms_key = 18 [(.google.api.resource_reference) = { ... } + * * @return The bytes for kmsKey. */ - com.google.protobuf.ByteString - getKmsKeyBytes(); + com.google.protobuf.ByteString getKmsKeyBytes(); /** + * + * *
    * Output only. The time at which the object's storage class was last changed.
    * When the object is initially created, it will be set to time_created.
@@ -506,11 +645,16 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return Whether the updateStorageClassTime field is set. */ boolean hasUpdateStorageClassTime(); /** + * + * *
    * Output only. The time at which the object's storage class was last changed.
    * When the object is initially created, it will be set to time_created.
@@ -518,11 +662,16 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The updateStorageClassTime. */ com.google.protobuf.Timestamp getUpdateStorageClassTime(); /** + * + * *
    * Output only. The time at which the object's storage class was last changed.
    * When the object is initially created, it will be set to time_created.
@@ -530,11 +679,15 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * [FieldViolation][google.rpc.BadRequest.FieldViolation].
    * 
* - * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.protobuf.Timestamp update_storage_class_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.protobuf.TimestampOrBuilder getUpdateStorageClassTimeOrBuilder(); /** + * + * *
    * Whether an object is under temporary hold. While this flag is set to true,
    * the object is protected against deletion and overwrites.  A common use case
@@ -544,11 +697,14 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * 
* * bool temporary_hold = 20; + * * @return The temporaryHold. */ boolean getTemporaryHold(); /** + * + * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -560,10 +716,13 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * 
* * .google.protobuf.Timestamp retention_expire_time = 21; + * * @return Whether the retentionExpireTime field is set. */ boolean hasRetentionExpireTime(); /** + * + * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -575,10 +734,13 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
    * 
* * .google.protobuf.Timestamp retention_expire_time = 21; + * * @return The retentionExpireTime. */ com.google.protobuf.Timestamp getRetentionExpireTime(); /** + * + * *
    * A server-determined value that specifies the earliest time that the
    * object's retention period expires.
@@ -594,6 +756,8 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder(
   com.google.protobuf.TimestampOrBuilder getRetentionExpireTimeOrBuilder();
 
   /**
+   *
+   *
    * 
    * User-provided metadata, in key/value pairs.
    * 
@@ -602,30 +766,31 @@ com.google.storage.v2.ObjectAccessControlOrBuilder getAclOrBuilder( */ int getMetadataCount(); /** + * + * *
    * User-provided metadata, in key/value pairs.
    * 
* * map<string, string> metadata = 22; */ - boolean containsMetadata( - java.lang.String key); - /** - * Use {@link #getMetadataMap()} instead. - */ + boolean containsMetadata(java.lang.String key); + /** Use {@link #getMetadataMap()} instead. */ @java.lang.Deprecated - java.util.Map - getMetadata(); + java.util.Map getMetadata(); /** + * + * *
    * User-provided metadata, in key/value pairs.
    * 
* * map<string, string> metadata = 22; */ - java.util.Map - getMetadataMap(); + java.util.Map getMetadataMap(); /** + * + * *
    * User-provided metadata, in key/value pairs.
    * 
@@ -634,22 +799,24 @@ boolean containsMetadata( */ /* nullable */ -java.lang.String getMetadataOrDefault( + java.lang.String getMetadataOrDefault( java.lang.String key, /* nullable */ -java.lang.String defaultValue); + java.lang.String defaultValue); /** + * + * *
    * User-provided metadata, in key/value pairs.
    * 
* * map<string, string> metadata = 22; */ - - java.lang.String getMetadataOrThrow( - java.lang.String key); + java.lang.String getMetadataOrThrow(java.lang.String key); /** + * + * *
    * Whether an object is under event-based hold.
    * An event-based hold is a way to force the retention of an object until
@@ -664,10 +831,13 @@ java.lang.String getMetadataOrThrow(
    * 
* * optional bool event_based_hold = 23; + * * @return Whether the eventBasedHold field is set. */ boolean hasEventBasedHold(); /** + * + * *
    * Whether an object is under event-based hold.
    * An event-based hold is a way to force the retention of an object until
@@ -682,11 +852,14 @@ java.lang.String getMetadataOrThrow(
    * 
* * optional bool event_based_hold = 23; + * * @return The eventBasedHold. */ boolean getEventBasedHold(); /** + * + * *
    * Output only. The owner of the object. This will always be the uploader of
    * the object. Attempting to set or update this field will result in a
@@ -694,10 +867,13 @@ java.lang.String getMetadataOrThrow(
    * 
* * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return Whether the owner field is set. */ boolean hasOwner(); /** + * + * *
    * Output only. The owner of the object. This will always be the uploader of
    * the object. Attempting to set or update this field will result in a
@@ -705,10 +881,13 @@ java.lang.String getMetadataOrThrow(
    * 
* * .google.storage.v2.Owner owner = 24 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The owner. */ com.google.storage.v2.Owner getOwner(); /** + * + * *
    * Output only. The owner of the object. This will always be the uploader of
    * the object. Attempting to set or update this field will result in a
@@ -720,26 +899,34 @@ java.lang.String getMetadataOrThrow(
   com.google.storage.v2.OwnerOrBuilder getOwnerOrBuilder();
 
   /**
+   *
+   *
    * 
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
    * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; + * * @return Whether the customerEncryption field is set. */ boolean hasCustomerEncryption(); /** + * + * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
    * 
* * .google.storage.v2.CustomerEncryption customer_encryption = 25; + * * @return The customerEncryption. */ com.google.storage.v2.CustomerEncryption getCustomerEncryption(); /** + * + * *
    * Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
    * such a key.
@@ -750,24 +937,32 @@ java.lang.String getMetadataOrThrow(
   com.google.storage.v2.CustomerEncryptionOrBuilder getCustomerEncryptionOrBuilder();
 
   /**
+   *
+   *
    * 
    * A user-specified timestamp set on an object.
    * 
* * .google.protobuf.Timestamp custom_time = 26; + * * @return Whether the customTime field is set. */ boolean hasCustomTime(); /** + * + * *
    * A user-specified timestamp set on an object.
    * 
* * .google.protobuf.Timestamp custom_time = 26; + * * @return The customTime. */ com.google.protobuf.Timestamp getCustomTime(); /** + * + * *
    * A user-specified timestamp set on an object.
    * 
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java similarity index 68% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java index 5a49880ab1..4765669644 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/Owner.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * The owner of a specific resource.
  * 
* * Protobuf type {@code google.storage.v2.Owner} */ -public final class Owner extends - com.google.protobuf.GeneratedMessageV3 implements +public final class Owner extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.Owner) OwnerOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Owner.newBuilder() to construct. private Owner(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private Owner() { entity_ = ""; entityId_ = ""; @@ -26,25 +44,24 @@ private Owner() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Owner(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Owner_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Owner.class, com.google.storage.v2.Owner.Builder.class); } @@ -52,11 +69,14 @@ protected java.lang.Object newInstance( public static final int ENTITY_FIELD_NUMBER = 1; private volatile java.lang.Object entity_; /** + * + * *
    * The entity, in the form `user-`*userId*.
    * 
* * string entity = 1; + * * @return The entity. */ @java.lang.Override @@ -65,29 +85,29 @@ public java.lang.String getEntity() { 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(); entity_ = s; return s; } } /** + * + * *
    * The entity, in the form `user-`*userId*.
    * 
* * string entity = 1; + * * @return The bytes for entity. */ @java.lang.Override - public com.google.protobuf.ByteString - getEntityBytes() { + public com.google.protobuf.ByteString getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -98,11 +118,14 @@ public java.lang.String getEntity() { public static final int ENTITY_ID_FIELD_NUMBER = 2; private volatile java.lang.Object entityId_; /** + * + * *
    * The ID for the entity.
    * 
* * string entity_id = 2; + * * @return The entityId. */ @java.lang.Override @@ -111,29 +134,29 @@ public java.lang.String getEntityId() { 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(); entityId_ = s; return s; } } /** + * + * *
    * The ID for the entity.
    * 
* * string entity_id = 2; + * * @return The bytes for entityId. */ @java.lang.Override - public com.google.protobuf.ByteString - getEntityIdBytes() { + public com.google.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -142,6 +165,7 @@ public java.lang.String getEntityId() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -153,8 +177,7 @@ 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(entity_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, entity_); } @@ -184,17 +207,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.storage.v2.Owner)) { return super.equals(obj); } com.google.storage.v2.Owner other = (com.google.storage.v2.Owner) obj; - if (!getEntity() - .equals(other.getEntity())) return false; - if (!getEntityId() - .equals(other.getEntityId())) return false; + if (!getEntity().equals(other.getEntity())) return false; + if (!getEntityId().equals(other.getEntityId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -215,130 +236,133 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.Owner parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.Owner parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Owner 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.storage.v2.Owner parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.Owner parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Owner 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.storage.v2.Owner parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner parseFrom( - com.google.protobuf.CodedInputStream input) + + public static com.google.storage.v2.Owner 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.storage.v2.Owner 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.storage.v2.Owner 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 owner of a specific resource.
    * 
* * Protobuf type {@code google.storage.v2.Owner} */ - 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.storage.v2.Owner) com.google.storage.v2.OwnerOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_Owner_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.Owner.class, com.google.storage.v2.Owner.Builder.class); } // Construct using com.google.storage.v2.Owner.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -350,8 +374,7 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_Owner_descriptor; } @@ -382,38 +405,39 @@ public com.google.storage.v2.Owner 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) { + 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.storage.v2.Owner) { - return mergeFrom((com.google.storage.v2.Owner)other); + return mergeFrom((com.google.storage.v2.Owner) other); } else { super.mergeFrom(other); return this; @@ -456,22 +480,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - entity_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - entityId_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + entity_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + entityId_ = input.readStringRequireUtf8(); + + 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) { @@ -484,18 +511,20 @@ public Builder mergeFrom( private java.lang.Object entity_ = ""; /** + * + * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; + * * @return The entity. */ public java.lang.String getEntity() { java.lang.Object ref = entity_; 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(); entity_ = s; return s; @@ -504,20 +533,21 @@ public java.lang.String getEntity() { } } /** + * + * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; + * * @return The bytes for entity. */ - public com.google.protobuf.ByteString - getEntityBytes() { + public com.google.protobuf.ByteString getEntityBytes() { java.lang.Object ref = entity_; 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); entity_ = b; return b; } else { @@ -525,54 +555,61 @@ public java.lang.String getEntity() { } } /** + * + * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; + * * @param value The entity to set. * @return This builder for chaining. */ - public Builder setEntity( - java.lang.String value) { + public Builder setEntity(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entity_ = value; onChanged(); return this; } /** + * + * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; + * * @return This builder for chaining. */ public Builder clearEntity() { - + entity_ = getDefaultInstance().getEntity(); onChanged(); return this; } /** + * + * *
      * The entity, in the form `user-`*userId*.
      * 
* * string entity = 1; + * * @param value The bytes for entity to set. * @return This builder for chaining. */ - public Builder setEntityBytes( - com.google.protobuf.ByteString value) { + public Builder setEntityBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entity_ = value; onChanged(); return this; @@ -580,18 +617,20 @@ public Builder setEntityBytes( private java.lang.Object entityId_ = ""; /** + * + * *
      * The ID for the entity.
      * 
* * string entity_id = 2; + * * @return The entityId. */ public java.lang.String getEntityId() { java.lang.Object ref = entityId_; 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(); entityId_ = s; return s; @@ -600,20 +639,21 @@ public java.lang.String getEntityId() { } } /** + * + * *
      * The ID for the entity.
      * 
* * string entity_id = 2; + * * @return The bytes for entityId. */ - public com.google.protobuf.ByteString - getEntityIdBytes() { + public com.google.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; 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); entityId_ = b; return b; } else { @@ -621,61 +661,68 @@ public java.lang.String getEntityId() { } } /** + * + * *
      * The ID for the entity.
      * 
* * string entity_id = 2; + * * @param value The entityId to set. * @return This builder for chaining. */ - public Builder setEntityId( - java.lang.String value) { + public Builder setEntityId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + entityId_ = value; onChanged(); return this; } /** + * + * *
      * The ID for the entity.
      * 
* * string entity_id = 2; + * * @return This builder for chaining. */ public Builder clearEntityId() { - + entityId_ = getDefaultInstance().getEntityId(); onChanged(); return this; } /** + * + * *
      * The ID for the entity.
      * 
* * string entity_id = 2; + * * @param value The bytes for entityId to set. * @return This builder for chaining. */ - public Builder setEntityIdBytes( - com.google.protobuf.ByteString value) { + public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + entityId_ = 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); } @@ -685,12 +732,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.Owner) } // @@protoc_insertion_point(class_scope:google.storage.v2.Owner) private static final com.google.storage.v2.Owner DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.Owner(); } @@ -699,27 +746,27 @@ public static com.google.storage.v2.Owner getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Owner 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 Owner 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; @@ -734,6 +781,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.Owner getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java similarity index 53% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java index d4d78b5497..4caffe13d6 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/OwnerOrBuilder.java @@ -1,49 +1,75 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface OwnerOrBuilder extends +public interface OwnerOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.Owner) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The entity, in the form `user-`*userId*.
    * 
* * string entity = 1; + * * @return The entity. */ java.lang.String getEntity(); /** + * + * *
    * The entity, in the form `user-`*userId*.
    * 
* * string entity = 1; + * * @return The bytes for entity. */ - com.google.protobuf.ByteString - getEntityBytes(); + com.google.protobuf.ByteString getEntityBytes(); /** + * + * *
    * The ID for the entity.
    * 
* * string entity_id = 2; + * * @return The entityId. */ java.lang.String getEntityId(); /** + * + * *
    * The ID for the entity.
    * 
* * string entity_id = 2; + * * @return The bytes for entityId. */ - com.google.protobuf.ByteString - getEntityIdBytes(); + com.google.protobuf.ByteString getEntityIdBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectName.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectName.java similarity index 100% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectName.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectName.java diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java similarity index 66% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java index ebd01f04b4..d7e9f7a495 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeam.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Represents the Viewers, Editors, or Owners of a given project.
  * 
* * Protobuf type {@code google.storage.v2.ProjectTeam} */ -public final class ProjectTeam extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ProjectTeam extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ProjectTeam) ProjectTeamOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ProjectTeam.newBuilder() to construct. private ProjectTeam(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ProjectTeam() { projectNumber_ = ""; team_ = ""; @@ -26,37 +44,41 @@ private ProjectTeam() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ProjectTeam(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ProjectTeam_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ProjectTeam.class, com.google.storage.v2.ProjectTeam.Builder.class); + com.google.storage.v2.ProjectTeam.class, + com.google.storage.v2.ProjectTeam.Builder.class); } public static final int PROJECT_NUMBER_FIELD_NUMBER = 1; private volatile java.lang.Object projectNumber_; /** + * + * *
    * The project number.
    * 
* * string project_number = 1; + * * @return The projectNumber. */ @java.lang.Override @@ -65,29 +87,29 @@ public java.lang.String getProjectNumber() { 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(); projectNumber_ = s; return s; } } /** + * + * *
    * The project number.
    * 
* * string project_number = 1; + * * @return The bytes for projectNumber. */ @java.lang.Override - public com.google.protobuf.ByteString - getProjectNumberBytes() { + public com.google.protobuf.ByteString getProjectNumberBytes() { java.lang.Object ref = projectNumber_; 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); projectNumber_ = b; return b; } else { @@ -98,11 +120,14 @@ public java.lang.String getProjectNumber() { public static final int TEAM_FIELD_NUMBER = 2; private volatile java.lang.Object team_; /** + * + * *
    * The team.
    * 
* * string team = 2; + * * @return The team. */ @java.lang.Override @@ -111,29 +136,29 @@ public java.lang.String getTeam() { 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(); team_ = s; return s; } } /** + * + * *
    * The team.
    * 
* * string team = 2; + * * @return The bytes for team. */ @java.lang.Override - public com.google.protobuf.ByteString - getTeamBytes() { + public com.google.protobuf.ByteString getTeamBytes() { java.lang.Object ref = team_; 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); team_ = b; return b; } else { @@ -142,6 +167,7 @@ public java.lang.String getTeam() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -153,8 +179,7 @@ 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(projectNumber_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, projectNumber_); } @@ -184,17 +209,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.storage.v2.ProjectTeam)) { return super.equals(obj); } com.google.storage.v2.ProjectTeam other = (com.google.storage.v2.ProjectTeam) obj; - if (!getProjectNumber() - .equals(other.getProjectNumber())) return false; - if (!getTeam() - .equals(other.getTeam())) return false; + if (!getProjectNumber().equals(other.getProjectNumber())) return false; + if (!getTeam().equals(other.getTeam())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -215,130 +238,135 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ProjectTeam parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ProjectTeam parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.ProjectTeam parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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.storage.v2.ProjectTeam 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 Viewers, Editors, or Owners of a given project.
    * 
* * Protobuf type {@code google.storage.v2.ProjectTeam} */ - 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.storage.v2.ProjectTeam) com.google.storage.v2.ProjectTeamOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ProjectTeam_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ProjectTeam.class, com.google.storage.v2.ProjectTeam.Builder.class); + com.google.storage.v2.ProjectTeam.class, + com.google.storage.v2.ProjectTeam.Builder.class); } // Construct using com.google.storage.v2.ProjectTeam.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -350,9 +378,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ProjectTeam_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ProjectTeam_descriptor; } @java.lang.Override @@ -382,38 +410,39 @@ public com.google.storage.v2.ProjectTeam 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) { + 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.storage.v2.ProjectTeam) { - return mergeFrom((com.google.storage.v2.ProjectTeam)other); + return mergeFrom((com.google.storage.v2.ProjectTeam) other); } else { super.mergeFrom(other); return this; @@ -456,22 +485,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - projectNumber_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - team_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + projectNumber_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + team_ = input.readStringRequireUtf8(); + + 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) { @@ -484,18 +516,20 @@ public Builder mergeFrom( private java.lang.Object projectNumber_ = ""; /** + * + * *
      * The project number.
      * 
* * string project_number = 1; + * * @return The projectNumber. */ public java.lang.String getProjectNumber() { java.lang.Object ref = projectNumber_; 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(); projectNumber_ = s; return s; @@ -504,20 +538,21 @@ public java.lang.String getProjectNumber() { } } /** + * + * *
      * The project number.
      * 
* * string project_number = 1; + * * @return The bytes for projectNumber. */ - public com.google.protobuf.ByteString - getProjectNumberBytes() { + public com.google.protobuf.ByteString getProjectNumberBytes() { java.lang.Object ref = projectNumber_; 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); projectNumber_ = b; return b; } else { @@ -525,54 +560,61 @@ public java.lang.String getProjectNumber() { } } /** + * + * *
      * The project number.
      * 
* * string project_number = 1; + * * @param value The projectNumber to set. * @return This builder for chaining. */ - public Builder setProjectNumber( - java.lang.String value) { + public Builder setProjectNumber(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + projectNumber_ = value; onChanged(); return this; } /** + * + * *
      * The project number.
      * 
* * string project_number = 1; + * * @return This builder for chaining. */ public Builder clearProjectNumber() { - + projectNumber_ = getDefaultInstance().getProjectNumber(); onChanged(); return this; } /** + * + * *
      * The project number.
      * 
* * string project_number = 1; + * * @param value The bytes for projectNumber to set. * @return This builder for chaining. */ - public Builder setProjectNumberBytes( - com.google.protobuf.ByteString value) { + public Builder setProjectNumberBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + projectNumber_ = value; onChanged(); return this; @@ -580,18 +622,20 @@ public Builder setProjectNumberBytes( private java.lang.Object team_ = ""; /** + * + * *
      * The team.
      * 
* * string team = 2; + * * @return The team. */ public java.lang.String getTeam() { java.lang.Object ref = team_; 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(); team_ = s; return s; @@ -600,20 +644,21 @@ public java.lang.String getTeam() { } } /** + * + * *
      * The team.
      * 
* * string team = 2; + * * @return The bytes for team. */ - public com.google.protobuf.ByteString - getTeamBytes() { + public com.google.protobuf.ByteString getTeamBytes() { java.lang.Object ref = team_; 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); team_ = b; return b; } else { @@ -621,61 +666,68 @@ public java.lang.String getTeam() { } } /** + * + * *
      * The team.
      * 
* * string team = 2; + * * @param value The team to set. * @return This builder for chaining. */ - public Builder setTeam( - java.lang.String value) { + public Builder setTeam(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + team_ = value; onChanged(); return this; } /** + * + * *
      * The team.
      * 
* * string team = 2; + * * @return This builder for chaining. */ public Builder clearTeam() { - + team_ = getDefaultInstance().getTeam(); onChanged(); return this; } /** + * + * *
      * The team.
      * 
* * string team = 2; + * * @param value The bytes for team to set. * @return This builder for chaining. */ - public Builder setTeamBytes( - com.google.protobuf.ByteString value) { + public Builder setTeamBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + team_ = 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); } @@ -685,12 +737,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ProjectTeam) } // @@protoc_insertion_point(class_scope:google.storage.v2.ProjectTeam) private static final com.google.storage.v2.ProjectTeam DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ProjectTeam(); } @@ -699,27 +751,27 @@ public static com.google.storage.v2.ProjectTeam getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ProjectTeam 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 ProjectTeam 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; @@ -734,6 +786,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ProjectTeam getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java similarity index 51% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java index 1544bb7527..3af551ee1e 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ProjectTeamOrBuilder.java @@ -1,49 +1,75 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface ProjectTeamOrBuilder extends +public interface ProjectTeamOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.ProjectTeam) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The project number.
    * 
* * string project_number = 1; + * * @return The projectNumber. */ java.lang.String getProjectNumber(); /** + * + * *
    * The project number.
    * 
* * string project_number = 1; + * * @return The bytes for projectNumber. */ - com.google.protobuf.ByteString - getProjectNumberBytes(); + com.google.protobuf.ByteString getProjectNumberBytes(); /** + * + * *
    * The team.
    * 
* * string team = 2; + * * @return The team. */ java.lang.String getTeam(); /** + * + * *
    * The team.
    * 
* * string team = 2; + * * @return The bytes for team. */ - com.google.protobuf.ByteString - getTeamBytes(); + com.google.protobuf.ByteString getTeamBytes(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java similarity index 68% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java index 9d46974e10..dfd15569c9 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequest.java @@ -1,62 +1,84 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request object for `QueryWriteStatus`.
  * 
* * Protobuf type {@code google.storage.v2.QueryWriteStatusRequest} */ -public final class QueryWriteStatusRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class QueryWriteStatusRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.QueryWriteStatusRequest) QueryWriteStatusRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use QueryWriteStatusRequest.newBuilder() to construct. private QueryWriteStatusRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private QueryWriteStatusRequest() { uploadId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new QueryWriteStatusRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.QueryWriteStatusRequest.class, com.google.storage.v2.QueryWriteStatusRequest.Builder.class); + com.google.storage.v2.QueryWriteStatusRequest.class, + com.google.storage.v2.QueryWriteStatusRequest.Builder.class); } public static final int UPLOAD_ID_FIELD_NUMBER = 1; private volatile java.lang.Object uploadId_; /** + * + * *
    * Required. The name of the resume token for the object whose write status is
    * being requested.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The uploadId. */ @java.lang.Override @@ -65,30 +87,30 @@ public java.lang.String getUploadId() { 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(); uploadId_ = s; return s; } } /** + * + * *
    * Required. The name of the resume token for the object whose write status is
    * being requested.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for uploadId. */ @java.lang.Override - public com.google.protobuf.ByteString - getUploadIdBytes() { + public com.google.protobuf.ByteString getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -99,11 +121,14 @@ public java.lang.String getUploadId() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 2; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -111,18 +136,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -130,11 +162,13 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -146,8 +180,7 @@ 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(uploadId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uploadId_); } @@ -167,8 +200,9 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, uploadId_); } if (commonObjectRequestParams_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getCommonObjectRequestParams()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, getCommonObjectRequestParams()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -178,19 +212,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.storage.v2.QueryWriteStatusRequest)) { return super.equals(obj); } - com.google.storage.v2.QueryWriteStatusRequest other = (com.google.storage.v2.QueryWriteStatusRequest) obj; + com.google.storage.v2.QueryWriteStatusRequest other = + (com.google.storage.v2.QueryWriteStatusRequest) obj; - if (!getUploadId() - .equals(other.getUploadId())) return false; + if (!getUploadId().equals(other.getUploadId())) return false; if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams() - .equals(other.getCommonObjectRequestParams())) return false; + if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) + return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -214,130 +248,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.QueryWriteStatusRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.QueryWriteStatusRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.QueryWriteStatusRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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.storage.v2.QueryWriteStatusRequest 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 object for `QueryWriteStatus`.
    * 
* * Protobuf type {@code google.storage.v2.QueryWriteStatusRequest} */ - 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.storage.v2.QueryWriteStatusRequest) com.google.storage.v2.QueryWriteStatusRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.QueryWriteStatusRequest.class, com.google.storage.v2.QueryWriteStatusRequest.Builder.class); + com.google.storage.v2.QueryWriteStatusRequest.class, + com.google.storage.v2.QueryWriteStatusRequest.Builder.class); } // Construct using com.google.storage.v2.QueryWriteStatusRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -353,9 +393,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; } @java.lang.Override @@ -374,7 +414,8 @@ public com.google.storage.v2.QueryWriteStatusRequest build() { @java.lang.Override public com.google.storage.v2.QueryWriteStatusRequest buildPartial() { - com.google.storage.v2.QueryWriteStatusRequest result = new com.google.storage.v2.QueryWriteStatusRequest(this); + com.google.storage.v2.QueryWriteStatusRequest result = + new com.google.storage.v2.QueryWriteStatusRequest(this); result.uploadId_ = uploadId_; if (commonObjectRequestParamsBuilder_ == null) { result.commonObjectRequestParams_ = commonObjectRequestParams_; @@ -389,38 +430,39 @@ public com.google.storage.v2.QueryWriteStatusRequest 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) { + 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.storage.v2.QueryWriteStatusRequest) { - return mergeFrom((com.google.storage.v2.QueryWriteStatusRequest)other); + return mergeFrom((com.google.storage.v2.QueryWriteStatusRequest) other); } else { super.mergeFrom(other); return this; @@ -462,24 +504,26 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - uploadId_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + uploadId_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); + + 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) { @@ -492,19 +536,21 @@ public Builder mergeFrom( private java.lang.Object uploadId_ = ""; /** + * + * *
      * Required. The name of the resume token for the object whose write status is
      * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The uploadId. */ public java.lang.String getUploadId() { java.lang.Object ref = uploadId_; 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(); uploadId_ = s; return s; @@ -513,21 +559,22 @@ public java.lang.String getUploadId() { } } /** + * + * *
      * Required. The name of the resume token for the object whose write status is
      * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for uploadId. */ - public com.google.protobuf.ByteString - getUploadIdBytes() { + public com.google.protobuf.ByteString getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -535,57 +582,64 @@ public java.lang.String getUploadId() { } } /** + * + * *
      * Required. The name of the resume token for the object whose write status is
      * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The uploadId to set. * @return This builder for chaining. */ - public Builder setUploadId( - java.lang.String value) { + public Builder setUploadId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + uploadId_ = value; onChanged(); return this; } /** + * + * *
      * Required. The name of the resume token for the object whose write status is
      * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearUploadId() { - + uploadId_ = getDefaultInstance().getUploadId(); onChanged(); return this; } /** + * + * *
      * Required. The name of the resume token for the object whose write status is
      * being requested.
      * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for uploadId to set. * @return This builder for chaining. */ - public Builder setUploadIdBytes( - com.google.protobuf.ByteString value) { + public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + uploadId_ = value; onChanged(); return this; @@ -593,41 +647,55 @@ public Builder setUploadIdBytes( private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -641,6 +709,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -659,17 +729,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -681,6 +756,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -699,33 +776,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -733,21 +819,24 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } + @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); } @@ -757,12 +846,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.QueryWriteStatusRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.QueryWriteStatusRequest) private static final com.google.storage.v2.QueryWriteStatusRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.QueryWriteStatusRequest(); } @@ -771,27 +860,27 @@ public static com.google.storage.v2.QueryWriteStatusRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public QueryWriteStatusRequest 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 QueryWriteStatusRequest 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; @@ -806,6 +895,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.QueryWriteStatusRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java similarity index 69% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java index 898a21ec1c..f56814f69d 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusRequestOrBuilder.java @@ -1,53 +1,82 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface QueryWriteStatusRequestOrBuilder extends +public interface QueryWriteStatusRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.QueryWriteStatusRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The name of the resume token for the object whose write status is
    * being requested.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The uploadId. */ java.lang.String getUploadId(); /** + * + * *
    * Required. The name of the resume token for the object whose write status is
    * being requested.
    * 
* * string upload_id = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for uploadId. */ - com.google.protobuf.ByteString - getUploadIdBytes(); + com.google.protobuf.ByteString getUploadIdBytes(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 2; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java similarity index 70% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java index c9d49484a1..05adf05082 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponse.java @@ -1,61 +1,82 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Response object for `QueryWriteStatus`.
  * 
* * Protobuf type {@code google.storage.v2.QueryWriteStatusResponse} */ -public final class QueryWriteStatusResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class QueryWriteStatusResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.QueryWriteStatusResponse) QueryWriteStatusResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use QueryWriteStatusResponse.newBuilder() to construct. private QueryWriteStatusResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private QueryWriteStatusResponse() { - } + + private QueryWriteStatusResponse() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new QueryWriteStatusResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.QueryWriteStatusResponse.class, com.google.storage.v2.QueryWriteStatusResponse.Builder.class); + com.google.storage.v2.QueryWriteStatusResponse.class, + com.google.storage.v2.QueryWriteStatusResponse.Builder.class); } private int writeStatusCase_ = 0; private java.lang.Object writeStatus_; + public enum WriteStatusCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { PERSISTED_SIZE(1), RESOURCE(2), WRITESTATUS_NOT_SET(0); private final int value; + private WriteStatusCase(int value) { this.value = value; } @@ -71,25 +92,30 @@ public static WriteStatusCase valueOf(int value) { public static WriteStatusCase forNumber(int value) { switch (value) { - case 1: return PERSISTED_SIZE; - case 2: return RESOURCE; - case 0: return WRITESTATUS_NOT_SET; - default: return null; + case 1: + return PERSISTED_SIZE; + case 2: + return RESOURCE; + case 0: + return WRITESTATUS_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public WriteStatusCase - getWriteStatusCase() { - return WriteStatusCase.forNumber( - writeStatusCase_); + public WriteStatusCase getWriteStatusCase() { + return WriteStatusCase.forNumber(writeStatusCase_); } public static final int PERSISTED_SIZE_FIELD_NUMBER = 1; /** + * + * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. This is the correct value for the
@@ -98,6 +124,7 @@ public int getNumber() {
    * 
* * int64 persisted_size = 1; + * * @return Whether the persistedSize field is set. */ @java.lang.Override @@ -105,6 +132,8 @@ public boolean hasPersistedSize() { return writeStatusCase_ == 1; } /** + * + * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. This is the correct value for the
@@ -113,6 +142,7 @@ public boolean hasPersistedSize() {
    * 
* * int64 persisted_size = 1; + * * @return The persistedSize. */ @java.lang.Override @@ -125,12 +155,15 @@ public long getPersistedSize() { public static final int RESOURCE_FIELD_NUMBER = 2; /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; + * * @return Whether the resource field is set. */ @java.lang.Override @@ -138,22 +171,27 @@ public boolean hasResource() { return writeStatusCase_ == 2; } /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; + * * @return The resource. */ @java.lang.Override public com.google.storage.v2.Object getResource() { if (writeStatusCase_ == 2) { - return (com.google.storage.v2.Object) writeStatus_; + return (com.google.storage.v2.Object) writeStatus_; } return com.google.storage.v2.Object.getDefaultInstance(); } /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
@@ -164,12 +202,13 @@ public com.google.storage.v2.Object getResource() {
   @java.lang.Override
   public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
     if (writeStatusCase_ == 2) {
-       return (com.google.storage.v2.Object) writeStatus_;
+      return (com.google.storage.v2.Object) writeStatus_;
     }
     return com.google.storage.v2.Object.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -181,11 +220,9 @@ 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 (writeStatusCase_ == 1) {
-      output.writeInt64(
-          1, (long)((java.lang.Long) writeStatus_));
+      output.writeInt64(1, (long) ((java.lang.Long) writeStatus_));
     }
     if (writeStatusCase_ == 2) {
       output.writeMessage(2, (com.google.storage.v2.Object) writeStatus_);
@@ -200,13 +237,14 @@ public int getSerializedSize() {
 
     size = 0;
     if (writeStatusCase_ == 1) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(
-            1, (long)((java.lang.Long) writeStatus_));
+      size +=
+          com.google.protobuf.CodedOutputStream.computeInt64Size(
+              1, (long) ((java.lang.Long) writeStatus_));
     }
     if (writeStatusCase_ == 2) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, (com.google.storage.v2.Object) writeStatus_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              2, (com.google.storage.v2.Object) writeStatus_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -216,22 +254,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.storage.v2.QueryWriteStatusResponse)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.QueryWriteStatusResponse other = (com.google.storage.v2.QueryWriteStatusResponse) obj;
+    com.google.storage.v2.QueryWriteStatusResponse other =
+        (com.google.storage.v2.QueryWriteStatusResponse) obj;
 
     if (!getWriteStatusCase().equals(other.getWriteStatusCase())) return false;
     switch (writeStatusCase_) {
       case 1:
-        if (getPersistedSize()
-            != other.getPersistedSize()) return false;
+        if (getPersistedSize() != other.getPersistedSize()) return false;
         break;
       case 2:
-        if (!getResource()
-            .equals(other.getResource())) return false;
+        if (!getResource().equals(other.getResource())) return false;
         break;
       case 0:
       default:
@@ -250,8 +287,7 @@ public int hashCode() {
     switch (writeStatusCase_) {
       case 1:
         hash = (37 * hash) + PERSISTED_SIZE_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-            getPersistedSize());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getPersistedSize());
         break;
       case 2:
         hash = (37 * hash) + RESOURCE_FIELD_NUMBER;
@@ -265,130 +301,136 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.QueryWriteStatusResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.QueryWriteStatusResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.QueryWriteStatusResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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.storage.v2.QueryWriteStatusResponse 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;
   }
   /**
+   *
+   *
    * 
    * Response object for `QueryWriteStatus`.
    * 
* * Protobuf type {@code google.storage.v2.QueryWriteStatusResponse} */ - 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.storage.v2.QueryWriteStatusResponse) com.google.storage.v2.QueryWriteStatusResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.QueryWriteStatusResponse.class, com.google.storage.v2.QueryWriteStatusResponse.Builder.class); + com.google.storage.v2.QueryWriteStatusResponse.class, + com.google.storage.v2.QueryWriteStatusResponse.Builder.class); } // Construct using com.google.storage.v2.QueryWriteStatusResponse.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -401,9 +443,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; } @java.lang.Override @@ -422,7 +464,8 @@ public com.google.storage.v2.QueryWriteStatusResponse build() { @java.lang.Override public com.google.storage.v2.QueryWriteStatusResponse buildPartial() { - com.google.storage.v2.QueryWriteStatusResponse result = new com.google.storage.v2.QueryWriteStatusResponse(this); + com.google.storage.v2.QueryWriteStatusResponse result = + new com.google.storage.v2.QueryWriteStatusResponse(this); if (writeStatusCase_ == 1) { result.writeStatus_ = writeStatus_; } @@ -442,38 +485,39 @@ public com.google.storage.v2.QueryWriteStatusResponse 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) { + 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.storage.v2.QueryWriteStatusResponse) { - return mergeFrom((com.google.storage.v2.QueryWriteStatusResponse)other); + return mergeFrom((com.google.storage.v2.QueryWriteStatusResponse) other); } else { super.mergeFrom(other); return this; @@ -483,17 +527,20 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.storage.v2.QueryWriteStatusResponse other) { if (other == com.google.storage.v2.QueryWriteStatusResponse.getDefaultInstance()) return this; switch (other.getWriteStatusCase()) { - case PERSISTED_SIZE: { - setPersistedSize(other.getPersistedSize()); - break; - } - case RESOURCE: { - mergeResource(other.getResource()); - break; - } - case WRITESTATUS_NOT_SET: { - break; - } + case PERSISTED_SIZE: + { + setPersistedSize(other.getPersistedSize()); + break; + } + case RESOURCE: + { + mergeResource(other.getResource()); + break; + } + case WRITESTATUS_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -521,24 +568,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - writeStatus_ = input.readInt64(); - writeStatusCase_ = 1; - break; - } // case 8 - case 18: { - input.readMessage( - getResourceFieldBuilder().getBuilder(), - extensionRegistry); - writeStatusCase_ = 2; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + writeStatus_ = input.readInt64(); + writeStatusCase_ = 1; + break; + } // case 8 + case 18: + { + input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); + writeStatusCase_ = 2; + 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) { @@ -548,12 +596,12 @@ public Builder mergeFrom( } // finally return this; } + private int writeStatusCase_ = 0; private java.lang.Object writeStatus_; - public WriteStatusCase - getWriteStatusCase() { - return WriteStatusCase.forNumber( - writeStatusCase_); + + public WriteStatusCase getWriteStatusCase() { + return WriteStatusCase.forNumber(writeStatusCase_); } public Builder clearWriteStatus() { @@ -563,8 +611,9 @@ public Builder clearWriteStatus() { return this; } - /** + * + * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. This is the correct value for the
@@ -573,12 +622,15 @@ public Builder clearWriteStatus() {
      * 
* * int64 persisted_size = 1; + * * @return Whether the persistedSize field is set. */ public boolean hasPersistedSize() { return writeStatusCase_ == 1; } /** + * + * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. This is the correct value for the
@@ -587,6 +639,7 @@ public boolean hasPersistedSize() {
      * 
* * int64 persisted_size = 1; + * * @return The persistedSize. */ public long getPersistedSize() { @@ -596,6 +649,8 @@ public long getPersistedSize() { return 0L; } /** + * + * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. This is the correct value for the
@@ -604,6 +659,7 @@ public long getPersistedSize() {
      * 
* * int64 persisted_size = 1; + * * @param value The persistedSize to set. * @return This builder for chaining. */ @@ -614,6 +670,8 @@ public Builder setPersistedSize(long value) { return this; } /** + * + * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. This is the correct value for the
@@ -622,6 +680,7 @@ public Builder setPersistedSize(long value) {
      * 
* * int64 persisted_size = 1; + * * @return This builder for chaining. */ public Builder clearPersistedSize() { @@ -634,14 +693,20 @@ public Builder clearPersistedSize() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> resourceBuilder_; + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> + resourceBuilder_; /** + * + * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
      * 
* * .google.storage.v2.Object resource = 2; + * * @return Whether the resource field is set. */ @java.lang.Override @@ -649,12 +714,15 @@ public boolean hasResource() { return writeStatusCase_ == 2; } /** + * + * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
      * 
* * .google.storage.v2.Object resource = 2; + * * @return The resource. */ @java.lang.Override @@ -672,6 +740,8 @@ public com.google.storage.v2.Object getResource() { } } /** + * + * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -693,6 +763,8 @@ public Builder setResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -700,8 +772,7 @@ public Builder setResource(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object resource = 2;
      */
-    public Builder setResource(
-        com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) {
       if (resourceBuilder_ == null) {
         writeStatus_ = builderForValue.build();
         onChanged();
@@ -712,6 +783,8 @@ public Builder setResource(
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -721,10 +794,12 @@ public Builder setResource(
      */
     public Builder mergeResource(com.google.storage.v2.Object value) {
       if (resourceBuilder_ == null) {
-        if (writeStatusCase_ == 2 &&
-            writeStatus_ != com.google.storage.v2.Object.getDefaultInstance()) {
-          writeStatus_ = com.google.storage.v2.Object.newBuilder((com.google.storage.v2.Object) writeStatus_)
-              .mergeFrom(value).buildPartial();
+        if (writeStatusCase_ == 2
+            && writeStatus_ != com.google.storage.v2.Object.getDefaultInstance()) {
+          writeStatus_ =
+              com.google.storage.v2.Object.newBuilder((com.google.storage.v2.Object) writeStatus_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           writeStatus_ = value;
         }
@@ -740,6 +815,8 @@ public Builder mergeResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -764,6 +841,8 @@ public Builder clearResource() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -775,6 +854,8 @@ public com.google.storage.v2.Object.Builder getResourceBuilder() {
       return getResourceFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -794,6 +875,8 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -802,26 +885,30 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
      * .google.storage.v2.Object resource = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
+            com.google.storage.v2.Object,
+            com.google.storage.v2.Object.Builder,
+            com.google.storage.v2.ObjectOrBuilder>
         getResourceFieldBuilder() {
       if (resourceBuilder_ == null) {
         if (!(writeStatusCase_ == 2)) {
           writeStatus_ = com.google.storage.v2.Object.getDefaultInstance();
         }
-        resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
-                (com.google.storage.v2.Object) writeStatus_,
-                getParentForChildren(),
-                isClean());
+        resourceBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Object,
+                com.google.storage.v2.Object.Builder,
+                com.google.storage.v2.ObjectOrBuilder>(
+                (com.google.storage.v2.Object) writeStatus_, getParentForChildren(), isClean());
         writeStatus_ = null;
       }
       writeStatusCase_ = 2;
-      onChanged();;
+      onChanged();
+      ;
       return resourceBuilder_;
     }
+
     @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);
     }
 
@@ -831,12 +918,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.QueryWriteStatusResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.QueryWriteStatusResponse)
   private static final com.google.storage.v2.QueryWriteStatusResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.QueryWriteStatusResponse();
   }
@@ -845,27 +932,27 @@ public static com.google.storage.v2.QueryWriteStatusResponse getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public QueryWriteStatusResponse 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 QueryWriteStatusResponse 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;
@@ -880,6 +967,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.QueryWriteStatusResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
similarity index 73%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
index 537856a71e..27f5c79b52 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/QueryWriteStatusResponseOrBuilder.java
@@ -1,13 +1,31 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface QueryWriteStatusResponseOrBuilder extends
+public interface QueryWriteStatusResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.QueryWriteStatusResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. This is the correct value for the
@@ -16,10 +34,13 @@ public interface QueryWriteStatusResponseOrBuilder extends
    * 
* * int64 persisted_size = 1; + * * @return Whether the persistedSize field is set. */ boolean hasPersistedSize(); /** + * + * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. This is the correct value for the
@@ -28,31 +49,40 @@ public interface QueryWriteStatusResponseOrBuilder extends
    * 
* * int64 persisted_size = 1; + * * @return The persistedSize. */ long getPersistedSize(); /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; + * * @return Whether the resource field is set. */ boolean hasResource(); /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; + * * @return The resource. */ com.google.storage.v2.Object getResource(); /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
similarity index 78%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
index a4a38e6966..e1a62dcce4 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequest.java
@@ -1,24 +1,42 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Request message for ReadObject.
  * 
* * Protobuf type {@code google.storage.v2.ReadObjectRequest} */ -public final class ReadObjectRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ReadObjectRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ReadObjectRequest) ReadObjectRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ReadObjectRequest.newBuilder() to construct. private ReadObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private ReadObjectRequest() { bucket_ = ""; object_ = ""; @@ -26,38 +44,42 @@ private ReadObjectRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ReadObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ReadObjectRequest.class, com.google.storage.v2.ReadObjectRequest.Builder.class); + com.google.storage.v2.ReadObjectRequest.class, + com.google.storage.v2.ReadObjectRequest.Builder.class); } private int bitField0_; public static final int BUCKET_FIELD_NUMBER = 1; private volatile java.lang.Object bucket_; /** + * + * *
    * Required. The name of the bucket containing the object to read.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ @java.lang.Override @@ -66,29 +88,29 @@ public java.lang.String getBucket() { 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(); bucket_ = s; return s; } } /** + * + * *
    * Required. The name of the bucket containing the object to read.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ @java.lang.Override - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -99,11 +121,14 @@ public java.lang.String getBucket() { public static final int OBJECT_FIELD_NUMBER = 2; private volatile java.lang.Object object_; /** + * + * *
    * Required. The name of the object to read.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ @java.lang.Override @@ -112,29 +137,29 @@ public java.lang.String getObject() { 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(); object_ = s; return s; } } /** + * + * *
    * Required. The name of the object to read.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ @java.lang.Override - public com.google.protobuf.ByteString - getObjectBytes() { + public com.google.protobuf.ByteString getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -145,12 +170,15 @@ public java.lang.String getObject() { public static final int GENERATION_FIELD_NUMBER = 3; private long generation_; /** + * + * *
    * If present, selects a specific revision of this object (as opposed
    * to the latest version, the default).
    * 
* * int64 generation = 3; + * * @return The generation. */ @java.lang.Override @@ -161,6 +189,8 @@ public long getGeneration() { public static final int READ_OFFSET_FIELD_NUMBER = 4; private long readOffset_; /** + * + * *
    * The offset for the first byte to return in the read, relative to the start
    * of the object.
@@ -173,6 +203,7 @@ public long getGeneration() {
    * 
* * int64 read_offset = 4; + * * @return The readOffset. */ @java.lang.Override @@ -183,6 +214,8 @@ public long getReadOffset() { public static final int READ_LIMIT_FIELD_NUMBER = 5; private long readLimit_; /** + * + * *
    * The maximum number of `data` bytes the server is allowed to return in the
    * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -193,6 +226,7 @@ public long getReadOffset() {
    * 
* * int64 read_limit = 5; + * * @return The readLimit. */ @java.lang.Override @@ -203,6 +237,8 @@ public long getReadLimit() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 6; private long ifGenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -210,6 +246,7 @@ public long getReadLimit() {
    * 
* * optional int64 if_generation_match = 6; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -217,6 +254,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -224,6 +263,7 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 6; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -234,6 +274,8 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 7; private long ifGenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -242,6 +284,7 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 7; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -249,6 +292,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -257,6 +302,7 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 7; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -267,12 +313,15 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 8; private long ifMetagenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 8; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -280,12 +329,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 8; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -296,12 +348,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 9; private long ifMetagenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 9; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -309,12 +364,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 9; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -325,11 +383,14 @@ public long getIfMetagenerationNotMatch() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 10; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -337,18 +398,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -356,13 +424,16 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } public static final int READ_MASK_FIELD_NUMBER = 12; private com.google.protobuf.FieldMask readMask_; /** + * + * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -372,6 +443,7 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR
    * 
* * optional .google.protobuf.FieldMask read_mask = 12; + * * @return Whether the readMask field is set. */ @java.lang.Override @@ -379,6 +451,8 @@ public boolean hasReadMask() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -388,6 +462,7 @@ public boolean hasReadMask() {
    * 
* * optional .google.protobuf.FieldMask read_mask = 12; + * * @return The readMask. */ @java.lang.Override @@ -395,6 +470,8 @@ public com.google.protobuf.FieldMask getReadMask() { return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_; } /** + * + * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -411,6 +488,7 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -422,8 +500,7 @@ 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(bucket_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, bucket_);
     }
@@ -473,40 +550,33 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, object_);
     }
     if (generation_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(3, generation_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, generation_);
     }
     if (readOffset_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(4, readOffset_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, readOffset_);
     }
     if (readLimit_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(5, readLimit_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, readLimit_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(6, ifGenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, ifGenerationMatch_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(7, ifGenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, ifGenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(8, ifMetagenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(8, ifMetagenerationMatch_);
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(9, ifMetagenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(9, ifMetagenerationNotMatch_);
     }
     if (commonObjectRequestParams_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(10, getCommonObjectRequestParams());
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              10, getCommonObjectRequestParams());
     }
     if (((bitField0_ & 0x00000010) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(12, getReadMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getReadMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -516,52 +586,42 @@ 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.storage.v2.ReadObjectRequest)) {
       return super.equals(obj);
     }
     com.google.storage.v2.ReadObjectRequest other = (com.google.storage.v2.ReadObjectRequest) obj;
 
-    if (!getBucket()
-        .equals(other.getBucket())) return false;
-    if (!getObject()
-        .equals(other.getObject())) return false;
-    if (getGeneration()
-        != other.getGeneration()) return false;
-    if (getReadOffset()
-        != other.getReadOffset()) return false;
-    if (getReadLimit()
-        != other.getReadLimit()) return false;
+    if (!getBucket().equals(other.getBucket())) return false;
+    if (!getObject().equals(other.getObject())) return false;
+    if (getGeneration() != other.getGeneration()) return false;
+    if (getReadOffset() != other.getReadOffset()) return false;
+    if (getReadLimit() != other.getReadLimit()) return false;
     if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false;
     if (hasIfGenerationMatch()) {
-      if (getIfGenerationMatch()
-          != other.getIfGenerationMatch()) return false;
+      if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false;
     }
     if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false;
     if (hasIfGenerationNotMatch()) {
-      if (getIfGenerationNotMatch()
-          != other.getIfGenerationNotMatch()) return false;
+      if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false;
     }
     if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false;
     if (hasIfMetagenerationMatch()) {
-      if (getIfMetagenerationMatch()
-          != other.getIfMetagenerationMatch()) return false;
+      if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false;
     }
     if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false;
     if (hasIfMetagenerationNotMatch()) {
-      if (getIfMetagenerationNotMatch()
-          != other.getIfMetagenerationNotMatch()) return false;
+      if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false;
     }
     if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false;
     if (hasCommonObjectRequestParams()) {
-      if (!getCommonObjectRequestParams()
-          .equals(other.getCommonObjectRequestParams())) return false;
+      if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams()))
+        return false;
     }
     if (hasReadMask() != other.hasReadMask()) return false;
     if (hasReadMask()) {
-      if (!getReadMask()
-          .equals(other.getReadMask())) return false;
+      if (!getReadMask().equals(other.getReadMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -579,33 +639,26 @@ public int hashCode() {
     hash = (37 * hash) + OBJECT_FIELD_NUMBER;
     hash = (53 * hash) + getObject().hashCode();
     hash = (37 * hash) + GENERATION_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getGeneration());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGeneration());
     hash = (37 * hash) + READ_OFFSET_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getReadOffset());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getReadOffset());
     hash = (37 * hash) + READ_LIMIT_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getReadLimit());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getReadLimit());
     if (hasIfGenerationMatch()) {
       hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfGenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch());
     }
     if (hasIfGenerationNotMatch()) {
       hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfGenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch());
     }
     if (hasIfMetagenerationMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch());
     }
     if (hasIfMetagenerationNotMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch());
     }
     if (hasCommonObjectRequestParams()) {
       hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER;
@@ -620,118 +673,127 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ReadObjectRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ReadObjectRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.ReadObjectRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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.storage.v2.ReadObjectRequest 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 message for ReadObject.
    * 
* * Protobuf type {@code google.storage.v2.ReadObjectRequest} */ - 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.storage.v2.ReadObjectRequest) com.google.storage.v2.ReadObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ReadObjectRequest.class, com.google.storage.v2.ReadObjectRequest.Builder.class); + com.google.storage.v2.ReadObjectRequest.class, + com.google.storage.v2.ReadObjectRequest.Builder.class); } // Construct using com.google.storage.v2.ReadObjectRequest.newBuilder() @@ -739,17 +801,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } + private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getReadMaskFieldBuilder(); } } + @java.lang.Override public Builder clear() { super.clear(); @@ -787,9 +849,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectRequest_descriptor; } @java.lang.Override @@ -808,7 +870,8 @@ public com.google.storage.v2.ReadObjectRequest build() { @java.lang.Override public com.google.storage.v2.ReadObjectRequest buildPartial() { - com.google.storage.v2.ReadObjectRequest result = new com.google.storage.v2.ReadObjectRequest(this); + com.google.storage.v2.ReadObjectRequest result = + new com.google.storage.v2.ReadObjectRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.bucket_ = bucket_; @@ -854,38 +917,39 @@ public com.google.storage.v2.ReadObjectRequest 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) { + 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.storage.v2.ReadObjectRequest) { - return mergeFrom((com.google.storage.v2.ReadObjectRequest)other); + return mergeFrom((com.google.storage.v2.ReadObjectRequest) other); } else { super.mergeFrom(other); return this; @@ -955,71 +1019,80 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - bucket_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: { - object_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 24: { - generation_ = input.readInt64(); - - break; - } // case 24 - case 32: { - readOffset_ = input.readInt64(); - - break; - } // case 32 - case 40: { - readLimit_ = input.readInt64(); - - break; - } // case 40 - case 48: { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 48 - case 56: { - ifGenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 56 - case 64: { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 64 - case 72: { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000008; - break; - } // case 72 - case 82: { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 82 - case 98: { - input.readMessage( - getReadMaskFieldBuilder().getBuilder(), - extensionRegistry); - bitField0_ |= 0x00000010; - break; - } // case 98 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + bucket_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: + { + object_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 24: + { + generation_ = input.readInt64(); + + break; + } // case 24 + case 32: + { + readOffset_ = input.readInt64(); + + break; + } // case 32 + case 40: + { + readLimit_ = input.readInt64(); + + break; + } // case 40 + case 48: + { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 48 + case 56: + { + ifGenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 56 + case 64: + { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 64 + case 72: + { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000008; + break; + } // case 72 + case 82: + { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 82 + case 98: + { + input.readMessage(getReadMaskFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000010; + break; + } // case 98 + 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) { @@ -1029,22 +1102,25 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private java.lang.Object bucket_ = ""; /** + * + * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ public java.lang.String getBucket() { java.lang.Object ref = bucket_; 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(); bucket_ = s; return s; @@ -1053,20 +1129,21 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ - public com.google.protobuf.ByteString - getBucketBytes() { + public com.google.protobuf.ByteString getBucketBytes() { java.lang.Object ref = bucket_; 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); bucket_ = b; return b; } else { @@ -1074,54 +1151,61 @@ public java.lang.String getBucket() { } } /** + * + * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bucket to set. * @return This builder for chaining. */ - public Builder setBucket( - java.lang.String value) { + public Builder setBucket(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + bucket_ = value; onChanged(); return this; } /** + * + * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearBucket() { - + bucket_ = getDefaultInstance().getBucket(); onChanged(); return this; } /** + * + * *
      * Required. The name of the bucket containing the object to read.
      * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for bucket to set. * @return This builder for chaining. */ - public Builder setBucketBytes( - com.google.protobuf.ByteString value) { + public Builder setBucketBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + bucket_ = value; onChanged(); return this; @@ -1129,18 +1213,20 @@ public Builder setBucketBytes( private java.lang.Object object_ = ""; /** + * + * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ public java.lang.String getObject() { java.lang.Object ref = object_; 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(); object_ = s; return s; @@ -1149,20 +1235,21 @@ public java.lang.String getObject() { } } /** + * + * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ - public com.google.protobuf.ByteString - getObjectBytes() { + public com.google.protobuf.ByteString getObjectBytes() { java.lang.Object ref = object_; 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); object_ = b; return b; } else { @@ -1170,67 +1257,77 @@ public java.lang.String getObject() { } } /** + * + * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The object to set. * @return This builder for chaining. */ - public Builder setObject( - java.lang.String value) { + public Builder setObject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + object_ = value; onChanged(); return this; } /** + * + * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearObject() { - + object_ = getDefaultInstance().getObject(); onChanged(); return this; } /** + * + * *
      * Required. The name of the object to read.
      * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for object to set. * @return This builder for chaining. */ - public Builder setObjectBytes( - com.google.protobuf.ByteString value) { + public Builder setObjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + object_ = value; onChanged(); return this; } - private long generation_ ; + private long generation_; /** + * + * *
      * If present, selects a specific revision of this object (as opposed
      * to the latest version, the default).
      * 
* * int64 generation = 3; + * * @return The generation. */ @java.lang.Override @@ -1238,39 +1335,47 @@ public long getGeneration() { return generation_; } /** + * + * *
      * If present, selects a specific revision of this object (as opposed
      * to the latest version, the default).
      * 
* * int64 generation = 3; + * * @param value The generation to set. * @return This builder for chaining. */ public Builder setGeneration(long value) { - + generation_ = value; onChanged(); return this; } /** + * + * *
      * If present, selects a specific revision of this object (as opposed
      * to the latest version, the default).
      * 
* * int64 generation = 3; + * * @return This builder for chaining. */ public Builder clearGeneration() { - + generation_ = 0L; onChanged(); return this; } - private long readOffset_ ; + private long readOffset_; /** + * + * *
      * The offset for the first byte to return in the read, relative to the start
      * of the object.
@@ -1283,6 +1388,7 @@ public Builder clearGeneration() {
      * 
* * int64 read_offset = 4; + * * @return The readOffset. */ @java.lang.Override @@ -1290,6 +1396,8 @@ public long getReadOffset() { return readOffset_; } /** + * + * *
      * The offset for the first byte to return in the read, relative to the start
      * of the object.
@@ -1302,16 +1410,19 @@ public long getReadOffset() {
      * 
* * int64 read_offset = 4; + * * @param value The readOffset to set. * @return This builder for chaining. */ public Builder setReadOffset(long value) { - + readOffset_ = value; onChanged(); return this; } /** + * + * *
      * The offset for the first byte to return in the read, relative to the start
      * of the object.
@@ -1324,17 +1435,20 @@ public Builder setReadOffset(long value) {
      * 
* * int64 read_offset = 4; + * * @return This builder for chaining. */ public Builder clearReadOffset() { - + readOffset_ = 0L; onChanged(); return this; } - private long readLimit_ ; + private long readLimit_; /** + * + * *
      * The maximum number of `data` bytes the server is allowed to return in the
      * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -1345,6 +1459,7 @@ public Builder clearReadOffset() {
      * 
* * int64 read_limit = 5; + * * @return The readLimit. */ @java.lang.Override @@ -1352,6 +1467,8 @@ public long getReadLimit() { return readLimit_; } /** + * + * *
      * The maximum number of `data` bytes the server is allowed to return in the
      * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -1362,16 +1479,19 @@ public long getReadLimit() {
      * 
* * int64 read_limit = 5; + * * @param value The readLimit to set. * @return This builder for chaining. */ public Builder setReadLimit(long value) { - + readLimit_ = value; onChanged(); return this; } /** + * + * *
      * The maximum number of `data` bytes the server is allowed to return in the
      * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -1382,17 +1502,20 @@ public Builder setReadLimit(long value) {
      * 
* * int64 read_limit = 5; + * * @return This builder for chaining. */ public Builder clearReadLimit() { - + readLimit_ = 0L; onChanged(); return this; } - private long ifGenerationMatch_ ; + private long ifGenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1400,6 +1523,7 @@ public Builder clearReadLimit() {
      * 
* * optional int64 if_generation_match = 6; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1407,6 +1531,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1414,6 +1540,7 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 6; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1421,6 +1548,8 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1428,6 +1557,7 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 6; + * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1438,6 +1568,8 @@ public Builder setIfGenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1445,6 +1577,7 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 6; + * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1454,8 +1587,10 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_ ; + private long ifGenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1464,6 +1599,7 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 7; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1471,6 +1607,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1479,6 +1617,7 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 7; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1486,6 +1625,8 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1494,6 +1635,7 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 7; + * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1504,6 +1646,8 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1512,6 +1656,7 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 7; + * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1521,14 +1666,17 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 8; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1536,12 +1684,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 8; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1549,12 +1700,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 8; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1565,12 +1719,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 8; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1580,14 +1737,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 9; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1595,12 +1755,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 9; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1608,12 +1771,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 9; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1624,12 +1790,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 9; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1641,41 +1810,55 @@ public Builder clearIfMetagenerationNotMatch() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1689,6 +1872,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1707,17 +1892,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1729,6 +1919,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1747,33 +1939,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1781,14 +1982,17 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; @@ -1796,8 +2000,13 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR private com.google.protobuf.FieldMask readMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> readMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + readMaskBuilder_; /** + * + * *
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1807,12 +2016,15 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR
      * 
* * optional .google.protobuf.FieldMask read_mask = 12; + * * @return Whether the readMask field is set. */ public boolean hasReadMask() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1822,6 +2034,7 @@ public boolean hasReadMask() {
      * 
* * optional .google.protobuf.FieldMask read_mask = 12; + * * @return The readMask. */ public com.google.protobuf.FieldMask getReadMask() { @@ -1832,6 +2045,8 @@ public com.google.protobuf.FieldMask getReadMask() { } } /** + * + * *
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1856,6 +2071,8 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1866,8 +2083,7 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      * optional .google.protobuf.FieldMask read_mask = 12;
      */
-    public Builder setReadMask(
-        com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue) {
       if (readMaskBuilder_ == null) {
         readMask_ = builderForValue.build();
         onChanged();
@@ -1878,6 +2094,8 @@ public Builder setReadMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1890,11 +2108,11 @@ public Builder setReadMask(
      */
     public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       if (readMaskBuilder_ == null) {
-        if (((bitField0_ & 0x00000010) != 0) &&
-            readMask_ != null &&
-            readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000010) != 0)
+            && readMask_ != null
+            && readMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
           readMask_ =
-            com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
+              com.google.protobuf.FieldMask.newBuilder(readMask_).mergeFrom(value).buildPartial();
         } else {
           readMask_ = value;
         }
@@ -1906,6 +2124,8 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1927,6 +2147,8 @@ public Builder clearReadMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1943,6 +2165,8 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
       return getReadMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1957,11 +2181,12 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
       if (readMaskBuilder_ != null) {
         return readMaskBuilder_.getMessageOrBuilder();
       } else {
-        return readMask_ == null ?
-            com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
+        return readMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : readMask_;
       }
     }
     /**
+     *
+     *
      * 
      * Mask specifying which fields to read.
      * The checksummed_data field and its children will always be present.
@@ -1973,21 +2198,24 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      * optional .google.protobuf.FieldMask read_mask = 12;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
+            com.google.protobuf.FieldMask,
+            com.google.protobuf.FieldMask.Builder,
+            com.google.protobuf.FieldMaskOrBuilder>
         getReadMaskFieldBuilder() {
       if (readMaskBuilder_ == null) {
-        readMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
-                getReadMask(),
-                getParentForChildren(),
-                isClean());
+        readMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.FieldMask,
+                com.google.protobuf.FieldMask.Builder,
+                com.google.protobuf.FieldMaskOrBuilder>(
+                getReadMask(), getParentForChildren(), isClean());
         readMask_ = null;
       }
       return readMaskBuilder_;
     }
+
     @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);
     }
 
@@ -1997,12 +2225,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.ReadObjectRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.ReadObjectRequest)
   private static final com.google.storage.v2.ReadObjectRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.ReadObjectRequest();
   }
@@ -2011,27 +2239,27 @@ public static com.google.storage.v2.ReadObjectRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ReadObjectRequest 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 ReadObjectRequest 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;
@@ -2046,6 +2274,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.ReadObjectRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
similarity index 88%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
index 5b601ea13a..c81247c4ca 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectRequestOrBuilder.java
@@ -1,64 +1,95 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface ReadObjectRequestOrBuilder extends
+public interface ReadObjectRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.ReadObjectRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The name of the bucket containing the object to read.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ java.lang.String getBucket(); /** + * + * *
    * Required. The name of the bucket containing the object to read.
    * 
* * string bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for bucket. */ - com.google.protobuf.ByteString - getBucketBytes(); + com.google.protobuf.ByteString getBucketBytes(); /** + * + * *
    * Required. The name of the object to read.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ java.lang.String getObject(); /** + * + * *
    * Required. The name of the object to read.
    * 
* * string object = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for object. */ - com.google.protobuf.ByteString - getObjectBytes(); + com.google.protobuf.ByteString getObjectBytes(); /** + * + * *
    * If present, selects a specific revision of this object (as opposed
    * to the latest version, the default).
    * 
* * int64 generation = 3; + * * @return The generation. */ long getGeneration(); /** + * + * *
    * The offset for the first byte to return in the read, relative to the start
    * of the object.
@@ -71,11 +102,14 @@ public interface ReadObjectRequestOrBuilder extends
    * 
* * int64 read_offset = 4; + * * @return The readOffset. */ long getReadOffset(); /** + * + * *
    * The maximum number of `data` bytes the server is allowed to return in the
    * sum of all `Object` messages. A `read_limit` of zero indicates that there
@@ -86,11 +120,14 @@ public interface ReadObjectRequestOrBuilder extends
    * 
* * int64 read_limit = 5; + * * @return The readLimit. */ long getReadLimit(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -98,10 +135,13 @@ public interface ReadObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 6; + * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -109,11 +149,14 @@ public interface ReadObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 6; + * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -122,10 +165,13 @@ public interface ReadObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 7; + * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -134,71 +180,92 @@ public interface ReadObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 7; + * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 8; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 8; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 9; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 9; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 10; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -208,6 +275,8 @@ public interface ReadObjectRequestOrBuilder extends com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); /** + * + * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -217,10 +286,13 @@ public interface ReadObjectRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 12; + * * @return Whether the readMask field is set. */ boolean hasReadMask(); /** + * + * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
@@ -230,10 +302,13 @@ public interface ReadObjectRequestOrBuilder extends
    * 
* * optional .google.protobuf.FieldMask read_mask = 12; + * * @return The readMask. */ com.google.protobuf.FieldMask getReadMask(); /** + * + * *
    * Mask specifying which fields to read.
    * The checksummed_data field and its children will always be present.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
similarity index 75%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
index 4d29e5ea00..6d8a306f91 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponse.java
@@ -1,55 +1,75 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Response message for ReadObject.
  * 
* * Protobuf type {@code google.storage.v2.ReadObjectResponse} */ -public final class ReadObjectResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ReadObjectResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ReadObjectResponse) ReadObjectResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ReadObjectResponse.newBuilder() to construct. private ReadObjectResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ReadObjectResponse() { - } + + private ReadObjectResponse() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ReadObjectResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ReadObjectResponse.class, com.google.storage.v2.ReadObjectResponse.Builder.class); + com.google.storage.v2.ReadObjectResponse.class, + com.google.storage.v2.ReadObjectResponse.Builder.class); } public static final int CHECKSUMMED_DATA_FIELD_NUMBER = 1; private com.google.storage.v2.ChecksummedData checksummedData_; /** + * + * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -58,6 +78,7 @@ protected java.lang.Object newInstance(
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; + * * @return Whether the checksummedData field is set. */ @java.lang.Override @@ -65,6 +86,8 @@ public boolean hasChecksummedData() { return checksummedData_ != null; } /** + * + * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -73,13 +96,18 @@ public boolean hasChecksummedData() {
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; + * * @return The checksummedData. */ @java.lang.Override public com.google.storage.v2.ChecksummedData getChecksummedData() { - return checksummedData_ == null ? com.google.storage.v2.ChecksummedData.getDefaultInstance() : checksummedData_; + return checksummedData_ == null + ? com.google.storage.v2.ChecksummedData.getDefaultInstance() + : checksummedData_; } /** + * + * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -97,6 +125,8 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
   public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 2;
   private com.google.storage.v2.ObjectChecksums objectChecksums_;
   /**
+   *
+   *
    * 
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -104,6 +134,7 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; + * * @return Whether the objectChecksums field is set. */ @java.lang.Override @@ -111,6 +142,8 @@ public boolean hasObjectChecksums() { return objectChecksums_ != null; } /** + * + * *
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -118,13 +151,18 @@ public boolean hasObjectChecksums() {
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; + * * @return The objectChecksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getObjectChecksums() { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } /** + * + * *
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -141,6 +179,8 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
   public static final int CONTENT_RANGE_FIELD_NUMBER = 3;
   private com.google.storage.v2.ContentRange contentRange_;
   /**
+   *
+   *
    * 
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -148,6 +188,7 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
    * 
* * .google.storage.v2.ContentRange content_range = 3; + * * @return Whether the contentRange field is set. */ @java.lang.Override @@ -155,6 +196,8 @@ public boolean hasContentRange() { return contentRange_ != null; } /** + * + * *
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -162,13 +205,18 @@ public boolean hasContentRange() {
    * 
* * .google.storage.v2.ContentRange content_range = 3; + * * @return The contentRange. */ @java.lang.Override public com.google.storage.v2.ContentRange getContentRange() { - return contentRange_ == null ? com.google.storage.v2.ContentRange.getDefaultInstance() : contentRange_; + return contentRange_ == null + ? com.google.storage.v2.ContentRange.getDefaultInstance() + : contentRange_; } /** + * + * *
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -185,12 +233,15 @@ public com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder() {
   public static final int METADATA_FIELD_NUMBER = 4;
   private com.google.storage.v2.Object metadata_;
   /**
+   *
+   *
    * 
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
    * 
* * .google.storage.v2.Object metadata = 4; + * * @return Whether the metadata field is set. */ @java.lang.Override @@ -198,12 +249,15 @@ public boolean hasMetadata() { return metadata_ != null; } /** + * + * *
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
    * 
* * .google.storage.v2.Object metadata = 4; + * * @return The metadata. */ @java.lang.Override @@ -211,6 +265,8 @@ public com.google.storage.v2.Object getMetadata() { return metadata_ == null ? com.google.storage.v2.Object.getDefaultInstance() : metadata_; } /** + * + * *
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
@@ -224,6 +280,7 @@ public com.google.storage.v2.ObjectOrBuilder getMetadataOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -235,8 +292,7 @@ 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 (checksummedData_ != null) {
       output.writeMessage(1, getChecksummedData());
     }
@@ -259,20 +315,16 @@ public int getSerializedSize() {
 
     size = 0;
     if (checksummedData_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getChecksummedData());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getChecksummedData());
     }
     if (objectChecksums_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, getObjectChecksums());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getObjectChecksums());
     }
     if (contentRange_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getContentRange());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getContentRange());
     }
     if (metadata_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(4, getMetadata());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getMetadata());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -282,7 +334,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.storage.v2.ReadObjectResponse)) {
       return super.equals(obj);
@@ -291,23 +343,19 @@ public boolean equals(final java.lang.Object obj) {
 
     if (hasChecksummedData() != other.hasChecksummedData()) return false;
     if (hasChecksummedData()) {
-      if (!getChecksummedData()
-          .equals(other.getChecksummedData())) return false;
+      if (!getChecksummedData().equals(other.getChecksummedData())) return false;
     }
     if (hasObjectChecksums() != other.hasObjectChecksums()) return false;
     if (hasObjectChecksums()) {
-      if (!getObjectChecksums()
-          .equals(other.getObjectChecksums())) return false;
+      if (!getObjectChecksums().equals(other.getObjectChecksums())) return false;
     }
     if (hasContentRange() != other.hasContentRange()) return false;
     if (hasContentRange()) {
-      if (!getContentRange()
-          .equals(other.getContentRange())) return false;
+      if (!getContentRange().equals(other.getContentRange())) return false;
     }
     if (hasMetadata() != other.hasMetadata()) return false;
     if (hasMetadata()) {
-      if (!getMetadata()
-          .equals(other.getMetadata())) return false;
+      if (!getMetadata().equals(other.getMetadata())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -341,130 +389,136 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ReadObjectResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ReadObjectResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.ReadObjectResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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.storage.v2.ReadObjectResponse 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;
   }
   /**
+   *
+   *
    * 
    * Response message for ReadObject.
    * 
* * Protobuf type {@code google.storage.v2.ReadObjectResponse} */ - 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.storage.v2.ReadObjectResponse) com.google.storage.v2.ReadObjectResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ReadObjectResponse.class, com.google.storage.v2.ReadObjectResponse.Builder.class); + com.google.storage.v2.ReadObjectResponse.class, + com.google.storage.v2.ReadObjectResponse.Builder.class); } // Construct using com.google.storage.v2.ReadObjectResponse.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -496,9 +550,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ReadObjectResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ReadObjectResponse_descriptor; } @java.lang.Override @@ -517,7 +571,8 @@ public com.google.storage.v2.ReadObjectResponse build() { @java.lang.Override public com.google.storage.v2.ReadObjectResponse buildPartial() { - com.google.storage.v2.ReadObjectResponse result = new com.google.storage.v2.ReadObjectResponse(this); + com.google.storage.v2.ReadObjectResponse result = + new com.google.storage.v2.ReadObjectResponse(this); if (checksummedDataBuilder_ == null) { result.checksummedData_ = checksummedData_; } else { @@ -546,38 +601,39 @@ public com.google.storage.v2.ReadObjectResponse 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) { + 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.storage.v2.ReadObjectResponse) { - return mergeFrom((com.google.storage.v2.ReadObjectResponse)other); + return mergeFrom((com.google.storage.v2.ReadObjectResponse) other); } else { super.mergeFrom(other); return this; @@ -624,40 +680,37 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getChecksummedDataFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 10 - case 18: { - input.readMessage( - getObjectChecksumsFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 18 - case 26: { - input.readMessage( - getContentRangeFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 26 - case 34: { - input.readMessage( - getMetadataFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 34 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getChecksummedDataFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 10 + case 18: + { + input.readMessage(getObjectChecksumsFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 18 + case 26: + { + input.readMessage(getContentRangeFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 26 + case 34: + { + input.readMessage(getMetadataFieldBuilder().getBuilder(), extensionRegistry); + + 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) { @@ -670,8 +723,13 @@ public Builder mergeFrom( private com.google.storage.v2.ChecksummedData checksummedData_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder> checksummedDataBuilder_; + com.google.storage.v2.ChecksummedData, + com.google.storage.v2.ChecksummedData.Builder, + com.google.storage.v2.ChecksummedDataOrBuilder> + checksummedDataBuilder_; /** + * + * *
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -680,12 +738,15 @@ public Builder mergeFrom(
      * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; + * * @return Whether the checksummedData field is set. */ public boolean hasChecksummedData() { return checksummedDataBuilder_ != null || checksummedData_ != null; } /** + * + * *
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -694,16 +755,21 @@ public boolean hasChecksummedData() {
      * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; + * * @return The checksummedData. */ public com.google.storage.v2.ChecksummedData getChecksummedData() { if (checksummedDataBuilder_ == null) { - return checksummedData_ == null ? com.google.storage.v2.ChecksummedData.getDefaultInstance() : checksummedData_; + return checksummedData_ == null + ? com.google.storage.v2.ChecksummedData.getDefaultInstance() + : checksummedData_; } else { return checksummedDataBuilder_.getMessage(); } } /** + * + * *
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -727,6 +793,8 @@ public Builder setChecksummedData(com.google.storage.v2.ChecksummedData value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -748,6 +816,8 @@ public Builder setChecksummedData(
       return this;
     }
     /**
+     *
+     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -761,7 +831,9 @@ public Builder mergeChecksummedData(com.google.storage.v2.ChecksummedData value)
       if (checksummedDataBuilder_ == null) {
         if (checksummedData_ != null) {
           checksummedData_ =
-            com.google.storage.v2.ChecksummedData.newBuilder(checksummedData_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.ChecksummedData.newBuilder(checksummedData_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           checksummedData_ = value;
         }
@@ -773,6 +845,8 @@ public Builder mergeChecksummedData(com.google.storage.v2.ChecksummedData value)
       return this;
     }
     /**
+     *
+     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -794,6 +868,8 @@ public Builder clearChecksummedData() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -804,11 +880,13 @@ public Builder clearChecksummedData() {
      * .google.storage.v2.ChecksummedData checksummed_data = 1;
      */
     public com.google.storage.v2.ChecksummedData.Builder getChecksummedDataBuilder() {
-      
+
       onChanged();
       return getChecksummedDataFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -822,11 +900,14 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
       if (checksummedDataBuilder_ != null) {
         return checksummedDataBuilder_.getMessageOrBuilder();
       } else {
-        return checksummedData_ == null ?
-            com.google.storage.v2.ChecksummedData.getDefaultInstance() : checksummedData_;
+        return checksummedData_ == null
+            ? com.google.storage.v2.ChecksummedData.getDefaultInstance()
+            : checksummedData_;
       }
     }
     /**
+     *
+     *
      * 
      * A portion of the data for the object. The service **may** leave `data`
      * empty for any given `ReadResponse`. This enables the service to inform the
@@ -837,14 +918,17 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
      * .google.storage.v2.ChecksummedData checksummed_data = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder> 
+            com.google.storage.v2.ChecksummedData,
+            com.google.storage.v2.ChecksummedData.Builder,
+            com.google.storage.v2.ChecksummedDataOrBuilder>
         getChecksummedDataFieldBuilder() {
       if (checksummedDataBuilder_ == null) {
-        checksummedDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder>(
-                getChecksummedData(),
-                getParentForChildren(),
-                isClean());
+        checksummedDataBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.ChecksummedData,
+                com.google.storage.v2.ChecksummedData.Builder,
+                com.google.storage.v2.ChecksummedDataOrBuilder>(
+                getChecksummedData(), getParentForChildren(), isClean());
         checksummedData_ = null;
       }
       return checksummedDataBuilder_;
@@ -852,8 +936,13 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
 
     private com.google.storage.v2.ObjectChecksums objectChecksums_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_;
+            com.google.storage.v2.ObjectChecksums,
+            com.google.storage.v2.ObjectChecksums.Builder,
+            com.google.storage.v2.ObjectChecksumsOrBuilder>
+        objectChecksumsBuilder_;
     /**
+     *
+     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -861,12 +950,15 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; + * * @return Whether the objectChecksums field is set. */ public boolean hasObjectChecksums() { return objectChecksumsBuilder_ != null || objectChecksums_ != null; } /** + * + * *
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -874,16 +966,21 @@ public boolean hasObjectChecksums() {
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; + * * @return The objectChecksums. */ public com.google.storage.v2.ObjectChecksums getObjectChecksums() { if (objectChecksumsBuilder_ == null) { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } else { return objectChecksumsBuilder_.getMessage(); } } /** + * + * *
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -906,6 +1003,8 @@ public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -926,6 +1025,8 @@ public Builder setObjectChecksums(
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -938,7 +1039,9 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       if (objectChecksumsBuilder_ == null) {
         if (objectChecksums_ != null) {
           objectChecksums_ =
-            com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           objectChecksums_ = value;
         }
@@ -950,6 +1053,8 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -970,6 +1075,8 @@ public Builder clearObjectChecksums() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -979,11 +1086,13 @@ public Builder clearObjectChecksums() {
      * .google.storage.v2.ObjectChecksums object_checksums = 2;
      */
     public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() {
-      
+
       onChanged();
       return getObjectChecksumsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -996,11 +1105,14 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
       if (objectChecksumsBuilder_ != null) {
         return objectChecksumsBuilder_.getMessageOrBuilder();
       } else {
-        return objectChecksums_ == null ?
-            com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_;
+        return objectChecksums_ == null
+            ? com.google.storage.v2.ObjectChecksums.getDefaultInstance()
+            : objectChecksums_;
       }
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. The client should compute one of
      * these checksums over the downloaded object and compare it against the value
@@ -1010,14 +1122,17 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * .google.storage.v2.ObjectChecksums object_checksums = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> 
+            com.google.storage.v2.ObjectChecksums,
+            com.google.storage.v2.ObjectChecksums.Builder,
+            com.google.storage.v2.ObjectChecksumsOrBuilder>
         getObjectChecksumsFieldBuilder() {
       if (objectChecksumsBuilder_ == null) {
-        objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>(
-                getObjectChecksums(),
-                getParentForChildren(),
-                isClean());
+        objectChecksumsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.ObjectChecksums,
+                com.google.storage.v2.ObjectChecksums.Builder,
+                com.google.storage.v2.ObjectChecksumsOrBuilder>(
+                getObjectChecksums(), getParentForChildren(), isClean());
         objectChecksums_ = null;
       }
       return objectChecksumsBuilder_;
@@ -1025,8 +1140,13 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
 
     private com.google.storage.v2.ContentRange contentRange_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ContentRange, com.google.storage.v2.ContentRange.Builder, com.google.storage.v2.ContentRangeOrBuilder> contentRangeBuilder_;
+            com.google.storage.v2.ContentRange,
+            com.google.storage.v2.ContentRange.Builder,
+            com.google.storage.v2.ContentRangeOrBuilder>
+        contentRangeBuilder_;
     /**
+     *
+     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1034,12 +1154,15 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * 
* * .google.storage.v2.ContentRange content_range = 3; + * * @return Whether the contentRange field is set. */ public boolean hasContentRange() { return contentRangeBuilder_ != null || contentRange_ != null; } /** + * + * *
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1047,16 +1170,21 @@ public boolean hasContentRange() {
      * 
* * .google.storage.v2.ContentRange content_range = 3; + * * @return The contentRange. */ public com.google.storage.v2.ContentRange getContentRange() { if (contentRangeBuilder_ == null) { - return contentRange_ == null ? com.google.storage.v2.ContentRange.getDefaultInstance() : contentRange_; + return contentRange_ == null + ? com.google.storage.v2.ContentRange.getDefaultInstance() + : contentRange_; } else { return contentRangeBuilder_.getMessage(); } } /** + * + * *
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1079,6 +1207,8 @@ public Builder setContentRange(com.google.storage.v2.ContentRange value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1087,8 +1217,7 @@ public Builder setContentRange(com.google.storage.v2.ContentRange value) {
      *
      * .google.storage.v2.ContentRange content_range = 3;
      */
-    public Builder setContentRange(
-        com.google.storage.v2.ContentRange.Builder builderForValue) {
+    public Builder setContentRange(com.google.storage.v2.ContentRange.Builder builderForValue) {
       if (contentRangeBuilder_ == null) {
         contentRange_ = builderForValue.build();
         onChanged();
@@ -1099,6 +1228,8 @@ public Builder setContentRange(
       return this;
     }
     /**
+     *
+     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1111,7 +1242,9 @@ public Builder mergeContentRange(com.google.storage.v2.ContentRange value) {
       if (contentRangeBuilder_ == null) {
         if (contentRange_ != null) {
           contentRange_ =
-            com.google.storage.v2.ContentRange.newBuilder(contentRange_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.ContentRange.newBuilder(contentRange_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           contentRange_ = value;
         }
@@ -1123,6 +1256,8 @@ public Builder mergeContentRange(com.google.storage.v2.ContentRange value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1143,6 +1278,8 @@ public Builder clearContentRange() {
       return this;
     }
     /**
+     *
+     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1152,11 +1289,13 @@ public Builder clearContentRange() {
      * .google.storage.v2.ContentRange content_range = 3;
      */
     public com.google.storage.v2.ContentRange.Builder getContentRangeBuilder() {
-      
+
       onChanged();
       return getContentRangeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1169,11 +1308,14 @@ public com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder() {
       if (contentRangeBuilder_ != null) {
         return contentRangeBuilder_.getMessageOrBuilder();
       } else {
-        return contentRange_ == null ?
-            com.google.storage.v2.ContentRange.getDefaultInstance() : contentRange_;
+        return contentRange_ == null
+            ? com.google.storage.v2.ContentRange.getDefaultInstance()
+            : contentRange_;
       }
     }
     /**
+     *
+     *
      * 
      * If read_offset and or read_limit was specified on the
      * ReadObjectRequest, ContentRange will be populated on the first
@@ -1183,14 +1325,17 @@ public com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder() {
      * .google.storage.v2.ContentRange content_range = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ContentRange, com.google.storage.v2.ContentRange.Builder, com.google.storage.v2.ContentRangeOrBuilder> 
+            com.google.storage.v2.ContentRange,
+            com.google.storage.v2.ContentRange.Builder,
+            com.google.storage.v2.ContentRangeOrBuilder>
         getContentRangeFieldBuilder() {
       if (contentRangeBuilder_ == null) {
-        contentRangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ContentRange, com.google.storage.v2.ContentRange.Builder, com.google.storage.v2.ContentRangeOrBuilder>(
-                getContentRange(),
-                getParentForChildren(),
-                isClean());
+        contentRangeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.ContentRange,
+                com.google.storage.v2.ContentRange.Builder,
+                com.google.storage.v2.ContentRangeOrBuilder>(
+                getContentRange(), getParentForChildren(), isClean());
         contentRange_ = null;
       }
       return contentRangeBuilder_;
@@ -1198,26 +1343,35 @@ public com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder() {
 
     private com.google.storage.v2.Object metadata_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> metadataBuilder_;
+            com.google.storage.v2.Object,
+            com.google.storage.v2.Object.Builder,
+            com.google.storage.v2.ObjectOrBuilder>
+        metadataBuilder_;
     /**
+     *
+     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
      * 
* * .google.storage.v2.Object metadata = 4; + * * @return Whether the metadata field is set. */ public boolean hasMetadata() { return metadataBuilder_ != null || metadata_ != null; } /** + * + * *
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
      * 
* * .google.storage.v2.Object metadata = 4; + * * @return The metadata. */ public com.google.storage.v2.Object getMetadata() { @@ -1228,6 +1382,8 @@ public com.google.storage.v2.Object getMetadata() { } } /** + * + * *
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1249,6 +1405,8 @@ public Builder setMetadata(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1256,8 +1414,7 @@ public Builder setMetadata(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object metadata = 4;
      */
-    public Builder setMetadata(
-        com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setMetadata(com.google.storage.v2.Object.Builder builderForValue) {
       if (metadataBuilder_ == null) {
         metadata_ = builderForValue.build();
         onChanged();
@@ -1268,6 +1425,8 @@ public Builder setMetadata(
       return this;
     }
     /**
+     *
+     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1279,7 +1438,7 @@ public Builder mergeMetadata(com.google.storage.v2.Object value) {
       if (metadataBuilder_ == null) {
         if (metadata_ != null) {
           metadata_ =
-            com.google.storage.v2.Object.newBuilder(metadata_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Object.newBuilder(metadata_).mergeFrom(value).buildPartial();
         } else {
           metadata_ = value;
         }
@@ -1291,6 +1450,8 @@ public Builder mergeMetadata(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1310,6 +1471,8 @@ public Builder clearMetadata() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1318,11 +1481,13 @@ public Builder clearMetadata() {
      * .google.storage.v2.Object metadata = 4;
      */
     public com.google.storage.v2.Object.Builder getMetadataBuilder() {
-      
+
       onChanged();
       return getMetadataFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1334,11 +1499,12 @@ public com.google.storage.v2.ObjectOrBuilder getMetadataOrBuilder() {
       if (metadataBuilder_ != null) {
         return metadataBuilder_.getMessageOrBuilder();
       } else {
-        return metadata_ == null ?
-            com.google.storage.v2.Object.getDefaultInstance() : metadata_;
+        return metadata_ == null ? com.google.storage.v2.Object.getDefaultInstance() : metadata_;
       }
     }
     /**
+     *
+     *
      * 
      * Metadata of the object whose media is being returned.
      * Only populated in the first response in the stream.
@@ -1347,21 +1513,24 @@ public com.google.storage.v2.ObjectOrBuilder getMetadataOrBuilder() {
      * .google.storage.v2.Object metadata = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
+            com.google.storage.v2.Object,
+            com.google.storage.v2.Object.Builder,
+            com.google.storage.v2.ObjectOrBuilder>
         getMetadataFieldBuilder() {
       if (metadataBuilder_ == null) {
-        metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
-                getMetadata(),
-                getParentForChildren(),
-                isClean());
+        metadataBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Object,
+                com.google.storage.v2.Object.Builder,
+                com.google.storage.v2.ObjectOrBuilder>(
+                getMetadata(), getParentForChildren(), isClean());
         metadata_ = null;
       }
       return metadataBuilder_;
     }
+
     @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);
     }
 
@@ -1371,12 +1540,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.ReadObjectResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.ReadObjectResponse)
   private static final com.google.storage.v2.ReadObjectResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.ReadObjectResponse();
   }
@@ -1385,27 +1554,27 @@ public static com.google.storage.v2.ReadObjectResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public ReadObjectResponse 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 ReadObjectResponse 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;
@@ -1420,6 +1589,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.ReadObjectResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
similarity index 85%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
index 7a20c3d418..6fea82c9bf 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ReadObjectResponseOrBuilder.java
@@ -1,13 +1,31 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface ReadObjectResponseOrBuilder extends
+public interface ReadObjectResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.ReadObjectResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -16,10 +34,13 @@ public interface ReadObjectResponseOrBuilder extends
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; + * * @return Whether the checksummedData field is set. */ boolean hasChecksummedData(); /** + * + * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -28,10 +49,13 @@ public interface ReadObjectResponseOrBuilder extends
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 1; + * * @return The checksummedData. */ com.google.storage.v2.ChecksummedData getChecksummedData(); /** + * + * *
    * A portion of the data for the object. The service **may** leave `data`
    * empty for any given `ReadResponse`. This enables the service to inform the
@@ -44,6 +68,8 @@ public interface ReadObjectResponseOrBuilder extends
   com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilder();
 
   /**
+   *
+   *
    * 
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -51,10 +77,13 @@ public interface ReadObjectResponseOrBuilder extends
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; + * * @return Whether the objectChecksums field is set. */ boolean hasObjectChecksums(); /** + * + * *
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -62,10 +91,13 @@ public interface ReadObjectResponseOrBuilder extends
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 2; + * * @return The objectChecksums. */ com.google.storage.v2.ObjectChecksums getObjectChecksums(); /** + * + * *
    * The checksums of the complete object. The client should compute one of
    * these checksums over the downloaded object and compare it against the value
@@ -77,6 +109,8 @@ public interface ReadObjectResponseOrBuilder extends
   com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder();
 
   /**
+   *
+   *
    * 
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -84,10 +118,13 @@ public interface ReadObjectResponseOrBuilder extends
    * 
* * .google.storage.v2.ContentRange content_range = 3; + * * @return Whether the contentRange field is set. */ boolean hasContentRange(); /** + * + * *
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -95,10 +132,13 @@ public interface ReadObjectResponseOrBuilder extends
    * 
* * .google.storage.v2.ContentRange content_range = 3; + * * @return The contentRange. */ com.google.storage.v2.ContentRange getContentRange(); /** + * + * *
    * If read_offset and or read_limit was specified on the
    * ReadObjectRequest, ContentRange will be populated on the first
@@ -110,26 +150,34 @@ public interface ReadObjectResponseOrBuilder extends
   com.google.storage.v2.ContentRangeOrBuilder getContentRangeOrBuilder();
 
   /**
+   *
+   *
    * 
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
    * 
* * .google.storage.v2.Object metadata = 4; + * * @return Whether the metadata field is set. */ boolean hasMetadata(); /** + * + * *
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
    * 
* * .google.storage.v2.Object metadata = 4; + * * @return The metadata. */ com.google.storage.v2.Object getMetadata(); /** + * + * *
    * Metadata of the object whose media is being returned.
    * Only populated in the first response in the stream.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
similarity index 78%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
index 1987fbebe1..6d5c8b7c58 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Request message for RewriteObject.
  * If the source object is encrypted using a Customer-Supplied Encryption Key
@@ -17,15 +34,16 @@
  *
  * Protobuf type {@code google.storage.v2.RewriteObjectRequest}
  */
-public final class RewriteObjectRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RewriteObjectRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.RewriteObjectRequest)
     RewriteObjectRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RewriteObjectRequest.newBuilder() to construct.
   private RewriteObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RewriteObjectRequest() {
     destinationName_ = "";
     destinationBucket_ = "";
@@ -41,33 +59,36 @@ private RewriteObjectRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RewriteObjectRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.RewriteObjectRequest.class, com.google.storage.v2.RewriteObjectRequest.Builder.class);
+            com.google.storage.v2.RewriteObjectRequest.class,
+            com.google.storage.v2.RewriteObjectRequest.Builder.class);
   }
 
   private int bitField0_;
   public static final int DESTINATION_NAME_FIELD_NUMBER = 24;
   private volatile java.lang.Object destinationName_;
   /**
+   *
+   *
    * 
    * Required. Immutable. The name of the destination object.
    * See the
@@ -78,7 +99,10 @@ protected java.lang.Object newInstance(
    * (bucket, object, generation).
    * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The destinationName. */ @java.lang.Override @@ -87,14 +111,15 @@ public java.lang.String getDestinationName() { 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(); destinationName_ = s; return s; } } /** + * + * *
    * Required. Immutable. The name of the destination object.
    * See the
@@ -105,17 +130,18 @@ public java.lang.String getDestinationName() {
    * (bucket, object, generation).
    * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for destinationName. */ @java.lang.Override - public com.google.protobuf.ByteString - getDestinationNameBytes() { + public com.google.protobuf.ByteString getDestinationNameBytes() { java.lang.Object ref = destinationName_; 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); destinationName_ = b; return b; } else { @@ -126,12 +152,17 @@ public java.lang.String getDestinationName() { public static final int DESTINATION_BUCKET_FIELD_NUMBER = 25; private volatile java.lang.Object destinationBucket_; /** + * + * *
    * Required. Immutable. The name of the bucket containing the destination
    * object.
    * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The destinationBucket. */ @java.lang.Override @@ -140,30 +171,32 @@ public java.lang.String getDestinationBucket() { 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(); destinationBucket_ = s; return s; } } /** + * + * *
    * Required. Immutable. The name of the bucket containing the destination
    * object.
    * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for destinationBucket. */ @java.lang.Override - public com.google.protobuf.ByteString - getDestinationBucketBytes() { + public com.google.protobuf.ByteString getDestinationBucketBytes() { java.lang.Object ref = destinationBucket_; 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); destinationBucket_ = b; return b; } else { @@ -174,6 +207,8 @@ public java.lang.String getDestinationBucket() { public static final int DESTINATION_KMS_KEY_FIELD_NUMBER = 27; private volatile java.lang.Object destinationKmsKey_; /** + * + * *
    * The name of the Cloud KMS key that will be used to encrypt the destination
    * object. The Cloud KMS key must be located in same location as the object.
@@ -183,6 +218,7 @@ public java.lang.String getDestinationBucket() {
    * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @return The destinationKmsKey. */ @java.lang.Override @@ -191,14 +227,15 @@ public java.lang.String getDestinationKmsKey() { 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(); destinationKmsKey_ = s; return s; } } /** + * + * *
    * The name of the Cloud KMS key that will be used to encrypt the destination
    * object. The Cloud KMS key must be located in same location as the object.
@@ -208,16 +245,15 @@ public java.lang.String getDestinationKmsKey() {
    * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @return The bytes for destinationKmsKey. */ @java.lang.Override - public com.google.protobuf.ByteString - getDestinationKmsKeyBytes() { + public com.google.protobuf.ByteString getDestinationKmsKeyBytes() { java.lang.Object ref = destinationKmsKey_; 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); destinationKmsKey_ = b; return b; } else { @@ -228,6 +264,8 @@ public java.lang.String getDestinationKmsKey() { public static final int DESTINATION_FIELD_NUMBER = 1; private com.google.storage.v2.Object destination_; /** + * + * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -239,6 +277,7 @@ public java.lang.String getDestinationKmsKey() {
    * 
* * .google.storage.v2.Object destination = 1; + * * @return Whether the destination field is set. */ @java.lang.Override @@ -246,6 +285,8 @@ public boolean hasDestination() { return destination_ != null; } /** + * + * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -257,6 +298,7 @@ public boolean hasDestination() {
    * 
* * .google.storage.v2.Object destination = 1; + * * @return The destination. */ @java.lang.Override @@ -264,6 +306,8 @@ public com.google.storage.v2.Object getDestination() { return destination_ == null ? com.google.storage.v2.Object.getDefaultInstance() : destination_; } /** + * + * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -284,11 +328,14 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() {
   public static final int SOURCE_BUCKET_FIELD_NUMBER = 2;
   private volatile java.lang.Object sourceBucket_;
   /**
+   *
+   *
    * 
    * Required. Name of the bucket in which to find the source object.
    * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The sourceBucket. */ @java.lang.Override @@ -297,29 +344,29 @@ public java.lang.String getSourceBucket() { 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(); sourceBucket_ = s; return s; } } /** + * + * *
    * Required. Name of the bucket in which to find the source object.
    * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for sourceBucket. */ @java.lang.Override - public com.google.protobuf.ByteString - getSourceBucketBytes() { + public com.google.protobuf.ByteString getSourceBucketBytes() { java.lang.Object ref = sourceBucket_; 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); sourceBucket_ = b; return b; } else { @@ -330,11 +377,14 @@ public java.lang.String getSourceBucket() { public static final int SOURCE_OBJECT_FIELD_NUMBER = 3; private volatile java.lang.Object sourceObject_; /** + * + * *
    * Required. Name of the source object.
    * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The sourceObject. */ @java.lang.Override @@ -343,29 +393,29 @@ public java.lang.String getSourceObject() { 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(); sourceObject_ = s; return s; } } /** + * + * *
    * Required. Name of the source object.
    * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for sourceObject. */ @java.lang.Override - public com.google.protobuf.ByteString - getSourceObjectBytes() { + public com.google.protobuf.ByteString getSourceObjectBytes() { java.lang.Object ref = sourceObject_; 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); sourceObject_ = b; return b; } else { @@ -376,12 +426,15 @@ public java.lang.String getSourceObject() { public static final int SOURCE_GENERATION_FIELD_NUMBER = 4; private long sourceGeneration_; /** + * + * *
    * If present, selects a specific revision of the source object (as opposed to
    * the latest version, the default).
    * 
* * int64 source_generation = 4; + * * @return The sourceGeneration. */ @java.lang.Override @@ -392,6 +445,8 @@ public long getSourceGeneration() { public static final int REWRITE_TOKEN_FIELD_NUMBER = 5; private volatile java.lang.Object rewriteToken_; /** + * + * *
    * Include this field (from the previous rewrite response) on each rewrite
    * request after the first one, until the rewrite response 'done' flag is
@@ -401,6 +456,7 @@ public long getSourceGeneration() {
    * 
* * string rewrite_token = 5; + * * @return The rewriteToken. */ @java.lang.Override @@ -409,14 +465,15 @@ public java.lang.String getRewriteToken() { 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(); rewriteToken_ = s; return s; } } /** + * + * *
    * Include this field (from the previous rewrite response) on each rewrite
    * request after the first one, until the rewrite response 'done' flag is
@@ -426,16 +483,15 @@ public java.lang.String getRewriteToken() {
    * 
* * string rewrite_token = 5; + * * @return The bytes for rewriteToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getRewriteTokenBytes() { + public com.google.protobuf.ByteString getRewriteTokenBytes() { java.lang.Object ref = rewriteToken_; 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); rewriteToken_ = b; return b; } else { @@ -446,6 +502,8 @@ public java.lang.String getRewriteToken() { public static final int DESTINATION_PREDEFINED_ACL_FIELD_NUMBER = 28; private volatile java.lang.Object destinationPredefinedAcl_; /** + * + * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -453,6 +511,7 @@ public java.lang.String getRewriteToken() {
    * 
* * string destination_predefined_acl = 28; + * * @return The destinationPredefinedAcl. */ @java.lang.Override @@ -461,14 +520,15 @@ public java.lang.String getDestinationPredefinedAcl() { 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(); destinationPredefinedAcl_ = s; return s; } } /** + * + * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -476,16 +536,15 @@ public java.lang.String getDestinationPredefinedAcl() {
    * 
* * string destination_predefined_acl = 28; + * * @return The bytes for destinationPredefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString - getDestinationPredefinedAclBytes() { + public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { java.lang.Object ref = destinationPredefinedAcl_; 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); destinationPredefinedAcl_ = b; return b; } else { @@ -496,6 +555,8 @@ public java.lang.String getDestinationPredefinedAcl() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 7; private long ifGenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -503,6 +564,7 @@ public java.lang.String getDestinationPredefinedAcl() {
    * 
* * optional int64 if_generation_match = 7; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -510,6 +572,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -517,6 +581,7 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 7; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -527,6 +592,8 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 8; private long ifGenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -535,6 +602,7 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 8; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -542,6 +610,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -550,6 +620,7 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 8; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -560,12 +631,15 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 9; private long ifMetagenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 9; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -573,12 +647,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 9; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -589,12 +666,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 10; private long ifMetagenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 10; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -602,12 +682,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 10; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -618,12 +701,15 @@ public long getIfMetagenerationNotMatch() { public static final int IF_SOURCE_GENERATION_MATCH_FIELD_NUMBER = 11; private long ifSourceGenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the source object's live
    * generation matches the given value.
    * 
* * optional int64 if_source_generation_match = 11; + * * @return Whether the ifSourceGenerationMatch field is set. */ @java.lang.Override @@ -631,12 +717,15 @@ public boolean hasIfSourceGenerationMatch() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
    * Makes the operation conditional on whether the source object's live
    * generation matches the given value.
    * 
* * optional int64 if_source_generation_match = 11; + * * @return The ifSourceGenerationMatch. */ @java.lang.Override @@ -647,12 +736,15 @@ public long getIfSourceGenerationMatch() { public static final int IF_SOURCE_GENERATION_NOT_MATCH_FIELD_NUMBER = 12; private long ifSourceGenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the source object's live
    * generation does not match the given value.
    * 
* * optional int64 if_source_generation_not_match = 12; + * * @return Whether the ifSourceGenerationNotMatch field is set. */ @java.lang.Override @@ -660,12 +752,15 @@ public boolean hasIfSourceGenerationNotMatch() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
    * Makes the operation conditional on whether the source object's live
    * generation does not match the given value.
    * 
* * optional int64 if_source_generation_not_match = 12; + * * @return The ifSourceGenerationNotMatch. */ @java.lang.Override @@ -676,12 +771,15 @@ public long getIfSourceGenerationNotMatch() { public static final int IF_SOURCE_METAGENERATION_MATCH_FIELD_NUMBER = 13; private long ifSourceMetagenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the source object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_source_metageneration_match = 13; + * * @return Whether the ifSourceMetagenerationMatch field is set. */ @java.lang.Override @@ -689,12 +787,15 @@ public boolean hasIfSourceMetagenerationMatch() { return ((bitField0_ & 0x00000040) != 0); } /** + * + * *
    * Makes the operation conditional on whether the source object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_source_metageneration_match = 13; + * * @return The ifSourceMetagenerationMatch. */ @java.lang.Override @@ -705,12 +806,15 @@ public long getIfSourceMetagenerationMatch() { public static final int IF_SOURCE_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 14; private long ifSourceMetagenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the source object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_source_metageneration_not_match = 14; + * * @return Whether the ifSourceMetagenerationNotMatch field is set. */ @java.lang.Override @@ -718,12 +822,15 @@ public boolean hasIfSourceMetagenerationNotMatch() { return ((bitField0_ & 0x00000080) != 0); } /** + * + * *
    * Makes the operation conditional on whether the source object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_source_metageneration_not_match = 14; + * * @return The ifSourceMetagenerationNotMatch. */ @java.lang.Override @@ -734,6 +841,8 @@ public long getIfSourceMetagenerationNotMatch() { public static final int MAX_BYTES_REWRITTEN_PER_CALL_FIELD_NUMBER = 15; private long maxBytesRewrittenPerCall_; /** + * + * *
    * The maximum number of bytes that will be rewritten per rewrite request.
    * Most callers
@@ -746,6 +855,7 @@ public long getIfSourceMetagenerationNotMatch() {
    * 
* * int64 max_bytes_rewritten_per_call = 15; + * * @return The maxBytesRewrittenPerCall. */ @java.lang.Override @@ -756,12 +866,15 @@ public long getMaxBytesRewrittenPerCall() { public static final int COPY_SOURCE_ENCRYPTION_ALGORITHM_FIELD_NUMBER = 16; private volatile java.lang.Object copySourceEncryptionAlgorithm_; /** + * + * *
    * The algorithm used to encrypt the source object, if any. Used if the source
    * object was encrypted with a Customer-Supplied Encryption Key.
    * 
* * string copy_source_encryption_algorithm = 16; + * * @return The copySourceEncryptionAlgorithm. */ @java.lang.Override @@ -770,30 +883,30 @@ public java.lang.String getCopySourceEncryptionAlgorithm() { 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(); copySourceEncryptionAlgorithm_ = s; return s; } } /** + * + * *
    * The algorithm used to encrypt the source object, if any. Used if the source
    * object was encrypted with a Customer-Supplied Encryption Key.
    * 
* * string copy_source_encryption_algorithm = 16; + * * @return The bytes for copySourceEncryptionAlgorithm. */ @java.lang.Override - public com.google.protobuf.ByteString - getCopySourceEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes() { java.lang.Object ref = copySourceEncryptionAlgorithm_; 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); copySourceEncryptionAlgorithm_ = b; return b; } else { @@ -804,6 +917,8 @@ public java.lang.String getCopySourceEncryptionAlgorithm() { public static final int COPY_SOURCE_ENCRYPTION_KEY_BYTES_FIELD_NUMBER = 21; private com.google.protobuf.ByteString copySourceEncryptionKeyBytes_; /** + * + * *
    * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
    * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -811,6 +926,7 @@ public java.lang.String getCopySourceEncryptionAlgorithm() {
    * 
* * bytes copy_source_encryption_key_bytes = 21; + * * @return The copySourceEncryptionKeyBytes. */ @java.lang.Override @@ -821,6 +937,8 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes() { public static final int COPY_SOURCE_ENCRYPTION_KEY_SHA256_BYTES_FIELD_NUMBER = 22; private com.google.protobuf.ByteString copySourceEncryptionKeySha256Bytes_; /** + * + * *
    * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
    * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -828,6 +946,7 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes() {
    * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; + * * @return The copySourceEncryptionKeySha256Bytes. */ @java.lang.Override @@ -838,11 +957,14 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeySha256Bytes() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 19; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -850,18 +972,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -869,19 +998,23 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 29; private com.google.storage.v2.ObjectChecksums objectChecksums_; /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * destination object after rewriting.
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 29; + * * @return Whether the objectChecksums field is set. */ @java.lang.Override @@ -889,19 +1022,26 @@ public boolean hasObjectChecksums() { return objectChecksums_ != null; } /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * destination object after rewriting.
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 29; + * * @return The objectChecksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getObjectChecksums() { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * destination object after rewriting.
@@ -915,6 +1055,7 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -926,8 +1067,7 @@ 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 (destination_ != null) {
       output.writeMessage(1, getDestination());
     }
@@ -971,7 +1111,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
       output.writeInt64(15, maxBytesRewrittenPerCall_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(copySourceEncryptionAlgorithm_)) {
-      com.google.protobuf.GeneratedMessageV3.writeString(output, 16, copySourceEncryptionAlgorithm_);
+      com.google.protobuf.GeneratedMessageV3.writeString(
+          output, 16, copySourceEncryptionAlgorithm_);
     }
     if (commonObjectRequestParams_ != null) {
       output.writeMessage(19, getCommonObjectRequestParams());
@@ -1007,8 +1148,7 @@ public int getSerializedSize() {
 
     size = 0;
     if (destination_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getDestination());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getDestination());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sourceBucket_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, sourceBucket_);
@@ -1017,62 +1157,60 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, sourceObject_);
     }
     if (sourceGeneration_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(4, sourceGeneration_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, sourceGeneration_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rewriteToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, rewriteToken_);
     }
     if (((bitField0_ & 0x00000001) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(7, ifGenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, ifGenerationMatch_);
     }
     if (((bitField0_ & 0x00000002) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(8, ifGenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(8, ifGenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000004) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(9, ifMetagenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(9, ifMetagenerationMatch_);
     }
     if (((bitField0_ & 0x00000008) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(10, ifMetagenerationNotMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(10, ifMetagenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000010) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(11, ifSourceGenerationMatch_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(11, ifSourceGenerationMatch_);
     }
     if (((bitField0_ & 0x00000020) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(12, ifSourceGenerationNotMatch_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeInt64Size(12, ifSourceGenerationNotMatch_);
     }
     if (((bitField0_ & 0x00000040) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(13, ifSourceMetagenerationMatch_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeInt64Size(13, ifSourceMetagenerationMatch_);
     }
     if (((bitField0_ & 0x00000080) != 0)) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(14, ifSourceMetagenerationNotMatch_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeInt64Size(
+              14, ifSourceMetagenerationNotMatch_);
     }
     if (maxBytesRewrittenPerCall_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(15, maxBytesRewrittenPerCall_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(15, maxBytesRewrittenPerCall_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(copySourceEncryptionAlgorithm_)) {
-      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, copySourceEncryptionAlgorithm_);
+      size +=
+          com.google.protobuf.GeneratedMessageV3.computeStringSize(
+              16, copySourceEncryptionAlgorithm_);
     }
     if (commonObjectRequestParams_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(19, getCommonObjectRequestParams());
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              19, getCommonObjectRequestParams());
     }
     if (!copySourceEncryptionKeyBytes_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(21, copySourceEncryptionKeyBytes_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeBytesSize(21, copySourceEncryptionKeyBytes_);
     }
     if (!copySourceEncryptionKeySha256Bytes_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBytesSize(22, copySourceEncryptionKeySha256Bytes_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeBytesSize(
+              22, copySourceEncryptionKeySha256Bytes_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(destinationName_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, destinationName_);
@@ -1084,11 +1222,11 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, destinationKmsKey_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(destinationPredefinedAcl_)) {
-      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(28, destinationPredefinedAcl_);
+      size +=
+          com.google.protobuf.GeneratedMessageV3.computeStringSize(28, destinationPredefinedAcl_);
     }
     if (objectChecksums_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(29, getObjectChecksums());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(29, getObjectChecksums());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -1098,91 +1236,75 @@ 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.storage.v2.RewriteObjectRequest)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.RewriteObjectRequest other = (com.google.storage.v2.RewriteObjectRequest) obj;
+    com.google.storage.v2.RewriteObjectRequest other =
+        (com.google.storage.v2.RewriteObjectRequest) obj;
 
-    if (!getDestinationName()
-        .equals(other.getDestinationName())) return false;
-    if (!getDestinationBucket()
-        .equals(other.getDestinationBucket())) return false;
-    if (!getDestinationKmsKey()
-        .equals(other.getDestinationKmsKey())) return false;
+    if (!getDestinationName().equals(other.getDestinationName())) return false;
+    if (!getDestinationBucket().equals(other.getDestinationBucket())) return false;
+    if (!getDestinationKmsKey().equals(other.getDestinationKmsKey())) return false;
     if (hasDestination() != other.hasDestination()) return false;
     if (hasDestination()) {
-      if (!getDestination()
-          .equals(other.getDestination())) return false;
-    }
-    if (!getSourceBucket()
-        .equals(other.getSourceBucket())) return false;
-    if (!getSourceObject()
-        .equals(other.getSourceObject())) return false;
-    if (getSourceGeneration()
-        != other.getSourceGeneration()) return false;
-    if (!getRewriteToken()
-        .equals(other.getRewriteToken())) return false;
-    if (!getDestinationPredefinedAcl()
-        .equals(other.getDestinationPredefinedAcl())) return false;
+      if (!getDestination().equals(other.getDestination())) return false;
+    }
+    if (!getSourceBucket().equals(other.getSourceBucket())) return false;
+    if (!getSourceObject().equals(other.getSourceObject())) return false;
+    if (getSourceGeneration() != other.getSourceGeneration()) return false;
+    if (!getRewriteToken().equals(other.getRewriteToken())) return false;
+    if (!getDestinationPredefinedAcl().equals(other.getDestinationPredefinedAcl())) return false;
     if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false;
     if (hasIfGenerationMatch()) {
-      if (getIfGenerationMatch()
-          != other.getIfGenerationMatch()) return false;
+      if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false;
     }
     if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false;
     if (hasIfGenerationNotMatch()) {
-      if (getIfGenerationNotMatch()
-          != other.getIfGenerationNotMatch()) return false;
+      if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false;
     }
     if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false;
     if (hasIfMetagenerationMatch()) {
-      if (getIfMetagenerationMatch()
-          != other.getIfMetagenerationMatch()) return false;
+      if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false;
     }
     if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false;
     if (hasIfMetagenerationNotMatch()) {
-      if (getIfMetagenerationNotMatch()
-          != other.getIfMetagenerationNotMatch()) return false;
+      if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false;
     }
     if (hasIfSourceGenerationMatch() != other.hasIfSourceGenerationMatch()) return false;
     if (hasIfSourceGenerationMatch()) {
-      if (getIfSourceGenerationMatch()
-          != other.getIfSourceGenerationMatch()) return false;
+      if (getIfSourceGenerationMatch() != other.getIfSourceGenerationMatch()) return false;
     }
     if (hasIfSourceGenerationNotMatch() != other.hasIfSourceGenerationNotMatch()) return false;
     if (hasIfSourceGenerationNotMatch()) {
-      if (getIfSourceGenerationNotMatch()
-          != other.getIfSourceGenerationNotMatch()) return false;
+      if (getIfSourceGenerationNotMatch() != other.getIfSourceGenerationNotMatch()) return false;
     }
     if (hasIfSourceMetagenerationMatch() != other.hasIfSourceMetagenerationMatch()) return false;
     if (hasIfSourceMetagenerationMatch()) {
-      if (getIfSourceMetagenerationMatch()
-          != other.getIfSourceMetagenerationMatch()) return false;
+      if (getIfSourceMetagenerationMatch() != other.getIfSourceMetagenerationMatch()) return false;
     }
-    if (hasIfSourceMetagenerationNotMatch() != other.hasIfSourceMetagenerationNotMatch()) return false;
+    if (hasIfSourceMetagenerationNotMatch() != other.hasIfSourceMetagenerationNotMatch())
+      return false;
     if (hasIfSourceMetagenerationNotMatch()) {
-      if (getIfSourceMetagenerationNotMatch()
-          != other.getIfSourceMetagenerationNotMatch()) return false;
-    }
-    if (getMaxBytesRewrittenPerCall()
-        != other.getMaxBytesRewrittenPerCall()) return false;
-    if (!getCopySourceEncryptionAlgorithm()
-        .equals(other.getCopySourceEncryptionAlgorithm())) return false;
-    if (!getCopySourceEncryptionKeyBytes()
-        .equals(other.getCopySourceEncryptionKeyBytes())) return false;
+      if (getIfSourceMetagenerationNotMatch() != other.getIfSourceMetagenerationNotMatch())
+        return false;
+    }
+    if (getMaxBytesRewrittenPerCall() != other.getMaxBytesRewrittenPerCall()) return false;
+    if (!getCopySourceEncryptionAlgorithm().equals(other.getCopySourceEncryptionAlgorithm()))
+      return false;
+    if (!getCopySourceEncryptionKeyBytes().equals(other.getCopySourceEncryptionKeyBytes()))
+      return false;
     if (!getCopySourceEncryptionKeySha256Bytes()
         .equals(other.getCopySourceEncryptionKeySha256Bytes())) return false;
     if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false;
     if (hasCommonObjectRequestParams()) {
-      if (!getCommonObjectRequestParams()
-          .equals(other.getCommonObjectRequestParams())) return false;
+      if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams()))
+        return false;
     }
     if (hasObjectChecksums() != other.hasObjectChecksums()) return false;
     if (hasObjectChecksums()) {
-      if (!getObjectChecksums()
-          .equals(other.getObjectChecksums())) return false;
+      if (!getObjectChecksums().equals(other.getObjectChecksums())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -1210,55 +1332,46 @@ public int hashCode() {
     hash = (37 * hash) + SOURCE_OBJECT_FIELD_NUMBER;
     hash = (53 * hash) + getSourceObject().hashCode();
     hash = (37 * hash) + SOURCE_GENERATION_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getSourceGeneration());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getSourceGeneration());
     hash = (37 * hash) + REWRITE_TOKEN_FIELD_NUMBER;
     hash = (53 * hash) + getRewriteToken().hashCode();
     hash = (37 * hash) + DESTINATION_PREDEFINED_ACL_FIELD_NUMBER;
     hash = (53 * hash) + getDestinationPredefinedAcl().hashCode();
     if (hasIfGenerationMatch()) {
       hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfGenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch());
     }
     if (hasIfGenerationNotMatch()) {
       hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfGenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch());
     }
     if (hasIfMetagenerationMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch());
     }
     if (hasIfMetagenerationNotMatch()) {
       hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfMetagenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch());
     }
     if (hasIfSourceGenerationMatch()) {
       hash = (37 * hash) + IF_SOURCE_GENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfSourceGenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfSourceGenerationMatch());
     }
     if (hasIfSourceGenerationNotMatch()) {
       hash = (37 * hash) + IF_SOURCE_GENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfSourceGenerationNotMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfSourceGenerationNotMatch());
     }
     if (hasIfSourceMetagenerationMatch()) {
       hash = (37 * hash) + IF_SOURCE_METAGENERATION_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfSourceMetagenerationMatch());
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfSourceMetagenerationMatch());
     }
     if (hasIfSourceMetagenerationNotMatch()) {
       hash = (37 * hash) + IF_SOURCE_METAGENERATION_NOT_MATCH_FIELD_NUMBER;
-      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-          getIfSourceMetagenerationNotMatch());
+      hash =
+          (53 * hash) + com.google.protobuf.Internal.hashLong(getIfSourceMetagenerationNotMatch());
     }
     hash = (37 * hash) + MAX_BYTES_REWRITTEN_PER_CALL_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getMaxBytesRewrittenPerCall());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMaxBytesRewrittenPerCall());
     hash = (37 * hash) + COPY_SOURCE_ENCRYPTION_ALGORITHM_FIELD_NUMBER;
     hash = (53 * hash) + getCopySourceEncryptionAlgorithm().hashCode();
     hash = (37 * hash) + COPY_SOURCE_ENCRYPTION_KEY_BYTES_FIELD_NUMBER;
@@ -1278,97 +1391,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.RewriteObjectRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.RewriteObjectRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.RewriteObjectRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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.storage.v2.RewriteObjectRequest 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 message for RewriteObject.
    * If the source object is encrypted using a Customer-Supplied Encryption Key
@@ -1382,33 +1502,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.storage.v2.RewriteObjectRequest}
    */
-  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.storage.v2.RewriteObjectRequest)
       com.google.storage.v2.RewriteObjectRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.RewriteObjectRequest.class, com.google.storage.v2.RewriteObjectRequest.Builder.class);
+              com.google.storage.v2.RewriteObjectRequest.class,
+              com.google.storage.v2.RewriteObjectRequest.Builder.class);
     }
 
     // Construct using com.google.storage.v2.RewriteObjectRequest.newBuilder()
-    private Builder() {
+    private Builder() {}
 
-    }
-
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1474,9 +1593,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_RewriteObjectRequest_descriptor;
     }
 
     @java.lang.Override
@@ -1495,7 +1614,8 @@ public com.google.storage.v2.RewriteObjectRequest build() {
 
     @java.lang.Override
     public com.google.storage.v2.RewriteObjectRequest buildPartial() {
-      com.google.storage.v2.RewriteObjectRequest result = new com.google.storage.v2.RewriteObjectRequest(this);
+      com.google.storage.v2.RewriteObjectRequest result =
+          new com.google.storage.v2.RewriteObjectRequest(this);
       int from_bitField0_ = bitField0_;
       int to_bitField0_ = 0;
       result.destinationName_ = destinationName_;
@@ -1566,38 +1686,39 @@ public com.google.storage.v2.RewriteObjectRequest 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) {
+        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.storage.v2.RewriteObjectRequest) {
-        return mergeFrom((com.google.storage.v2.RewriteObjectRequest)other);
+        return mergeFrom((com.google.storage.v2.RewriteObjectRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1709,133 +1830,152 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getDestinationFieldBuilder().getBuilder(),
-                  extensionRegistry);
+            case 10:
+              {
+                input.readMessage(getDestinationFieldBuilder().getBuilder(), extensionRegistry);
 
-              break;
-            } // case 10
-            case 18: {
-              sourceBucket_ = input.readStringRequireUtf8();
+                break;
+              } // case 10
+            case 18:
+              {
+                sourceBucket_ = input.readStringRequireUtf8();
 
-              break;
-            } // case 18
-            case 26: {
-              sourceObject_ = input.readStringRequireUtf8();
+                break;
+              } // case 18
+            case 26:
+              {
+                sourceObject_ = input.readStringRequireUtf8();
 
-              break;
-            } // case 26
-            case 32: {
-              sourceGeneration_ = input.readInt64();
+                break;
+              } // case 26
+            case 32:
+              {
+                sourceGeneration_ = input.readInt64();
 
-              break;
-            } // case 32
-            case 42: {
-              rewriteToken_ = input.readStringRequireUtf8();
+                break;
+              } // case 32
+            case 42:
+              {
+                rewriteToken_ = input.readStringRequireUtf8();
 
-              break;
-            } // case 42
-            case 56: {
-              ifGenerationMatch_ = input.readInt64();
-              bitField0_ |= 0x00000001;
-              break;
-            } // case 56
-            case 64: {
-              ifGenerationNotMatch_ = input.readInt64();
-              bitField0_ |= 0x00000002;
-              break;
-            } // case 64
-            case 72: {
-              ifMetagenerationMatch_ = input.readInt64();
-              bitField0_ |= 0x00000004;
-              break;
-            } // case 72
-            case 80: {
-              ifMetagenerationNotMatch_ = input.readInt64();
-              bitField0_ |= 0x00000008;
-              break;
-            } // case 80
-            case 88: {
-              ifSourceGenerationMatch_ = input.readInt64();
-              bitField0_ |= 0x00000010;
-              break;
-            } // case 88
-            case 96: {
-              ifSourceGenerationNotMatch_ = input.readInt64();
-              bitField0_ |= 0x00000020;
-              break;
-            } // case 96
-            case 104: {
-              ifSourceMetagenerationMatch_ = input.readInt64();
-              bitField0_ |= 0x00000040;
-              break;
-            } // case 104
-            case 112: {
-              ifSourceMetagenerationNotMatch_ = input.readInt64();
-              bitField0_ |= 0x00000080;
-              break;
-            } // case 112
-            case 120: {
-              maxBytesRewrittenPerCall_ = input.readInt64();
+                break;
+              } // case 42
+            case 56:
+              {
+                ifGenerationMatch_ = input.readInt64();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 56
+            case 64:
+              {
+                ifGenerationNotMatch_ = input.readInt64();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 64
+            case 72:
+              {
+                ifMetagenerationMatch_ = input.readInt64();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 72
+            case 80:
+              {
+                ifMetagenerationNotMatch_ = input.readInt64();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 80
+            case 88:
+              {
+                ifSourceGenerationMatch_ = input.readInt64();
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 88
+            case 96:
+              {
+                ifSourceGenerationNotMatch_ = input.readInt64();
+                bitField0_ |= 0x00000020;
+                break;
+              } // case 96
+            case 104:
+              {
+                ifSourceMetagenerationMatch_ = input.readInt64();
+                bitField0_ |= 0x00000040;
+                break;
+              } // case 104
+            case 112:
+              {
+                ifSourceMetagenerationNotMatch_ = input.readInt64();
+                bitField0_ |= 0x00000080;
+                break;
+              } // case 112
+            case 120:
+              {
+                maxBytesRewrittenPerCall_ = input.readInt64();
 
-              break;
-            } // case 120
-            case 130: {
-              copySourceEncryptionAlgorithm_ = input.readStringRequireUtf8();
+                break;
+              } // case 120
+            case 130:
+              {
+                copySourceEncryptionAlgorithm_ = input.readStringRequireUtf8();
 
-              break;
-            } // case 130
-            case 154: {
-              input.readMessage(
-                  getCommonObjectRequestParamsFieldBuilder().getBuilder(),
-                  extensionRegistry);
+                break;
+              } // case 130
+            case 154:
+              {
+                input.readMessage(
+                    getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry);
 
-              break;
-            } // case 154
-            case 170: {
-              copySourceEncryptionKeyBytes_ = input.readBytes();
+                break;
+              } // case 154
+            case 170:
+              {
+                copySourceEncryptionKeyBytes_ = input.readBytes();
 
-              break;
-            } // case 170
-            case 178: {
-              copySourceEncryptionKeySha256Bytes_ = input.readBytes();
+                break;
+              } // case 170
+            case 178:
+              {
+                copySourceEncryptionKeySha256Bytes_ = input.readBytes();
 
-              break;
-            } // case 178
-            case 194: {
-              destinationName_ = input.readStringRequireUtf8();
+                break;
+              } // case 178
+            case 194:
+              {
+                destinationName_ = input.readStringRequireUtf8();
 
-              break;
-            } // case 194
-            case 202: {
-              destinationBucket_ = input.readStringRequireUtf8();
+                break;
+              } // case 194
+            case 202:
+              {
+                destinationBucket_ = input.readStringRequireUtf8();
 
-              break;
-            } // case 202
-            case 218: {
-              destinationKmsKey_ = input.readStringRequireUtf8();
+                break;
+              } // case 202
+            case 218:
+              {
+                destinationKmsKey_ = input.readStringRequireUtf8();
 
-              break;
-            } // case 218
-            case 226: {
-              destinationPredefinedAcl_ = input.readStringRequireUtf8();
+                break;
+              } // case 218
+            case 226:
+              {
+                destinationPredefinedAcl_ = input.readStringRequireUtf8();
 
-              break;
-            } // case 226
-            case 234: {
-              input.readMessage(
-                  getObjectChecksumsFieldBuilder().getBuilder(),
-                  extensionRegistry);
+                break;
+              } // case 226
+            case 234:
+              {
+                input.readMessage(getObjectChecksumsFieldBuilder().getBuilder(), extensionRegistry);
 
-              break;
-            } // case 234
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+                break;
+              } // case 234
+            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) {
@@ -1845,10 +1985,13 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object destinationName_ = "";
     /**
+     *
+     *
      * 
      * Required. Immutable. The name of the destination object.
      * See the
@@ -1859,14 +2002,16 @@ public Builder mergeFrom(
      * (bucket, object, generation).
      * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The destinationName. */ public java.lang.String getDestinationName() { java.lang.Object ref = destinationName_; 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(); destinationName_ = s; return s; @@ -1875,6 +2020,8 @@ public java.lang.String getDestinationName() { } } /** + * + * *
      * Required. Immutable. The name of the destination object.
      * See the
@@ -1885,16 +2032,17 @@ public java.lang.String getDestinationName() {
      * (bucket, object, generation).
      * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for destinationName. */ - public com.google.protobuf.ByteString - getDestinationNameBytes() { + public com.google.protobuf.ByteString getDestinationNameBytes() { java.lang.Object ref = destinationName_; 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); destinationName_ = b; return b; } else { @@ -1902,6 +2050,8 @@ public java.lang.String getDestinationName() { } } /** + * + * *
      * Required. Immutable. The name of the destination object.
      * See the
@@ -1912,21 +2062,25 @@ public java.lang.String getDestinationName() {
      * (bucket, object, generation).
      * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @param value The destinationName to set. * @return This builder for chaining. */ - public Builder setDestinationName( - java.lang.String value) { + public Builder setDestinationName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationName_ = value; onChanged(); return this; } /** + * + * *
      * Required. Immutable. The name of the destination object.
      * See the
@@ -1937,16 +2091,21 @@ public Builder setDestinationName(
      * (bucket, object, generation).
      * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return This builder for chaining. */ public Builder clearDestinationName() { - + destinationName_ = getDefaultInstance().getDestinationName(); onChanged(); return this; } /** + * + * *
      * Required. Immutable. The name of the destination object.
      * See the
@@ -1957,17 +2116,19 @@ public Builder clearDestinationName() {
      * (bucket, object, generation).
      * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @param value The bytes for destinationName to set. * @return This builder for chaining. */ - public Builder setDestinationNameBytes( - com.google.protobuf.ByteString value) { + public Builder setDestinationNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationName_ = value; onChanged(); return this; @@ -1975,19 +2136,23 @@ public Builder setDestinationNameBytes( private java.lang.Object destinationBucket_ = ""; /** + * + * *
      * Required. Immutable. The name of the bucket containing the destination
      * object.
      * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The destinationBucket. */ public java.lang.String getDestinationBucket() { java.lang.Object ref = destinationBucket_; 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(); destinationBucket_ = s; return s; @@ -1996,21 +2161,24 @@ public java.lang.String getDestinationBucket() { } } /** + * + * *
      * Required. Immutable. The name of the bucket containing the destination
      * object.
      * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for destinationBucket. */ - public com.google.protobuf.ByteString - getDestinationBucketBytes() { + public com.google.protobuf.ByteString getDestinationBucketBytes() { java.lang.Object ref = destinationBucket_; 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); destinationBucket_ = b; return b; } else { @@ -2018,57 +2186,70 @@ public java.lang.String getDestinationBucket() { } } /** + * + * *
      * Required. Immutable. The name of the bucket containing the destination
      * object.
      * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @param value The destinationBucket to set. * @return This builder for chaining. */ - public Builder setDestinationBucket( - java.lang.String value) { + public Builder setDestinationBucket(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationBucket_ = value; onChanged(); return this; } /** + * + * *
      * Required. Immutable. The name of the bucket containing the destination
      * object.
      * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearDestinationBucket() { - + destinationBucket_ = getDefaultInstance().getDestinationBucket(); onChanged(); return this; } /** + * + * *
      * Required. Immutable. The name of the bucket containing the destination
      * object.
      * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for destinationBucket to set. * @return This builder for chaining. */ - public Builder setDestinationBucketBytes( - com.google.protobuf.ByteString value) { + public Builder setDestinationBucketBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationBucket_ = value; onChanged(); return this; @@ -2076,6 +2257,8 @@ public Builder setDestinationBucketBytes( private java.lang.Object destinationKmsKey_ = ""; /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2085,13 +2268,13 @@ public Builder setDestinationBucketBytes(
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @return The destinationKmsKey. */ public java.lang.String getDestinationKmsKey() { java.lang.Object ref = destinationKmsKey_; 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(); destinationKmsKey_ = s; return s; @@ -2100,6 +2283,8 @@ public java.lang.String getDestinationKmsKey() { } } /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2109,15 +2294,14 @@ public java.lang.String getDestinationKmsKey() {
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @return The bytes for destinationKmsKey. */ - public com.google.protobuf.ByteString - getDestinationKmsKeyBytes() { + public com.google.protobuf.ByteString getDestinationKmsKeyBytes() { java.lang.Object ref = destinationKmsKey_; 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); destinationKmsKey_ = b; return b; } else { @@ -2125,6 +2309,8 @@ public java.lang.String getDestinationKmsKey() { } } /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2134,20 +2320,22 @@ public java.lang.String getDestinationKmsKey() {
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @param value The destinationKmsKey to set. * @return This builder for chaining. */ - public Builder setDestinationKmsKey( - java.lang.String value) { + public Builder setDestinationKmsKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationKmsKey_ = value; onChanged(); return this; } /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2157,15 +2345,18 @@ public Builder setDestinationKmsKey(
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @return This builder for chaining. */ public Builder clearDestinationKmsKey() { - + destinationKmsKey_ = getDefaultInstance().getDestinationKmsKey(); onChanged(); return this; } /** + * + * *
      * The name of the Cloud KMS key that will be used to encrypt the destination
      * object. The Cloud KMS key must be located in same location as the object.
@@ -2175,16 +2366,16 @@ public Builder clearDestinationKmsKey() {
      * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @param value The bytes for destinationKmsKey to set. * @return This builder for chaining. */ - public Builder setDestinationKmsKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setDestinationKmsKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationKmsKey_ = value; onChanged(); return this; @@ -2192,8 +2383,13 @@ public Builder setDestinationKmsKeyBytes( private com.google.storage.v2.Object destination_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> destinationBuilder_; + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> + destinationBuilder_; /** + * + * *
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2205,12 +2401,15 @@ public Builder setDestinationKmsKeyBytes(
      * 
* * .google.storage.v2.Object destination = 1; + * * @return Whether the destination field is set. */ public boolean hasDestination() { return destinationBuilder_ != null || destination_ != null; } /** + * + * *
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2222,16 +2421,21 @@ public boolean hasDestination() {
      * 
* * .google.storage.v2.Object destination = 1; + * * @return The destination. */ public com.google.storage.v2.Object getDestination() { if (destinationBuilder_ == null) { - return destination_ == null ? com.google.storage.v2.Object.getDefaultInstance() : destination_; + return destination_ == null + ? com.google.storage.v2.Object.getDefaultInstance() + : destination_; } else { return destinationBuilder_.getMessage(); } } /** + * + * *
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2258,6 +2462,8 @@ public Builder setDestination(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2270,8 +2476,7 @@ public Builder setDestination(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object destination = 1;
      */
-    public Builder setDestination(
-        com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setDestination(com.google.storage.v2.Object.Builder builderForValue) {
       if (destinationBuilder_ == null) {
         destination_ = builderForValue.build();
         onChanged();
@@ -2282,6 +2487,8 @@ public Builder setDestination(
       return this;
     }
     /**
+     *
+     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2298,7 +2505,7 @@ public Builder mergeDestination(com.google.storage.v2.Object value) {
       if (destinationBuilder_ == null) {
         if (destination_ != null) {
           destination_ =
-            com.google.storage.v2.Object.newBuilder(destination_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Object.newBuilder(destination_).mergeFrom(value).buildPartial();
         } else {
           destination_ = value;
         }
@@ -2310,6 +2517,8 @@ public Builder mergeDestination(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2334,6 +2543,8 @@ public Builder clearDestination() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2347,11 +2558,13 @@ public Builder clearDestination() {
      * .google.storage.v2.Object destination = 1;
      */
     public com.google.storage.v2.Object.Builder getDestinationBuilder() {
-      
+
       onChanged();
       return getDestinationFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2368,11 +2581,14 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() {
       if (destinationBuilder_ != null) {
         return destinationBuilder_.getMessageOrBuilder();
       } else {
-        return destination_ == null ?
-            com.google.storage.v2.Object.getDefaultInstance() : destination_;
+        return destination_ == null
+            ? com.google.storage.v2.Object.getDefaultInstance()
+            : destination_;
       }
     }
     /**
+     *
+     *
      * 
      * Properties of the destination, post-rewrite object.
      * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -2386,14 +2602,17 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() {
      * .google.storage.v2.Object destination = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
+            com.google.storage.v2.Object,
+            com.google.storage.v2.Object.Builder,
+            com.google.storage.v2.ObjectOrBuilder>
         getDestinationFieldBuilder() {
       if (destinationBuilder_ == null) {
-        destinationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
-                getDestination(),
-                getParentForChildren(),
-                isClean());
+        destinationBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Object,
+                com.google.storage.v2.Object.Builder,
+                com.google.storage.v2.ObjectOrBuilder>(
+                getDestination(), getParentForChildren(), isClean());
         destination_ = null;
       }
       return destinationBuilder_;
@@ -2401,18 +2620,20 @@ public com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder() {
 
     private java.lang.Object sourceBucket_ = "";
     /**
+     *
+     *
      * 
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The sourceBucket. */ public java.lang.String getSourceBucket() { java.lang.Object ref = sourceBucket_; 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(); sourceBucket_ = s; return s; @@ -2421,20 +2642,21 @@ public java.lang.String getSourceBucket() { } } /** + * + * *
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for sourceBucket. */ - public com.google.protobuf.ByteString - getSourceBucketBytes() { + public com.google.protobuf.ByteString getSourceBucketBytes() { java.lang.Object ref = sourceBucket_; 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); sourceBucket_ = b; return b; } else { @@ -2442,54 +2664,61 @@ public java.lang.String getSourceBucket() { } } /** + * + * *
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The sourceBucket to set. * @return This builder for chaining. */ - public Builder setSourceBucket( - java.lang.String value) { + public Builder setSourceBucket(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sourceBucket_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearSourceBucket() { - + sourceBucket_ = getDefaultInstance().getSourceBucket(); onChanged(); return this; } /** + * + * *
      * Required. Name of the bucket in which to find the source object.
      * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for sourceBucket to set. * @return This builder for chaining. */ - public Builder setSourceBucketBytes( - com.google.protobuf.ByteString value) { + public Builder setSourceBucketBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sourceBucket_ = value; onChanged(); return this; @@ -2497,18 +2726,20 @@ public Builder setSourceBucketBytes( private java.lang.Object sourceObject_ = ""; /** + * + * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The sourceObject. */ public java.lang.String getSourceObject() { java.lang.Object ref = sourceObject_; 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(); sourceObject_ = s; return s; @@ -2517,20 +2748,21 @@ public java.lang.String getSourceObject() { } } /** + * + * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for sourceObject. */ - public com.google.protobuf.ByteString - getSourceObjectBytes() { + public com.google.protobuf.ByteString getSourceObjectBytes() { java.lang.Object ref = sourceObject_; 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); sourceObject_ = b; return b; } else { @@ -2538,67 +2770,77 @@ public java.lang.String getSourceObject() { } } /** + * + * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The sourceObject to set. * @return This builder for chaining. */ - public Builder setSourceObject( - java.lang.String value) { + public Builder setSourceObject(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sourceObject_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearSourceObject() { - + sourceObject_ = getDefaultInstance().getSourceObject(); onChanged(); return this; } /** + * + * *
      * Required. Name of the source object.
      * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The bytes for sourceObject to set. * @return This builder for chaining. */ - public Builder setSourceObjectBytes( - com.google.protobuf.ByteString value) { + public Builder setSourceObjectBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sourceObject_ = value; onChanged(); return this; } - private long sourceGeneration_ ; + private long sourceGeneration_; /** + * + * *
      * If present, selects a specific revision of the source object (as opposed to
      * the latest version, the default).
      * 
* * int64 source_generation = 4; + * * @return The sourceGeneration. */ @java.lang.Override @@ -2606,32 +2848,38 @@ public long getSourceGeneration() { return sourceGeneration_; } /** + * + * *
      * If present, selects a specific revision of the source object (as opposed to
      * the latest version, the default).
      * 
* * int64 source_generation = 4; + * * @param value The sourceGeneration to set. * @return This builder for chaining. */ public Builder setSourceGeneration(long value) { - + sourceGeneration_ = value; onChanged(); return this; } /** + * + * *
      * If present, selects a specific revision of the source object (as opposed to
      * the latest version, the default).
      * 
* * int64 source_generation = 4; + * * @return This builder for chaining. */ public Builder clearSourceGeneration() { - + sourceGeneration_ = 0L; onChanged(); return this; @@ -2639,6 +2887,8 @@ public Builder clearSourceGeneration() { private java.lang.Object rewriteToken_ = ""; /** + * + * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2648,13 +2898,13 @@ public Builder clearSourceGeneration() {
      * 
* * string rewrite_token = 5; + * * @return The rewriteToken. */ public java.lang.String getRewriteToken() { java.lang.Object ref = rewriteToken_; 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(); rewriteToken_ = s; return s; @@ -2663,6 +2913,8 @@ public java.lang.String getRewriteToken() { } } /** + * + * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2672,15 +2924,14 @@ public java.lang.String getRewriteToken() {
      * 
* * string rewrite_token = 5; + * * @return The bytes for rewriteToken. */ - public com.google.protobuf.ByteString - getRewriteTokenBytes() { + public com.google.protobuf.ByteString getRewriteTokenBytes() { java.lang.Object ref = rewriteToken_; 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); rewriteToken_ = b; return b; } else { @@ -2688,6 +2939,8 @@ public java.lang.String getRewriteToken() { } } /** + * + * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2697,20 +2950,22 @@ public java.lang.String getRewriteToken() {
      * 
* * string rewrite_token = 5; + * * @param value The rewriteToken to set. * @return This builder for chaining. */ - public Builder setRewriteToken( - java.lang.String value) { + public Builder setRewriteToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + rewriteToken_ = value; onChanged(); return this; } /** + * + * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2720,15 +2975,18 @@ public Builder setRewriteToken(
      * 
* * string rewrite_token = 5; + * * @return This builder for chaining. */ public Builder clearRewriteToken() { - + rewriteToken_ = getDefaultInstance().getRewriteToken(); onChanged(); return this; } /** + * + * *
      * Include this field (from the previous rewrite response) on each rewrite
      * request after the first one, until the rewrite response 'done' flag is
@@ -2738,16 +2996,16 @@ public Builder clearRewriteToken() {
      * 
* * string rewrite_token = 5; + * * @param value The bytes for rewriteToken to set. * @return This builder for chaining. */ - public Builder setRewriteTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setRewriteTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + rewriteToken_ = value; onChanged(); return this; @@ -2755,6 +3013,8 @@ public Builder setRewriteTokenBytes( private java.lang.Object destinationPredefinedAcl_ = ""; /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2762,13 +3022,13 @@ public Builder setRewriteTokenBytes(
      * 
* * string destination_predefined_acl = 28; + * * @return The destinationPredefinedAcl. */ public java.lang.String getDestinationPredefinedAcl() { java.lang.Object ref = destinationPredefinedAcl_; 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(); destinationPredefinedAcl_ = s; return s; @@ -2777,6 +3037,8 @@ public java.lang.String getDestinationPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2784,15 +3046,14 @@ public java.lang.String getDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 28; + * * @return The bytes for destinationPredefinedAcl. */ - public com.google.protobuf.ByteString - getDestinationPredefinedAclBytes() { + public com.google.protobuf.ByteString getDestinationPredefinedAclBytes() { java.lang.Object ref = destinationPredefinedAcl_; 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); destinationPredefinedAcl_ = b; return b; } else { @@ -2800,6 +3061,8 @@ public java.lang.String getDestinationPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2807,20 +3070,22 @@ public java.lang.String getDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 28; + * * @param value The destinationPredefinedAcl to set. * @return This builder for chaining. */ - public Builder setDestinationPredefinedAcl( - java.lang.String value) { + public Builder setDestinationPredefinedAcl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + destinationPredefinedAcl_ = value; onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2828,15 +3093,18 @@ public Builder setDestinationPredefinedAcl(
      * 
* * string destination_predefined_acl = 28; + * * @return This builder for chaining. */ public Builder clearDestinationPredefinedAcl() { - + destinationPredefinedAcl_ = getDefaultInstance().getDestinationPredefinedAcl(); onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to the destination object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -2844,23 +3112,25 @@ public Builder clearDestinationPredefinedAcl() {
      * 
* * string destination_predefined_acl = 28; + * * @param value The bytes for destinationPredefinedAcl to set. * @return This builder for chaining. */ - public Builder setDestinationPredefinedAclBytes( - com.google.protobuf.ByteString value) { + public Builder setDestinationPredefinedAclBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + destinationPredefinedAcl_ = value; onChanged(); return this; } - private long ifGenerationMatch_ ; + private long ifGenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -2868,6 +3138,7 @@ public Builder setDestinationPredefinedAclBytes(
      * 
* * optional int64 if_generation_match = 7; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -2875,6 +3146,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -2882,6 +3155,7 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 7; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -2889,6 +3163,8 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -2896,6 +3172,7 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 7; + * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -2906,6 +3183,8 @@ public Builder setIfGenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -2913,6 +3192,7 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 7; + * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -2922,8 +3202,10 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_ ; + private long ifGenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -2932,6 +3214,7 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 8; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -2939,6 +3222,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -2947,6 +3232,7 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 8; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -2954,6 +3240,8 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -2962,6 +3250,7 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 8; + * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -2972,6 +3261,8 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -2980,6 +3271,7 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 8; + * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -2989,14 +3281,17 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 9; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -3004,12 +3299,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 9; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -3017,12 +3315,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 9; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -3033,12 +3334,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 9; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -3048,14 +3352,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 10; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -3063,12 +3370,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 10; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -3076,12 +3386,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 10; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -3092,12 +3405,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the destination object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 10; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -3107,14 +3423,17 @@ public Builder clearIfMetagenerationNotMatch() { return this; } - private long ifSourceGenerationMatch_ ; + private long ifSourceGenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the source object's live
      * generation matches the given value.
      * 
* * optional int64 if_source_generation_match = 11; + * * @return Whether the ifSourceGenerationMatch field is set. */ @java.lang.Override @@ -3122,12 +3441,15 @@ public boolean hasIfSourceGenerationMatch() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * Makes the operation conditional on whether the source object's live
      * generation matches the given value.
      * 
* * optional int64 if_source_generation_match = 11; + * * @return The ifSourceGenerationMatch. */ @java.lang.Override @@ -3135,12 +3457,15 @@ public long getIfSourceGenerationMatch() { return ifSourceGenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the source object's live
      * generation matches the given value.
      * 
* * optional int64 if_source_generation_match = 11; + * * @param value The ifSourceGenerationMatch to set. * @return This builder for chaining. */ @@ -3151,12 +3476,15 @@ public Builder setIfSourceGenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the source object's live
      * generation matches the given value.
      * 
* * optional int64 if_source_generation_match = 11; + * * @return This builder for chaining. */ public Builder clearIfSourceGenerationMatch() { @@ -3166,14 +3494,17 @@ public Builder clearIfSourceGenerationMatch() { return this; } - private long ifSourceGenerationNotMatch_ ; + private long ifSourceGenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the source object's live
      * generation does not match the given value.
      * 
* * optional int64 if_source_generation_not_match = 12; + * * @return Whether the ifSourceGenerationNotMatch field is set. */ @java.lang.Override @@ -3181,12 +3512,15 @@ public boolean hasIfSourceGenerationNotMatch() { return ((bitField0_ & 0x00000020) != 0); } /** + * + * *
      * Makes the operation conditional on whether the source object's live
      * generation does not match the given value.
      * 
* * optional int64 if_source_generation_not_match = 12; + * * @return The ifSourceGenerationNotMatch. */ @java.lang.Override @@ -3194,12 +3528,15 @@ public long getIfSourceGenerationNotMatch() { return ifSourceGenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the source object's live
      * generation does not match the given value.
      * 
* * optional int64 if_source_generation_not_match = 12; + * * @param value The ifSourceGenerationNotMatch to set. * @return This builder for chaining. */ @@ -3210,12 +3547,15 @@ public Builder setIfSourceGenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the source object's live
      * generation does not match the given value.
      * 
* * optional int64 if_source_generation_not_match = 12; + * * @return This builder for chaining. */ public Builder clearIfSourceGenerationNotMatch() { @@ -3225,14 +3565,17 @@ public Builder clearIfSourceGenerationNotMatch() { return this; } - private long ifSourceMetagenerationMatch_ ; + private long ifSourceMetagenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the source object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_source_metageneration_match = 13; + * * @return Whether the ifSourceMetagenerationMatch field is set. */ @java.lang.Override @@ -3240,12 +3583,15 @@ public boolean hasIfSourceMetagenerationMatch() { return ((bitField0_ & 0x00000040) != 0); } /** + * + * *
      * Makes the operation conditional on whether the source object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_source_metageneration_match = 13; + * * @return The ifSourceMetagenerationMatch. */ @java.lang.Override @@ -3253,12 +3599,15 @@ public long getIfSourceMetagenerationMatch() { return ifSourceMetagenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the source object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_source_metageneration_match = 13; + * * @param value The ifSourceMetagenerationMatch to set. * @return This builder for chaining. */ @@ -3269,12 +3618,15 @@ public Builder setIfSourceMetagenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the source object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_source_metageneration_match = 13; + * * @return This builder for chaining. */ public Builder clearIfSourceMetagenerationMatch() { @@ -3284,14 +3636,17 @@ public Builder clearIfSourceMetagenerationMatch() { return this; } - private long ifSourceMetagenerationNotMatch_ ; + private long ifSourceMetagenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the source object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_source_metageneration_not_match = 14; + * * @return Whether the ifSourceMetagenerationNotMatch field is set. */ @java.lang.Override @@ -3299,12 +3654,15 @@ public boolean hasIfSourceMetagenerationNotMatch() { return ((bitField0_ & 0x00000080) != 0); } /** + * + * *
      * Makes the operation conditional on whether the source object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_source_metageneration_not_match = 14; + * * @return The ifSourceMetagenerationNotMatch. */ @java.lang.Override @@ -3312,12 +3670,15 @@ public long getIfSourceMetagenerationNotMatch() { return ifSourceMetagenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the source object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_source_metageneration_not_match = 14; + * * @param value The ifSourceMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -3328,12 +3689,15 @@ public Builder setIfSourceMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the source object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_source_metageneration_not_match = 14; + * * @return This builder for chaining. */ public Builder clearIfSourceMetagenerationNotMatch() { @@ -3343,8 +3707,10 @@ public Builder clearIfSourceMetagenerationNotMatch() { return this; } - private long maxBytesRewrittenPerCall_ ; + private long maxBytesRewrittenPerCall_; /** + * + * *
      * The maximum number of bytes that will be rewritten per rewrite request.
      * Most callers
@@ -3357,6 +3723,7 @@ public Builder clearIfSourceMetagenerationNotMatch() {
      * 
* * int64 max_bytes_rewritten_per_call = 15; + * * @return The maxBytesRewrittenPerCall. */ @java.lang.Override @@ -3364,6 +3731,8 @@ public long getMaxBytesRewrittenPerCall() { return maxBytesRewrittenPerCall_; } /** + * + * *
      * The maximum number of bytes that will be rewritten per rewrite request.
      * Most callers
@@ -3376,16 +3745,19 @@ public long getMaxBytesRewrittenPerCall() {
      * 
* * int64 max_bytes_rewritten_per_call = 15; + * * @param value The maxBytesRewrittenPerCall to set. * @return This builder for chaining. */ public Builder setMaxBytesRewrittenPerCall(long value) { - + maxBytesRewrittenPerCall_ = value; onChanged(); return this; } /** + * + * *
      * The maximum number of bytes that will be rewritten per rewrite request.
      * Most callers
@@ -3398,10 +3770,11 @@ public Builder setMaxBytesRewrittenPerCall(long value) {
      * 
* * int64 max_bytes_rewritten_per_call = 15; + * * @return This builder for chaining. */ public Builder clearMaxBytesRewrittenPerCall() { - + maxBytesRewrittenPerCall_ = 0L; onChanged(); return this; @@ -3409,19 +3782,21 @@ public Builder clearMaxBytesRewrittenPerCall() { private java.lang.Object copySourceEncryptionAlgorithm_ = ""; /** + * + * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; + * * @return The copySourceEncryptionAlgorithm. */ public java.lang.String getCopySourceEncryptionAlgorithm() { java.lang.Object ref = copySourceEncryptionAlgorithm_; 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(); copySourceEncryptionAlgorithm_ = s; return s; @@ -3430,21 +3805,22 @@ public java.lang.String getCopySourceEncryptionAlgorithm() { } } /** + * + * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; + * * @return The bytes for copySourceEncryptionAlgorithm. */ - public com.google.protobuf.ByteString - getCopySourceEncryptionAlgorithmBytes() { + public com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes() { java.lang.Object ref = copySourceEncryptionAlgorithm_; 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); copySourceEncryptionAlgorithm_ = b; return b; } else { @@ -3452,64 +3828,74 @@ public java.lang.String getCopySourceEncryptionAlgorithm() { } } /** + * + * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; + * * @param value The copySourceEncryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setCopySourceEncryptionAlgorithm( - java.lang.String value) { + public Builder setCopySourceEncryptionAlgorithm(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + copySourceEncryptionAlgorithm_ = value; onChanged(); return this; } /** + * + * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; + * * @return This builder for chaining. */ public Builder clearCopySourceEncryptionAlgorithm() { - + copySourceEncryptionAlgorithm_ = getDefaultInstance().getCopySourceEncryptionAlgorithm(); onChanged(); return this; } /** + * + * *
      * The algorithm used to encrypt the source object, if any. Used if the source
      * object was encrypted with a Customer-Supplied Encryption Key.
      * 
* * string copy_source_encryption_algorithm = 16; + * * @param value The bytes for copySourceEncryptionAlgorithm to set. * @return This builder for chaining. */ - public Builder setCopySourceEncryptionAlgorithmBytes( - com.google.protobuf.ByteString value) { + public Builder setCopySourceEncryptionAlgorithmBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + copySourceEncryptionAlgorithm_ = value; onChanged(); return this; } - private com.google.protobuf.ByteString copySourceEncryptionKeyBytes_ = com.google.protobuf.ByteString.EMPTY; + private com.google.protobuf.ByteString copySourceEncryptionKeyBytes_ = + com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
      * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -3517,6 +3903,7 @@ public Builder setCopySourceEncryptionAlgorithmBytes(
      * 
* * bytes copy_source_encryption_key_bytes = 21; + * * @return The copySourceEncryptionKeyBytes. */ @java.lang.Override @@ -3524,6 +3911,8 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes() { return copySourceEncryptionKeyBytes_; } /** + * + * *
      * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
      * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -3531,19 +3920,22 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes() {
      * 
* * bytes copy_source_encryption_key_bytes = 21; + * * @param value The copySourceEncryptionKeyBytes to set. * @return This builder for chaining. */ public Builder setCopySourceEncryptionKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + copySourceEncryptionKeyBytes_ = value; onChanged(); return this; } /** + * + * *
      * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
      * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -3551,17 +3943,21 @@ public Builder setCopySourceEncryptionKeyBytes(com.google.protobuf.ByteString va
      * 
* * bytes copy_source_encryption_key_bytes = 21; + * * @return This builder for chaining. */ public Builder clearCopySourceEncryptionKeyBytes() { - + copySourceEncryptionKeyBytes_ = getDefaultInstance().getCopySourceEncryptionKeyBytes(); onChanged(); return this; } - private com.google.protobuf.ByteString copySourceEncryptionKeySha256Bytes_ = com.google.protobuf.ByteString.EMPTY; + private com.google.protobuf.ByteString copySourceEncryptionKeySha256Bytes_ = + com.google.protobuf.ByteString.EMPTY; /** + * + * *
      * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
      * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -3569,6 +3965,7 @@ public Builder clearCopySourceEncryptionKeyBytes() {
      * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; + * * @return The copySourceEncryptionKeySha256Bytes. */ @java.lang.Override @@ -3576,6 +3973,8 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeySha256Bytes() { return copySourceEncryptionKeySha256Bytes_; } /** + * + * *
      * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
      * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -3583,19 +3982,22 @@ public com.google.protobuf.ByteString getCopySourceEncryptionKeySha256Bytes() {
      * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; + * * @param value The copySourceEncryptionKeySha256Bytes to set. * @return This builder for chaining. */ public Builder setCopySourceEncryptionKeySha256Bytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + copySourceEncryptionKeySha256Bytes_ = value; onChanged(); return this; } /** + * + * *
      * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
      * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -3603,52 +4005,68 @@ public Builder setCopySourceEncryptionKeySha256Bytes(com.google.protobuf.ByteStr
      * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; + * * @return This builder for chaining. */ public Builder clearCopySourceEncryptionKeySha256Bytes() { - - copySourceEncryptionKeySha256Bytes_ = getDefaultInstance().getCopySourceEncryptionKeySha256Bytes(); + + copySourceEncryptionKeySha256Bytes_ = + getDefaultInstance().getCopySourceEncryptionKeySha256Bytes(); onChanged(); return this; } private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3662,6 +4080,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3680,17 +4100,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -3702,6 +4127,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3720,33 +4147,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -3754,14 +4190,17 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; @@ -3769,36 +4208,49 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR private com.google.storage.v2.ObjectChecksums objectChecksums_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_; + com.google.storage.v2.ObjectChecksums, + com.google.storage.v2.ObjectChecksums.Builder, + com.google.storage.v2.ObjectChecksumsOrBuilder> + objectChecksumsBuilder_; /** + * + * *
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 29; + * * @return Whether the objectChecksums field is set. */ public boolean hasObjectChecksums() { return objectChecksumsBuilder_ != null || objectChecksums_ != null; } /** + * + * *
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 29; + * * @return The objectChecksums. */ public com.google.storage.v2.ObjectChecksums getObjectChecksums() { if (objectChecksumsBuilder_ == null) { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } else { return objectChecksumsBuilder_.getMessage(); } } /** + * + * *
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
@@ -3820,6 +4272,8 @@ public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
@@ -3839,6 +4293,8 @@ public Builder setObjectChecksums(
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
@@ -3850,7 +4306,9 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       if (objectChecksumsBuilder_ == null) {
         if (objectChecksums_ != null) {
           objectChecksums_ =
-            com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           objectChecksums_ = value;
         }
@@ -3862,6 +4320,8 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
@@ -3881,6 +4341,8 @@ public Builder clearObjectChecksums() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
@@ -3889,11 +4351,13 @@ public Builder clearObjectChecksums() {
      * .google.storage.v2.ObjectChecksums object_checksums = 29;
      */
     public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() {
-      
+
       onChanged();
       return getObjectChecksumsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
@@ -3905,11 +4369,14 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
       if (objectChecksumsBuilder_ != null) {
         return objectChecksumsBuilder_.getMessageOrBuilder();
       } else {
-        return objectChecksums_ == null ?
-            com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_;
+        return objectChecksums_ == null
+            ? com.google.storage.v2.ObjectChecksums.getDefaultInstance()
+            : objectChecksums_;
       }
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * destination object after rewriting.
@@ -3918,21 +4385,24 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * .google.storage.v2.ObjectChecksums object_checksums = 29;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> 
+            com.google.storage.v2.ObjectChecksums,
+            com.google.storage.v2.ObjectChecksums.Builder,
+            com.google.storage.v2.ObjectChecksumsOrBuilder>
         getObjectChecksumsFieldBuilder() {
       if (objectChecksumsBuilder_ == null) {
-        objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>(
-                getObjectChecksums(),
-                getParentForChildren(),
-                isClean());
+        objectChecksumsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.ObjectChecksums,
+                com.google.storage.v2.ObjectChecksums.Builder,
+                com.google.storage.v2.ObjectChecksumsOrBuilder>(
+                getObjectChecksums(), getParentForChildren(), isClean());
         objectChecksums_ = null;
       }
       return objectChecksumsBuilder_;
     }
+
     @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);
     }
 
@@ -3942,12 +4412,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.RewriteObjectRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.RewriteObjectRequest)
   private static final com.google.storage.v2.RewriteObjectRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.RewriteObjectRequest();
   }
@@ -3956,27 +4426,27 @@ public static com.google.storage.v2.RewriteObjectRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RewriteObjectRequest 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 RewriteObjectRequest 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;
@@ -3991,6 +4461,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.RewriteObjectRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java
similarity index 87%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java
index 8fe6cc0172..d6241479bd 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteObjectRequestOrBuilder.java
@@ -1,13 +1,31 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface RewriteObjectRequestOrBuilder extends
+public interface RewriteObjectRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.RewriteObjectRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. Immutable. The name of the destination object.
    * See the
@@ -18,11 +36,16 @@ public interface RewriteObjectRequestOrBuilder extends
    * (bucket, object, generation).
    * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The destinationName. */ java.lang.String getDestinationName(); /** + * + * *
    * Required. Immutable. The name of the destination object.
    * See the
@@ -33,35 +56,48 @@ public interface RewriteObjectRequestOrBuilder extends
    * (bucket, object, generation).
    * 
* - * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string destination_name = 24 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for destinationName. */ - com.google.protobuf.ByteString - getDestinationNameBytes(); + com.google.protobuf.ByteString getDestinationNameBytes(); /** + * + * *
    * Required. Immutable. The name of the bucket containing the destination
    * object.
    * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The destinationBucket. */ java.lang.String getDestinationBucket(); /** + * + * *
    * Required. Immutable. The name of the bucket containing the destination
    * object.
    * 
* - * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * string destination_bucket = 25 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for destinationBucket. */ - com.google.protobuf.ByteString - getDestinationBucketBytes(); + com.google.protobuf.ByteString getDestinationBucketBytes(); /** + * + * *
    * The name of the Cloud KMS key that will be used to encrypt the destination
    * object. The Cloud KMS key must be located in same location as the object.
@@ -71,10 +107,13 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @return The destinationKmsKey. */ java.lang.String getDestinationKmsKey(); /** + * + * *
    * The name of the Cloud KMS key that will be used to encrypt the destination
    * object. The Cloud KMS key must be located in same location as the object.
@@ -84,12 +123,14 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * string destination_kms_key = 27 [(.google.api.resource_reference) = { ... } + * * @return The bytes for destinationKmsKey. */ - com.google.protobuf.ByteString - getDestinationKmsKeyBytes(); + com.google.protobuf.ByteString getDestinationKmsKeyBytes(); /** + * + * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -101,10 +142,13 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * .google.storage.v2.Object destination = 1; + * * @return Whether the destination field is set. */ boolean hasDestination(); /** + * + * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -116,10 +160,13 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * .google.storage.v2.Object destination = 1; + * * @return The destination. */ com.google.storage.v2.Object getDestination(); /** + * + * *
    * Properties of the destination, post-rewrite object.
    * The `name`, `bucket` and `kms_key` fields must not be populated (these
@@ -135,57 +182,72 @@ public interface RewriteObjectRequestOrBuilder extends
   com.google.storage.v2.ObjectOrBuilder getDestinationOrBuilder();
 
   /**
+   *
+   *
    * 
    * Required. Name of the bucket in which to find the source object.
    * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The sourceBucket. */ java.lang.String getSourceBucket(); /** + * + * *
    * Required. Name of the bucket in which to find the source object.
    * 
* * string source_bucket = 2 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for sourceBucket. */ - com.google.protobuf.ByteString - getSourceBucketBytes(); + com.google.protobuf.ByteString getSourceBucketBytes(); /** + * + * *
    * Required. Name of the source object.
    * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The sourceObject. */ java.lang.String getSourceObject(); /** + * + * *
    * Required. Name of the source object.
    * 
* * string source_object = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bytes for sourceObject. */ - com.google.protobuf.ByteString - getSourceObjectBytes(); + com.google.protobuf.ByteString getSourceObjectBytes(); /** + * + * *
    * If present, selects a specific revision of the source object (as opposed to
    * the latest version, the default).
    * 
* * int64 source_generation = 4; + * * @return The sourceGeneration. */ long getSourceGeneration(); /** + * + * *
    * Include this field (from the previous rewrite response) on each rewrite
    * request after the first one, until the rewrite response 'done' flag is
@@ -195,10 +257,13 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * string rewrite_token = 5; + * * @return The rewriteToken. */ java.lang.String getRewriteToken(); /** + * + * *
    * Include this field (from the previous rewrite response) on each rewrite
    * request after the first one, until the rewrite response 'done' flag is
@@ -208,12 +273,14 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * string rewrite_token = 5; + * * @return The bytes for rewriteToken. */ - com.google.protobuf.ByteString - getRewriteTokenBytes(); + com.google.protobuf.ByteString getRewriteTokenBytes(); /** + * + * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -221,10 +288,13 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * string destination_predefined_acl = 28; + * * @return The destinationPredefinedAcl. */ java.lang.String getDestinationPredefinedAcl(); /** + * + * *
    * Apply a predefined set of access controls to the destination object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -232,12 +302,14 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * string destination_predefined_acl = 28; + * * @return The bytes for destinationPredefinedAcl. */ - com.google.protobuf.ByteString - getDestinationPredefinedAclBytes(); + com.google.protobuf.ByteString getDestinationPredefinedAclBytes(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -245,10 +317,13 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 7; + * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -256,11 +331,14 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 7; + * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -269,10 +347,13 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 8; + * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -281,137 +362,176 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 8; + * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 9; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 9; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 10; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the destination object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 10; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the source object's live
    * generation matches the given value.
    * 
* * optional int64 if_source_generation_match = 11; + * * @return Whether the ifSourceGenerationMatch field is set. */ boolean hasIfSourceGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the source object's live
    * generation matches the given value.
    * 
* * optional int64 if_source_generation_match = 11; + * * @return The ifSourceGenerationMatch. */ long getIfSourceGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the source object's live
    * generation does not match the given value.
    * 
* * optional int64 if_source_generation_not_match = 12; + * * @return Whether the ifSourceGenerationNotMatch field is set. */ boolean hasIfSourceGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the source object's live
    * generation does not match the given value.
    * 
* * optional int64 if_source_generation_not_match = 12; + * * @return The ifSourceGenerationNotMatch. */ long getIfSourceGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the source object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_source_metageneration_match = 13; + * * @return Whether the ifSourceMetagenerationMatch field is set. */ boolean hasIfSourceMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the source object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_source_metageneration_match = 13; + * * @return The ifSourceMetagenerationMatch. */ long getIfSourceMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the source object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_source_metageneration_not_match = 14; + * * @return Whether the ifSourceMetagenerationNotMatch field is set. */ boolean hasIfSourceMetagenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the source object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_source_metageneration_not_match = 14; + * * @return The ifSourceMetagenerationNotMatch. */ long getIfSourceMetagenerationNotMatch(); /** + * + * *
    * The maximum number of bytes that will be rewritten per rewrite request.
    * Most callers
@@ -424,33 +544,41 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * int64 max_bytes_rewritten_per_call = 15; + * * @return The maxBytesRewrittenPerCall. */ long getMaxBytesRewrittenPerCall(); /** + * + * *
    * The algorithm used to encrypt the source object, if any. Used if the source
    * object was encrypted with a Customer-Supplied Encryption Key.
    * 
* * string copy_source_encryption_algorithm = 16; + * * @return The copySourceEncryptionAlgorithm. */ java.lang.String getCopySourceEncryptionAlgorithm(); /** + * + * *
    * The algorithm used to encrypt the source object, if any. Used if the source
    * object was encrypted with a Customer-Supplied Encryption Key.
    * 
* * string copy_source_encryption_algorithm = 16; + * * @return The bytes for copySourceEncryptionAlgorithm. */ - com.google.protobuf.ByteString - getCopySourceEncryptionAlgorithmBytes(); + com.google.protobuf.ByteString getCopySourceEncryptionAlgorithmBytes(); /** + * + * *
    * The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
    * the source object, if it was encrypted with a Customer-Supplied Encryption
@@ -458,11 +586,14 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * bytes copy_source_encryption_key_bytes = 21; + * * @return The copySourceEncryptionKeyBytes. */ com.google.protobuf.ByteString getCopySourceEncryptionKeyBytes(); /** + * + * *
    * The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
    * to encrypt the source object, if it was encrypted with a Customer-Supplied
@@ -470,29 +601,38 @@ public interface RewriteObjectRequestOrBuilder extends
    * 
* * bytes copy_source_encryption_key_sha256_bytes = 22; + * * @return The copySourceEncryptionKeySha256Bytes. */ com.google.protobuf.ByteString getCopySourceEncryptionKeySha256Bytes(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 19; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -502,26 +642,34 @@ public interface RewriteObjectRequestOrBuilder extends com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * destination object after rewriting.
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 29; + * * @return Whether the objectChecksums field is set. */ boolean hasObjectChecksums(); /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * destination object after rewriting.
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 29; + * * @return The objectChecksums. */ com.google.storage.v2.ObjectChecksums getObjectChecksums(); /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * destination object after rewriting.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java
similarity index 73%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java
index bf3be492b7..233d29e296 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponse.java
@@ -1,62 +1,84 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * A rewrite response.
  * 
* * Protobuf type {@code google.storage.v2.RewriteResponse} */ -public final class RewriteResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class RewriteResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.RewriteResponse) RewriteResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use RewriteResponse.newBuilder() to construct. private RewriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private RewriteResponse() { rewriteToken_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new RewriteResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_RewriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.RewriteResponse.class, com.google.storage.v2.RewriteResponse.Builder.class); + com.google.storage.v2.RewriteResponse.class, + com.google.storage.v2.RewriteResponse.Builder.class); } public static final int TOTAL_BYTES_REWRITTEN_FIELD_NUMBER = 1; private long totalBytesRewritten_; /** + * + * *
    * The total bytes written so far, which can be used to provide a waiting user
    * with a progress indicator. This property is always present in the response.
    * 
* * int64 total_bytes_rewritten = 1; + * * @return The totalBytesRewritten. */ @java.lang.Override @@ -67,12 +89,15 @@ public long getTotalBytesRewritten() { public static final int OBJECT_SIZE_FIELD_NUMBER = 2; private long objectSize_; /** + * + * *
    * The total size of the object being copied in bytes. This property is always
    * present in the response.
    * 
* * int64 object_size = 2; + * * @return The objectSize. */ @java.lang.Override @@ -83,12 +108,15 @@ public long getObjectSize() { public static final int DONE_FIELD_NUMBER = 3; private boolean done_; /** + * + * *
    * `true` if the copy is finished; otherwise, `false` if
    * the copy is in progress. This property is always present in the response.
    * 
* * bool done = 3; + * * @return The done. */ @java.lang.Override @@ -99,12 +127,15 @@ public boolean getDone() { public static final int REWRITE_TOKEN_FIELD_NUMBER = 4; private volatile java.lang.Object rewriteToken_; /** + * + * *
    * A token to use in subsequent requests to continue copying data. This token
    * is present in the response only when there is more data to copy.
    * 
* * string rewrite_token = 4; + * * @return The rewriteToken. */ @java.lang.Override @@ -113,30 +144,30 @@ public java.lang.String getRewriteToken() { 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(); rewriteToken_ = s; return s; } } /** + * + * *
    * A token to use in subsequent requests to continue copying data. This token
    * is present in the response only when there is more data to copy.
    * 
* * string rewrite_token = 4; + * * @return The bytes for rewriteToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getRewriteTokenBytes() { + public com.google.protobuf.ByteString getRewriteTokenBytes() { java.lang.Object ref = rewriteToken_; 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); rewriteToken_ = b; return b; } else { @@ -147,12 +178,15 @@ public java.lang.String getRewriteToken() { public static final int RESOURCE_FIELD_NUMBER = 5; private com.google.storage.v2.Object resource_; /** + * + * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
    * 
* * .google.storage.v2.Object resource = 5; + * * @return Whether the resource field is set. */ @java.lang.Override @@ -160,12 +194,15 @@ public boolean hasResource() { return resource_ != null; } /** + * + * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
    * 
* * .google.storage.v2.Object resource = 5; + * * @return The resource. */ @java.lang.Override @@ -173,6 +210,8 @@ public com.google.storage.v2.Object getResource() { return resource_ == null ? com.google.storage.v2.Object.getDefaultInstance() : resource_; } /** + * + * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
@@ -186,6 +225,7 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -197,8 +237,7 @@ 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 (totalBytesRewritten_ != 0L) {
       output.writeInt64(1, totalBytesRewritten_);
     }
@@ -224,23 +263,19 @@ public int getSerializedSize() {
 
     size = 0;
     if (totalBytesRewritten_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(1, totalBytesRewritten_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, totalBytesRewritten_);
     }
     if (objectSize_ != 0L) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(2, objectSize_);
+      size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, objectSize_);
     }
     if (done_ != false) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeBoolSize(3, done_);
+      size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, done_);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rewriteToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, rewriteToken_);
     }
     if (resource_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getResource());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getResource());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -250,25 +285,20 @@ 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.storage.v2.RewriteResponse)) {
       return super.equals(obj);
     }
     com.google.storage.v2.RewriteResponse other = (com.google.storage.v2.RewriteResponse) obj;
 
-    if (getTotalBytesRewritten()
-        != other.getTotalBytesRewritten()) return false;
-    if (getObjectSize()
-        != other.getObjectSize()) return false;
-    if (getDone()
-        != other.getDone()) return false;
-    if (!getRewriteToken()
-        .equals(other.getRewriteToken())) return false;
+    if (getTotalBytesRewritten() != other.getTotalBytesRewritten()) return false;
+    if (getObjectSize() != other.getObjectSize()) return false;
+    if (getDone() != other.getDone()) return false;
+    if (!getRewriteToken().equals(other.getRewriteToken())) return false;
     if (hasResource() != other.hasResource()) return false;
     if (hasResource()) {
-      if (!getResource()
-          .equals(other.getResource())) return false;
+      if (!getResource().equals(other.getResource())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -282,14 +312,11 @@ public int hashCode() {
     int hash = 41;
     hash = (19 * hash) + getDescriptor().hashCode();
     hash = (37 * hash) + TOTAL_BYTES_REWRITTEN_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getTotalBytesRewritten());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getTotalBytesRewritten());
     hash = (37 * hash) + OBJECT_SIZE_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-        getObjectSize());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getObjectSize());
     hash = (37 * hash) + DONE_FIELD_NUMBER;
-    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
-        getDone());
+    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getDone());
     hash = (37 * hash) + REWRITE_TOKEN_FIELD_NUMBER;
     hash = (53 * hash) + getRewriteToken().hashCode();
     if (hasResource()) {
@@ -301,130 +328,135 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.RewriteResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.RewriteResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse parseFrom(
-      com.google.protobuf.ByteString data)
+
+  public static com.google.storage.v2.RewriteResponse parseFrom(com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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.storage.v2.RewriteResponse 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 rewrite response.
    * 
* * Protobuf type {@code google.storage.v2.RewriteResponse} */ - 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.storage.v2.RewriteResponse) com.google.storage.v2.RewriteResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_RewriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.RewriteResponse.class, com.google.storage.v2.RewriteResponse.Builder.class); + com.google.storage.v2.RewriteResponse.class, + com.google.storage.v2.RewriteResponse.Builder.class); } // Construct using com.google.storage.v2.RewriteResponse.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -446,9 +478,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_RewriteResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_RewriteResponse_descriptor; } @java.lang.Override @@ -467,7 +499,8 @@ public com.google.storage.v2.RewriteResponse build() { @java.lang.Override public com.google.storage.v2.RewriteResponse buildPartial() { - com.google.storage.v2.RewriteResponse result = new com.google.storage.v2.RewriteResponse(this); + com.google.storage.v2.RewriteResponse result = + new com.google.storage.v2.RewriteResponse(this); result.totalBytesRewritten_ = totalBytesRewritten_; result.objectSize_ = objectSize_; result.done_ = done_; @@ -485,38 +518,39 @@ public com.google.storage.v2.RewriteResponse 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) { + 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.storage.v2.RewriteResponse) { - return mergeFrom((com.google.storage.v2.RewriteResponse)other); + return mergeFrom((com.google.storage.v2.RewriteResponse) other); } else { super.mergeFrom(other); return this; @@ -567,39 +601,43 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - totalBytesRewritten_ = input.readInt64(); + case 8: + { + totalBytesRewritten_ = input.readInt64(); - break; - } // case 8 - case 16: { - objectSize_ = input.readInt64(); + break; + } // case 8 + case 16: + { + objectSize_ = input.readInt64(); - break; - } // case 16 - case 24: { - done_ = input.readBool(); + break; + } // case 16 + case 24: + { + done_ = input.readBool(); - break; - } // case 24 - case 34: { - rewriteToken_ = input.readStringRequireUtf8(); + break; + } // case 24 + case 34: + { + rewriteToken_ = input.readStringRequireUtf8(); - break; - } // case 34 - case 42: { - input.readMessage( - getResourceFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 34 + case 42: + { + input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 42 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -610,14 +648,17 @@ public Builder mergeFrom( return this; } - private long totalBytesRewritten_ ; + private long totalBytesRewritten_; /** + * + * *
      * The total bytes written so far, which can be used to provide a waiting user
      * with a progress indicator. This property is always present in the response.
      * 
* * int64 total_bytes_rewritten = 1; + * * @return The totalBytesRewritten. */ @java.lang.Override @@ -625,45 +666,54 @@ public long getTotalBytesRewritten() { return totalBytesRewritten_; } /** + * + * *
      * The total bytes written so far, which can be used to provide a waiting user
      * with a progress indicator. This property is always present in the response.
      * 
* * int64 total_bytes_rewritten = 1; + * * @param value The totalBytesRewritten to set. * @return This builder for chaining. */ public Builder setTotalBytesRewritten(long value) { - + totalBytesRewritten_ = value; onChanged(); return this; } /** + * + * *
      * The total bytes written so far, which can be used to provide a waiting user
      * with a progress indicator. This property is always present in the response.
      * 
* * int64 total_bytes_rewritten = 1; + * * @return This builder for chaining. */ public Builder clearTotalBytesRewritten() { - + totalBytesRewritten_ = 0L; onChanged(); return this; } - private long objectSize_ ; + private long objectSize_; /** + * + * *
      * The total size of the object being copied in bytes. This property is always
      * present in the response.
      * 
* * int64 object_size = 2; + * * @return The objectSize. */ @java.lang.Override @@ -671,45 +721,54 @@ public long getObjectSize() { return objectSize_; } /** + * + * *
      * The total size of the object being copied in bytes. This property is always
      * present in the response.
      * 
* * int64 object_size = 2; + * * @param value The objectSize to set. * @return This builder for chaining. */ public Builder setObjectSize(long value) { - + objectSize_ = value; onChanged(); return this; } /** + * + * *
      * The total size of the object being copied in bytes. This property is always
      * present in the response.
      * 
* * int64 object_size = 2; + * * @return This builder for chaining. */ public Builder clearObjectSize() { - + objectSize_ = 0L; onChanged(); return this; } - private boolean done_ ; + private boolean done_; /** + * + * *
      * `true` if the copy is finished; otherwise, `false` if
      * the copy is in progress. This property is always present in the response.
      * 
* * bool done = 3; + * * @return The done. */ @java.lang.Override @@ -717,32 +776,38 @@ public boolean getDone() { return done_; } /** + * + * *
      * `true` if the copy is finished; otherwise, `false` if
      * the copy is in progress. This property is always present in the response.
      * 
* * bool done = 3; + * * @param value The done to set. * @return This builder for chaining. */ public Builder setDone(boolean value) { - + done_ = value; onChanged(); return this; } /** + * + * *
      * `true` if the copy is finished; otherwise, `false` if
      * the copy is in progress. This property is always present in the response.
      * 
* * bool done = 3; + * * @return This builder for chaining. */ public Builder clearDone() { - + done_ = false; onChanged(); return this; @@ -750,19 +815,21 @@ public Builder clearDone() { private java.lang.Object rewriteToken_ = ""; /** + * + * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; + * * @return The rewriteToken. */ public java.lang.String getRewriteToken() { java.lang.Object ref = rewriteToken_; 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(); rewriteToken_ = s; return s; @@ -771,21 +838,22 @@ public java.lang.String getRewriteToken() { } } /** + * + * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; + * * @return The bytes for rewriteToken. */ - public com.google.protobuf.ByteString - getRewriteTokenBytes() { + public com.google.protobuf.ByteString getRewriteTokenBytes() { java.lang.Object ref = rewriteToken_; 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); rewriteToken_ = b; return b; } else { @@ -793,57 +861,64 @@ public java.lang.String getRewriteToken() { } } /** + * + * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; + * * @param value The rewriteToken to set. * @return This builder for chaining. */ - public Builder setRewriteToken( - java.lang.String value) { + public Builder setRewriteToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + rewriteToken_ = value; onChanged(); return this; } /** + * + * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; + * * @return This builder for chaining. */ public Builder clearRewriteToken() { - + rewriteToken_ = getDefaultInstance().getRewriteToken(); onChanged(); return this; } /** + * + * *
      * A token to use in subsequent requests to continue copying data. This token
      * is present in the response only when there is more data to copy.
      * 
* * string rewrite_token = 4; + * * @param value The bytes for rewriteToken to set. * @return This builder for chaining. */ - public Builder setRewriteTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setRewriteTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + rewriteToken_ = value; onChanged(); return this; @@ -851,26 +926,35 @@ public Builder setRewriteTokenBytes( private com.google.storage.v2.Object resource_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> resourceBuilder_; + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> + resourceBuilder_; /** + * + * *
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
      * 
* * .google.storage.v2.Object resource = 5; + * * @return Whether the resource field is set. */ public boolean hasResource() { return resourceBuilder_ != null || resource_ != null; } /** + * + * *
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
      * 
* * .google.storage.v2.Object resource = 5; + * * @return The resource. */ public com.google.storage.v2.Object getResource() { @@ -881,6 +965,8 @@ public com.google.storage.v2.Object getResource() { } } /** + * + * *
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -902,6 +988,8 @@ public Builder setResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -909,8 +997,7 @@ public Builder setResource(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object resource = 5;
      */
-    public Builder setResource(
-        com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) {
       if (resourceBuilder_ == null) {
         resource_ = builderForValue.build();
         onChanged();
@@ -921,6 +1008,8 @@ public Builder setResource(
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -932,7 +1021,7 @@ public Builder mergeResource(com.google.storage.v2.Object value) {
       if (resourceBuilder_ == null) {
         if (resource_ != null) {
           resource_ =
-            com.google.storage.v2.Object.newBuilder(resource_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Object.newBuilder(resource_).mergeFrom(value).buildPartial();
         } else {
           resource_ = value;
         }
@@ -944,6 +1033,8 @@ public Builder mergeResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -963,6 +1054,8 @@ public Builder clearResource() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -971,11 +1064,13 @@ public Builder clearResource() {
      * .google.storage.v2.Object resource = 5;
      */
     public com.google.storage.v2.Object.Builder getResourceBuilder() {
-      
+
       onChanged();
       return getResourceFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -987,11 +1082,12 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
       if (resourceBuilder_ != null) {
         return resourceBuilder_.getMessageOrBuilder();
       } else {
-        return resource_ == null ?
-            com.google.storage.v2.Object.getDefaultInstance() : resource_;
+        return resource_ == null ? com.google.storage.v2.Object.getDefaultInstance() : resource_;
       }
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the copied-to object. This property
      * is present in the response only when copying completes.
@@ -1000,21 +1096,24 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
      * .google.storage.v2.Object resource = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
+            com.google.storage.v2.Object,
+            com.google.storage.v2.Object.Builder,
+            com.google.storage.v2.ObjectOrBuilder>
         getResourceFieldBuilder() {
       if (resourceBuilder_ == null) {
-        resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
-                getResource(),
-                getParentForChildren(),
-                isClean());
+        resourceBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Object,
+                com.google.storage.v2.Object.Builder,
+                com.google.storage.v2.ObjectOrBuilder>(
+                getResource(), getParentForChildren(), isClean());
         resource_ = null;
       }
       return resourceBuilder_;
     }
+
     @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);
     }
 
@@ -1024,12 +1123,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.RewriteResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.RewriteResponse)
   private static final com.google.storage.v2.RewriteResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.RewriteResponse();
   }
@@ -1038,27 +1137,27 @@ public static com.google.storage.v2.RewriteResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RewriteResponse 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 RewriteResponse 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;
@@ -1073,6 +1172,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.RewriteResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
similarity index 76%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
index 479ae23c80..3e38750e35 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/RewriteResponseOrBuilder.java
@@ -1,88 +1,126 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface RewriteResponseOrBuilder extends
+public interface RewriteResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.RewriteResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The total bytes written so far, which can be used to provide a waiting user
    * with a progress indicator. This property is always present in the response.
    * 
* * int64 total_bytes_rewritten = 1; + * * @return The totalBytesRewritten. */ long getTotalBytesRewritten(); /** + * + * *
    * The total size of the object being copied in bytes. This property is always
    * present in the response.
    * 
* * int64 object_size = 2; + * * @return The objectSize. */ long getObjectSize(); /** + * + * *
    * `true` if the copy is finished; otherwise, `false` if
    * the copy is in progress. This property is always present in the response.
    * 
* * bool done = 3; + * * @return The done. */ boolean getDone(); /** + * + * *
    * A token to use in subsequent requests to continue copying data. This token
    * is present in the response only when there is more data to copy.
    * 
* * string rewrite_token = 4; + * * @return The rewriteToken. */ java.lang.String getRewriteToken(); /** + * + * *
    * A token to use in subsequent requests to continue copying data. This token
    * is present in the response only when there is more data to copy.
    * 
* * string rewrite_token = 4; + * * @return The bytes for rewriteToken. */ - com.google.protobuf.ByteString - getRewriteTokenBytes(); + com.google.protobuf.ByteString getRewriteTokenBytes(); /** + * + * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
    * 
* * .google.storage.v2.Object resource = 5; + * * @return Whether the resource field is set. */ boolean hasResource(); /** + * + * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
    * 
* * .google.storage.v2.Object resource = 5; + * * @return The resource. */ com.google.storage.v2.Object getResource(); /** + * + * *
    * A resource containing the metadata for the copied-to object. This property
    * is present in the response only when copying completes.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
similarity index 65%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
index 67f196bc51..37a17e11f2 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccount.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * A service account, owned by Cloud Storage, which may be used when taking
  * action on behalf of a given project, for example to publish Pub/Sub
@@ -12,52 +29,57 @@
  *
  * Protobuf type {@code google.storage.v2.ServiceAccount}
  */
-public final class ServiceAccount extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class ServiceAccount extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.ServiceAccount)
     ServiceAccountOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use ServiceAccount.newBuilder() to construct.
   private ServiceAccount(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private ServiceAccount() {
     emailAddress_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new ServiceAccount();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_ServiceAccount_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.ServiceAccount.class, com.google.storage.v2.ServiceAccount.Builder.class);
+            com.google.storage.v2.ServiceAccount.class,
+            com.google.storage.v2.ServiceAccount.Builder.class);
   }
 
   public static final int EMAIL_ADDRESS_FIELD_NUMBER = 1;
   private volatile java.lang.Object emailAddress_;
   /**
+   *
+   *
    * 
    * The ID of the notification.
    * 
* * string email_address = 1; + * * @return The emailAddress. */ @java.lang.Override @@ -66,29 +88,29 @@ public java.lang.String getEmailAddress() { 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(); emailAddress_ = s; return s; } } /** + * + * *
    * The ID of the notification.
    * 
* * string email_address = 1; + * * @return The bytes for emailAddress. */ @java.lang.Override - public com.google.protobuf.ByteString - getEmailAddressBytes() { + public com.google.protobuf.ByteString getEmailAddressBytes() { java.lang.Object ref = emailAddress_; 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); emailAddress_ = b; return b; } else { @@ -97,6 +119,7 @@ public java.lang.String getEmailAddress() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -108,8 +131,7 @@ 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(emailAddress_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, emailAddress_); } @@ -133,15 +155,14 @@ 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.storage.v2.ServiceAccount)) { return super.equals(obj); } com.google.storage.v2.ServiceAccount other = (com.google.storage.v2.ServiceAccount) obj; - if (!getEmailAddress() - .equals(other.getEmailAddress())) return false; + if (!getEmailAddress().equals(other.getEmailAddress())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -160,97 +181,103 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.ServiceAccount parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.ServiceAccount parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.ServiceAccount parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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.storage.v2.ServiceAccount 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 service account, owned by Cloud Storage, which may be used when taking
    * action on behalf of a given project, for example to publish Pub/Sub
@@ -259,33 +286,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.storage.v2.ServiceAccount}
    */
-  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.storage.v2.ServiceAccount)
       com.google.storage.v2.ServiceAccountOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_ServiceAccount_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.ServiceAccount.class, com.google.storage.v2.ServiceAccount.Builder.class);
+              com.google.storage.v2.ServiceAccount.class,
+              com.google.storage.v2.ServiceAccount.Builder.class);
     }
 
     // Construct using com.google.storage.v2.ServiceAccount.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -295,9 +321,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceAccount_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_ServiceAccount_descriptor;
     }
 
     @java.lang.Override
@@ -326,38 +352,39 @@ public com.google.storage.v2.ServiceAccount 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) {
+        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.storage.v2.ServiceAccount) {
-        return mergeFrom((com.google.storage.v2.ServiceAccount)other);
+        return mergeFrom((com.google.storage.v2.ServiceAccount) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -396,17 +423,19 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              emailAddress_ = input.readStringRequireUtf8();
-
-              break;
-            } // case 10
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+            case 10:
+              {
+                emailAddress_ = input.readStringRequireUtf8();
+
+                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) {
@@ -419,18 +448,20 @@ public Builder mergeFrom(
 
     private java.lang.Object emailAddress_ = "";
     /**
+     *
+     *
      * 
      * The ID of the notification.
      * 
* * string email_address = 1; + * * @return The emailAddress. */ public java.lang.String getEmailAddress() { java.lang.Object ref = emailAddress_; 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(); emailAddress_ = s; return s; @@ -439,20 +470,21 @@ public java.lang.String getEmailAddress() { } } /** + * + * *
      * The ID of the notification.
      * 
* * string email_address = 1; + * * @return The bytes for emailAddress. */ - public com.google.protobuf.ByteString - getEmailAddressBytes() { + public com.google.protobuf.ByteString getEmailAddressBytes() { java.lang.Object ref = emailAddress_; 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); emailAddress_ = b; return b; } else { @@ -460,61 +492,68 @@ public java.lang.String getEmailAddress() { } } /** + * + * *
      * The ID of the notification.
      * 
* * string email_address = 1; + * * @param value The emailAddress to set. * @return This builder for chaining. */ - public Builder setEmailAddress( - java.lang.String value) { + public Builder setEmailAddress(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + emailAddress_ = value; onChanged(); return this; } /** + * + * *
      * The ID of the notification.
      * 
* * string email_address = 1; + * * @return This builder for chaining. */ public Builder clearEmailAddress() { - + emailAddress_ = getDefaultInstance().getEmailAddress(); onChanged(); return this; } /** + * + * *
      * The ID of the notification.
      * 
* * string email_address = 1; + * * @param value The bytes for emailAddress to set. * @return This builder for chaining. */ - public Builder setEmailAddressBytes( - com.google.protobuf.ByteString value) { + public Builder setEmailAddressBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + emailAddress_ = 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); } @@ -524,12 +563,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ServiceAccount) } // @@protoc_insertion_point(class_scope:google.storage.v2.ServiceAccount) private static final com.google.storage.v2.ServiceAccount DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ServiceAccount(); } @@ -538,27 +577,27 @@ public static com.google.storage.v2.ServiceAccount getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ServiceAccount 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 ServiceAccount 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; @@ -573,6 +612,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ServiceAccount getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java new file mode 100644 index 0000000000..d6637ee207 --- /dev/null +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceAccountOrBuilder.java @@ -0,0 +1,50 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface ServiceAccountOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.ServiceAccount) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * The ID of the notification.
+   * 
+ * + * string email_address = 1; + * + * @return The emailAddress. + */ + java.lang.String getEmailAddress(); + /** + * + * + *
+   * The ID of the notification.
+   * 
+ * + * string email_address = 1; + * + * @return The bytes for emailAddress. + */ + com.google.protobuf.ByteString getEmailAddressBytes(); +} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java similarity index 71% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java index 59fb0870b6..94fe31fa2e 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstants.java @@ -1,62 +1,83 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Shared constants.
  * 
* * Protobuf type {@code google.storage.v2.ServiceConstants} */ -public final class ServiceConstants extends - com.google.protobuf.GeneratedMessageV3 implements +public final class ServiceConstants extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.ServiceConstants) ServiceConstantsOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ServiceConstants.newBuilder() to construct. private ServiceConstants(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ServiceConstants() { - } + + private ServiceConstants() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ServiceConstants(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ServiceConstants_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ServiceConstants.class, com.google.storage.v2.ServiceConstants.Builder.class); + com.google.storage.v2.ServiceConstants.class, + com.google.storage.v2.ServiceConstants.Builder.class); } /** + * + * *
    * A collection of constant values meaningful to the Storage API.
    * 
* * Protobuf enum {@code google.storage.v2.ServiceConstants.Values} */ - public enum Values - implements com.google.protobuf.ProtocolMessageEnum { + public enum Values implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * Unused. Proto3 requires first enum to be 0.
      * 
@@ -65,6 +86,8 @@ public enum Values */ VALUES_UNSPECIFIED(0, 0), /** + * + * *
      * The maximum size chunk that can will be returned in a single
      * ReadRequest.
@@ -75,6 +98,8 @@ public enum Values
      */
     MAX_READ_CHUNK_BYTES(1, 2097152),
     /**
+     *
+     *
      * 
      * The maximum size of an object in MB - whether written in a single stream
      * or composed from multiple other objects.
@@ -85,6 +110,8 @@ public enum Values
      */
     MAX_OBJECT_SIZE_MB(3, 5242880),
     /**
+     *
+     *
      * 
      * The maximum length field name that can be sent in a single
      * custom metadata field.
@@ -95,6 +122,8 @@ public enum Values
      */
     MAX_CUSTOM_METADATA_FIELD_NAME_BYTES(4, 1024),
     /**
+     *
+     *
      * 
      * The maximum length field value that can be sent in a single
      * custom_metadata field.
@@ -105,6 +134,8 @@ public enum Values
      */
     MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES(5, 4096),
     /**
+     *
+     *
      * 
      * The maximum total bytes that can be populated into all field names and
      * values of the custom_metadata for one object.
@@ -115,6 +146,8 @@ public enum Values
      */
     MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES(6, 8192),
     /**
+     *
+     *
      * 
      * The maximum total bytes that can be populated into all bucket metadata
      * fields.
@@ -125,6 +158,8 @@ public enum Values
      */
     MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES(7, 20480),
     /**
+     *
+     *
      * 
      * The maximum number of NotificationConfigs that can be registered
      * for a given bucket.
@@ -134,6 +169,8 @@ public enum Values
      */
     MAX_NOTIFICATION_CONFIGS_PER_BUCKET(8, 100),
     /**
+     *
+     *
      * 
      * The maximum number of custom attributes per NotificationConfigs.
      * 
@@ -142,6 +179,8 @@ public enum Values */ MAX_NOTIFICATION_CUSTOM_ATTRIBUTES(10, 5), /** + * + * *
      * The maximum length of a custom attribute key included in
      * NotificationConfig.
@@ -151,6 +190,8 @@ public enum Values
      */
     MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH(11, 256),
     /**
+     *
+     *
      * 
      * The maximum number of key/value entries per bucket label.
      * 
@@ -159,6 +200,8 @@ public enum Values */ MAX_LABELS_ENTRIES_COUNT(13, 64), /** + * + * *
      * The maximum character length of the key or value in a bucket
      * label map.
@@ -168,6 +211,8 @@ public enum Values
      */
     MAX_LABELS_KEY_VALUE_LENGTH(14, 63),
     /**
+     *
+     *
      * 
      * The maximum byte size of the key or value in a bucket label
      * map.
@@ -177,6 +222,8 @@ public enum Values
      */
     MAX_LABELS_KEY_VALUE_BYTES(15, 128),
     /**
+     *
+     *
      * 
      * The maximum number of object IDs that can be included in a
      * DeleteObjectsRequest.
@@ -186,6 +233,8 @@ public enum Values
      */
     MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST(16, 1000),
     /**
+     *
+     *
      * 
      * The maximum number of days for which a token returned by the
      * GetListObjectsSplitPoints RPC is valid.
@@ -198,6 +247,8 @@ public enum Values
     ;
 
     /**
+     *
+     *
      * 
      * The maximum size chunk that can be sent in a single WriteObjectRequest.
      * 2 MiB.
@@ -207,6 +258,8 @@ public enum Values
      */
     public static final Values MAX_WRITE_CHUNK_BYTES = MAX_READ_CHUNK_BYTES;
     /**
+     *
+     *
      * 
      * The maximum number of LifecycleRules that can be registered for a given
      * bucket.
@@ -216,6 +269,8 @@ public enum Values
      */
     public static final Values MAX_LIFECYCLE_RULES_PER_BUCKET = MAX_NOTIFICATION_CONFIGS_PER_BUCKET;
     /**
+     *
+     *
      * 
      * The maximum length of a custom attribute value included in a
      * NotificationConfig.
@@ -223,8 +278,11 @@ public enum Values
      *
      * MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH = 1024;
      */
-    public static final Values MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH = MAX_CUSTOM_METADATA_FIELD_NAME_BYTES;
+    public static final Values MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH =
+        MAX_CUSTOM_METADATA_FIELD_NAME_BYTES;
     /**
+     *
+     *
      * 
      * Unused. Proto3 requires first enum to be 0.
      * 
@@ -233,6 +291,8 @@ public enum Values */ public static final int VALUES_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The maximum size chunk that can will be returned in a single
      * ReadRequest.
@@ -243,6 +303,8 @@ public enum Values
      */
     public static final int MAX_READ_CHUNK_BYTES_VALUE = 2097152;
     /**
+     *
+     *
      * 
      * The maximum size chunk that can be sent in a single WriteObjectRequest.
      * 2 MiB.
@@ -252,6 +314,8 @@ public enum Values
      */
     public static final int MAX_WRITE_CHUNK_BYTES_VALUE = 2097152;
     /**
+     *
+     *
      * 
      * The maximum size of an object in MB - whether written in a single stream
      * or composed from multiple other objects.
@@ -262,6 +326,8 @@ public enum Values
      */
     public static final int MAX_OBJECT_SIZE_MB_VALUE = 5242880;
     /**
+     *
+     *
      * 
      * The maximum length field name that can be sent in a single
      * custom metadata field.
@@ -272,6 +338,8 @@ public enum Values
      */
     public static final int MAX_CUSTOM_METADATA_FIELD_NAME_BYTES_VALUE = 1024;
     /**
+     *
+     *
      * 
      * The maximum length field value that can be sent in a single
      * custom_metadata field.
@@ -282,6 +350,8 @@ public enum Values
      */
     public static final int MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES_VALUE = 4096;
     /**
+     *
+     *
      * 
      * The maximum total bytes that can be populated into all field names and
      * values of the custom_metadata for one object.
@@ -292,6 +362,8 @@ public enum Values
      */
     public static final int MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES_VALUE = 8192;
     /**
+     *
+     *
      * 
      * The maximum total bytes that can be populated into all bucket metadata
      * fields.
@@ -302,6 +374,8 @@ public enum Values
      */
     public static final int MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES_VALUE = 20480;
     /**
+     *
+     *
      * 
      * The maximum number of NotificationConfigs that can be registered
      * for a given bucket.
@@ -311,6 +385,8 @@ public enum Values
      */
     public static final int MAX_NOTIFICATION_CONFIGS_PER_BUCKET_VALUE = 100;
     /**
+     *
+     *
      * 
      * The maximum number of LifecycleRules that can be registered for a given
      * bucket.
@@ -320,6 +396,8 @@ public enum Values
      */
     public static final int MAX_LIFECYCLE_RULES_PER_BUCKET_VALUE = 100;
     /**
+     *
+     *
      * 
      * The maximum number of custom attributes per NotificationConfigs.
      * 
@@ -328,6 +406,8 @@ public enum Values */ public static final int MAX_NOTIFICATION_CUSTOM_ATTRIBUTES_VALUE = 5; /** + * + * *
      * The maximum length of a custom attribute key included in
      * NotificationConfig.
@@ -337,6 +417,8 @@ public enum Values
      */
     public static final int MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH_VALUE = 256;
     /**
+     *
+     *
      * 
      * The maximum length of a custom attribute value included in a
      * NotificationConfig.
@@ -346,6 +428,8 @@ public enum Values
      */
     public static final int MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH_VALUE = 1024;
     /**
+     *
+     *
      * 
      * The maximum number of key/value entries per bucket label.
      * 
@@ -354,6 +438,8 @@ public enum Values */ public static final int MAX_LABELS_ENTRIES_COUNT_VALUE = 64; /** + * + * *
      * The maximum character length of the key or value in a bucket
      * label map.
@@ -363,6 +449,8 @@ public enum Values
      */
     public static final int MAX_LABELS_KEY_VALUE_LENGTH_VALUE = 63;
     /**
+     *
+     *
      * 
      * The maximum byte size of the key or value in a bucket label
      * map.
@@ -372,6 +460,8 @@ public enum Values
      */
     public static final int MAX_LABELS_KEY_VALUE_BYTES_VALUE = 128;
     /**
+     *
+     *
      * 
      * The maximum number of object IDs that can be included in a
      * DeleteObjectsRequest.
@@ -381,6 +471,8 @@ public enum Values
      */
     public static final int MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST_VALUE = 1000;
     /**
+     *
+     *
      * 
      * The maximum number of days for which a token returned by the
      * GetListObjectsSplitPoints RPC is valid.
@@ -390,7 +482,6 @@ public enum Values
      */
     public static final int SPLIT_TOKEN_MAX_VALID_DAYS_VALUE = 14;
 
-
     public final int getNumber() {
       if (index == -1) {
         throw new java.lang.IllegalArgumentException(
@@ -415,65 +506,96 @@ public static Values valueOf(int value) {
      */
     public static Values forNumber(int value) {
       switch (value) {
-        case 0: return VALUES_UNSPECIFIED;
-        case 2097152: return MAX_READ_CHUNK_BYTES;
-        case 5242880: return MAX_OBJECT_SIZE_MB;
-        case 1024: return MAX_CUSTOM_METADATA_FIELD_NAME_BYTES;
-        case 4096: return MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES;
-        case 8192: return MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES;
-        case 20480: return MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES;
-        case 100: return MAX_NOTIFICATION_CONFIGS_PER_BUCKET;
-        case 5: return MAX_NOTIFICATION_CUSTOM_ATTRIBUTES;
-        case 256: return MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH;
-        case 64: return MAX_LABELS_ENTRIES_COUNT;
-        case 63: return MAX_LABELS_KEY_VALUE_LENGTH;
-        case 128: return MAX_LABELS_KEY_VALUE_BYTES;
-        case 1000: return MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST;
-        case 14: return SPLIT_TOKEN_MAX_VALID_DAYS;
-        default: return null;
+        case 0:
+          return VALUES_UNSPECIFIED;
+        case 2097152:
+          return MAX_READ_CHUNK_BYTES;
+        case 5242880:
+          return MAX_OBJECT_SIZE_MB;
+        case 1024:
+          return MAX_CUSTOM_METADATA_FIELD_NAME_BYTES;
+        case 4096:
+          return MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES;
+        case 8192:
+          return MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES;
+        case 20480:
+          return MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES;
+        case 100:
+          return MAX_NOTIFICATION_CONFIGS_PER_BUCKET;
+        case 5:
+          return MAX_NOTIFICATION_CUSTOM_ATTRIBUTES;
+        case 256:
+          return MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH;
+        case 64:
+          return MAX_LABELS_ENTRIES_COUNT;
+        case 63:
+          return MAX_LABELS_KEY_VALUE_LENGTH;
+        case 128:
+          return MAX_LABELS_KEY_VALUE_BYTES;
+        case 1000:
+          return MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST;
+        case 14:
+          return SPLIT_TOKEN_MAX_VALID_DAYS;
+        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<
-        Values> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public Values findValueByNumber(int number) {
-              return Values.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public Values findValueByNumber(int number) {
+            return Values.forNumber(number);
+          }
+        };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (index == -1) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(index);
     }
-    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.storage.v2.ServiceConstants.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final Values[] VALUES = getStaticValuesArray();
+
     private static Values[] getStaticValuesArray() {
       return new Values[] {
-        VALUES_UNSPECIFIED, MAX_READ_CHUNK_BYTES, MAX_WRITE_CHUNK_BYTES, MAX_OBJECT_SIZE_MB, MAX_CUSTOM_METADATA_FIELD_NAME_BYTES, MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES, MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES, MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES, MAX_NOTIFICATION_CONFIGS_PER_BUCKET, MAX_LIFECYCLE_RULES_PER_BUCKET, MAX_NOTIFICATION_CUSTOM_ATTRIBUTES, MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH, MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH, MAX_LABELS_ENTRIES_COUNT, MAX_LABELS_KEY_VALUE_LENGTH, MAX_LABELS_KEY_VALUE_BYTES, MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST, SPLIT_TOKEN_MAX_VALID_DAYS, 
+        VALUES_UNSPECIFIED,
+        MAX_READ_CHUNK_BYTES,
+        MAX_WRITE_CHUNK_BYTES,
+        MAX_OBJECT_SIZE_MB,
+        MAX_CUSTOM_METADATA_FIELD_NAME_BYTES,
+        MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES,
+        MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES,
+        MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES,
+        MAX_NOTIFICATION_CONFIGS_PER_BUCKET,
+        MAX_LIFECYCLE_RULES_PER_BUCKET,
+        MAX_NOTIFICATION_CUSTOM_ATTRIBUTES,
+        MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH,
+        MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH,
+        MAX_LABELS_ENTRIES_COUNT,
+        MAX_LABELS_KEY_VALUE_LENGTH,
+        MAX_LABELS_KEY_VALUE_BYTES,
+        MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST,
+        SPLIT_TOKEN_MAX_VALID_DAYS,
       };
     }
-    public static Values valueOf(
-        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+
+    public static Values 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;
@@ -493,6 +615,7 @@ private Values(int index, int value) {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -504,8 +627,7 @@ 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);
   }
 
@@ -523,7 +645,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.storage.v2.ServiceConstants)) {
       return super.equals(obj);
@@ -546,130 +668,136 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.ServiceConstants parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.ServiceConstants parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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.storage.v2.ServiceConstants 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;
   }
   /**
+   *
+   *
    * 
    * Shared constants.
    * 
* * Protobuf type {@code google.storage.v2.ServiceConstants} */ - 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.storage.v2.ServiceConstants) com.google.storage.v2.ServiceConstantsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ServiceConstants_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.ServiceConstants.class, com.google.storage.v2.ServiceConstants.Builder.class); + com.google.storage.v2.ServiceConstants.class, + com.google.storage.v2.ServiceConstants.Builder.class); } // Construct using com.google.storage.v2.ServiceConstants.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -677,9 +805,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_ServiceConstants_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_ServiceConstants_descriptor; } @java.lang.Override @@ -698,7 +826,8 @@ public com.google.storage.v2.ServiceConstants build() { @java.lang.Override public com.google.storage.v2.ServiceConstants buildPartial() { - com.google.storage.v2.ServiceConstants result = new com.google.storage.v2.ServiceConstants(this); + com.google.storage.v2.ServiceConstants result = + new com.google.storage.v2.ServiceConstants(this); onBuilt(); return result; } @@ -707,38 +836,39 @@ public com.google.storage.v2.ServiceConstants 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) { + 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.storage.v2.ServiceConstants) { - return mergeFrom((com.google.storage.v2.ServiceConstants)other); + return mergeFrom((com.google.storage.v2.ServiceConstants) other); } else { super.mergeFrom(other); return this; @@ -773,12 +903,13 @@ 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) { @@ -788,9 +919,9 @@ public Builder mergeFrom( } // finally 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); } @@ -800,12 +931,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.ServiceConstants) } // @@protoc_insertion_point(class_scope:google.storage.v2.ServiceConstants) private static final com.google.storage.v2.ServiceConstants DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.ServiceConstants(); } @@ -814,27 +945,27 @@ public static com.google.storage.v2.ServiceConstants getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ServiceConstants 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 ServiceConstants 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; @@ -849,6 +980,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.ServiceConstants getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java new file mode 100644 index 0000000000..9722940ed4 --- /dev/null +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/ServiceConstantsOrBuilder.java @@ -0,0 +1,24 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto + +package com.google.storage.v2; + +public interface ServiceConstantsOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.storage.v2.ServiceConstants) + com.google.protobuf.MessageOrBuilder {} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java similarity index 69% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java index d0719b40a0..4ee7e2f60d 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequest.java @@ -1,61 +1,84 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message StartResumableWrite.
  * 
* * Protobuf type {@code google.storage.v2.StartResumableWriteRequest} */ -public final class StartResumableWriteRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class StartResumableWriteRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.StartResumableWriteRequest) StartResumableWriteRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use StartResumableWriteRequest.newBuilder() to construct. private StartResumableWriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private StartResumableWriteRequest() { - } + + private StartResumableWriteRequest() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new StartResumableWriteRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.StartResumableWriteRequest.class, com.google.storage.v2.StartResumableWriteRequest.Builder.class); + com.google.storage.v2.StartResumableWriteRequest.class, + com.google.storage.v2.StartResumableWriteRequest.Builder.class); } public static final int WRITE_OBJECT_SPEC_FIELD_NUMBER = 1; private com.google.storage.v2.WriteObjectSpec writeObjectSpec_; /** + * + * *
    * Required. The destination bucket, object, and metadata, as well as any
    * preconditions.
    * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the writeObjectSpec field is set. */ @java.lang.Override @@ -63,25 +86,36 @@ public boolean hasWriteObjectSpec() { return writeObjectSpec_ != null; } /** + * + * *
    * Required. The destination bucket, object, and metadata, as well as any
    * preconditions.
    * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The writeObjectSpec. */ @java.lang.Override public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() { - return writeObjectSpec_ == null ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() : writeObjectSpec_; + return writeObjectSpec_ == null + ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() + : writeObjectSpec_; } /** + * + * *
    * Required. The destination bucket, object, and metadata, as well as any
    * preconditions.
    * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder() { @@ -91,11 +125,14 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 3; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -103,18 +140,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -122,13 +166,16 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 5; private com.google.storage.v2.ObjectChecksums objectChecksums_; /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * uploaded object. For each upload, object_checksums can be provided with
@@ -137,6 +184,7 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 5; + * * @return Whether the objectChecksums field is set. */ @java.lang.Override @@ -144,6 +192,8 @@ public boolean hasObjectChecksums() { return objectChecksums_ != null; } /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * uploaded object. For each upload, object_checksums can be provided with
@@ -152,13 +202,18 @@ public boolean hasObjectChecksums() {
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 5; + * * @return The objectChecksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getObjectChecksums() { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * uploaded object. For each upload, object_checksums can be provided with
@@ -174,6 +229,7 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -185,8 +241,7 @@ 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 (writeObjectSpec_ != null) {
       output.writeMessage(1, getWriteObjectSpec());
     }
@@ -206,16 +261,15 @@ public int getSerializedSize() {
 
     size = 0;
     if (writeObjectSpec_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getWriteObjectSpec());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getWriteObjectSpec());
     }
     if (commonObjectRequestParams_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getCommonObjectRequestParams());
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              3, getCommonObjectRequestParams());
     }
     if (objectChecksums_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(5, getObjectChecksums());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getObjectChecksums());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -225,27 +279,26 @@ 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.storage.v2.StartResumableWriteRequest)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.StartResumableWriteRequest other = (com.google.storage.v2.StartResumableWriteRequest) obj;
+    com.google.storage.v2.StartResumableWriteRequest other =
+        (com.google.storage.v2.StartResumableWriteRequest) obj;
 
     if (hasWriteObjectSpec() != other.hasWriteObjectSpec()) return false;
     if (hasWriteObjectSpec()) {
-      if (!getWriteObjectSpec()
-          .equals(other.getWriteObjectSpec())) return false;
+      if (!getWriteObjectSpec().equals(other.getWriteObjectSpec())) return false;
     }
     if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false;
     if (hasCommonObjectRequestParams()) {
-      if (!getCommonObjectRequestParams()
-          .equals(other.getCommonObjectRequestParams())) return false;
+      if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams()))
+        return false;
     }
     if (hasObjectChecksums() != other.hasObjectChecksums()) return false;
     if (hasObjectChecksums()) {
-      if (!getObjectChecksums()
-          .equals(other.getObjectChecksums())) return false;
+      if (!getObjectChecksums().equals(other.getObjectChecksums())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -275,130 +328,136 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.StartResumableWriteRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.StartResumableWriteRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.StartResumableWriteRequest parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.StartResumableWriteRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest 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.storage.v2.StartResumableWriteRequest 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 message StartResumableWrite.
    * 
* * Protobuf type {@code google.storage.v2.StartResumableWriteRequest} */ - 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.storage.v2.StartResumableWriteRequest) com.google.storage.v2.StartResumableWriteRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.StartResumableWriteRequest.class, com.google.storage.v2.StartResumableWriteRequest.Builder.class); + com.google.storage.v2.StartResumableWriteRequest.class, + com.google.storage.v2.StartResumableWriteRequest.Builder.class); } // Construct using com.google.storage.v2.StartResumableWriteRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -424,9 +483,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; } @java.lang.Override @@ -445,7 +504,8 @@ public com.google.storage.v2.StartResumableWriteRequest build() { @java.lang.Override public com.google.storage.v2.StartResumableWriteRequest buildPartial() { - com.google.storage.v2.StartResumableWriteRequest result = new com.google.storage.v2.StartResumableWriteRequest(this); + com.google.storage.v2.StartResumableWriteRequest result = + new com.google.storage.v2.StartResumableWriteRequest(this); if (writeObjectSpecBuilder_ == null) { result.writeObjectSpec_ = writeObjectSpec_; } else { @@ -469,38 +529,39 @@ public com.google.storage.v2.StartResumableWriteRequest 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) { + 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.storage.v2.StartResumableWriteRequest) { - return mergeFrom((com.google.storage.v2.StartResumableWriteRequest)other); + return mergeFrom((com.google.storage.v2.StartResumableWriteRequest) other); } else { super.mergeFrom(other); return this; @@ -508,7 +569,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.StartResumableWriteRequest other) { - if (other == com.google.storage.v2.StartResumableWriteRequest.getDefaultInstance()) return this; + if (other == com.google.storage.v2.StartResumableWriteRequest.getDefaultInstance()) + return this; if (other.hasWriteObjectSpec()) { mergeWriteObjectSpec(other.getWriteObjectSpec()); } @@ -544,33 +606,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getWriteObjectSpecFieldBuilder().getBuilder(), - extensionRegistry); + case 10: + { + input.readMessage(getWriteObjectSpecFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 10 - case 26: { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 10 + case 26: + { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 26 - case 42: { - input.readMessage( - getObjectChecksumsFieldBuilder().getBuilder(), - extensionRegistry); + break; + } // case 26 + case 42: + { + input.readMessage(getObjectChecksumsFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 42 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + 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) { @@ -583,42 +644,61 @@ public Builder mergeFrom( private com.google.storage.v2.WriteObjectSpec writeObjectSpec_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder> writeObjectSpecBuilder_; + com.google.storage.v2.WriteObjectSpec, + com.google.storage.v2.WriteObjectSpec.Builder, + com.google.storage.v2.WriteObjectSpecOrBuilder> + writeObjectSpecBuilder_; /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the writeObjectSpec field is set. */ public boolean hasWriteObjectSpec() { return writeObjectSpecBuilder_ != null || writeObjectSpec_ != null; } /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The writeObjectSpec. */ public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() { if (writeObjectSpecBuilder_ == null) { - return writeObjectSpec_ == null ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() : writeObjectSpec_; + return writeObjectSpec_ == null + ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() + : writeObjectSpec_; } else { return writeObjectSpecBuilder_.getMessage(); } } /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) { if (writeObjectSpecBuilder_ == null) { @@ -634,12 +714,16 @@ public Builder setWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) { return this; } /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setWriteObjectSpec( com.google.storage.v2.WriteObjectSpec.Builder builderForValue) { @@ -653,18 +737,24 @@ public Builder setWriteObjectSpec( return this; } /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) { if (writeObjectSpecBuilder_ == null) { if (writeObjectSpec_ != null) { writeObjectSpec_ = - com.google.storage.v2.WriteObjectSpec.newBuilder(writeObjectSpec_).mergeFrom(value).buildPartial(); + com.google.storage.v2.WriteObjectSpec.newBuilder(writeObjectSpec_) + .mergeFrom(value) + .buildPartial(); } else { writeObjectSpec_ = value; } @@ -676,12 +766,16 @@ public Builder mergeWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) return this; } /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearWriteObjectSpec() { if (writeObjectSpecBuilder_ == null) { @@ -695,51 +789,67 @@ public Builder clearWriteObjectSpec() { return this; } /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.WriteObjectSpec.Builder getWriteObjectSpecBuilder() { - + onChanged(); return getWriteObjectSpecFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder() { if (writeObjectSpecBuilder_ != null) { return writeObjectSpecBuilder_.getMessageOrBuilder(); } else { - return writeObjectSpec_ == null ? - com.google.storage.v2.WriteObjectSpec.getDefaultInstance() : writeObjectSpec_; + return writeObjectSpec_ == null + ? com.google.storage.v2.WriteObjectSpec.getDefaultInstance() + : writeObjectSpec_; } } /** + * + * *
      * Required. The destination bucket, object, and metadata, as well as any
      * preconditions.
      * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder> + com.google.storage.v2.WriteObjectSpec, + com.google.storage.v2.WriteObjectSpec.Builder, + com.google.storage.v2.WriteObjectSpecOrBuilder> getWriteObjectSpecFieldBuilder() { if (writeObjectSpecBuilder_ == null) { - writeObjectSpecBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder>( - getWriteObjectSpec(), - getParentForChildren(), - isClean()); + writeObjectSpecBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.WriteObjectSpec, + com.google.storage.v2.WriteObjectSpec.Builder, + com.google.storage.v2.WriteObjectSpecOrBuilder>( + getWriteObjectSpec(), getParentForChildren(), isClean()); writeObjectSpec_ = null; } return writeObjectSpecBuilder_; @@ -747,41 +857,55 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -795,6 +919,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -813,17 +939,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -835,6 +966,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -853,33 +986,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -887,14 +1029,17 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; @@ -902,8 +1047,13 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR private com.google.storage.v2.ObjectChecksums objectChecksums_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_; + com.google.storage.v2.ObjectChecksums, + com.google.storage.v2.ObjectChecksums.Builder, + com.google.storage.v2.ObjectChecksumsOrBuilder> + objectChecksumsBuilder_; /** + * + * *
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -912,12 +1062,15 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 5; + * * @return Whether the objectChecksums field is set. */ public boolean hasObjectChecksums() { return objectChecksumsBuilder_ != null || objectChecksums_ != null; } /** + * + * *
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -926,16 +1079,21 @@ public boolean hasObjectChecksums() {
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 5; + * * @return The objectChecksums. */ public com.google.storage.v2.ObjectChecksums getObjectChecksums() { if (objectChecksumsBuilder_ == null) { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } else { return objectChecksumsBuilder_.getMessage(); } } /** + * + * *
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -959,6 +1117,8 @@ public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -980,6 +1140,8 @@ public Builder setObjectChecksums(
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -993,7 +1155,9 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       if (objectChecksumsBuilder_ == null) {
         if (objectChecksums_ != null) {
           objectChecksums_ =
-            com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           objectChecksums_ = value;
         }
@@ -1005,6 +1169,8 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -1026,6 +1192,8 @@ public Builder clearObjectChecksums() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -1036,11 +1204,13 @@ public Builder clearObjectChecksums() {
      * .google.storage.v2.ObjectChecksums object_checksums = 5;
      */
     public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() {
-      
+
       onChanged();
       return getObjectChecksumsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -1054,11 +1224,14 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
       if (objectChecksumsBuilder_ != null) {
         return objectChecksumsBuilder_.getMessageOrBuilder();
       } else {
-        return objectChecksums_ == null ?
-            com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_;
+        return objectChecksums_ == null
+            ? com.google.storage.v2.ObjectChecksums.getDefaultInstance()
+            : objectChecksums_;
       }
     }
     /**
+     *
+     *
      * 
      * The checksums of the complete object. This will be used to validate the
      * uploaded object. For each upload, object_checksums can be provided with
@@ -1069,21 +1242,24 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * .google.storage.v2.ObjectChecksums object_checksums = 5;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> 
+            com.google.storage.v2.ObjectChecksums,
+            com.google.storage.v2.ObjectChecksums.Builder,
+            com.google.storage.v2.ObjectChecksumsOrBuilder>
         getObjectChecksumsFieldBuilder() {
       if (objectChecksumsBuilder_ == null) {
-        objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>(
-                getObjectChecksums(),
-                getParentForChildren(),
-                isClean());
+        objectChecksumsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.ObjectChecksums,
+                com.google.storage.v2.ObjectChecksums.Builder,
+                com.google.storage.v2.ObjectChecksumsOrBuilder>(
+                getObjectChecksums(), getParentForChildren(), isClean());
         objectChecksums_ = null;
       }
       return objectChecksumsBuilder_;
     }
+
     @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);
     }
 
@@ -1093,12 +1269,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.StartResumableWriteRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.StartResumableWriteRequest)
   private static final com.google.storage.v2.StartResumableWriteRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.StartResumableWriteRequest();
   }
@@ -1107,27 +1283,27 @@ public static com.google.storage.v2.StartResumableWriteRequest getDefaultInstanc
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public StartResumableWriteRequest 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 StartResumableWriteRequest 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;
@@ -1142,6 +1318,4 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.storage.v2.StartResumableWriteRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java
similarity index 73%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java
index 040be6937c..fb2c88680d 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteRequestOrBuilder.java
@@ -1,61 +1,99 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface StartResumableWriteRequestOrBuilder extends
+public interface StartResumableWriteRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.StartResumableWriteRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The destination bucket, object, and metadata, as well as any
    * preconditions.
    * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the writeObjectSpec field is set. */ boolean hasWriteObjectSpec(); /** + * + * *
    * Required. The destination bucket, object, and metadata, as well as any
    * preconditions.
    * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The writeObjectSpec. */ com.google.storage.v2.WriteObjectSpec getWriteObjectSpec(); /** + * + * *
    * Required. The destination bucket, object, and metadata, as well as any
    * preconditions.
    * 
* - * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -65,6 +103,8 @@ public interface StartResumableWriteRequestOrBuilder extends com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder(); /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * uploaded object. For each upload, object_checksums can be provided with
@@ -73,10 +113,13 @@ public interface StartResumableWriteRequestOrBuilder extends
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 5; + * * @return Whether the objectChecksums field is set. */ boolean hasObjectChecksums(); /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * uploaded object. For each upload, object_checksums can be provided with
@@ -85,10 +128,13 @@ public interface StartResumableWriteRequestOrBuilder extends
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 5; + * * @return The objectChecksums. */ com.google.storage.v2.ObjectChecksums getObjectChecksums(); /** + * + * *
    * The checksums of the complete object. This will be used to validate the
    * uploaded object. For each upload, object_checksums can be provided with
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java
similarity index 66%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java
index e5751adeea..3d53532413 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponse.java
@@ -1,62 +1,84 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Response object for `StartResumableWrite`.
  * 
* * Protobuf type {@code google.storage.v2.StartResumableWriteResponse} */ -public final class StartResumableWriteResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class StartResumableWriteResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.StartResumableWriteResponse) StartResumableWriteResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use StartResumableWriteResponse.newBuilder() to construct. private StartResumableWriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private StartResumableWriteResponse() { uploadId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new StartResumableWriteResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.StartResumableWriteResponse.class, com.google.storage.v2.StartResumableWriteResponse.Builder.class); + com.google.storage.v2.StartResumableWriteResponse.class, + com.google.storage.v2.StartResumableWriteResponse.Builder.class); } public static final int UPLOAD_ID_FIELD_NUMBER = 1; private volatile java.lang.Object uploadId_; /** + * + * *
    * The upload_id of the newly started resumable write operation. This
    * value should be copied into the `WriteObjectRequest.upload_id` field.
    * 
* * string upload_id = 1; + * * @return The uploadId. */ @java.lang.Override @@ -65,30 +87,30 @@ public java.lang.String getUploadId() { 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(); uploadId_ = s; return s; } } /** + * + * *
    * The upload_id of the newly started resumable write operation. This
    * value should be copied into the `WriteObjectRequest.upload_id` field.
    * 
* * string upload_id = 1; + * * @return The bytes for uploadId. */ @java.lang.Override - public com.google.protobuf.ByteString - getUploadIdBytes() { + public com.google.protobuf.ByteString getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -97,6 +119,7 @@ public java.lang.String getUploadId() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -108,8 +131,7 @@ 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(uploadId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uploadId_); } @@ -133,15 +155,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.storage.v2.StartResumableWriteResponse)) { return super.equals(obj); } - com.google.storage.v2.StartResumableWriteResponse other = (com.google.storage.v2.StartResumableWriteResponse) obj; + com.google.storage.v2.StartResumableWriteResponse other = + (com.google.storage.v2.StartResumableWriteResponse) obj; - if (!getUploadId() - .equals(other.getUploadId())) return false; + if (!getUploadId().equals(other.getUploadId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -161,129 +183,135 @@ public int hashCode() { } public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.storage.v2.StartResumableWriteResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.StartResumableWriteResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse 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.storage.v2.StartResumableWriteResponse 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; } /** + * + * *
    * Response object for `StartResumableWrite`.
    * 
* * Protobuf type {@code google.storage.v2.StartResumableWriteResponse} */ - 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.storage.v2.StartResumableWriteResponse) com.google.storage.v2.StartResumableWriteResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.StartResumableWriteResponse.class, com.google.storage.v2.StartResumableWriteResponse.Builder.class); + com.google.storage.v2.StartResumableWriteResponse.class, + com.google.storage.v2.StartResumableWriteResponse.Builder.class); } // Construct using com.google.storage.v2.StartResumableWriteResponse.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -293,9 +321,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; } @java.lang.Override @@ -314,7 +342,8 @@ public com.google.storage.v2.StartResumableWriteResponse build() { @java.lang.Override public com.google.storage.v2.StartResumableWriteResponse buildPartial() { - com.google.storage.v2.StartResumableWriteResponse result = new com.google.storage.v2.StartResumableWriteResponse(this); + com.google.storage.v2.StartResumableWriteResponse result = + new com.google.storage.v2.StartResumableWriteResponse(this); result.uploadId_ = uploadId_; onBuilt(); return result; @@ -324,38 +353,39 @@ public com.google.storage.v2.StartResumableWriteResponse 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) { + 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.storage.v2.StartResumableWriteResponse) { - return mergeFrom((com.google.storage.v2.StartResumableWriteResponse)other); + return mergeFrom((com.google.storage.v2.StartResumableWriteResponse) other); } else { super.mergeFrom(other); return this; @@ -363,7 +393,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.storage.v2.StartResumableWriteResponse other) { - if (other == com.google.storage.v2.StartResumableWriteResponse.getDefaultInstance()) return this; + if (other == com.google.storage.v2.StartResumableWriteResponse.getDefaultInstance()) + return this; if (!other.getUploadId().isEmpty()) { uploadId_ = other.uploadId_; onChanged(); @@ -394,17 +425,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - uploadId_ = input.readStringRequireUtf8(); - - break; - } // case 10 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + uploadId_ = input.readStringRequireUtf8(); + + 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) { @@ -417,19 +450,21 @@ public Builder mergeFrom( private java.lang.Object uploadId_ = ""; /** + * + * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; + * * @return The uploadId. */ public java.lang.String getUploadId() { java.lang.Object ref = uploadId_; 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(); uploadId_ = s; return s; @@ -438,21 +473,22 @@ public java.lang.String getUploadId() { } } /** + * + * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; + * * @return The bytes for uploadId. */ - public com.google.protobuf.ByteString - getUploadIdBytes() { + public com.google.protobuf.ByteString getUploadIdBytes() { java.lang.Object ref = uploadId_; 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); uploadId_ = b; return b; } else { @@ -460,64 +496,71 @@ public java.lang.String getUploadId() { } } /** + * + * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; + * * @param value The uploadId to set. * @return This builder for chaining. */ - public Builder setUploadId( - java.lang.String value) { + public Builder setUploadId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + uploadId_ = value; onChanged(); return this; } /** + * + * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; + * * @return This builder for chaining. */ public Builder clearUploadId() { - + uploadId_ = getDefaultInstance().getUploadId(); onChanged(); return this; } /** + * + * *
      * The upload_id of the newly started resumable write operation. This
      * value should be copied into the `WriteObjectRequest.upload_id` field.
      * 
* * string upload_id = 1; + * * @param value The bytes for uploadId to set. * @return This builder for chaining. */ - public Builder setUploadIdBytes( - com.google.protobuf.ByteString value) { + public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + uploadId_ = 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); } @@ -527,12 +570,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.StartResumableWriteResponse) } // @@protoc_insertion_point(class_scope:google.storage.v2.StartResumableWriteResponse) private static final com.google.storage.v2.StartResumableWriteResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.StartResumableWriteResponse(); } @@ -541,27 +584,27 @@ public static com.google.storage.v2.StartResumableWriteResponse getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartResumableWriteResponse 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 StartResumableWriteResponse 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; @@ -576,6 +619,4 @@ public com.google.protobuf.Parser getParserForType( public com.google.storage.v2.StartResumableWriteResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java similarity index 52% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java index 56551004a1..4936df9ca2 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StartResumableWriteResponseOrBuilder.java @@ -1,31 +1,52 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface StartResumableWriteResponseOrBuilder extends +public interface StartResumableWriteResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.StartResumableWriteResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * The upload_id of the newly started resumable write operation. This
    * value should be copied into the `WriteObjectRequest.upload_id` field.
    * 
* * string upload_id = 1; + * * @return The uploadId. */ java.lang.String getUploadId(); /** + * + * *
    * The upload_id of the newly started resumable write operation. This
    * value should be copied into the `WriteObjectRequest.upload_id` field.
    * 
* * string upload_id = 1; + * * @return The bytes for uploadId. */ - com.google.protobuf.ByteString - getUploadIdBytes(); + com.google.protobuf.ByteString getUploadIdBytes(); } diff --git a/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java new file mode 100644 index 0000000000..6c9b1a3787 --- /dev/null +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageProto.java @@ -0,0 +1,1739 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto + +package com.google.storage.v2; + +public final class StorageProto { + private StorageProto() {} + + 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_storage_v2_DeleteBucketRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetBucketRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CreateBucketRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListBucketsRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListBucketsResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_UpdateBucketRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_DeleteNotificationRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetNotificationRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CreateNotificationRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListNotificationsRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListNotificationsResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ComposeObjectRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_DeleteObjectRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ReadObjectRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetObjectRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ReadObjectResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_WriteObjectSpec_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_WriteObjectRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_WriteObjectResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListObjectsRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_RewriteObjectRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_RewriteResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_StartResumableWriteRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_StartResumableWriteResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_UpdateObjectRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetServiceAccountRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_GetHmacKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListHmacKeysRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListHmacKeysResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CommonObjectRequestParams_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ServiceConstants_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Billing_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Cors_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Encryption_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_IamConfig_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Lifecycle_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Logging_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Versioning_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Website_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_Autoclass_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Bucket_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_BucketAccessControl_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ChecksummedData_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ObjectChecksums_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_HmacKeyMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Notification_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Notification_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Notification_CustomAttributesEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_CustomerEncryption_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Object_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Object_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Object_MetadataEntry_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Object_MetadataEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ObjectAccessControl_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ListObjectsResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ProjectTeam_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ServiceAccount_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_Owner_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_Owner_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_storage_v2_ContentRange_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_storage_v2_ContentRange_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/storage/v2/storage.proto\022\021googl" + + "e.storage.v2\032\027google/api/client.proto\032\037g" + + "oogle/api/field_behavior.proto\032\031google/a" + + "pi/resource.proto\032\030google/api/routing.pr" + + "oto\032\036google/iam/v1/iam_policy.proto\032\032goo" + + "gle/iam/v1/policy.proto\032\036google/protobuf" + + "/duration.proto\032\033google/protobuf/empty.p" + + "roto\032 google/protobuf/field_mask.proto\032\037" + + "google/protobuf/timestamp.proto\032\026google/" + + "type/date.proto\"\326\001\n\023DeleteBucketRequest\022" + + "3\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035storage.googleapi" + + "s.com/Bucket\022$\n\027if_metageneration_match\030" + + "\002 \001(\003H\000\210\001\001\022(\n\033if_metageneration_not_matc" + + "h\030\003 \001(\003H\001\210\001\001B\032\n\030_if_metageneration_match" + + "B\036\n\034_if_metageneration_not_match\"\225\002\n\020Get" + + "BucketRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035sto" + + "rage.googleapis.com/Bucket\022$\n\027if_metagen" + + "eration_match\030\002 \001(\003H\000\210\001\001\022(\n\033if_metagener" + + "ation_not_match\030\003 \001(\003H\001\210\001\001\0222\n\tread_mask\030" + + "\005 \001(\0132\032.google.protobuf.FieldMaskH\002\210\001\001B\032" + + "\n\030_if_metageneration_matchB\036\n\034_if_metage" + + "neration_not_matchB\014\n\n_read_mask\"\334\001\n\023Cre" + + "ateBucketRequest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-" + + "\n+cloudresourcemanager.googleapis.com/Pr" + + "oject\022)\n\006bucket\030\002 \001(\0132\031.google.storage.v" + + "2.Bucket\022\026\n\tbucket_id\030\003 \001(\tB\003\340A\002\022\026\n\016pred" + + "efined_acl\030\006 \001(\t\022%\n\035predefined_default_o" + + "bject_acl\030\007 \001(\t\"\322\001\n\022ListBucketsRequest\022C" + + "\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+cloudresourceman" + + "ager.googleapis.com/Project\022\021\n\tpage_size" + + "\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006prefix\030\004 \001" + + "(\t\0222\n\tread_mask\030\005 \001(\0132\032.google.protobuf." + + "FieldMaskH\000\210\001\001B\014\n\n_read_mask\"Z\n\023ListBuck" + + "etsResponse\022*\n\007buckets\030\001 \003(\0132\031.google.st" + + "orage.v2.Bucket\022\027\n\017next_page_token\030\002 \001(\t" + + "\"\177\n LockBucketRetentionPolicyRequest\0225\n\006" + + "bucket\030\001 \001(\tB%\340A\002\372A\037\n\035storage.googleapis" + + ".com/Bucket\022$\n\027if_metageneration_match\030\002" + + " \001(\003B\003\340A\002\"\306\002\n\023UpdateBucketRequest\022.\n\006buc" + + "ket\030\001 \001(\0132\031.google.storage.v2.BucketB\003\340A" + + "\002\022$\n\027if_metageneration_match\030\002 \001(\003H\000\210\001\001\022" + + "(\n\033if_metageneration_not_match\030\003 \001(\003H\001\210\001" + + "\001\022\026\n\016predefined_acl\030\010 \001(\t\022%\n\035predefined_" + + "default_object_acl\030\t \001(\t\0224\n\013update_mask\030" + + "\006 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002B\032" + + "\n\030_if_metageneration_matchB\036\n\034_if_metage" + + "neration_not_match\"V\n\031DeleteNotification" + + "Request\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#storage.g" + + "oogleapis.com/Notification\"M\n\026GetNotific" + + "ationRequest\0223\n\004name\030\001 \001(\tB%\340A\002\372A\037\n\035stor" + + "age.googleapis.com/Bucket\"\216\001\n\031CreateNoti" + + "ficationRequest\0225\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022" + + "\035storage.googleapis.com/Bucket\022:\n\014notifi" + + "cation\030\002 \001(\0132\037.google.storage.v2.Notific" + + "ationB\003\340A\002\"x\n\030ListNotificationsRequest\0225" + + "\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022\035storage.googleap" + + "is.com/Bucket\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage" + + "_token\030\003 \001(\t\"l\n\031ListNotificationsRespons" + + "e\0226\n\rnotifications\030\001 \003(\0132\037.google.storag" + + "e.v2.Notification\022\027\n\017next_page_token\030\002 \001" + + "(\t\"\365\005\n\024ComposeObjectRequest\0223\n\013destinati" + + "on\030\001 \001(\0132\031.google.storage.v2.ObjectB\003\340A\002" + + "\022L\n\016source_objects\030\002 \003(\01324.google.storag" + + "e.v2.ComposeObjectRequest.SourceObject\022\"" + + "\n\032destination_predefined_acl\030\t \001(\t\022 \n\023if" + + "_generation_match\030\004 \001(\003H\000\210\001\001\022$\n\027if_metag" + + "eneration_match\030\005 \001(\003H\001\210\001\001\0227\n\007kms_key\030\006 " + + "\001(\tB&\372A#\n!cloudkms.googleapis.com/Crypto" + + "Key\022R\n\034common_object_request_params\030\007 \001(" + + "\0132,.google.storage.v2.CommonObjectReques" + + "tParams\022<\n\020object_checksums\030\n \001(\0132\".goog" + + "le.storage.v2.ObjectChecksums\032\356\001\n\014Source" + + "Object\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\022\n\ngeneration\030" + + "\002 \001(\003\022f\n\024object_preconditions\030\003 \001(\0132H.go" + + "ogle.storage.v2.ComposeObjectRequest.Sou" + + "rceObject.ObjectPreconditions\032O\n\023ObjectP" + + "reconditions\022 \n\023if_generation_match\030\001 \001(" + + "\003H\000\210\001\001B\026\n\024_if_generation_matchB\026\n\024_if_ge" + + "neration_matchB\032\n\030_if_metageneration_mat" + + "ch\"\257\003\n\023DeleteObjectRequest\022\023\n\006bucket\030\001 \001" + + "(\tB\003\340A\002\022\023\n\006object\030\002 \001(\tB\003\340A\002\022\022\n\ngenerati" + + "on\030\004 \001(\003\022 \n\023if_generation_match\030\005 \001(\003H\000\210" + + "\001\001\022$\n\027if_generation_not_match\030\006 \001(\003H\001\210\001\001" + + "\022$\n\027if_metageneration_match\030\007 \001(\003H\002\210\001\001\022(" + + "\n\033if_metageneration_not_match\030\010 \001(\003H\003\210\001\001" + + "\022R\n\034common_object_request_params\030\n \001(\0132," + + ".google.storage.v2.CommonObjectRequestPa" + + "ramsB\026\n\024_if_generation_matchB\032\n\030_if_gene" + + "ration_not_matchB\032\n\030_if_metageneration_m" + + "atchB\036\n\034_if_metageneration_not_match\"5\n\033" + + "CancelResumableWriteRequest\022\026\n\tupload_id" + + "\030\001 \001(\tB\003\340A\002\"\036\n\034CancelResumableWriteRespo" + + "nse\"\230\004\n\021ReadObjectRequest\022\023\n\006bucket\030\001 \001(" + + "\tB\003\340A\002\022\023\n\006object\030\002 \001(\tB\003\340A\002\022\022\n\ngeneratio" + + "n\030\003 \001(\003\022\023\n\013read_offset\030\004 \001(\003\022\022\n\nread_lim" + + "it\030\005 \001(\003\022 \n\023if_generation_match\030\006 \001(\003H\000\210" + + "\001\001\022$\n\027if_generation_not_match\030\007 \001(\003H\001\210\001\001" + + "\022$\n\027if_metageneration_match\030\010 \001(\003H\002\210\001\001\022(" + + "\n\033if_metageneration_not_match\030\t \001(\003H\003\210\001\001" + + "\022R\n\034common_object_request_params\030\n \001(\0132," + + ".google.storage.v2.CommonObjectRequestPa" + + "rams\0222\n\tread_mask\030\014 \001(\0132\032.google.protobu" + + "f.FieldMaskH\004\210\001\001B\026\n\024_if_generation_match" + + "B\032\n\030_if_generation_not_matchB\032\n\030_if_meta" + + "generation_matchB\036\n\034_if_metageneration_n" + + "ot_matchB\014\n\n_read_mask\"\356\003\n\020GetObjectRequ" + + "est\022\023\n\006bucket\030\001 \001(\tB\003\340A\002\022\023\n\006object\030\002 \001(\t" + + "B\003\340A\002\022\022\n\ngeneration\030\003 \001(\003\022 \n\023if_generati" + + "on_match\030\004 \001(\003H\000\210\001\001\022$\n\027if_generation_not" + + "_match\030\005 \001(\003H\001\210\001\001\022$\n\027if_metageneration_m" + + "atch\030\006 \001(\003H\002\210\001\001\022(\n\033if_metageneration_not" + + "_match\030\007 \001(\003H\003\210\001\001\022R\n\034common_object_reque" + + "st_params\030\010 \001(\0132,.google.storage.v2.Comm" + + "onObjectRequestParams\0222\n\tread_mask\030\n \001(\013" + + "2\032.google.protobuf.FieldMaskH\004\210\001\001B\026\n\024_if" + + "_generation_matchB\032\n\030_if_generation_not_" + + "matchB\032\n\030_if_metageneration_matchB\036\n\034_if" + + "_metageneration_not_matchB\014\n\n_read_mask\"" + + "\365\001\n\022ReadObjectResponse\022<\n\020checksummed_da" + + "ta\030\001 \001(\0132\".google.storage.v2.Checksummed" + + "Data\022<\n\020object_checksums\030\002 \001(\0132\".google." + + "storage.v2.ObjectChecksums\0226\n\rcontent_ra" + + "nge\030\003 \001(\0132\037.google.storage.v2.ContentRan" + + "ge\022+\n\010metadata\030\004 \001(\0132\031.google.storage.v2" + + ".Object\"\215\003\n\017WriteObjectSpec\0220\n\010resource\030" + + "\001 \001(\0132\031.google.storage.v2.ObjectB\003\340A\002\022\026\n" + + "\016predefined_acl\030\007 \001(\t\022 \n\023if_generation_m" + + "atch\030\003 \001(\003H\000\210\001\001\022$\n\027if_generation_not_mat" + + "ch\030\004 \001(\003H\001\210\001\001\022$\n\027if_metageneration_match" + + "\030\005 \001(\003H\002\210\001\001\022(\n\033if_metageneration_not_mat" + + "ch\030\006 \001(\003H\003\210\001\001\022\030\n\013object_size\030\010 \001(\003H\004\210\001\001B" + + "\026\n\024_if_generation_matchB\032\n\030_if_generatio" + + "n_not_matchB\032\n\030_if_metageneration_matchB" + + "\036\n\034_if_metageneration_not_matchB\016\n\014_obje" + + "ct_size\"\206\003\n\022WriteObjectRequest\022\023\n\tupload" + + "_id\030\001 \001(\tH\000\022?\n\021write_object_spec\030\002 \001(\0132\"" + + ".google.storage.v2.WriteObjectSpecH\000\022\031\n\014" + + "write_offset\030\003 \001(\003B\003\340A\002\022>\n\020checksummed_d" + + "ata\030\004 \001(\0132\".google.storage.v2.Checksumme" + + "dDataH\001\022<\n\020object_checksums\030\006 \001(\0132\".goog" + + "le.storage.v2.ObjectChecksums\022\024\n\014finish_" + + "write\030\007 \001(\010\022R\n\034common_object_request_par" + + "ams\030\010 \001(\0132,.google.storage.v2.CommonObje" + + "ctRequestParamsB\017\n\rfirst_messageB\006\n\004data" + + "\"n\n\023WriteObjectResponse\022\030\n\016persisted_siz" + + "e\030\001 \001(\003H\000\022-\n\010resource\030\002 \001(\0132\031.google.sto" + + "rage.v2.ObjectH\000B\016\n\014write_status\"\317\002\n\022Lis" + + "tObjectsRequest\0225\n\006parent\030\001 \001(\tB%\340A\002\372A\037\022" + + "\035storage.googleapis.com/Bucket\022\021\n\tpage_s" + + "ize\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\021\n\tdelimit" + + "er\030\004 \001(\t\022\"\n\032include_trailing_delimiter\030\005" + + " \001(\010\022\016\n\006prefix\030\006 \001(\t\022\020\n\010versions\030\007 \001(\010\0222" + + "\n\tread_mask\030\010 \001(\0132\032.google.protobuf.Fiel" + + "dMaskH\000\210\001\001\022 \n\023lexicographic_start\030\n \001(\tB" + + "\003\340A\001\022\036\n\021lexicographic_end\030\013 \001(\tB\003\340A\001B\014\n\n" + + "_read_mask\"\205\001\n\027QueryWriteStatusRequest\022\026" + + "\n\tupload_id\030\001 \001(\tB\003\340A\002\022R\n\034common_object_" + + "request_params\030\002 \001(\0132,.google.storage.v2" + + ".CommonObjectRequestParams\"s\n\030QueryWrite" + + "StatusResponse\022\030\n\016persisted_size\030\001 \001(\003H\000" + + "\022-\n\010resource\030\002 \001(\0132\031.google.storage.v2.O" + + "bjectH\000B\016\n\014write_status\"\206\n\n\024RewriteObjec" + + "tRequest\022 \n\020destination_name\030\030 \001(\tB\006\340A\002\340" + + "A\005\022D\n\022destination_bucket\030\031 \001(\tB(\340A\002\340A\005\372A" + + "\037\n\035storage.googleapis.com/Bucket\022C\n\023dest" + + "ination_kms_key\030\033 \001(\tB&\372A#\n!cloudkms.goo" + + "gleapis.com/CryptoKey\022.\n\013destination\030\001 \001" + + "(\0132\031.google.storage.v2.Object\022\032\n\rsource_" + + "bucket\030\002 \001(\tB\003\340A\002\022\032\n\rsource_object\030\003 \001(\t" + + "B\003\340A\002\022\031\n\021source_generation\030\004 \001(\003\022\025\n\rrewr" + + "ite_token\030\005 \001(\t\022\"\n\032destination_predefine" + + "d_acl\030\034 \001(\t\022 \n\023if_generation_match\030\007 \001(\003" + + "H\000\210\001\001\022$\n\027if_generation_not_match\030\010 \001(\003H\001" + + "\210\001\001\022$\n\027if_metageneration_match\030\t \001(\003H\002\210\001" + + "\001\022(\n\033if_metageneration_not_match\030\n \001(\003H\003" + + "\210\001\001\022\'\n\032if_source_generation_match\030\013 \001(\003H" + + "\004\210\001\001\022+\n\036if_source_generation_not_match\030\014" + + " \001(\003H\005\210\001\001\022+\n\036if_source_metageneration_ma" + + "tch\030\r \001(\003H\006\210\001\001\022/\n\"if_source_metagenerati" + + "on_not_match\030\016 \001(\003H\007\210\001\001\022$\n\034max_bytes_rew" + + "ritten_per_call\030\017 \001(\003\022(\n copy_source_enc" + + "ryption_algorithm\030\020 \001(\t\022(\n copy_source_e" + + "ncryption_key_bytes\030\025 \001(\014\022/\n\'copy_source" + + "_encryption_key_sha256_bytes\030\026 \001(\014\022R\n\034co" + + "mmon_object_request_params\030\023 \001(\0132,.googl" + + "e.storage.v2.CommonObjectRequestParams\022<" + + "\n\020object_checksums\030\035 \001(\0132\".google.storag" + + "e.v2.ObjectChecksumsB\026\n\024_if_generation_m" + + "atchB\032\n\030_if_generation_not_matchB\032\n\030_if_" + + "metageneration_matchB\036\n\034_if_metagenerati" + + "on_not_matchB\035\n\033_if_source_generation_ma" + + "tchB!\n\037_if_source_generation_not_matchB!" + + "\n\037_if_source_metageneration_matchB%\n#_if" + + "_source_metageneration_not_match\"\227\001\n\017Rew" + + "riteResponse\022\035\n\025total_bytes_rewritten\030\001 " + + "\001(\003\022\023\n\013object_size\030\002 \001(\003\022\014\n\004done\030\003 \001(\010\022\025" + + "\n\rrewrite_token\030\004 \001(\t\022+\n\010resource\030\005 \001(\0132" + + "\031.google.storage.v2.Object\"\362\001\n\032StartResu" + + "mableWriteRequest\022B\n\021write_object_spec\030\001" + + " \001(\0132\".google.storage.v2.WriteObjectSpec" + + "B\003\340A\002\022R\n\034common_object_request_params\030\003 " + + "\001(\0132,.google.storage.v2.CommonObjectRequ" + + "estParams\022<\n\020object_checksums\030\005 \001(\0132\".go" + + "ogle.storage.v2.ObjectChecksums\"0\n\033Start" + + "ResumableWriteResponse\022\021\n\tupload_id\030\001 \001(" + + "\t\"\357\003\n\023UpdateObjectRequest\022.\n\006object\030\001 \001(" + + "\0132\031.google.storage.v2.ObjectB\003\340A\002\022 \n\023if_" + + "generation_match\030\002 \001(\003H\000\210\001\001\022$\n\027if_genera" + + "tion_not_match\030\003 \001(\003H\001\210\001\001\022$\n\027if_metagene" + + "ration_match\030\004 \001(\003H\002\210\001\001\022(\n\033if_metagenera" + + "tion_not_match\030\005 \001(\003H\003\210\001\001\022\026\n\016predefined_" + + "acl\030\n \001(\t\0224\n\013update_mask\030\007 \001(\0132\032.google." + + "protobuf.FieldMaskB\003\340A\002\022R\n\034common_object" + + "_request_params\030\010 \001(\0132,.google.storage.v" + + "2.CommonObjectRequestParamsB\026\n\024_if_gener" + + "ation_matchB\032\n\030_if_generation_not_matchB" + + "\032\n\030_if_metageneration_matchB\036\n\034_if_metag" + + "eneration_not_match\"`\n\030GetServiceAccount" + + "Request\022D\n\007project\030\001 \001(\tB3\340A\002\372A-\n+cloudr" + + "esourcemanager.googleapis.com/Project\"\200\001" + + "\n\024CreateHmacKeyRequest\022D\n\007project\030\001 \001(\tB" + + "3\340A\002\372A-\n+cloudresourcemanager.googleapis" + + ".com/Project\022\"\n\025service_account_email\030\002 " + + "\001(\tB\003\340A\002\"g\n\025CreateHmacKeyResponse\0224\n\010met" + + "adata\030\001 \001(\0132\".google.storage.v2.HmacKeyM" + + "etadata\022\030\n\020secret_key_bytes\030\003 \001(\014\"t\n\024Del" + + "eteHmacKeyRequest\022\026\n\taccess_id\030\001 \001(\tB\003\340A" + + "\002\022D\n\007project\030\002 \001(\tB3\340A\002\372A-\n+cloudresourc" + + "emanager.googleapis.com/Project\"q\n\021GetHm" + + "acKeyRequest\022\026\n\taccess_id\030\001 \001(\tB\003\340A\002\022D\n\007" + + "project\030\002 \001(\tB3\340A\002\372A-\n+cloudresourcemana" + + "ger.googleapis.com/Project\"\274\001\n\023ListHmacK" + + "eysRequest\022D\n\007project\030\001 \001(\tB3\340A\002\372A-\n+clo" + + "udresourcemanager.googleapis.com/Project" + + "\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022" + + "\035\n\025service_account_email\030\004 \001(\t\022\031\n\021show_d" + + "eleted_keys\030\005 \001(\010\"f\n\024ListHmacKeysRespons" + + "e\0225\n\thmac_keys\030\001 \003(\0132\".google.storage.v2" + + ".HmacKeyMetadata\022\027\n\017next_page_token\030\002 \001(" + + "\t\"\202\001\n\024UpdateHmacKeyRequest\0229\n\010hmac_key\030\001" + + " \001(\0132\".google.storage.v2.HmacKeyMetadata" + + "B\003\340A\002\022/\n\013update_mask\030\003 \001(\0132\032.google.prot" + + "obuf.FieldMask\"|\n\031CommonObjectRequestPar" + + "ams\022\034\n\024encryption_algorithm\030\001 \001(\t\022\034\n\024enc" + + "ryption_key_bytes\030\004 \001(\014\022#\n\033encryption_ke" + + "y_sha256_bytes\030\005 \001(\014\"\312\005\n\020ServiceConstant" + + "s\"\265\005\n\006Values\022\026\n\022VALUES_UNSPECIFIED\020\000\022\033\n\024" + + "MAX_READ_CHUNK_BYTES\020\200\200\200\001\022\034\n\025MAX_WRITE_C" + + "HUNK_BYTES\020\200\200\200\001\022\031\n\022MAX_OBJECT_SIZE_MB\020\200\200" + + "\300\002\022)\n$MAX_CUSTOM_METADATA_FIELD_NAME_BYT" + + "ES\020\200\010\022*\n%MAX_CUSTOM_METADATA_FIELD_VALUE" + + "_BYTES\020\200 \022)\n$MAX_CUSTOM_METADATA_TOTAL_S" + + "IZE_BYTES\020\200@\022*\n$MAX_BUCKET_METADATA_TOTA" + + "L_SIZE_BYTES\020\200\240\001\022\'\n#MAX_NOTIFICATION_CON" + + "FIGS_PER_BUCKET\020d\022\"\n\036MAX_LIFECYCLE_RULES" + + "_PER_BUCKET\020d\022&\n\"MAX_NOTIFICATION_CUSTOM" + + "_ATTRIBUTES\020\005\0221\n,MAX_NOTIFICATION_CUSTOM" + + "_ATTRIBUTE_KEY_LENGTH\020\200\002\0223\n.MAX_NOTIFICA" + + "TION_CUSTOM_ATTRIBUTE_VALUE_LENGTH\020\200\010\022\034\n" + + "\030MAX_LABELS_ENTRIES_COUNT\020@\022\037\n\033MAX_LABEL" + + "S_KEY_VALUE_LENGTH\020?\022\037\n\032MAX_LABELS_KEY_V" + + "ALUE_BYTES\020\200\001\022.\n)MAX_OBJECT_IDS_PER_DELE" + + "TE_OBJECTS_REQUEST\020\350\007\022\036\n\032SPLIT_TOKEN_MAX" + + "_VALID_DAYS\020\016\032\002\020\001\"\206\030\n\006Bucket\022\021\n\004name\030\001 \001" + + "(\tB\003\340A\005\022\026\n\tbucket_id\030\002 \001(\tB\003\340A\003\022\014\n\004etag\030" + + "\035 \001(\t\022D\n\007project\030\003 \001(\tB3\340A\005\372A-\n+cloudres" + + "ourcemanager.googleapis.com/Project\022\033\n\016m" + + "etageneration\030\004 \001(\003B\003\340A\003\022\025\n\010location\030\005 \001" + + "(\tB\003\340A\005\022\032\n\rlocation_type\030\006 \001(\tB\003\340A\003\022\025\n\rs" + + "torage_class\030\007 \001(\t\022\013\n\003rpo\030\033 \001(\t\0223\n\003acl\030\010" + + " \003(\0132&.google.storage.v2.BucketAccessCon" + + "trol\022B\n\022default_object_acl\030\t \003(\0132&.googl" + + "e.storage.v2.ObjectAccessControl\0226\n\tlife" + + "cycle\030\n \001(\0132#.google.storage.v2.Bucket.L" + + "ifecycle\0224\n\013create_time\030\013 \001(\0132\032.google.p" + + "rotobuf.TimestampB\003\340A\003\022,\n\004cors\030\014 \003(\0132\036.g" + + "oogle.storage.v2.Bucket.Cors\0224\n\013update_t" + + "ime\030\r \001(\0132\032.google.protobuf.TimestampB\003\340" + + "A\003\022 \n\030default_event_based_hold\030\016 \001(\010\0225\n\006" + + "labels\030\017 \003(\0132%.google.storage.v2.Bucket." + + "LabelsEntry\0222\n\007website\030\020 \001(\0132!.google.st" + + "orage.v2.Bucket.Website\0228\n\nversioning\030\021 " + + "\001(\0132$.google.storage.v2.Bucket.Versionin" + + "g\0222\n\007logging\030\022 \001(\0132!.google.storage.v2.B" + + "ucket.Logging\022,\n\005owner\030\023 \001(\0132\030.google.st" + + "orage.v2.OwnerB\003\340A\003\0228\n\nencryption\030\024 \001(\0132" + + "$.google.storage.v2.Bucket.Encryption\0222\n" + + "\007billing\030\025 \001(\0132!.google.storage.v2.Bucke" + + "t.Billing\022C\n\020retention_policy\030\026 \001(\0132).go" + + "ogle.storage.v2.Bucket.RetentionPolicy\0227" + + "\n\niam_config\030\027 \001(\0132#.google.storage.v2.B" + + "ucket.IamConfig\022\025\n\rsatisfies_pzs\030\031 \001(\010\022P" + + "\n\027custom_placement_config\030\032 \001(\0132/.google" + + ".storage.v2.Bucket.CustomPlacementConfig" + + "\0226\n\tautoclass\030\034 \001(\0132#.google.storage.v2." + + "Bucket.Autoclass\032!\n\007Billing\022\026\n\016requester" + + "_pays\030\001 \001(\010\032X\n\004Cors\022\016\n\006origin\030\001 \003(\t\022\016\n\006m" + + "ethod\030\002 \003(\t\022\027\n\017response_header\030\003 \003(\t\022\027\n\017" + + "max_age_seconds\030\004 \001(\005\032M\n\nEncryption\022?\n\017d" + + "efault_kms_key\030\001 \001(\tB&\372A#\n!cloudkms.goog" + + "leapis.com/CryptoKey\032\354\001\n\tIamConfig\022a\n\033un" + + "iform_bucket_level_access\030\001 \001(\0132<.google" + + ".storage.v2.Bucket.IamConfig.UniformBuck" + + "etLevelAccess\022 \n\030public_access_preventio" + + "n\030\003 \001(\t\032Z\n\030UniformBucketLevelAccess\022\017\n\007e" + + "nabled\030\001 \001(\010\022-\n\tlock_time\030\002 \001(\0132\032.google" + + ".protobuf.Timestamp\032\363\005\n\tLifecycle\0226\n\004rul" + + "e\030\001 \003(\0132(.google.storage.v2.Bucket.Lifec" + + "ycle.Rule\032\255\005\n\004Rule\022?\n\006action\030\001 \001(\0132/.goo" + + "gle.storage.v2.Bucket.Lifecycle.Rule.Act" + + "ion\022E\n\tcondition\030\002 \001(\01322.google.storage." + + "v2.Bucket.Lifecycle.Rule.Condition\032-\n\006Ac" + + "tion\022\014\n\004type\030\001 \001(\t\022\025\n\rstorage_class\030\002 \001(" + + "\t\032\355\003\n\tCondition\022\025\n\010age_days\030\001 \001(\005H\000\210\001\001\022)" + + "\n\016created_before\030\002 \001(\0132\021.google.type.Dat" + + "e\022\024\n\007is_live\030\003 \001(\010H\001\210\001\001\022\037\n\022num_newer_ver" + + "sions\030\004 \001(\005H\002\210\001\001\022\035\n\025matches_storage_clas" + + "s\030\005 \003(\t\022#\n\026days_since_custom_time\030\007 \001(\005H" + + "\003\210\001\001\022-\n\022custom_time_before\030\010 \001(\0132\021.googl" + + "e.type.Date\022\'\n\032days_since_noncurrent_tim" + + "e\030\t \001(\005H\004\210\001\001\0221\n\026noncurrent_time_before\030\n" + + " \001(\0132\021.google.type.Date\022\026\n\016matches_prefi" + + "x\030\013 \003(\t\022\026\n\016matches_suffix\030\014 \003(\tB\013\n\t_age_" + + "daysB\n\n\010_is_liveB\025\n\023_num_newer_versionsB" + + "\031\n\027_days_since_custom_timeB\035\n\033_days_sinc" + + "e_noncurrent_time\0328\n\007Logging\022\022\n\nlog_buck" + + "et\030\001 \001(\t\022\031\n\021log_object_prefix\030\002 \001(\t\032\303\001\n\017" + + "RetentionPolicy\0222\n\016effective_time\030\001 \001(\0132" + + "\032.google.protobuf.Timestamp\022\021\n\tis_locked" + + "\030\002 \001(\010\022\035\n\020retention_period\030\003 \001(\003H\000\210\001\001\0225\n" + + "\022retention_duration\030\004 \001(\0132\031.google.proto" + + "buf.DurationB\023\n\021_retention_period\032\035\n\nVer" + + "sioning\022\017\n\007enabled\030\001 \001(\010\032;\n\007Website\022\030\n\020m" + + "ain_page_suffix\030\001 \001(\t\022\026\n\016not_found_page\030" + + "\002 \001(\t\032/\n\025CustomPlacementConfig\022\026\n\016data_l" + + "ocations\030\001 \003(\t\032R\n\tAutoclass\022\017\n\007enabled\030\001" + + " \001(\010\0224\n\013toggle_time\030\002 \001(\0132\032.google.proto" + + "buf.TimestampB\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key" + + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:G\352AD\n\035storage." + + "googleapis.com/Bucket\022#projects/{project" + + "}/buckets/{bucket}\"\316\001\n\023BucketAccessContr" + + "ol\022\014\n\004role\030\001 \001(\t\022\n\n\002id\030\002 \001(\t\022\016\n\006entity\030\003" + + " \001(\t\022\027\n\nentity_alt\030\t \001(\tB\003\340A\003\022\021\n\tentity_" + + "id\030\004 \001(\t\022\014\n\004etag\030\010 \001(\t\022\r\n\005email\030\005 \001(\t\022\016\n" + + "\006domain\030\006 \001(\t\0224\n\014project_team\030\007 \001(\0132\036.go" + + "ogle.storage.v2.ProjectTeam\"B\n\017Checksumm" + + "edData\022\017\n\007content\030\001 \001(\014\022\023\n\006crc32c\030\002 \001(\007H" + + "\000\210\001\001B\t\n\007_crc32c\"C\n\017ObjectChecksums\022\023\n\006cr" + + "c32c\030\001 \001(\007H\000\210\001\001\022\020\n\010md5_hash\030\002 \001(\014B\t\n\007_cr" + + "c32c\"\255\002\n\017HmacKeyMetadata\022\017\n\002id\030\001 \001(\tB\003\340A" + + "\005\022\026\n\taccess_id\030\002 \001(\tB\003\340A\005\022D\n\007project\030\003 \001" + + "(\tB3\340A\005\372A-\n+cloudresourcemanager.googlea" + + "pis.com/Project\022\"\n\025service_account_email" + + "\030\004 \001(\tB\003\340A\003\022\r\n\005state\030\005 \001(\t\0224\n\013create_tim" + + "e\030\006 \001(\0132\032.google.protobuf.TimestampB\003\340A\003" + + "\0224\n\013update_time\030\007 \001(\0132\032.google.protobuf." + + "TimestampB\003\340A\003\022\014\n\004etag\030\010 \001(\t\"\216\003\n\014Notific" + + "ation\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\022\n\005topic\030\002 \001(\tB" + + "\003\340A\002\022\014\n\004etag\030\007 \001(\t\022\023\n\013event_types\030\003 \003(\t\022" + + "P\n\021custom_attributes\030\004 \003(\01325.google.stor" + + "age.v2.Notification.CustomAttributesEntr" + + "y\022\032\n\022object_name_prefix\030\005 \001(\t\022\033\n\016payload" + + "_format\030\006 \001(\tB\003\340A\002\0327\n\025CustomAttributesEn" + + "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:p\352Am" + + "\n#storage.googleapis.com/Notification\022Fp" + + "rojects/{project}/buckets/{bucket}/notif" + + "icationConfigs/{notification}\"L\n\022Custome" + + "rEncryption\022\034\n\024encryption_algorithm\030\001 \001(" + + "\t\022\030\n\020key_sha256_bytes\030\003 \001(\014\"\202\t\n\006Object\022\021" + + "\n\004name\030\001 \001(\tB\003\340A\005\0225\n\006bucket\030\002 \001(\tB%\340A\005\372A" + + "\037\n\035storage.googleapis.com/Bucket\022\014\n\004etag" + + "\030\033 \001(\t\022\027\n\ngeneration\030\003 \001(\003B\003\340A\005\022\033\n\016metag" + + "eneration\030\004 \001(\003B\003\340A\003\022\025\n\rstorage_class\030\005 " + + "\001(\t\022\021\n\004size\030\006 \001(\003B\003\340A\003\022\030\n\020content_encodi" + + "ng\030\007 \001(\t\022\033\n\023content_disposition\030\010 \001(\t\022\025\n" + + "\rcache_control\030\t \001(\t\0223\n\003acl\030\n \003(\0132&.goog" + + "le.storage.v2.ObjectAccessControl\022\030\n\020con" + + "tent_language\030\013 \001(\t\0224\n\013delete_time\030\014 \001(\013" + + "2\032.google.protobuf.TimestampB\003\340A\003\022\024\n\014con" + + "tent_type\030\r \001(\t\0224\n\013create_time\030\016 \001(\0132\032.g" + + "oogle.protobuf.TimestampB\003\340A\003\022\034\n\017compone" + + "nt_count\030\017 \001(\005B\003\340A\003\022:\n\tchecksums\030\020 \001(\0132\"" + + ".google.storage.v2.ObjectChecksumsB\003\340A\003\022" + + "4\n\013update_time\030\021 \001(\0132\032.google.protobuf.T" + + "imestampB\003\340A\003\0227\n\007kms_key\030\022 \001(\tB&\372A#\n!clo" + + "udkms.googleapis.com/CryptoKey\022B\n\031update" + + "_storage_class_time\030\023 \001(\0132\032.google.proto" + + "buf.TimestampB\003\340A\003\022\026\n\016temporary_hold\030\024 \001" + + "(\010\0229\n\025retention_expire_time\030\025 \001(\0132\032.goog" + + "le.protobuf.Timestamp\0229\n\010metadata\030\026 \003(\0132" + + "\'.google.storage.v2.Object.MetadataEntry" + + "\022\035\n\020event_based_hold\030\027 \001(\010H\000\210\001\001\022,\n\005owner" + + "\030\030 \001(\0132\030.google.storage.v2.OwnerB\003\340A\003\022B\n" + + "\023customer_encryption\030\031 \001(\0132%.google.stor" + + "age.v2.CustomerEncryption\022/\n\013custom_time" + + "\030\032 \001(\0132\032.google.protobuf.Timestamp\032/\n\rMe" + + "tadataEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:" + + "\0028\001B\023\n\021_event_based_hold\"\316\001\n\023ObjectAcces" + + "sControl\022\014\n\004role\030\001 \001(\t\022\n\n\002id\030\002 \001(\t\022\016\n\006en" + + "tity\030\003 \001(\t\022\027\n\nentity_alt\030\t \001(\tB\003\340A\003\022\021\n\te", + "ntity_id\030\004 \001(\t\022\014\n\004etag\030\010 \001(\t\022\r\n\005email\030\005 " + + "\001(\t\022\016\n\006domain\030\006 \001(\t\0224\n\014project_team\030\007 \001(" + + "\0132\036.google.storage.v2.ProjectTeam\"l\n\023Lis" + + "tObjectsResponse\022*\n\007objects\030\001 \003(\0132\031.goog" + + "le.storage.v2.Object\022\020\n\010prefixes\030\002 \003(\t\022\027" + + "\n\017next_page_token\030\003 \001(\t\"3\n\013ProjectTeam\022\026" + + "\n\016project_number\030\001 \001(\t\022\014\n\004team\030\002 \001(\t\"\'\n\016" + + "ServiceAccount\022\025\n\remail_address\030\001 \001(\t\"*\n" + + "\005Owner\022\016\n\006entity\030\001 \001(\t\022\021\n\tentity_id\030\002 \001(" + + "\t\"C\n\014ContentRange\022\r\n\005start\030\001 \001(\003\022\013\n\003end\030" + + "\002 \001(\003\022\027\n\017complete_length\030\003 \001(\0032\257%\n\007Stora" + + "ge\022r\n\014DeleteBucket\022&.google.storage.v2.D" + + "eleteBucketRequest\032\026.google.protobuf.Emp" + + "ty\"\"\212\323\344\223\002\025\022\023\n\004name\022\013{bucket=**}\332A\004name\022o" + + "\n\tGetBucket\022#.google.storage.v2.GetBucke" + + "tRequest\032\031.google.storage.v2.Bucket\"\"\212\323\344" + + "\223\002\025\022\023\n\004name\022\013{bucket=**}\332A\004name\022\213\001\n\014Crea" + + "teBucket\022&.google.storage.v2.CreateBucke" + + "tRequest\032\031.google.storage.v2.Bucket\"8\212\323\344" + + "\223\002\030\022\026\n\006parent\022\014{project=**}\332A\027parent,buc" + + "ket,bucket_id\022\205\001\n\013ListBuckets\022%.google.s" + + "torage.v2.ListBucketsRequest\032&.google.st" + + "orage.v2.ListBucketsResponse\"\'\212\323\344\223\002\030\022\026\n\006" + + "parent\022\014{project=**}\332A\006parent\022\223\001\n\031LockBu" + + "cketRetentionPolicy\0223.google.storage.v2." + + "LockBucketRetentionPolicyRequest\032\031.googl" + + "e.storage.v2.Bucket\"&\212\323\344\223\002\027\022\025\n\006bucket\022\013{" + + "bucket=**}\332A\006bucket\022\253\001\n\014GetIamPolicy\022\".g" + + "oogle.iam.v1.GetIamPolicyRequest\032\025.googl" + + "e.iam.v1.Policy\"`\212\323\344\223\002O\022\027\n\010resource\022\013{bu" + + "cket=**}\0224\n\010resource\022({bucket=projects/*" + + "/buckets/*}/objects/**\332A\010resource\022\262\001\n\014Se" + + "tIamPolicy\022\".google.iam.v1.SetIamPolicyR" + + "equest\032\025.google.iam.v1.Policy\"g\212\323\344\223\002O\022\027\n" + + "\010resource\022\013{bucket=**}\0224\n\010resource\022({buc" + + "ket=projects/*/buckets/*}/objects/**\332A\017r" + + "esource,policy\022\327\001\n\022TestIamPermissions\022(." + + "google.iam.v1.TestIamPermissionsRequest\032" + + ").google.iam.v1.TestIamPermissionsRespon" + + "se\"l\212\323\344\223\002O\022\027\n\010resource\022\013{bucket=**}\0224\n\010r" + + "esource\022({bucket=projects/*/buckets/*}/o" + + "bjects/**\332A\024resource,permissions\022\212\001\n\014Upd" + + "ateBucket\022&.google.storage.v2.UpdateBuck" + + "etRequest\032\031.google.storage.v2.Bucket\"7\212\323" + + "\344\223\002\034\022\032\n\013bucket.name\022\013{bucket=**}\332A\022bucke" + + "t,update_mask\022\223\001\n\022DeleteNotification\022,.g" + + "oogle.storage.v2.DeleteNotificationReque" + + "st\032\026.google.protobuf.Empty\"7\212\323\344\223\002*\022(\n\004na" + + "me\022 {bucket=projects/*/buckets/*}/**\332A\004n" + + "ame\022\226\001\n\017GetNotification\022).google.storage" + + ".v2.GetNotificationRequest\032\037.google.stor" + + "age.v2.Notification\"7\212\323\344\223\002*\022(\n\004name\022 {bu" + + "cket=projects/*/buckets/*}/**\332A\004name\022\230\001\n" + + "\022CreateNotification\022,.google.storage.v2." + + "CreateNotificationRequest\032\037.google.stora" + + "ge.v2.Notification\"3\212\323\344\223\002\027\022\025\n\006parent\022\013{b" + + "ucket=**}\332A\023parent,notification\022\226\001\n\021List" + + "Notifications\022+.google.storage.v2.ListNo" + + "tificationsRequest\032,.google.storage.v2.L" + + "istNotificationsResponse\"&\212\323\344\223\002\027\022\025\n\006pare" + + "nt\022\013{bucket=**}\332A\006parent\022~\n\rComposeObjec" + + "t\022\'.google.storage.v2.ComposeObjectReque" + + "st\032\031.google.storage.v2.Object\")\212\323\344\223\002#\022!\n" + + "\022destination.bucket\022\013{bucket=**}\022\230\001\n\014Del" + + "eteObject\022&.google.storage.v2.DeleteObje" + + "ctRequest\032\026.google.protobuf.Empty\"H\212\323\344\223\002" + + "\027\022\025\n\006bucket\022\013{bucket=**}\332A\rbucket,object" + + "\332A\030bucket,object,generation\022\272\001\n\024CancelRe" + + "sumableWrite\022..google.storage.v2.CancelR" + + "esumableWriteRequest\032/.google.storage.v2" + + ".CancelResumableWriteResponse\"A\212\323\344\223\002/\022-\n" + + "\tupload_id\022 {bucket=projects/*/buckets/*" + + "}/**\332A\tupload_id\022\225\001\n\tGetObject\022#.google." + + "storage.v2.GetObjectRequest\032\031.google.sto" + + "rage.v2.Object\"H\212\323\344\223\002\027\022\025\n\006bucket\022\013{bucke" + + "t=**}\332A\rbucket,object\332A\030bucket,object,ge" + + "neration\022\245\001\n\nReadObject\022$.google.storage" + + ".v2.ReadObjectRequest\032%.google.storage.v" + + "2.ReadObjectResponse\"H\212\323\344\223\002\027\022\025\n\006bucket\022\013" + + "{bucket=**}\332A\rbucket,object\332A\030bucket,obj" + + "ect,generation0\001\022\214\001\n\014UpdateObject\022&.goog" + + "le.storage.v2.UpdateObjectRequest\032\031.goog" + + "le.storage.v2.Object\"9\212\323\344\223\002\036\022\034\n\robject.b" + + "ucket\022\013{bucket=**}\332A\022object,update_mask\022" + + "`\n\013WriteObject\022%.google.storage.v2.Write" + + "ObjectRequest\032&.google.storage.v2.WriteO" + + "bjectResponse\"\000(\001\022\204\001\n\013ListObjects\022%.goog" + + "le.storage.v2.ListObjectsRequest\032&.googl" + + "e.storage.v2.ListObjectsResponse\"&\212\323\344\223\002\027" + + "\022\025\n\006parent\022\013{bucket=**}\332A\006parent\022\230\001\n\rRew" + + "riteObject\022\'.google.storage.v2.RewriteOb" + + "jectRequest\032\".google.storage.v2.RewriteR" + + "esponse\":\212\323\344\223\0024\022\017\n\rsource_bucket\022!\n\022dest" + + "ination_bucket\022\013{bucket=**}\022\256\001\n\023StartRes" + + "umableWrite\022-.google.storage.v2.StartRes" + + "umableWriteRequest\032..google.storage.v2.S" + + "tartResumableWriteResponse\"8\212\323\344\223\0022\0220\n!wr" + + "ite_object_spec.resource.bucket\022\013{bucket" + + "=**}\022\256\001\n\020QueryWriteStatus\022*.google.stora" + + "ge.v2.QueryWriteStatusRequest\032+.google.s" + + "torage.v2.QueryWriteStatusResponse\"A\212\323\344\223" + + "\002/\022-\n\tupload_id\022 {bucket=projects/*/buck" + + "ets/*}/**\332A\tupload_id\022\200\001\n\021GetServiceAcco" + + "unt\022+.google.storage.v2.GetServiceAccoun" + + "tRequest\032!.google.storage.v2.ServiceAcco" + + "unt\"\033\212\323\344\223\002\013\022\t\n\007project\332A\007project\022\225\001\n\rCre" + + "ateHmacKey\022\'.google.storage.v2.CreateHma" + + "cKeyRequest\032(.google.storage.v2.CreateHm" + + "acKeyResponse\"1\212\323\344\223\002\013\022\t\n\007project\332A\035proje" + + "ct,service_account_email\022w\n\rDeleteHmacKe" + + "y\022\'.google.storage.v2.DeleteHmacKeyReque" + + "st\032\026.google.protobuf.Empty\"%\212\323\344\223\002\013\022\t\n\007pr" + + "oject\332A\021access_id,project\022}\n\nGetHmacKey\022" + + "$.google.storage.v2.GetHmacKeyRequest\032\"." + + "google.storage.v2.HmacKeyMetadata\"%\212\323\344\223\002" + + "\013\022\t\n\007project\332A\021access_id,project\022|\n\014List" + + "HmacKeys\022&.google.storage.v2.ListHmacKey" + + "sRequest\032\'.google.storage.v2.ListHmacKey" + + "sResponse\"\033\212\323\344\223\002\013\022\t\n\007project\332A\007project\022\235" + + "\001\n\rUpdateHmacKey\022\'.google.storage.v2.Upd" + + "ateHmacKeyRequest\032\".google.storage.v2.Hm" + + "acKeyMetadata\"?\212\323\344\223\002\"\022 \n\020hmac_key.projec" + + "t\022\014{project=**}\332A\024hmac_key,update_mask\032\247" + + "\002\312A\026storage.googleapis.com\322A\212\002https://ww" + + "w.googleapis.com/auth/cloud-platform,htt" + + "ps://www.googleapis.com/auth/cloud-platf" + + "orm.read-only,https://www.googleapis.com" + + "/auth/devstorage.full_control,https://ww" + + "w.googleapis.com/auth/devstorage.read_on" + + "ly,https://www.googleapis.com/auth/devst" + + "orage.read_writeB\334\001\n\025com.google.storage." + + "v2B\014StorageProtoP\001Z8google.golang.org/ge" + + "nproto/googleapis/storage/v2;storage\352Ax\n" + + "!cloudkms.googleapis.com/CryptoKey\022Sproj" + + "ects/{project}/locations/{location}/keyR" + + "ings/{key_ring}/cryptoKeys/{crypto_key}b" + + "\006proto3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.api.RoutingProto.getDescriptor(), + com.google.iam.v1.IamPolicyProto.getDescriptor(), + com.google.iam.v1.PolicyProto.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.EmptyProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + com.google.type.DateProto.getDescriptor(), + }); + internal_static_google_storage_v2_DeleteBucketRequest_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_storage_v2_DeleteBucketRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_DeleteBucketRequest_descriptor, + new java.lang.String[] { + "Name", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + }); + internal_static_google_storage_v2_GetBucketRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_storage_v2_GetBucketRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetBucketRequest_descriptor, + new java.lang.String[] { + "Name", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "ReadMask", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "ReadMask", + }); + internal_static_google_storage_v2_CreateBucketRequest_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_storage_v2_CreateBucketRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CreateBucketRequest_descriptor, + new java.lang.String[] { + "Parent", "Bucket", "BucketId", "PredefinedAcl", "PredefinedDefaultObjectAcl", + }); + internal_static_google_storage_v2_ListBucketsRequest_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_storage_v2_ListBucketsRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListBucketsRequest_descriptor, + new java.lang.String[] { + "Parent", "PageSize", "PageToken", "Prefix", "ReadMask", "ReadMask", + }); + internal_static_google_storage_v2_ListBucketsResponse_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_storage_v2_ListBucketsResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListBucketsResponse_descriptor, + new java.lang.String[] { + "Buckets", "NextPageToken", + }); + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_LockBucketRetentionPolicyRequest_descriptor, + new java.lang.String[] { + "Bucket", "IfMetagenerationMatch", + }); + internal_static_google_storage_v2_UpdateBucketRequest_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_UpdateBucketRequest_descriptor, + new java.lang.String[] { + "Bucket", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "PredefinedAcl", + "PredefinedDefaultObjectAcl", + "UpdateMask", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + }); + internal_static_google_storage_v2_DeleteNotificationRequest_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_storage_v2_DeleteNotificationRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_DeleteNotificationRequest_descriptor, + new java.lang.String[] { + "Name", + }); + internal_static_google_storage_v2_GetNotificationRequest_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_storage_v2_GetNotificationRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetNotificationRequest_descriptor, + new java.lang.String[] { + "Name", + }); + internal_static_google_storage_v2_CreateNotificationRequest_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_storage_v2_CreateNotificationRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CreateNotificationRequest_descriptor, + new java.lang.String[] { + "Parent", "Notification", + }); + internal_static_google_storage_v2_ListNotificationsRequest_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_storage_v2_ListNotificationsRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListNotificationsRequest_descriptor, + new java.lang.String[] { + "Parent", "PageSize", "PageToken", + }); + internal_static_google_storage_v2_ListNotificationsResponse_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_storage_v2_ListNotificationsResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListNotificationsResponse_descriptor, + new java.lang.String[] { + "Notifications", "NextPageToken", + }); + internal_static_google_storage_v2_ComposeObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_storage_v2_ComposeObjectRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ComposeObjectRequest_descriptor, + new java.lang.String[] { + "Destination", + "SourceObjects", + "DestinationPredefinedAcl", + "IfGenerationMatch", + "IfMetagenerationMatch", + "KmsKey", + "CommonObjectRequestParams", + "ObjectChecksums", + "IfGenerationMatch", + "IfMetagenerationMatch", + }); + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor = + internal_static_google_storage_v2_ComposeObjectRequest_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor, + new java.lang.String[] { + "Name", "Generation", "ObjectPreconditions", + }); + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor = + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_descriptor + .getNestedTypes() + .get(0); + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ComposeObjectRequest_SourceObject_ObjectPreconditions_descriptor, + new java.lang.String[] { + "IfGenerationMatch", "IfGenerationMatch", + }); + internal_static_google_storage_v2_DeleteObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_storage_v2_DeleteObjectRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_DeleteObjectRequest_descriptor, + new java.lang.String[] { + "Bucket", + "Object", + "Generation", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "CommonObjectRequestParams", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + }); + internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_storage_v2_CancelResumableWriteRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CancelResumableWriteRequest_descriptor, + new java.lang.String[] { + "UploadId", + }); + internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_storage_v2_CancelResumableWriteResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CancelResumableWriteResponse_descriptor, + new java.lang.String[] {}); + internal_static_google_storage_v2_ReadObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_storage_v2_ReadObjectRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ReadObjectRequest_descriptor, + new java.lang.String[] { + "Bucket", + "Object", + "Generation", + "ReadOffset", + "ReadLimit", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "CommonObjectRequestParams", + "ReadMask", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "ReadMask", + }); + internal_static_google_storage_v2_GetObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(17); + internal_static_google_storage_v2_GetObjectRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetObjectRequest_descriptor, + new java.lang.String[] { + "Bucket", + "Object", + "Generation", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "CommonObjectRequestParams", + "ReadMask", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "ReadMask", + }); + internal_static_google_storage_v2_ReadObjectResponse_descriptor = + getDescriptor().getMessageTypes().get(18); + internal_static_google_storage_v2_ReadObjectResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ReadObjectResponse_descriptor, + new java.lang.String[] { + "ChecksummedData", "ObjectChecksums", "ContentRange", "Metadata", + }); + internal_static_google_storage_v2_WriteObjectSpec_descriptor = + getDescriptor().getMessageTypes().get(19); + internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_WriteObjectSpec_descriptor, + new java.lang.String[] { + "Resource", + "PredefinedAcl", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "ObjectSize", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "ObjectSize", + }); + internal_static_google_storage_v2_WriteObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(20); + internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_WriteObjectRequest_descriptor, + new java.lang.String[] { + "UploadId", + "WriteObjectSpec", + "WriteOffset", + "ChecksummedData", + "ObjectChecksums", + "FinishWrite", + "CommonObjectRequestParams", + "FirstMessage", + "Data", + }); + internal_static_google_storage_v2_WriteObjectResponse_descriptor = + getDescriptor().getMessageTypes().get(21); + internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_WriteObjectResponse_descriptor, + new java.lang.String[] { + "PersistedSize", "Resource", "WriteStatus", + }); + internal_static_google_storage_v2_ListObjectsRequest_descriptor = + getDescriptor().getMessageTypes().get(22); + internal_static_google_storage_v2_ListObjectsRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListObjectsRequest_descriptor, + new java.lang.String[] { + "Parent", + "PageSize", + "PageToken", + "Delimiter", + "IncludeTrailingDelimiter", + "Prefix", + "Versions", + "ReadMask", + "LexicographicStart", + "LexicographicEnd", + "ReadMask", + }); + internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor = + getDescriptor().getMessageTypes().get(23); + internal_static_google_storage_v2_QueryWriteStatusRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_QueryWriteStatusRequest_descriptor, + new java.lang.String[] { + "UploadId", "CommonObjectRequestParams", + }); + internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor = + getDescriptor().getMessageTypes().get(24); + internal_static_google_storage_v2_QueryWriteStatusResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_QueryWriteStatusResponse_descriptor, + new java.lang.String[] { + "PersistedSize", "Resource", "WriteStatus", + }); + internal_static_google_storage_v2_RewriteObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(25); + internal_static_google_storage_v2_RewriteObjectRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_RewriteObjectRequest_descriptor, + new java.lang.String[] { + "DestinationName", + "DestinationBucket", + "DestinationKmsKey", + "Destination", + "SourceBucket", + "SourceObject", + "SourceGeneration", + "RewriteToken", + "DestinationPredefinedAcl", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "IfSourceGenerationMatch", + "IfSourceGenerationNotMatch", + "IfSourceMetagenerationMatch", + "IfSourceMetagenerationNotMatch", + "MaxBytesRewrittenPerCall", + "CopySourceEncryptionAlgorithm", + "CopySourceEncryptionKeyBytes", + "CopySourceEncryptionKeySha256Bytes", + "CommonObjectRequestParams", + "ObjectChecksums", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "IfSourceGenerationMatch", + "IfSourceGenerationNotMatch", + "IfSourceMetagenerationMatch", + "IfSourceMetagenerationNotMatch", + }); + internal_static_google_storage_v2_RewriteResponse_descriptor = + getDescriptor().getMessageTypes().get(26); + internal_static_google_storage_v2_RewriteResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_RewriteResponse_descriptor, + new java.lang.String[] { + "TotalBytesRewritten", "ObjectSize", "Done", "RewriteToken", "Resource", + }); + internal_static_google_storage_v2_StartResumableWriteRequest_descriptor = + getDescriptor().getMessageTypes().get(27); + internal_static_google_storage_v2_StartResumableWriteRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_StartResumableWriteRequest_descriptor, + new java.lang.String[] { + "WriteObjectSpec", "CommonObjectRequestParams", "ObjectChecksums", + }); + internal_static_google_storage_v2_StartResumableWriteResponse_descriptor = + getDescriptor().getMessageTypes().get(28); + internal_static_google_storage_v2_StartResumableWriteResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_StartResumableWriteResponse_descriptor, + new java.lang.String[] { + "UploadId", + }); + internal_static_google_storage_v2_UpdateObjectRequest_descriptor = + getDescriptor().getMessageTypes().get(29); + internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_UpdateObjectRequest_descriptor, + new java.lang.String[] { + "Object", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + "PredefinedAcl", + "UpdateMask", + "CommonObjectRequestParams", + "IfGenerationMatch", + "IfGenerationNotMatch", + "IfMetagenerationMatch", + "IfMetagenerationNotMatch", + }); + internal_static_google_storage_v2_GetServiceAccountRequest_descriptor = + getDescriptor().getMessageTypes().get(30); + internal_static_google_storage_v2_GetServiceAccountRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetServiceAccountRequest_descriptor, + new java.lang.String[] { + "Project", + }); + internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(31); + internal_static_google_storage_v2_CreateHmacKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CreateHmacKeyRequest_descriptor, + new java.lang.String[] { + "Project", "ServiceAccountEmail", + }); + internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(32); + internal_static_google_storage_v2_CreateHmacKeyResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CreateHmacKeyResponse_descriptor, + new java.lang.String[] { + "Metadata", "SecretKeyBytes", + }); + internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(33); + internal_static_google_storage_v2_DeleteHmacKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_DeleteHmacKeyRequest_descriptor, + new java.lang.String[] { + "AccessId", "Project", + }); + internal_static_google_storage_v2_GetHmacKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(34); + internal_static_google_storage_v2_GetHmacKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_GetHmacKeyRequest_descriptor, + new java.lang.String[] { + "AccessId", "Project", + }); + internal_static_google_storage_v2_ListHmacKeysRequest_descriptor = + getDescriptor().getMessageTypes().get(35); + internal_static_google_storage_v2_ListHmacKeysRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListHmacKeysRequest_descriptor, + new java.lang.String[] { + "Project", "PageSize", "PageToken", "ServiceAccountEmail", "ShowDeletedKeys", + }); + internal_static_google_storage_v2_ListHmacKeysResponse_descriptor = + getDescriptor().getMessageTypes().get(36); + internal_static_google_storage_v2_ListHmacKeysResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListHmacKeysResponse_descriptor, + new java.lang.String[] { + "HmacKeys", "NextPageToken", + }); + internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(37); + internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor, + new java.lang.String[] { + "HmacKey", "UpdateMask", + }); + internal_static_google_storage_v2_CommonObjectRequestParams_descriptor = + getDescriptor().getMessageTypes().get(38); + internal_static_google_storage_v2_CommonObjectRequestParams_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CommonObjectRequestParams_descriptor, + new java.lang.String[] { + "EncryptionAlgorithm", "EncryptionKeyBytes", "EncryptionKeySha256Bytes", + }); + internal_static_google_storage_v2_ServiceConstants_descriptor = + getDescriptor().getMessageTypes().get(39); + internal_static_google_storage_v2_ServiceConstants_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ServiceConstants_descriptor, + new java.lang.String[] {}); + internal_static_google_storage_v2_Bucket_descriptor = getDescriptor().getMessageTypes().get(40); + internal_static_google_storage_v2_Bucket_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_descriptor, + new java.lang.String[] { + "Name", + "BucketId", + "Etag", + "Project", + "Metageneration", + "Location", + "LocationType", + "StorageClass", + "Rpo", + "Acl", + "DefaultObjectAcl", + "Lifecycle", + "CreateTime", + "Cors", + "UpdateTime", + "DefaultEventBasedHold", + "Labels", + "Website", + "Versioning", + "Logging", + "Owner", + "Encryption", + "Billing", + "RetentionPolicy", + "IamConfig", + "SatisfiesPzs", + "CustomPlacementConfig", + "Autoclass", + }); + internal_static_google_storage_v2_Bucket_Billing_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Bucket_Billing_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Billing_descriptor, + new java.lang.String[] { + "RequesterPays", + }); + internal_static_google_storage_v2_Bucket_Cors_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(1); + internal_static_google_storage_v2_Bucket_Cors_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Cors_descriptor, + new java.lang.String[] { + "Origin", "Method", "ResponseHeader", "MaxAgeSeconds", + }); + internal_static_google_storage_v2_Bucket_Encryption_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(2); + internal_static_google_storage_v2_Bucket_Encryption_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Encryption_descriptor, + new java.lang.String[] { + "DefaultKmsKey", + }); + internal_static_google_storage_v2_Bucket_IamConfig_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(3); + internal_static_google_storage_v2_Bucket_IamConfig_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_IamConfig_descriptor, + new java.lang.String[] { + "UniformBucketLevelAccess", "PublicAccessPrevention", + }); + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor = + internal_static_google_storage_v2_Bucket_IamConfig_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_IamConfig_UniformBucketLevelAccess_descriptor, + new java.lang.String[] { + "Enabled", "LockTime", + }); + internal_static_google_storage_v2_Bucket_Lifecycle_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(4); + internal_static_google_storage_v2_Bucket_Lifecycle_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Lifecycle_descriptor, + new java.lang.String[] { + "Rule", + }); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor = + internal_static_google_storage_v2_Bucket_Lifecycle_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor, + new java.lang.String[] { + "Action", "Condition", + }); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor = + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Action_descriptor, + new java.lang.String[] { + "Type", "StorageClass", + }); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor = + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_descriptor.getNestedTypes().get(1); + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Lifecycle_Rule_Condition_descriptor, + new java.lang.String[] { + "AgeDays", + "CreatedBefore", + "IsLive", + "NumNewerVersions", + "MatchesStorageClass", + "DaysSinceCustomTime", + "CustomTimeBefore", + "DaysSinceNoncurrentTime", + "NoncurrentTimeBefore", + "MatchesPrefix", + "MatchesSuffix", + "AgeDays", + "IsLive", + "NumNewerVersions", + "DaysSinceCustomTime", + "DaysSinceNoncurrentTime", + }); + internal_static_google_storage_v2_Bucket_Logging_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(5); + internal_static_google_storage_v2_Bucket_Logging_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Logging_descriptor, + new java.lang.String[] { + "LogBucket", "LogObjectPrefix", + }); + internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(6); + internal_static_google_storage_v2_Bucket_RetentionPolicy_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_RetentionPolicy_descriptor, + new java.lang.String[] { + "EffectiveTime", + "IsLocked", + "RetentionPeriod", + "RetentionDuration", + "RetentionPeriod", + }); + internal_static_google_storage_v2_Bucket_Versioning_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(7); + internal_static_google_storage_v2_Bucket_Versioning_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Versioning_descriptor, + new java.lang.String[] { + "Enabled", + }); + internal_static_google_storage_v2_Bucket_Website_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(8); + internal_static_google_storage_v2_Bucket_Website_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Website_descriptor, + new java.lang.String[] { + "MainPageSuffix", "NotFoundPage", + }); + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(9); + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_CustomPlacementConfig_descriptor, + new java.lang.String[] { + "DataLocations", + }); + internal_static_google_storage_v2_Bucket_Autoclass_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(10); + internal_static_google_storage_v2_Bucket_Autoclass_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_Autoclass_descriptor, + new java.lang.String[] { + "Enabled", "ToggleTime", + }); + internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor = + internal_static_google_storage_v2_Bucket_descriptor.getNestedTypes().get(11); + internal_static_google_storage_v2_Bucket_LabelsEntry_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Bucket_LabelsEntry_descriptor, + new java.lang.String[] { + "Key", "Value", + }); + internal_static_google_storage_v2_BucketAccessControl_descriptor = + getDescriptor().getMessageTypes().get(41); + internal_static_google_storage_v2_BucketAccessControl_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_BucketAccessControl_descriptor, + new java.lang.String[] { + "Role", + "Id", + "Entity", + "EntityAlt", + "EntityId", + "Etag", + "Email", + "Domain", + "ProjectTeam", + }); + internal_static_google_storage_v2_ChecksummedData_descriptor = + getDescriptor().getMessageTypes().get(42); + internal_static_google_storage_v2_ChecksummedData_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ChecksummedData_descriptor, + new java.lang.String[] { + "Content", "Crc32C", "Crc32C", + }); + internal_static_google_storage_v2_ObjectChecksums_descriptor = + getDescriptor().getMessageTypes().get(43); + internal_static_google_storage_v2_ObjectChecksums_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ObjectChecksums_descriptor, + new java.lang.String[] { + "Crc32C", "Md5Hash", "Crc32C", + }); + internal_static_google_storage_v2_HmacKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(44); + internal_static_google_storage_v2_HmacKeyMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_HmacKeyMetadata_descriptor, + new java.lang.String[] { + "Id", + "AccessId", + "Project", + "ServiceAccountEmail", + "State", + "CreateTime", + "UpdateTime", + "Etag", + }); + internal_static_google_storage_v2_Notification_descriptor = + getDescriptor().getMessageTypes().get(45); + internal_static_google_storage_v2_Notification_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Notification_descriptor, + new java.lang.String[] { + "Name", + "Topic", + "Etag", + "EventTypes", + "CustomAttributes", + "ObjectNamePrefix", + "PayloadFormat", + }); + internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor = + internal_static_google_storage_v2_Notification_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Notification_CustomAttributesEntry_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Notification_CustomAttributesEntry_descriptor, + new java.lang.String[] { + "Key", "Value", + }); + internal_static_google_storage_v2_CustomerEncryption_descriptor = + getDescriptor().getMessageTypes().get(46); + internal_static_google_storage_v2_CustomerEncryption_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_CustomerEncryption_descriptor, + new java.lang.String[] { + "EncryptionAlgorithm", "KeySha256Bytes", + }); + internal_static_google_storage_v2_Object_descriptor = getDescriptor().getMessageTypes().get(47); + internal_static_google_storage_v2_Object_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Object_descriptor, + new java.lang.String[] { + "Name", + "Bucket", + "Etag", + "Generation", + "Metageneration", + "StorageClass", + "Size", + "ContentEncoding", + "ContentDisposition", + "CacheControl", + "Acl", + "ContentLanguage", + "DeleteTime", + "ContentType", + "CreateTime", + "ComponentCount", + "Checksums", + "UpdateTime", + "KmsKey", + "UpdateStorageClassTime", + "TemporaryHold", + "RetentionExpireTime", + "Metadata", + "EventBasedHold", + "Owner", + "CustomerEncryption", + "CustomTime", + "EventBasedHold", + }); + internal_static_google_storage_v2_Object_MetadataEntry_descriptor = + internal_static_google_storage_v2_Object_descriptor.getNestedTypes().get(0); + internal_static_google_storage_v2_Object_MetadataEntry_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Object_MetadataEntry_descriptor, + new java.lang.String[] { + "Key", "Value", + }); + internal_static_google_storage_v2_ObjectAccessControl_descriptor = + getDescriptor().getMessageTypes().get(48); + internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ObjectAccessControl_descriptor, + new java.lang.String[] { + "Role", + "Id", + "Entity", + "EntityAlt", + "EntityId", + "Etag", + "Email", + "Domain", + "ProjectTeam", + }); + internal_static_google_storage_v2_ListObjectsResponse_descriptor = + getDescriptor().getMessageTypes().get(49); + internal_static_google_storage_v2_ListObjectsResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ListObjectsResponse_descriptor, + new java.lang.String[] { + "Objects", "Prefixes", "NextPageToken", + }); + internal_static_google_storage_v2_ProjectTeam_descriptor = + getDescriptor().getMessageTypes().get(50); + internal_static_google_storage_v2_ProjectTeam_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ProjectTeam_descriptor, + new java.lang.String[] { + "ProjectNumber", "Team", + }); + internal_static_google_storage_v2_ServiceAccount_descriptor = + getDescriptor().getMessageTypes().get(51); + internal_static_google_storage_v2_ServiceAccount_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ServiceAccount_descriptor, + new java.lang.String[] { + "EmailAddress", + }); + internal_static_google_storage_v2_Owner_descriptor = getDescriptor().getMessageTypes().get(52); + internal_static_google_storage_v2_Owner_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_Owner_descriptor, + new java.lang.String[] { + "Entity", "EntityId", + }); + internal_static_google_storage_v2_ContentRange_descriptor = + getDescriptor().getMessageTypes().get(53); + internal_static_google_storage_v2_ContentRange_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_storage_v2_ContentRange_descriptor, + new java.lang.String[] { + "Start", "End", "CompleteLength", + }); + 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.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceDefinition); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.api.RoutingProto.routing); + com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( + descriptor, registry); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.api.RoutingProto.getDescriptor(); + com.google.iam.v1.IamPolicyProto.getDescriptor(); + com.google.iam.v1.PolicyProto.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + com.google.protobuf.EmptyProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + com.google.type.DateProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java similarity index 76% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java index 9e1db91881..d62f372d7a 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequest.java @@ -1,24 +1,42 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request for UpdateBucket method.
  * 
* * Protobuf type {@code google.storage.v2.UpdateBucketRequest} */ -public final class UpdateBucketRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class UpdateBucketRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.UpdateBucketRequest) UpdateBucketRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use UpdateBucketRequest.newBuilder() to construct. private UpdateBucketRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private UpdateBucketRequest() { predefinedAcl_ = ""; predefinedDefaultObjectAcl_ = ""; @@ -26,39 +44,43 @@ private UpdateBucketRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new UpdateBucketRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.UpdateBucketRequest.class, com.google.storage.v2.UpdateBucketRequest.Builder.class); + com.google.storage.v2.UpdateBucketRequest.class, + com.google.storage.v2.UpdateBucketRequest.Builder.class); } private int bitField0_; public static final int BUCKET_FIELD_NUMBER = 1; private com.google.storage.v2.Bucket bucket_; /** + * + * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
    * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the bucket field is set. */ @java.lang.Override @@ -66,12 +88,15 @@ public boolean hasBucket() { return bucket_ != null; } /** + * + * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
    * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ @java.lang.Override @@ -79,6 +104,8 @@ public com.google.storage.v2.Bucket getBucket() { return bucket_ == null ? com.google.storage.v2.Bucket.getDefaultInstance() : bucket_; } /** + * + * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
@@ -94,12 +121,15 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
   public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 2;
   private long ifMetagenerationMatch_;
   /**
+   *
+   *
    * 
    * If set, will only modify the bucket if its metageneration matches this
    * value.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -107,12 +137,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * If set, will only modify the bucket if its metageneration matches this
    * value.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -123,12 +156,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 3; private long ifMetagenerationNotMatch_; /** + * + * *
    * If set, will only modify the bucket if its metageneration does not match
    * this value.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -136,12 +172,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * If set, will only modify the bucket if its metageneration does not match
    * this value.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -152,6 +191,8 @@ public long getIfMetagenerationNotMatch() { public static final int PREDEFINED_ACL_FIELD_NUMBER = 8; private volatile java.lang.Object predefinedAcl_; /** + * + * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -159,6 +200,7 @@ public long getIfMetagenerationNotMatch() {
    * 
* * string predefined_acl = 8; + * * @return The predefinedAcl. */ @java.lang.Override @@ -167,14 +209,15 @@ public java.lang.String getPredefinedAcl() { 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(); predefinedAcl_ = s; return s; } } /** + * + * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -182,16 +225,15 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_acl = 8; + * * @return The bytes for predefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString - getPredefinedAclBytes() { + public com.google.protobuf.ByteString getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -202,6 +244,8 @@ public java.lang.String getPredefinedAcl() { public static final int PREDEFINED_DEFAULT_OBJECT_ACL_FIELD_NUMBER = 9; private volatile java.lang.Object predefinedDefaultObjectAcl_; /** + * + * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -209,6 +253,7 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_default_object_acl = 9; + * * @return The predefinedDefaultObjectAcl. */ @java.lang.Override @@ -217,14 +262,15 @@ public java.lang.String getPredefinedDefaultObjectAcl() { 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(); predefinedDefaultObjectAcl_ = s; return s; } } /** + * + * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -232,16 +278,15 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
    * 
* * string predefined_default_object_acl = 9; + * * @return The bytes for predefinedDefaultObjectAcl. */ @java.lang.Override - public com.google.protobuf.ByteString - getPredefinedDefaultObjectAclBytes() { + public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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); predefinedDefaultObjectAcl_ = b; return b; } else { @@ -252,6 +297,8 @@ public java.lang.String getPredefinedDefaultObjectAcl() { public static final int UPDATE_MASK_FIELD_NUMBER = 6; private com.google.protobuf.FieldMask updateMask_; /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -263,7 +310,9 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -271,6 +320,8 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -282,7 +333,9 @@ public boolean hasUpdateMask() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The updateMask. */ @java.lang.Override @@ -290,6 +343,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -301,7 +356,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -309,6 +365,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -320,8 +377,7 @@ 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 (bucket_ != null) { output.writeMessage(1, getBucket()); } @@ -350,26 +406,23 @@ public int getSerializedSize() { size = 0; if (bucket_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getBucket()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getBucket()); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(2, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(3, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifMetagenerationNotMatch_); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getUpdateMask()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedAcl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, predefinedAcl_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedDefaultObjectAcl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, predefinedDefaultObjectAcl_); + size += + com.google.protobuf.GeneratedMessageV3.computeStringSize(9, predefinedDefaultObjectAcl_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -379,36 +432,32 @@ 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.storage.v2.UpdateBucketRequest)) { return super.equals(obj); } - com.google.storage.v2.UpdateBucketRequest other = (com.google.storage.v2.UpdateBucketRequest) obj; + com.google.storage.v2.UpdateBucketRequest other = + (com.google.storage.v2.UpdateBucketRequest) obj; if (hasBucket() != other.hasBucket()) return false; if (hasBucket()) { - if (!getBucket() - .equals(other.getBucket())) return false; + if (!getBucket().equals(other.getBucket())) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() - != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() - != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; } - if (!getPredefinedAcl() - .equals(other.getPredefinedAcl())) return false; - if (!getPredefinedDefaultObjectAcl() - .equals(other.getPredefinedDefaultObjectAcl())) return false; + if (!getPredefinedAcl().equals(other.getPredefinedAcl())) return false; + if (!getPredefinedDefaultObjectAcl().equals(other.getPredefinedDefaultObjectAcl())) + return false; if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask() - .equals(other.getUpdateMask())) return false; + if (!getUpdateMask().equals(other.getUpdateMask())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -427,13 +476,11 @@ public int hashCode() { } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); } hash = (37 * hash) + PREDEFINED_ACL_FIELD_NUMBER; hash = (53 * hash) + getPredefinedAcl().hashCode(); @@ -448,130 +495,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.UpdateBucketRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.UpdateBucketRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.UpdateBucketRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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.storage.v2.UpdateBucketRequest 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 UpdateBucket method.
    * 
* * Protobuf type {@code google.storage.v2.UpdateBucketRequest} */ - 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.storage.v2.UpdateBucketRequest) com.google.storage.v2.UpdateBucketRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateBucketRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateBucketRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.UpdateBucketRequest.class, com.google.storage.v2.UpdateBucketRequest.Builder.class); + com.google.storage.v2.UpdateBucketRequest.class, + com.google.storage.v2.UpdateBucketRequest.Builder.class); } // Construct using com.google.storage.v2.UpdateBucketRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -599,9 +652,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateBucketRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateBucketRequest_descriptor; } @java.lang.Override @@ -620,7 +673,8 @@ public com.google.storage.v2.UpdateBucketRequest build() { @java.lang.Override public com.google.storage.v2.UpdateBucketRequest buildPartial() { - com.google.storage.v2.UpdateBucketRequest result = new com.google.storage.v2.UpdateBucketRequest(this); + com.google.storage.v2.UpdateBucketRequest result = + new com.google.storage.v2.UpdateBucketRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (bucketBuilder_ == null) { @@ -652,38 +706,39 @@ public com.google.storage.v2.UpdateBucketRequest 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) { + 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.storage.v2.UpdateBucketRequest) { - return mergeFrom((com.google.storage.v2.UpdateBucketRequest)other); + return mergeFrom((com.google.storage.v2.UpdateBucketRequest) other); } else { super.mergeFrom(other); return this; @@ -738,46 +793,49 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getBucketFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 10 - case 16: { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 16 - case 24: { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 24 - case 50: { - input.readMessage( - getUpdateMaskFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 50 - case 66: { - predefinedAcl_ = input.readStringRequireUtf8(); - - break; - } // case 66 - case 74: { - predefinedDefaultObjectAcl_ = input.readStringRequireUtf8(); - - break; - } // case 74 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getBucketFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 10 + case 16: + { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 16 + case 24: + { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 24 + case 50: + { + input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 50 + case 66: + { + predefinedAcl_ = input.readStringRequireUtf8(); + + break; + } // case 66 + case 74: + { + predefinedDefaultObjectAcl_ = input.readStringRequireUtf8(); + + break; + } // case 74 + 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) { @@ -787,30 +845,40 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.storage.v2.Bucket bucket_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> bucketBuilder_; + com.google.storage.v2.Bucket, + com.google.storage.v2.Bucket.Builder, + com.google.storage.v2.BucketOrBuilder> + bucketBuilder_; /** + * + * *
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
      * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the bucket field is set. */ public boolean hasBucket() { return bucketBuilder_ != null || bucket_ != null; } /** + * + * *
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
      * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ public com.google.storage.v2.Bucket getBucket() { @@ -821,6 +889,8 @@ public com.google.storage.v2.Bucket getBucket() { } } /** + * + * *
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -842,6 +912,8 @@ public Builder setBucket(com.google.storage.v2.Bucket value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -849,8 +921,7 @@ public Builder setBucket(com.google.storage.v2.Bucket value) {
      *
      * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
      */
-    public Builder setBucket(
-        com.google.storage.v2.Bucket.Builder builderForValue) {
+    public Builder setBucket(com.google.storage.v2.Bucket.Builder builderForValue) {
       if (bucketBuilder_ == null) {
         bucket_ = builderForValue.build();
         onChanged();
@@ -861,6 +932,8 @@ public Builder setBucket(
       return this;
     }
     /**
+     *
+     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -872,7 +945,7 @@ public Builder mergeBucket(com.google.storage.v2.Bucket value) {
       if (bucketBuilder_ == null) {
         if (bucket_ != null) {
           bucket_ =
-            com.google.storage.v2.Bucket.newBuilder(bucket_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Bucket.newBuilder(bucket_).mergeFrom(value).buildPartial();
         } else {
           bucket_ = value;
         }
@@ -884,6 +957,8 @@ public Builder mergeBucket(com.google.storage.v2.Bucket value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -903,6 +978,8 @@ public Builder clearBucket() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -911,11 +988,13 @@ public Builder clearBucket() {
      * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
      */
     public com.google.storage.v2.Bucket.Builder getBucketBuilder() {
-      
+
       onChanged();
       return getBucketFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -927,11 +1006,12 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
       if (bucketBuilder_ != null) {
         return bucketBuilder_.getMessageOrBuilder();
       } else {
-        return bucket_ == null ?
-            com.google.storage.v2.Bucket.getDefaultInstance() : bucket_;
+        return bucket_ == null ? com.google.storage.v2.Bucket.getDefaultInstance() : bucket_;
       }
     }
     /**
+     *
+     *
      * 
      * Required. The bucket to update.
      * The bucket's `name` field will be used to identify the bucket.
@@ -940,27 +1020,33 @@ public com.google.storage.v2.BucketOrBuilder getBucketOrBuilder() {
      * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED];
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder> 
+            com.google.storage.v2.Bucket,
+            com.google.storage.v2.Bucket.Builder,
+            com.google.storage.v2.BucketOrBuilder>
         getBucketFieldBuilder() {
       if (bucketBuilder_ == null) {
-        bucketBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Bucket, com.google.storage.v2.Bucket.Builder, com.google.storage.v2.BucketOrBuilder>(
-                getBucket(),
-                getParentForChildren(),
-                isClean());
+        bucketBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Bucket,
+                com.google.storage.v2.Bucket.Builder,
+                com.google.storage.v2.BucketOrBuilder>(
+                getBucket(), getParentForChildren(), isClean());
         bucket_ = null;
       }
       return bucketBuilder_;
     }
 
-    private long ifMetagenerationMatch_ ;
+    private long ifMetagenerationMatch_;
     /**
+     *
+     *
      * 
      * If set, will only modify the bucket if its metageneration matches this
      * value.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -968,12 +1054,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * If set, will only modify the bucket if its metageneration matches this
      * value.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -981,12 +1070,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * If set, will only modify the bucket if its metageneration matches this
      * value.
      * 
* * optional int64 if_metageneration_match = 2; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -997,12 +1089,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * If set, will only modify the bucket if its metageneration matches this
      * value.
      * 
* * optional int64 if_metageneration_match = 2; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1012,14 +1107,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * If set, will only modify the bucket if its metageneration does not match
      * this value.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1027,12 +1125,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * If set, will only modify the bucket if its metageneration does not match
      * this value.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1040,12 +1141,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * If set, will only modify the bucket if its metageneration does not match
      * this value.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1056,12 +1160,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * If set, will only modify the bucket if its metageneration does not match
      * this value.
      * 
* * optional int64 if_metageneration_not_match = 3; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1073,6 +1180,8 @@ public Builder clearIfMetagenerationNotMatch() { private java.lang.Object predefinedAcl_ = ""; /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1080,13 +1189,13 @@ public Builder clearIfMetagenerationNotMatch() {
      * 
* * string predefined_acl = 8; + * * @return The predefinedAcl. */ public java.lang.String getPredefinedAcl() { java.lang.Object ref = predefinedAcl_; 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(); predefinedAcl_ = s; return s; @@ -1095,6 +1204,8 @@ public java.lang.String getPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1102,15 +1213,14 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 8; + * * @return The bytes for predefinedAcl. */ - public com.google.protobuf.ByteString - getPredefinedAclBytes() { + public com.google.protobuf.ByteString getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -1118,6 +1228,8 @@ public java.lang.String getPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1125,20 +1237,22 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 8; + * * @param value The predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAcl( - java.lang.String value) { + public Builder setPredefinedAcl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedAcl_ = value; onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1146,15 +1260,18 @@ public Builder setPredefinedAcl(
      * 
* * string predefined_acl = 8; + * * @return This builder for chaining. */ public Builder clearPredefinedAcl() { - + predefinedAcl_ = getDefaultInstance().getPredefinedAcl(); onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to this bucket.
      * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -1162,16 +1279,16 @@ public Builder clearPredefinedAcl() {
      * 
* * string predefined_acl = 8; + * * @param value The bytes for predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAclBytes( - com.google.protobuf.ByteString value) { + public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedAcl_ = value; onChanged(); return this; @@ -1179,6 +1296,8 @@ public Builder setPredefinedAclBytes( private java.lang.Object predefinedDefaultObjectAcl_ = ""; /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1186,13 +1305,13 @@ public Builder setPredefinedAclBytes(
      * 
* * string predefined_default_object_acl = 9; + * * @return The predefinedDefaultObjectAcl. */ public java.lang.String getPredefinedDefaultObjectAcl() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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(); predefinedDefaultObjectAcl_ = s; return s; @@ -1201,6 +1320,8 @@ public java.lang.String getPredefinedDefaultObjectAcl() { } } /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1208,15 +1329,14 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 9; + * * @return The bytes for predefinedDefaultObjectAcl. */ - public com.google.protobuf.ByteString - getPredefinedDefaultObjectAclBytes() { + public com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes() { java.lang.Object ref = predefinedDefaultObjectAcl_; 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); predefinedDefaultObjectAcl_ = b; return b; } else { @@ -1224,6 +1344,8 @@ public java.lang.String getPredefinedDefaultObjectAcl() { } } /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1231,20 +1353,22 @@ public java.lang.String getPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 9; + * * @param value The predefinedDefaultObjectAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedDefaultObjectAcl( - java.lang.String value) { + public Builder setPredefinedDefaultObjectAcl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedDefaultObjectAcl_ = value; onChanged(); return this; } /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1252,15 +1376,18 @@ public Builder setPredefinedDefaultObjectAcl(
      * 
* * string predefined_default_object_acl = 9; + * * @return This builder for chaining. */ public Builder clearPredefinedDefaultObjectAcl() { - + predefinedDefaultObjectAcl_ = getDefaultInstance().getPredefinedDefaultObjectAcl(); onChanged(); return this; } /** + * + * *
      * Apply a predefined set of default object access controls to this bucket.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1268,16 +1395,16 @@ public Builder clearPredefinedDefaultObjectAcl() {
      * 
* * string predefined_default_object_acl = 9; + * * @param value The bytes for predefinedDefaultObjectAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedDefaultObjectAclBytes( - com.google.protobuf.ByteString value) { + public Builder setPredefinedDefaultObjectAclBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedDefaultObjectAcl_ = value; onChanged(); return this; @@ -1285,8 +1412,13 @@ public Builder setPredefinedDefaultObjectAclBytes( private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + updateMaskBuilder_; /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1298,13 +1430,17 @@ public Builder setPredefinedDefaultObjectAclBytes(
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1316,17 +1452,23 @@ public boolean hasUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1338,7 +1480,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1354,6 +1497,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1365,10 +1510,10 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setUpdateMask( - com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1379,6 +1524,8 @@ public Builder setUpdateMask( return this; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1390,13 +1537,14 @@ public Builder setUpdateMask(
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1408,6 +1556,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1419,7 +1569,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1433,6 +1584,8 @@ public Builder clearUpdateMask() { return this; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1444,14 +1597,17 @@ public Builder clearUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1463,17 +1619,21 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null ? - com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1485,24 +1645,28 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), - getParentForChildren(), - isClean()); + updateMaskBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), getParentForChildren(), isClean()); updateMask_ = null; } return updateMaskBuilder_; } + @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); } @@ -1512,12 +1676,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.UpdateBucketRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.UpdateBucketRequest) private static final com.google.storage.v2.UpdateBucketRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.UpdateBucketRequest(); } @@ -1526,27 +1690,27 @@ public static com.google.storage.v2.UpdateBucketRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateBucketRequest 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 UpdateBucketRequest 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; @@ -1561,6 +1725,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.UpdateBucketRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java similarity index 83% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java index 9096623402..b4b06d4e4a 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateBucketRequestOrBuilder.java @@ -1,33 +1,57 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface UpdateBucketRequestOrBuilder extends +public interface UpdateBucketRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.UpdateBucketRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
    * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the bucket field is set. */ boolean hasBucket(); /** + * + * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
    * 
* * .google.storage.v2.Bucket bucket = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The bucket. */ com.google.storage.v2.Bucket getBucket(); /** + * + * *
    * Required. The bucket to update.
    * The bucket's `name` field will be used to identify the bucket.
@@ -38,48 +62,62 @@ public interface UpdateBucketRequestOrBuilder extends
   com.google.storage.v2.BucketOrBuilder getBucketOrBuilder();
 
   /**
+   *
+   *
    * 
    * If set, will only modify the bucket if its metageneration matches this
    * value.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * If set, will only modify the bucket if its metageneration matches this
    * value.
    * 
* * optional int64 if_metageneration_match = 2; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * If set, will only modify the bucket if its metageneration does not match
    * this value.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * If set, will only modify the bucket if its metageneration does not match
    * this value.
    * 
* * optional int64 if_metageneration_not_match = 3; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** + * + * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -87,10 +125,13 @@ public interface UpdateBucketRequestOrBuilder extends
    * 
* * string predefined_acl = 8; + * * @return The predefinedAcl. */ java.lang.String getPredefinedAcl(); /** + * + * *
    * Apply a predefined set of access controls to this bucket.
    * Valid values are "authenticatedRead", "private", "projectPrivate",
@@ -98,12 +139,14 @@ public interface UpdateBucketRequestOrBuilder extends
    * 
* * string predefined_acl = 8; + * * @return The bytes for predefinedAcl. */ - com.google.protobuf.ByteString - getPredefinedAclBytes(); + com.google.protobuf.ByteString getPredefinedAclBytes(); /** + * + * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -111,10 +154,13 @@ public interface UpdateBucketRequestOrBuilder extends
    * 
* * string predefined_default_object_acl = 9; + * * @return The predefinedDefaultObjectAcl. */ java.lang.String getPredefinedDefaultObjectAcl(); /** + * + * *
    * Apply a predefined set of default object access controls to this bucket.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -122,12 +168,14 @@ public interface UpdateBucketRequestOrBuilder extends
    * 
* * string predefined_default_object_acl = 9; + * * @return The bytes for predefinedDefaultObjectAcl. */ - com.google.protobuf.ByteString - getPredefinedDefaultObjectAclBytes(); + com.google.protobuf.ByteString getPredefinedDefaultObjectAclBytes(); /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -139,11 +187,15 @@ public interface UpdateBucketRequestOrBuilder extends
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -155,11 +207,15 @@ public interface UpdateBucketRequestOrBuilder extends
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -171,7 +227,8 @@ public interface UpdateBucketRequestOrBuilder extends
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 6 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); } diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java similarity index 68% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java index f5fb32ed18..f563d291b7 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequest.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request object to update an HMAC key state.
  * HmacKeyMetadata.state is required and the only writable field in
@@ -13,46 +30,49 @@
  *
  * Protobuf type {@code google.storage.v2.UpdateHmacKeyRequest}
  */
-public final class UpdateHmacKeyRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class UpdateHmacKeyRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.storage.v2.UpdateHmacKeyRequest)
     UpdateHmacKeyRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use UpdateHmacKeyRequest.newBuilder() to construct.
   private UpdateHmacKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private UpdateHmacKeyRequest() {
-  }
+
+  private UpdateHmacKeyRequest() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new UpdateHmacKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable
+    return com.google.storage.v2.StorageProto
+        .internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.storage.v2.UpdateHmacKeyRequest.class, com.google.storage.v2.UpdateHmacKeyRequest.Builder.class);
+            com.google.storage.v2.UpdateHmacKeyRequest.class,
+            com.google.storage.v2.UpdateHmacKeyRequest.Builder.class);
   }
 
   public static final int HMAC_KEY_FIELD_NUMBER = 1;
   private com.google.storage.v2.HmacKeyMetadata hmacKey_;
   /**
+   *
+   *
    * 
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -60,7 +80,10 @@ protected java.lang.Object newInstance(
    * identify the key.
    * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the hmacKey field is set. */ @java.lang.Override @@ -68,6 +91,8 @@ public boolean hasHmacKey() { return hmacKey_ != null; } /** + * + * *
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -75,7 +100,10 @@ public boolean hasHmacKey() {
    * identify the key.
    * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The hmacKey. */ @java.lang.Override @@ -83,6 +111,8 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKey() { return hmacKey_ == null ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : hmacKey_; } /** + * + * *
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -90,7 +120,9 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKey() {
    * identify the key.
    * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() { @@ -100,6 +132,8 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() { public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.protobuf.FieldMask updateMask_; /** + * + * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -107,6 +141,7 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() {
    * 
* * .google.protobuf.FieldMask update_mask = 3; + * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -114,6 +149,8 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** + * + * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -121,6 +158,7 @@ public boolean hasUpdateMask() {
    * 
* * .google.protobuf.FieldMask update_mask = 3; + * * @return The updateMask. */ @java.lang.Override @@ -128,6 +166,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** + * + * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -142,6 +182,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -153,8 +194,7 @@ 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 (hmacKey_ != null) {
       output.writeMessage(1, getHmacKey());
     }
@@ -171,12 +211,10 @@ public int getSerializedSize() {
 
     size = 0;
     if (hmacKey_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(1, getHmacKey());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getHmacKey());
     }
     if (updateMask_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getUpdateMask());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -186,22 +224,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.storage.v2.UpdateHmacKeyRequest)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.UpdateHmacKeyRequest other = (com.google.storage.v2.UpdateHmacKeyRequest) obj;
+    com.google.storage.v2.UpdateHmacKeyRequest other =
+        (com.google.storage.v2.UpdateHmacKeyRequest) obj;
 
     if (hasHmacKey() != other.hasHmacKey()) return false;
     if (hasHmacKey()) {
-      if (!getHmacKey()
-          .equals(other.getHmacKey())) return false;
+      if (!getHmacKey().equals(other.getHmacKey())) return false;
     }
     if (hasUpdateMask() != other.hasUpdateMask()) return false;
     if (hasUpdateMask()) {
-      if (!getUpdateMask()
-          .equals(other.getUpdateMask())) return false;
+      if (!getUpdateMask().equals(other.getUpdateMask())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -227,97 +264,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.UpdateHmacKeyRequest parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.UpdateHmacKeyRequest parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.UpdateHmacKeyRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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.storage.v2.UpdateHmacKeyRequest 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 object to update an HMAC key state.
    * HmacKeyMetadata.state is required and the only writable field in
@@ -327,33 +371,32 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.storage.v2.UpdateHmacKeyRequest}
    */
-  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.storage.v2.UpdateHmacKeyRequest)
       com.google.storage.v2.UpdateHmacKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_UpdateHmacKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.storage.v2.UpdateHmacKeyRequest.class, com.google.storage.v2.UpdateHmacKeyRequest.Builder.class);
+              com.google.storage.v2.UpdateHmacKeyRequest.class,
+              com.google.storage.v2.UpdateHmacKeyRequest.Builder.class);
     }
 
     // Construct using com.google.storage.v2.UpdateHmacKeyRequest.newBuilder()
-    private Builder() {
-
-    }
+    private Builder() {}
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
-
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -373,9 +416,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.storage.v2.StorageProto
+          .internal_static_google_storage_v2_UpdateHmacKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -394,7 +437,8 @@ public com.google.storage.v2.UpdateHmacKeyRequest build() {
 
     @java.lang.Override
     public com.google.storage.v2.UpdateHmacKeyRequest buildPartial() {
-      com.google.storage.v2.UpdateHmacKeyRequest result = new com.google.storage.v2.UpdateHmacKeyRequest(this);
+      com.google.storage.v2.UpdateHmacKeyRequest result =
+          new com.google.storage.v2.UpdateHmacKeyRequest(this);
       if (hmacKeyBuilder_ == null) {
         result.hmacKey_ = hmacKey_;
       } else {
@@ -413,38 +457,39 @@ public com.google.storage.v2.UpdateHmacKeyRequest 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) {
+        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.storage.v2.UpdateHmacKeyRequest) {
-        return mergeFrom((com.google.storage.v2.UpdateHmacKeyRequest)other);
+        return mergeFrom((com.google.storage.v2.UpdateHmacKeyRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -485,26 +530,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10: {
-              input.readMessage(
-                  getHmacKeyFieldBuilder().getBuilder(),
-                  extensionRegistry);
+            case 10:
+              {
+                input.readMessage(getHmacKeyFieldBuilder().getBuilder(), extensionRegistry);
 
-              break;
-            } // case 10
-            case 26: {
-              input.readMessage(
-                  getUpdateMaskFieldBuilder().getBuilder(),
-                  extensionRegistry);
+                break;
+              } // case 10
+            case 26:
+              {
+                input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
 
-              break;
-            } // case 26
-            default: {
-              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                done = true; // was an endgroup tag
-              }
-              break;
-            } // default:
+                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) {
@@ -517,8 +561,13 @@ public Builder mergeFrom(
 
     private com.google.storage.v2.HmacKeyMetadata hmacKey_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> hmacKeyBuilder_;
+            com.google.storage.v2.HmacKeyMetadata,
+            com.google.storage.v2.HmacKeyMetadata.Builder,
+            com.google.storage.v2.HmacKeyMetadataOrBuilder>
+        hmacKeyBuilder_;
     /**
+     *
+     *
      * 
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -526,13 +575,18 @@ public Builder mergeFrom(
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the hmacKey field is set. */ public boolean hasHmacKey() { return hmacKeyBuilder_ != null || hmacKey_ != null; } /** + * + * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -540,17 +594,24 @@ public boolean hasHmacKey() {
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The hmacKey. */ public com.google.storage.v2.HmacKeyMetadata getHmacKey() { if (hmacKeyBuilder_ == null) { - return hmacKey_ == null ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : hmacKey_; + return hmacKey_ == null + ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() + : hmacKey_; } else { return hmacKeyBuilder_.getMessage(); } } /** + * + * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -558,7 +619,9 @@ public com.google.storage.v2.HmacKeyMetadata getHmacKey() {
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata value) { if (hmacKeyBuilder_ == null) { @@ -574,6 +637,8 @@ public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** + * + * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -581,10 +646,11 @@ public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata value) {
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setHmacKey( - com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { + public Builder setHmacKey(com.google.storage.v2.HmacKeyMetadata.Builder builderForValue) { if (hmacKeyBuilder_ == null) { hmacKey_ = builderForValue.build(); onChanged(); @@ -595,6 +661,8 @@ public Builder setHmacKey( return this; } /** + * + * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -602,13 +670,17 @@ public Builder setHmacKey(
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeHmacKey(com.google.storage.v2.HmacKeyMetadata value) { if (hmacKeyBuilder_ == null) { if (hmacKey_ != null) { hmacKey_ = - com.google.storage.v2.HmacKeyMetadata.newBuilder(hmacKey_).mergeFrom(value).buildPartial(); + com.google.storage.v2.HmacKeyMetadata.newBuilder(hmacKey_) + .mergeFrom(value) + .buildPartial(); } else { hmacKey_ = value; } @@ -620,6 +692,8 @@ public Builder mergeHmacKey(com.google.storage.v2.HmacKeyMetadata value) { return this; } /** + * + * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -627,7 +701,9 @@ public Builder mergeHmacKey(com.google.storage.v2.HmacKeyMetadata value) {
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearHmacKey() { if (hmacKeyBuilder_ == null) { @@ -641,6 +717,8 @@ public Builder clearHmacKey() { return this; } /** + * + * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -648,14 +726,18 @@ public Builder clearHmacKey() {
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.HmacKeyMetadata.Builder getHmacKeyBuilder() { - + onChanged(); return getHmacKeyFieldBuilder().getBuilder(); } /** + * + * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -663,17 +745,22 @@ public com.google.storage.v2.HmacKeyMetadata.Builder getHmacKeyBuilder() {
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() { if (hmacKeyBuilder_ != null) { return hmacKeyBuilder_.getMessageOrBuilder(); } else { - return hmacKey_ == null ? - com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() : hmacKey_; + return hmacKey_ == null + ? com.google.storage.v2.HmacKeyMetadata.getDefaultInstance() + : hmacKey_; } } /** + * + * *
      * Required. The HMAC key to update.
      * If present, the hmac_key's `id` field will be used to identify the key.
@@ -681,17 +768,22 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() {
      * identify the key.
      * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder> + com.google.storage.v2.HmacKeyMetadata, + com.google.storage.v2.HmacKeyMetadata.Builder, + com.google.storage.v2.HmacKeyMetadataOrBuilder> getHmacKeyFieldBuilder() { if (hmacKeyBuilder_ == null) { - hmacKeyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.HmacKeyMetadata, com.google.storage.v2.HmacKeyMetadata.Builder, com.google.storage.v2.HmacKeyMetadataOrBuilder>( - getHmacKey(), - getParentForChildren(), - isClean()); + hmacKeyBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.HmacKeyMetadata, + com.google.storage.v2.HmacKeyMetadata.Builder, + com.google.storage.v2.HmacKeyMetadataOrBuilder>( + getHmacKey(), getParentForChildren(), isClean()); hmacKey_ = null; } return hmacKeyBuilder_; @@ -699,8 +791,13 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + updateMaskBuilder_; /** + * + * *
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -708,12 +805,15 @@ public com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() {
      * 
* * .google.protobuf.FieldMask update_mask = 3; + * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** + * + * *
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -721,16 +821,21 @@ public boolean hasUpdateMask() {
      * 
* * .google.protobuf.FieldMask update_mask = 3; + * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** + * + * *
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -753,6 +858,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -761,8 +868,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      *
      * .google.protobuf.FieldMask update_mask = 3;
      */
-    public Builder setUpdateMask(
-        com.google.protobuf.FieldMask.Builder builderForValue) {
+    public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) {
       if (updateMaskBuilder_ == null) {
         updateMask_ = builderForValue.build();
         onChanged();
@@ -773,6 +879,8 @@ public Builder setUpdateMask(
       return this;
     }
     /**
+     *
+     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -785,7 +893,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
       if (updateMaskBuilder_ == null) {
         if (updateMask_ != null) {
           updateMask_ =
-            com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial();
+              com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial();
         } else {
           updateMask_ = value;
         }
@@ -797,6 +905,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -817,6 +927,8 @@ public Builder clearUpdateMask() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -826,11 +938,13 @@ public Builder clearUpdateMask() {
      * .google.protobuf.FieldMask update_mask = 3;
      */
     public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
-      
+
       onChanged();
       return getUpdateMaskFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -843,11 +957,14 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
       if (updateMaskBuilder_ != null) {
         return updateMaskBuilder_.getMessageOrBuilder();
       } else {
-        return updateMask_ == null ?
-            com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_;
+        return updateMask_ == null
+            ? com.google.protobuf.FieldMask.getDefaultInstance()
+            : updateMask_;
       }
     }
     /**
+     *
+     *
      * 
      * Update mask for hmac_key.
      * Not specifying any fields will mean only the `state` field is updated to
@@ -857,21 +974,24 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      * .google.protobuf.FieldMask update_mask = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> 
+            com.google.protobuf.FieldMask,
+            com.google.protobuf.FieldMask.Builder,
+            com.google.protobuf.FieldMaskOrBuilder>
         getUpdateMaskFieldBuilder() {
       if (updateMaskBuilder_ == null) {
-        updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>(
-                getUpdateMask(),
-                getParentForChildren(),
-                isClean());
+        updateMaskBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.FieldMask,
+                com.google.protobuf.FieldMask.Builder,
+                com.google.protobuf.FieldMaskOrBuilder>(
+                getUpdateMask(), getParentForChildren(), isClean());
         updateMask_ = null;
       }
       return updateMaskBuilder_;
     }
+
     @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);
     }
 
@@ -881,12 +1001,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.UpdateHmacKeyRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.UpdateHmacKeyRequest)
   private static final com.google.storage.v2.UpdateHmacKeyRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.UpdateHmacKeyRequest();
   }
@@ -895,27 +1015,27 @@ public static com.google.storage.v2.UpdateHmacKeyRequest getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public UpdateHmacKeyRequest 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 UpdateHmacKeyRequest 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;
@@ -930,6 +1050,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.UpdateHmacKeyRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
similarity index 67%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
index e2cfa7151b..6dddfc06ed 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateHmacKeyRequestOrBuilder.java
@@ -1,13 +1,31 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface UpdateHmacKeyRequestOrBuilder extends
+public interface UpdateHmacKeyRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.UpdateHmacKeyRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -15,11 +33,16 @@ public interface UpdateHmacKeyRequestOrBuilder extends
    * identify the key.
    * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the hmacKey field is set. */ boolean hasHmacKey(); /** + * + * *
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -27,11 +50,16 @@ public interface UpdateHmacKeyRequestOrBuilder extends
    * identify the key.
    * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The hmacKey. */ com.google.storage.v2.HmacKeyMetadata getHmacKey(); /** + * + * *
    * Required. The HMAC key to update.
    * If present, the hmac_key's `id` field will be used to identify the key.
@@ -39,11 +67,15 @@ public interface UpdateHmacKeyRequestOrBuilder extends
    * identify the key.
    * 
* - * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * .google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.storage.v2.HmacKeyMetadataOrBuilder getHmacKeyOrBuilder(); /** + * + * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -51,10 +83,13 @@ public interface UpdateHmacKeyRequestOrBuilder extends
    * 
* * .google.protobuf.FieldMask update_mask = 3; + * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** + * + * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
@@ -62,10 +97,13 @@ public interface UpdateHmacKeyRequestOrBuilder extends
    * 
* * .google.protobuf.FieldMask update_mask = 3; + * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** + * + * *
    * Update mask for hmac_key.
    * Not specifying any fields will mean only the `state` field is updated to
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
similarity index 78%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
index d3a33ce60c..2a2a8bac4d 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequest.java
@@ -1,57 +1,78 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Request message for UpdateObject.
  * 
* * Protobuf type {@code google.storage.v2.UpdateObjectRequest} */ -public final class UpdateObjectRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class UpdateObjectRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.UpdateObjectRequest) UpdateObjectRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use UpdateObjectRequest.newBuilder() to construct. private UpdateObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private UpdateObjectRequest() { predefinedAcl_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new UpdateObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.UpdateObjectRequest.class, com.google.storage.v2.UpdateObjectRequest.Builder.class); + com.google.storage.v2.UpdateObjectRequest.class, + com.google.storage.v2.UpdateObjectRequest.Builder.class); } private int bitField0_; public static final int OBJECT_FIELD_NUMBER = 1; private com.google.storage.v2.Object object_; /** + * + * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -61,6 +82,7 @@ protected java.lang.Object newInstance(
    * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the object field is set. */ @java.lang.Override @@ -68,6 +90,8 @@ public boolean hasObject() { return object_ != null; } /** + * + * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -77,6 +101,7 @@ public boolean hasObject() {
    * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ @java.lang.Override @@ -84,6 +109,8 @@ public com.google.storage.v2.Object getObject() { return object_ == null ? com.google.storage.v2.Object.getDefaultInstance() : object_; } /** + * + * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -102,6 +129,8 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
   public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 2;
   private long ifGenerationMatch_;
   /**
+   *
+   *
    * 
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -109,6 +138,7 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
    * 
* * optional int64 if_generation_match = 2; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -116,6 +146,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -123,6 +155,7 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 2; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -133,6 +166,8 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 3; private long ifGenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -141,6 +176,7 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 3; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -148,6 +184,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -156,6 +194,7 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 3; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -166,12 +205,15 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 4; private long ifMetagenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 4; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -179,12 +221,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 4; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -195,12 +240,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 5; private long ifMetagenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 5; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -208,12 +256,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 5; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -224,6 +275,8 @@ public long getIfMetagenerationNotMatch() { public static final int PREDEFINED_ACL_FIELD_NUMBER = 10; private volatile java.lang.Object predefinedAcl_; /** + * + * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -231,6 +284,7 @@ public long getIfMetagenerationNotMatch() {
    * 
* * string predefined_acl = 10; + * * @return The predefinedAcl. */ @java.lang.Override @@ -239,14 +293,15 @@ public java.lang.String getPredefinedAcl() { 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(); predefinedAcl_ = s; return s; } } /** + * + * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -254,16 +309,15 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_acl = 10; + * * @return The bytes for predefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString - getPredefinedAclBytes() { + public com.google.protobuf.ByteString getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -274,6 +328,8 @@ public java.lang.String getPredefinedAcl() { public static final int UPDATE_MASK_FIELD_NUMBER = 7; private com.google.protobuf.FieldMask updateMask_; /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -285,7 +341,9 @@ public java.lang.String getPredefinedAcl() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the updateMask field is set. */ @java.lang.Override @@ -293,6 +351,8 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -304,7 +364,9 @@ public boolean hasUpdateMask() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The updateMask. */ @java.lang.Override @@ -312,6 +374,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -323,7 +387,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -333,11 +398,14 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 8; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -345,18 +413,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -364,11 +439,13 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -380,8 +457,7 @@ 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 (object_ != null) { output.writeMessage(1, getObject()); } @@ -416,32 +492,27 @@ public int getSerializedSize() { size = 0; if (object_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getObject()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getObject()); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(2, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, ifGenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(3, ifGenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifGenerationNotMatch_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(4, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(5, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifMetagenerationNotMatch_); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(7, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getUpdateMask()); } if (commonObjectRequestParams_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, getCommonObjectRequestParams()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 8, getCommonObjectRequestParams()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedAcl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, predefinedAcl_); @@ -454,49 +525,43 @@ 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.storage.v2.UpdateObjectRequest)) { return super.equals(obj); } - com.google.storage.v2.UpdateObjectRequest other = (com.google.storage.v2.UpdateObjectRequest) obj; + com.google.storage.v2.UpdateObjectRequest other = + (com.google.storage.v2.UpdateObjectRequest) obj; if (hasObject() != other.hasObject()) return false; if (hasObject()) { - if (!getObject() - .equals(other.getObject())) return false; + if (!getObject().equals(other.getObject())) return false; } if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() - != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; } if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false; if (hasIfGenerationNotMatch()) { - if (getIfGenerationNotMatch() - != other.getIfGenerationNotMatch()) return false; + if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() - != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() - != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; } - if (!getPredefinedAcl() - .equals(other.getPredefinedAcl())) return false; + if (!getPredefinedAcl().equals(other.getPredefinedAcl())) return false; if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask() - .equals(other.getUpdateMask())) return false; + if (!getUpdateMask().equals(other.getUpdateMask())) return false; } if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams() - .equals(other.getCommonObjectRequestParams())) return false; + if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) + return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -515,23 +580,19 @@ public int hashCode() { } if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); } if (hasIfGenerationNotMatch()) { hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfGenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch()); } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); } hash = (37 * hash) + PREDEFINED_ACL_FIELD_NUMBER; hash = (53 * hash) + getPredefinedAcl().hashCode(); @@ -548,130 +609,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.UpdateObjectRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.UpdateObjectRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.UpdateObjectRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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.storage.v2.UpdateObjectRequest 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 message for UpdateObject.
    * 
* * Protobuf type {@code google.storage.v2.UpdateObjectRequest} */ - 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.storage.v2.UpdateObjectRequest) com.google.storage.v2.UpdateObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.UpdateObjectRequest.class, com.google.storage.v2.UpdateObjectRequest.Builder.class); + com.google.storage.v2.UpdateObjectRequest.class, + com.google.storage.v2.UpdateObjectRequest.Builder.class); } // Construct using com.google.storage.v2.UpdateObjectRequest.newBuilder() - private Builder() { - - } + private Builder() {} - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -707,9 +774,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_UpdateObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_UpdateObjectRequest_descriptor; } @java.lang.Override @@ -728,7 +795,8 @@ public com.google.storage.v2.UpdateObjectRequest build() { @java.lang.Override public com.google.storage.v2.UpdateObjectRequest buildPartial() { - com.google.storage.v2.UpdateObjectRequest result = new com.google.storage.v2.UpdateObjectRequest(this); + com.google.storage.v2.UpdateObjectRequest result = + new com.google.storage.v2.UpdateObjectRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (objectBuilder_ == null) { @@ -772,38 +840,39 @@ public com.google.storage.v2.UpdateObjectRequest 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) { + 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.storage.v2.UpdateObjectRequest) { - return mergeFrom((com.google.storage.v2.UpdateObjectRequest)other); + return mergeFrom((com.google.storage.v2.UpdateObjectRequest) other); } else { super.mergeFrom(other); return this; @@ -863,58 +932,62 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getObjectFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 10 - case 16: { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 16 - case 24: { - ifGenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 24 - case 32: { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 32 - case 40: { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000008; - break; - } // case 40 - case 58: { - input.readMessage( - getUpdateMaskFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 58 - case 66: { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 66 - case 82: { - predefinedAcl_ = input.readStringRequireUtf8(); - - break; - } // case 82 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + input.readMessage(getObjectFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 10 + case 16: + { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 16 + case 24: + { + ifGenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 24 + case 32: + { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 32 + case 40: + { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000008; + break; + } // case 40 + case 58: + { + input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 58 + case 66: + { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 66 + case 82: + { + predefinedAcl_ = input.readStringRequireUtf8(); + + 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) { @@ -924,12 +997,18 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.storage.v2.Object object_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> objectBuilder_; + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> + objectBuilder_; /** + * + * *
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -939,12 +1018,15 @@ public Builder mergeFrom(
      * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the object field is set. */ public boolean hasObject() { return objectBuilder_ != null || object_ != null; } /** + * + * *
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -954,6 +1036,7 @@ public boolean hasObject() {
      * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ public com.google.storage.v2.Object getObject() { @@ -964,6 +1047,8 @@ public com.google.storage.v2.Object getObject() { } } /** + * + * *
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -988,6 +1073,8 @@ public Builder setObject(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -998,8 +1085,7 @@ public Builder setObject(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      */
-    public Builder setObject(
-        com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setObject(com.google.storage.v2.Object.Builder builderForValue) {
       if (objectBuilder_ == null) {
         object_ = builderForValue.build();
         onChanged();
@@ -1010,6 +1096,8 @@ public Builder setObject(
       return this;
     }
     /**
+     *
+     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1024,7 +1112,7 @@ public Builder mergeObject(com.google.storage.v2.Object value) {
       if (objectBuilder_ == null) {
         if (object_ != null) {
           object_ =
-            com.google.storage.v2.Object.newBuilder(object_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.Object.newBuilder(object_).mergeFrom(value).buildPartial();
         } else {
           object_ = value;
         }
@@ -1036,6 +1124,8 @@ public Builder mergeObject(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1058,6 +1148,8 @@ public Builder clearObject() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1069,11 +1161,13 @@ public Builder clearObject() {
      * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      */
     public com.google.storage.v2.Object.Builder getObjectBuilder() {
-      
+
       onChanged();
       return getObjectFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1088,11 +1182,12 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
       if (objectBuilder_ != null) {
         return objectBuilder_.getMessageOrBuilder();
       } else {
-        return object_ == null ?
-            com.google.storage.v2.Object.getDefaultInstance() : object_;
+        return object_ == null ? com.google.storage.v2.Object.getDefaultInstance() : object_;
       }
     }
     /**
+     *
+     *
      * 
      * Required. The object to update.
      * The object's bucket and name fields are used to identify the object to
@@ -1104,21 +1199,26 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
      * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED];
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
+            com.google.storage.v2.Object,
+            com.google.storage.v2.Object.Builder,
+            com.google.storage.v2.ObjectOrBuilder>
         getObjectFieldBuilder() {
       if (objectBuilder_ == null) {
-        objectBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
-                getObject(),
-                getParentForChildren(),
-                isClean());
+        objectBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Object,
+                com.google.storage.v2.Object.Builder,
+                com.google.storage.v2.ObjectOrBuilder>(
+                getObject(), getParentForChildren(), isClean());
         object_ = null;
       }
       return objectBuilder_;
     }
 
-    private long ifGenerationMatch_ ;
+    private long ifGenerationMatch_;
     /**
+     *
+     *
      * 
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1126,6 +1226,7 @@ public com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder() {
      * 
* * optional int64 if_generation_match = 2; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1133,6 +1234,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1140,6 +1243,7 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 2; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1147,6 +1251,8 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1154,6 +1260,7 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 2; + * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1164,6 +1271,8 @@ public Builder setIfGenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current generation
      * matches the given value. Setting to 0 makes the operation succeed only if
@@ -1171,6 +1280,7 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 2; + * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1180,8 +1290,10 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_ ; + private long ifGenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1190,6 +1302,7 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 3; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1197,6 +1310,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1205,6 +1320,7 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 3; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1212,6 +1328,8 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1220,6 +1338,7 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 3; + * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1230,6 +1349,8 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's live generation
      * does not match the given value. If no live object exists, the precondition
@@ -1238,6 +1359,7 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 3; + * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1247,14 +1369,17 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 4; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1262,12 +1387,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 4; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1275,12 +1403,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 4; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1291,12 +1422,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 4; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1306,14 +1440,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 5; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1321,12 +1458,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 5; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1334,12 +1474,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 5; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1350,12 +1493,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 5; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1367,6 +1513,8 @@ public Builder clearIfMetagenerationNotMatch() { private java.lang.Object predefinedAcl_ = ""; /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1374,13 +1522,13 @@ public Builder clearIfMetagenerationNotMatch() {
      * 
* * string predefined_acl = 10; + * * @return The predefinedAcl. */ public java.lang.String getPredefinedAcl() { java.lang.Object ref = predefinedAcl_; 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(); predefinedAcl_ = s; return s; @@ -1389,6 +1537,8 @@ public java.lang.String getPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1396,15 +1546,14 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 10; + * * @return The bytes for predefinedAcl. */ - public com.google.protobuf.ByteString - getPredefinedAclBytes() { + public com.google.protobuf.ByteString getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -1412,6 +1561,8 @@ public java.lang.String getPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1419,20 +1570,22 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 10; + * * @param value The predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAcl( - java.lang.String value) { + public Builder setPredefinedAcl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedAcl_ = value; onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1440,15 +1593,18 @@ public Builder setPredefinedAcl(
      * 
* * string predefined_acl = 10; + * * @return This builder for chaining. */ public Builder clearPredefinedAcl() { - + predefinedAcl_ = getDefaultInstance().getPredefinedAcl(); onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1456,16 +1612,16 @@ public Builder clearPredefinedAcl() {
      * 
* * string predefined_acl = 10; + * * @param value The bytes for predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAclBytes( - com.google.protobuf.ByteString value) { + public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedAcl_ = value; onChanged(); return this; @@ -1473,8 +1629,13 @@ public Builder setPredefinedAclBytes( private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> + updateMaskBuilder_; /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1486,13 +1647,17 @@ public Builder setPredefinedAclBytes(
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1504,17 +1669,23 @@ public boolean hasUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1526,7 +1697,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1542,6 +1714,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1553,10 +1727,10 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setUpdateMask( - com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1567,6 +1741,8 @@ public Builder setUpdateMask( return this; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1578,13 +1754,14 @@ public Builder setUpdateMask(
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1596,6 +1773,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1607,7 +1786,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1621,6 +1801,8 @@ public Builder clearUpdateMask() { return this; } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1632,14 +1814,17 @@ public Builder clearUpdateMask() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1651,17 +1836,21 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null ? - com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + return updateMask_ == null + ? com.google.protobuf.FieldMask.getDefaultInstance() + : updateMask_; } } /** + * + * *
      * Required. List of fields to be updated.
      * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -1673,17 +1862,21 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      * an error.
      * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), - getParentForChildren(), - isClean()); + updateMaskBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, + com.google.protobuf.FieldMask.Builder, + com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), getParentForChildren(), isClean()); updateMask_ = null; } return updateMaskBuilder_; @@ -1691,41 +1884,55 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1739,6 +1946,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1757,17 +1966,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1779,6 +1993,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1797,33 +2013,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1831,21 +2056,24 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } + @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); } @@ -1855,12 +2083,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.UpdateObjectRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.UpdateObjectRequest) private static final com.google.storage.v2.UpdateObjectRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.UpdateObjectRequest(); } @@ -1869,27 +2097,27 @@ public static com.google.storage.v2.UpdateObjectRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateObjectRequest 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 UpdateObjectRequest 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; @@ -1904,6 +2132,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.UpdateObjectRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java similarity index 88% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java index dfa2c98c5e..dea9fcf135 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/UpdateObjectRequestOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface UpdateObjectRequestOrBuilder extends +public interface UpdateObjectRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.UpdateObjectRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -17,10 +35,13 @@ public interface UpdateObjectRequestOrBuilder extends
    * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the object field is set. */ boolean hasObject(); /** + * + * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -30,10 +51,13 @@ public interface UpdateObjectRequestOrBuilder extends
    * 
* * .google.storage.v2.Object object = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The object. */ com.google.storage.v2.Object getObject(); /** + * + * *
    * Required. The object to update.
    * The object's bucket and name fields are used to identify the object to
@@ -47,6 +71,8 @@ public interface UpdateObjectRequestOrBuilder extends
   com.google.storage.v2.ObjectOrBuilder getObjectOrBuilder();
 
   /**
+   *
+   *
    * 
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -54,10 +80,13 @@ public interface UpdateObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 2; + * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current generation
    * matches the given value. Setting to 0 makes the operation succeed only if
@@ -65,11 +94,14 @@ public interface UpdateObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_match = 2; + * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -78,10 +110,13 @@ public interface UpdateObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 3; + * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live generation
    * does not match the given value. If no live object exists, the precondition
@@ -90,53 +125,68 @@ public interface UpdateObjectRequestOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 3; + * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 4; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 4; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 5; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 5; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** + * + * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -144,10 +194,13 @@ public interface UpdateObjectRequestOrBuilder extends
    * 
* * string predefined_acl = 10; + * * @return The predefinedAcl. */ java.lang.String getPredefinedAcl(); /** + * + * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -155,12 +208,14 @@ public interface UpdateObjectRequestOrBuilder extends
    * 
* * string predefined_acl = 10; + * * @return The bytes for predefinedAcl. */ - com.google.protobuf.ByteString - getPredefinedAclBytes(); + com.google.protobuf.ByteString getPredefinedAclBytes(); /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -172,11 +227,15 @@ public interface UpdateObjectRequestOrBuilder extends
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -188,11 +247,15 @@ public interface UpdateObjectRequestOrBuilder extends
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** + * + * *
    * Required. List of fields to be updated.
    * To specify ALL fields, equivalent to the JSON API's "update" function,
@@ -204,29 +267,38 @@ public interface UpdateObjectRequestOrBuilder extends
    * an error.
    * 
* - * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * .google.protobuf.FieldMask update_mask = 7 [(.google.api.field_behavior) = REQUIRED]; + * */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java similarity index 76% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java index 75e847bca0..c045264efb 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequest.java @@ -1,61 +1,82 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Request message for WriteObject.
  * 
* * Protobuf type {@code google.storage.v2.WriteObjectRequest} */ -public final class WriteObjectRequest extends - com.google.protobuf.GeneratedMessageV3 implements +public final class WriteObjectRequest extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.WriteObjectRequest) WriteObjectRequestOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use WriteObjectRequest.newBuilder() to construct. private WriteObjectRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private WriteObjectRequest() { - } + + private WriteObjectRequest() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new WriteObjectRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectRequest.class, com.google.storage.v2.WriteObjectRequest.Builder.class); + com.google.storage.v2.WriteObjectRequest.class, + com.google.storage.v2.WriteObjectRequest.Builder.class); } private int firstMessageCase_ = 0; private java.lang.Object firstMessage_; + public enum FirstMessageCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { UPLOAD_ID(1), WRITE_OBJECT_SPEC(2), FIRSTMESSAGE_NOT_SET(0); private final int value; + private FirstMessageCase(int value) { this.value = value; } @@ -71,31 +92,37 @@ public static FirstMessageCase valueOf(int value) { public static FirstMessageCase forNumber(int value) { switch (value) { - case 1: return UPLOAD_ID; - case 2: return WRITE_OBJECT_SPEC; - case 0: return FIRSTMESSAGE_NOT_SET; - default: return null; + case 1: + return UPLOAD_ID; + case 2: + return WRITE_OBJECT_SPEC; + case 0: + return FIRSTMESSAGE_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public FirstMessageCase - getFirstMessageCase() { - return FirstMessageCase.forNumber( - firstMessageCase_); + public FirstMessageCase getFirstMessageCase() { + return FirstMessageCase.forNumber(firstMessageCase_); } private int dataCase_ = 0; private java.lang.Object data_; + public enum DataCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { CHECKSUMMED_DATA(4), DATA_NOT_SET(0); private final int value; + private DataCase(int value) { this.value = value; } @@ -111,42 +138,50 @@ public static DataCase valueOf(int value) { public static DataCase forNumber(int value) { switch (value) { - case 4: return CHECKSUMMED_DATA; - case 0: return DATA_NOT_SET; - default: return null; + case 4: + return CHECKSUMMED_DATA; + case 0: + return DATA_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public DataCase - getDataCase() { - return DataCase.forNumber( - dataCase_); + public DataCase getDataCase() { + return DataCase.forNumber(dataCase_); } public static final int UPLOAD_ID_FIELD_NUMBER = 1; /** + * + * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; + * * @return Whether the uploadId field is set. */ public boolean hasUploadId() { return firstMessageCase_ == 1; } /** + * + * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; + * * @return The uploadId. */ public java.lang.String getUploadId() { @@ -157,8 +192,7 @@ public java.lang.String getUploadId() { 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 (firstMessageCase_ == 1) { firstMessage_ = s; @@ -167,24 +201,25 @@ public java.lang.String getUploadId() { } } /** + * + * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; + * * @return The bytes for uploadId. */ - public com.google.protobuf.ByteString - getUploadIdBytes() { + public com.google.protobuf.ByteString getUploadIdBytes() { java.lang.Object ref = ""; if (firstMessageCase_ == 1) { ref = firstMessage_; } 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 (firstMessageCase_ == 1) { firstMessage_ = b; } @@ -196,12 +231,15 @@ public java.lang.String getUploadId() { public static final int WRITE_OBJECT_SPEC_FIELD_NUMBER = 2; /** + * + * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
    * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; + * * @return Whether the writeObjectSpec field is set. */ @java.lang.Override @@ -209,22 +247,27 @@ public boolean hasWriteObjectSpec() { return firstMessageCase_ == 2; } /** + * + * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
    * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; + * * @return The writeObjectSpec. */ @java.lang.Override public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() { if (firstMessageCase_ == 2) { - return (com.google.storage.v2.WriteObjectSpec) firstMessage_; + return (com.google.storage.v2.WriteObjectSpec) firstMessage_; } return com.google.storage.v2.WriteObjectSpec.getDefaultInstance(); } /** + * + * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
@@ -235,7 +278,7 @@ public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() {
   @java.lang.Override
   public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder() {
     if (firstMessageCase_ == 2) {
-       return (com.google.storage.v2.WriteObjectSpec) firstMessage_;
+      return (com.google.storage.v2.WriteObjectSpec) firstMessage_;
     }
     return com.google.storage.v2.WriteObjectSpec.getDefaultInstance();
   }
@@ -243,6 +286,8 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
   public static final int WRITE_OFFSET_FIELD_NUMBER = 3;
   private long writeOffset_;
   /**
+   *
+   *
    * 
    * Required. The offset from the beginning of the object at which the data
    * should be written.
@@ -257,6 +302,7 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
    * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The writeOffset. */ @java.lang.Override @@ -266,12 +312,15 @@ public long getWriteOffset() { public static final int CHECKSUMMED_DATA_FIELD_NUMBER = 4; /** + * + * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; + * * @return Whether the checksummedData field is set. */ @java.lang.Override @@ -279,22 +328,27 @@ public boolean hasChecksummedData() { return dataCase_ == 4; } /** + * + * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; + * * @return The checksummedData. */ @java.lang.Override public com.google.storage.v2.ChecksummedData getChecksummedData() { if (dataCase_ == 4) { - return (com.google.storage.v2.ChecksummedData) data_; + return (com.google.storage.v2.ChecksummedData) data_; } return com.google.storage.v2.ChecksummedData.getDefaultInstance(); } /** + * + * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
@@ -305,7 +359,7 @@ public com.google.storage.v2.ChecksummedData getChecksummedData() {
   @java.lang.Override
   public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilder() {
     if (dataCase_ == 4) {
-       return (com.google.storage.v2.ChecksummedData) data_;
+      return (com.google.storage.v2.ChecksummedData) data_;
     }
     return com.google.storage.v2.ChecksummedData.getDefaultInstance();
   }
@@ -313,6 +367,8 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
   public static final int OBJECT_CHECKSUMS_FIELD_NUMBER = 6;
   private com.google.storage.v2.ObjectChecksums objectChecksums_;
   /**
+   *
+   *
    * 
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -321,6 +377,7 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; + * * @return Whether the objectChecksums field is set. */ @java.lang.Override @@ -328,6 +385,8 @@ public boolean hasObjectChecksums() { return objectChecksums_ != null; } /** + * + * *
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -336,13 +395,18 @@ public boolean hasObjectChecksums() {
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; + * * @return The objectChecksums. */ @java.lang.Override public com.google.storage.v2.ObjectChecksums getObjectChecksums() { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } /** + * + * *
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -360,6 +424,8 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
   public static final int FINISH_WRITE_FIELD_NUMBER = 7;
   private boolean finishWrite_;
   /**
+   *
+   *
    * 
    * If `true`, this indicates that the write is complete. Sending any
    * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -370,6 +436,7 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
    * 
* * bool finish_write = 7; + * * @return The finishWrite. */ @java.lang.Override @@ -380,11 +447,14 @@ public boolean getFinishWrite() { public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER = 8; private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ @java.lang.Override @@ -392,18 +462,25 @@ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParams_ != null; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ @java.lang.Override public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
@@ -411,11 +488,13 @@ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestPar * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ @java.lang.Override - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { return getCommonObjectRequestParams(); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -427,8 +506,7 @@ 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 (firstMessageCase_ == 1) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, firstMessage_); } @@ -463,28 +541,28 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, firstMessage_); } if (firstMessageCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (com.google.storage.v2.WriteObjectSpec) firstMessage_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 2, (com.google.storage.v2.WriteObjectSpec) firstMessage_); } if (writeOffset_ != 0L) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(3, writeOffset_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, writeOffset_); } if (dataCase_ == 4) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(4, (com.google.storage.v2.ChecksummedData) data_); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 4, (com.google.storage.v2.ChecksummedData) data_); } if (objectChecksums_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(6, getObjectChecksums()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getObjectChecksums()); } if (finishWrite_ != false) { - size += com.google.protobuf.CodedOutputStream - .computeBoolSize(7, finishWrite_); + size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, finishWrite_); } if (commonObjectRequestParams_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(8, getCommonObjectRequestParams()); + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 8, getCommonObjectRequestParams()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -494,36 +572,31 @@ 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.storage.v2.WriteObjectRequest)) { return super.equals(obj); } com.google.storage.v2.WriteObjectRequest other = (com.google.storage.v2.WriteObjectRequest) obj; - if (getWriteOffset() - != other.getWriteOffset()) return false; + if (getWriteOffset() != other.getWriteOffset()) return false; if (hasObjectChecksums() != other.hasObjectChecksums()) return false; if (hasObjectChecksums()) { - if (!getObjectChecksums() - .equals(other.getObjectChecksums())) return false; + if (!getObjectChecksums().equals(other.getObjectChecksums())) return false; } - if (getFinishWrite() - != other.getFinishWrite()) return false; + if (getFinishWrite() != other.getFinishWrite()) return false; if (hasCommonObjectRequestParams() != other.hasCommonObjectRequestParams()) return false; if (hasCommonObjectRequestParams()) { - if (!getCommonObjectRequestParams() - .equals(other.getCommonObjectRequestParams())) return false; + if (!getCommonObjectRequestParams().equals(other.getCommonObjectRequestParams())) + return false; } if (!getFirstMessageCase().equals(other.getFirstMessageCase())) return false; switch (firstMessageCase_) { case 1: - if (!getUploadId() - .equals(other.getUploadId())) return false; + if (!getUploadId().equals(other.getUploadId())) return false; break; case 2: - if (!getWriteObjectSpec() - .equals(other.getWriteObjectSpec())) return false; + if (!getWriteObjectSpec().equals(other.getWriteObjectSpec())) return false; break; case 0: default: @@ -531,8 +604,7 @@ public boolean equals(final java.lang.Object obj) { if (!getDataCase().equals(other.getDataCase())) return false; switch (dataCase_) { case 4: - if (!getChecksummedData() - .equals(other.getChecksummedData())) return false; + if (!getChecksummedData().equals(other.getChecksummedData())) return false; break; case 0: default: @@ -549,15 +621,13 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + WRITE_OFFSET_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getWriteOffset()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getWriteOffset()); if (hasObjectChecksums()) { hash = (37 * hash) + OBJECT_CHECKSUMS_FIELD_NUMBER; hash = (53 * hash) + getObjectChecksums().hashCode(); } hash = (37 * hash) + FINISH_WRITE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getFinishWrite()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getFinishWrite()); if (hasCommonObjectRequestParams()) { hash = (37 * hash) + COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER; hash = (53 * hash) + getCommonObjectRequestParams().hashCode(); @@ -587,130 +657,136 @@ public int hashCode() { return hash; } - public static com.google.storage.v2.WriteObjectRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.WriteObjectRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.storage.v2.WriteObjectRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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.storage.v2.WriteObjectRequest 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 message for WriteObject.
    * 
* * Protobuf type {@code google.storage.v2.WriteObjectRequest} */ - 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.storage.v2.WriteObjectRequest) com.google.storage.v2.WriteObjectRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectRequest.class, com.google.storage.v2.WriteObjectRequest.Builder.class); + com.google.storage.v2.WriteObjectRequest.class, + com.google.storage.v2.WriteObjectRequest.Builder.class); } // Construct using com.google.storage.v2.WriteObjectRequest.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -744,9 +820,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectRequest_descriptor; } @java.lang.Override @@ -765,7 +841,8 @@ public com.google.storage.v2.WriteObjectRequest build() { @java.lang.Override public com.google.storage.v2.WriteObjectRequest buildPartial() { - com.google.storage.v2.WriteObjectRequest result = new com.google.storage.v2.WriteObjectRequest(this); + com.google.storage.v2.WriteObjectRequest result = + new com.google.storage.v2.WriteObjectRequest(this); if (firstMessageCase_ == 1) { result.firstMessage_ = firstMessage_; } @@ -805,38 +882,39 @@ public com.google.storage.v2.WriteObjectRequest 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) { + 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.storage.v2.WriteObjectRequest) { - return mergeFrom((com.google.storage.v2.WriteObjectRequest)other); + return mergeFrom((com.google.storage.v2.WriteObjectRequest) other); } else { super.mergeFrom(other); return this; @@ -858,28 +936,33 @@ public Builder mergeFrom(com.google.storage.v2.WriteObjectRequest other) { mergeCommonObjectRequestParams(other.getCommonObjectRequestParams()); } switch (other.getFirstMessageCase()) { - case UPLOAD_ID: { - firstMessageCase_ = 1; - firstMessage_ = other.firstMessage_; - onChanged(); - break; - } - case WRITE_OBJECT_SPEC: { - mergeWriteObjectSpec(other.getWriteObjectSpec()); - break; - } - case FIRSTMESSAGE_NOT_SET: { - break; - } + case UPLOAD_ID: + { + firstMessageCase_ = 1; + firstMessage_ = other.firstMessage_; + onChanged(); + break; + } + case WRITE_OBJECT_SPEC: + { + mergeWriteObjectSpec(other.getWriteObjectSpec()); + break; + } + case FIRSTMESSAGE_NOT_SET: + { + break; + } } switch (other.getDataCase()) { - case CHECKSUMMED_DATA: { - mergeChecksummedData(other.getChecksummedData()); - break; - } - case DATA_NOT_SET: { - break; - } + case CHECKSUMMED_DATA: + { + mergeChecksummedData(other.getChecksummedData()); + break; + } + case DATA_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -907,56 +990,57 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - java.lang.String s = input.readStringRequireUtf8(); - firstMessageCase_ = 1; - firstMessage_ = s; - break; - } // case 10 - case 18: { - input.readMessage( - getWriteObjectSpecFieldBuilder().getBuilder(), - extensionRegistry); - firstMessageCase_ = 2; - break; - } // case 18 - case 24: { - writeOffset_ = input.readInt64(); - - break; - } // case 24 - case 34: { - input.readMessage( - getChecksummedDataFieldBuilder().getBuilder(), - extensionRegistry); - dataCase_ = 4; - break; - } // case 34 - case 50: { - input.readMessage( - getObjectChecksumsFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 50 - case 56: { - finishWrite_ = input.readBool(); - - break; - } // case 56 - case 66: { - input.readMessage( - getCommonObjectRequestParamsFieldBuilder().getBuilder(), - extensionRegistry); - - break; - } // case 66 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: + { + java.lang.String s = input.readStringRequireUtf8(); + firstMessageCase_ = 1; + firstMessage_ = s; + break; + } // case 10 + case 18: + { + input.readMessage(getWriteObjectSpecFieldBuilder().getBuilder(), extensionRegistry); + firstMessageCase_ = 2; + break; + } // case 18 + case 24: + { + writeOffset_ = input.readInt64(); + + break; + } // case 24 + case 34: + { + input.readMessage(getChecksummedDataFieldBuilder().getBuilder(), extensionRegistry); + dataCase_ = 4; + break; + } // case 34 + case 50: + { + input.readMessage(getObjectChecksumsFieldBuilder().getBuilder(), extensionRegistry); + + break; + } // case 50 + case 56: + { + finishWrite_ = input.readBool(); + + break; + } // case 56 + case 66: + { + input.readMessage( + getCommonObjectRequestParamsFieldBuilder().getBuilder(), extensionRegistry); + + 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) { @@ -966,12 +1050,12 @@ public Builder mergeFrom( } // finally return this; } + private int firstMessageCase_ = 0; private java.lang.Object firstMessage_; - public FirstMessageCase - getFirstMessageCase() { - return FirstMessageCase.forNumber( - firstMessageCase_); + + public FirstMessageCase getFirstMessageCase() { + return FirstMessageCase.forNumber(firstMessageCase_); } public Builder clearFirstMessage() { @@ -983,10 +1067,9 @@ public Builder clearFirstMessage() { private int dataCase_ = 0; private java.lang.Object data_; - public DataCase - getDataCase() { - return DataCase.forNumber( - dataCase_); + + public DataCase getDataCase() { + return DataCase.forNumber(dataCase_); } public Builder clearData() { @@ -996,14 +1079,16 @@ public Builder clearData() { return this; } - /** + * + * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; + * * @return Whether the uploadId field is set. */ @java.lang.Override @@ -1011,12 +1096,15 @@ public boolean hasUploadId() { return firstMessageCase_ == 1; } /** + * + * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; + * * @return The uploadId. */ @java.lang.Override @@ -1026,8 +1114,7 @@ public java.lang.String getUploadId() { ref = firstMessage_; } 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 (firstMessageCase_ == 1) { firstMessage_ = s; @@ -1038,25 +1125,26 @@ public java.lang.String getUploadId() { } } /** + * + * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; + * * @return The bytes for uploadId. */ @java.lang.Override - public com.google.protobuf.ByteString - getUploadIdBytes() { + public com.google.protobuf.ByteString getUploadIdBytes() { java.lang.Object ref = ""; if (firstMessageCase_ == 1) { ref = firstMessage_; } 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 (firstMessageCase_ == 1) { firstMessage_ = b; } @@ -1066,32 +1154,37 @@ public java.lang.String getUploadId() { } } /** + * + * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; + * * @param value The uploadId to set. * @return This builder for chaining. */ - public Builder setUploadId( - java.lang.String value) { + public Builder setUploadId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - firstMessageCase_ = 1; + throw new NullPointerException(); + } + firstMessageCase_ = 1; firstMessage_ = value; onChanged(); return this; } /** + * + * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; + * * @return This builder for chaining. */ public Builder clearUploadId() { @@ -1103,21 +1196,23 @@ public Builder clearUploadId() { return this; } /** + * + * *
      * For resumable uploads. This should be the `upload_id` returned from a
      * call to `StartResumableWriteResponse`.
      * 
* * string upload_id = 1; + * * @param value The bytes for uploadId to set. * @return This builder for chaining. */ - public Builder setUploadIdBytes( - com.google.protobuf.ByteString value) { + public Builder setUploadIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); firstMessageCase_ = 1; firstMessage_ = value; onChanged(); @@ -1125,14 +1220,20 @@ public Builder setUploadIdBytes( } private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder> writeObjectSpecBuilder_; + com.google.storage.v2.WriteObjectSpec, + com.google.storage.v2.WriteObjectSpec.Builder, + com.google.storage.v2.WriteObjectSpecOrBuilder> + writeObjectSpecBuilder_; /** + * + * *
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
      * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; + * * @return Whether the writeObjectSpec field is set. */ @java.lang.Override @@ -1140,12 +1241,15 @@ public boolean hasWriteObjectSpec() { return firstMessageCase_ == 2; } /** + * + * *
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
      * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; + * * @return The writeObjectSpec. */ @java.lang.Override @@ -1163,6 +1267,8 @@ public com.google.storage.v2.WriteObjectSpec getWriteObjectSpec() { } } /** + * + * *
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1184,6 +1290,8 @@ public Builder setWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1203,6 +1311,8 @@ public Builder setWriteObjectSpec(
       return this;
     }
     /**
+     *
+     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1212,10 +1322,13 @@ public Builder setWriteObjectSpec(
      */
     public Builder mergeWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value) {
       if (writeObjectSpecBuilder_ == null) {
-        if (firstMessageCase_ == 2 &&
-            firstMessage_ != com.google.storage.v2.WriteObjectSpec.getDefaultInstance()) {
-          firstMessage_ = com.google.storage.v2.WriteObjectSpec.newBuilder((com.google.storage.v2.WriteObjectSpec) firstMessage_)
-              .mergeFrom(value).buildPartial();
+        if (firstMessageCase_ == 2
+            && firstMessage_ != com.google.storage.v2.WriteObjectSpec.getDefaultInstance()) {
+          firstMessage_ =
+              com.google.storage.v2.WriteObjectSpec.newBuilder(
+                      (com.google.storage.v2.WriteObjectSpec) firstMessage_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           firstMessage_ = value;
         }
@@ -1231,6 +1344,8 @@ public Builder mergeWriteObjectSpec(com.google.storage.v2.WriteObjectSpec value)
       return this;
     }
     /**
+     *
+     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1255,6 +1370,8 @@ public Builder clearWriteObjectSpec() {
       return this;
     }
     /**
+     *
+     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1266,6 +1383,8 @@ public com.google.storage.v2.WriteObjectSpec.Builder getWriteObjectSpecBuilder()
       return getWriteObjectSpecFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1285,6 +1404,8 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
       }
     }
     /**
+     *
+     *
      * 
      * For non-resumable uploads. Describes the overall upload, including the
      * destination bucket and object name, preconditions, etc.
@@ -1293,26 +1414,34 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
      * .google.storage.v2.WriteObjectSpec write_object_spec = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder> 
+            com.google.storage.v2.WriteObjectSpec,
+            com.google.storage.v2.WriteObjectSpec.Builder,
+            com.google.storage.v2.WriteObjectSpecOrBuilder>
         getWriteObjectSpecFieldBuilder() {
       if (writeObjectSpecBuilder_ == null) {
         if (!(firstMessageCase_ == 2)) {
           firstMessage_ = com.google.storage.v2.WriteObjectSpec.getDefaultInstance();
         }
-        writeObjectSpecBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.WriteObjectSpec, com.google.storage.v2.WriteObjectSpec.Builder, com.google.storage.v2.WriteObjectSpecOrBuilder>(
+        writeObjectSpecBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.WriteObjectSpec,
+                com.google.storage.v2.WriteObjectSpec.Builder,
+                com.google.storage.v2.WriteObjectSpecOrBuilder>(
                 (com.google.storage.v2.WriteObjectSpec) firstMessage_,
                 getParentForChildren(),
                 isClean());
         firstMessage_ = null;
       }
       firstMessageCase_ = 2;
-      onChanged();;
+      onChanged();
+      ;
       return writeObjectSpecBuilder_;
     }
 
-    private long writeOffset_ ;
+    private long writeOffset_;
     /**
+     *
+     *
      * 
      * Required. The offset from the beginning of the object at which the data
      * should be written.
@@ -1327,6 +1456,7 @@ public com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilde
      * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The writeOffset. */ @java.lang.Override @@ -1334,6 +1464,8 @@ public long getWriteOffset() { return writeOffset_; } /** + * + * *
      * Required. The offset from the beginning of the object at which the data
      * should be written.
@@ -1348,16 +1480,19 @@ public long getWriteOffset() {
      * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @param value The writeOffset to set. * @return This builder for chaining. */ public Builder setWriteOffset(long value) { - + writeOffset_ = value; onChanged(); return this; } /** + * + * *
      * Required. The offset from the beginning of the object at which the data
      * should be written.
@@ -1372,24 +1507,31 @@ public Builder setWriteOffset(long value) {
      * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return This builder for chaining. */ public Builder clearWriteOffset() { - + writeOffset_ = 0L; onChanged(); return this; } private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder> checksummedDataBuilder_; + com.google.storage.v2.ChecksummedData, + com.google.storage.v2.ChecksummedData.Builder, + com.google.storage.v2.ChecksummedDataOrBuilder> + checksummedDataBuilder_; /** + * + * *
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
      * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; + * * @return Whether the checksummedData field is set. */ @java.lang.Override @@ -1397,12 +1539,15 @@ public boolean hasChecksummedData() { return dataCase_ == 4; } /** + * + * *
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
      * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; + * * @return The checksummedData. */ @java.lang.Override @@ -1420,6 +1565,8 @@ public com.google.storage.v2.ChecksummedData getChecksummedData() { } } /** + * + * *
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1441,6 +1588,8 @@ public Builder setChecksummedData(com.google.storage.v2.ChecksummedData value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1460,6 +1609,8 @@ public Builder setChecksummedData(
       return this;
     }
     /**
+     *
+     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1469,10 +1620,12 @@ public Builder setChecksummedData(
      */
     public Builder mergeChecksummedData(com.google.storage.v2.ChecksummedData value) {
       if (checksummedDataBuilder_ == null) {
-        if (dataCase_ == 4 &&
-            data_ != com.google.storage.v2.ChecksummedData.getDefaultInstance()) {
-          data_ = com.google.storage.v2.ChecksummedData.newBuilder((com.google.storage.v2.ChecksummedData) data_)
-              .mergeFrom(value).buildPartial();
+        if (dataCase_ == 4 && data_ != com.google.storage.v2.ChecksummedData.getDefaultInstance()) {
+          data_ =
+              com.google.storage.v2.ChecksummedData.newBuilder(
+                      (com.google.storage.v2.ChecksummedData) data_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           data_ = value;
         }
@@ -1488,6 +1641,8 @@ public Builder mergeChecksummedData(com.google.storage.v2.ChecksummedData value)
       return this;
     }
     /**
+     *
+     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1512,6 +1667,8 @@ public Builder clearChecksummedData() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1523,6 +1680,8 @@ public com.google.storage.v2.ChecksummedData.Builder getChecksummedDataBuilder()
       return getChecksummedDataFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1542,6 +1701,8 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
       }
     }
     /**
+     *
+     *
      * 
      * The data to insert. If a crc32c checksum is provided that doesn't match
      * the checksum computed by the service, the request will fail.
@@ -1550,28 +1711,37 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
      * .google.storage.v2.ChecksummedData checksummed_data = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder> 
+            com.google.storage.v2.ChecksummedData,
+            com.google.storage.v2.ChecksummedData.Builder,
+            com.google.storage.v2.ChecksummedDataOrBuilder>
         getChecksummedDataFieldBuilder() {
       if (checksummedDataBuilder_ == null) {
         if (!(dataCase_ == 4)) {
           data_ = com.google.storage.v2.ChecksummedData.getDefaultInstance();
         }
-        checksummedDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ChecksummedData, com.google.storage.v2.ChecksummedData.Builder, com.google.storage.v2.ChecksummedDataOrBuilder>(
-                (com.google.storage.v2.ChecksummedData) data_,
-                getParentForChildren(),
-                isClean());
+        checksummedDataBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.ChecksummedData,
+                com.google.storage.v2.ChecksummedData.Builder,
+                com.google.storage.v2.ChecksummedDataOrBuilder>(
+                (com.google.storage.v2.ChecksummedData) data_, getParentForChildren(), isClean());
         data_ = null;
       }
       dataCase_ = 4;
-      onChanged();;
+      onChanged();
+      ;
       return checksummedDataBuilder_;
     }
 
     private com.google.storage.v2.ObjectChecksums objectChecksums_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> objectChecksumsBuilder_;
+            com.google.storage.v2.ObjectChecksums,
+            com.google.storage.v2.ObjectChecksums.Builder,
+            com.google.storage.v2.ObjectChecksumsOrBuilder>
+        objectChecksumsBuilder_;
     /**
+     *
+     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1580,12 +1750,15 @@ public com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilde
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; + * * @return Whether the objectChecksums field is set. */ public boolean hasObjectChecksums() { return objectChecksumsBuilder_ != null || objectChecksums_ != null; } /** + * + * *
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1594,16 +1767,21 @@ public boolean hasObjectChecksums() {
      * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; + * * @return The objectChecksums. */ public com.google.storage.v2.ObjectChecksums getObjectChecksums() { if (objectChecksumsBuilder_ == null) { - return objectChecksums_ == null ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_; + return objectChecksums_ == null + ? com.google.storage.v2.ObjectChecksums.getDefaultInstance() + : objectChecksums_; } else { return objectChecksumsBuilder_.getMessage(); } } /** + * + * *
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1627,6 +1805,8 @@ public Builder setObjectChecksums(com.google.storage.v2.ObjectChecksums value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1648,6 +1828,8 @@ public Builder setObjectChecksums(
       return this;
     }
     /**
+     *
+     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1661,7 +1843,9 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       if (objectChecksumsBuilder_ == null) {
         if (objectChecksums_ != null) {
           objectChecksums_ =
-            com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_).mergeFrom(value).buildPartial();
+              com.google.storage.v2.ObjectChecksums.newBuilder(objectChecksums_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           objectChecksums_ = value;
         }
@@ -1673,6 +1857,8 @@ public Builder mergeObjectChecksums(com.google.storage.v2.ObjectChecksums value)
       return this;
     }
     /**
+     *
+     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1694,6 +1880,8 @@ public Builder clearObjectChecksums() {
       return this;
     }
     /**
+     *
+     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1704,11 +1892,13 @@ public Builder clearObjectChecksums() {
      * .google.storage.v2.ObjectChecksums object_checksums = 6;
      */
     public com.google.storage.v2.ObjectChecksums.Builder getObjectChecksumsBuilder() {
-      
+
       onChanged();
       return getObjectChecksumsFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1722,11 +1912,14 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
       if (objectChecksumsBuilder_ != null) {
         return objectChecksumsBuilder_.getMessageOrBuilder();
       } else {
-        return objectChecksums_ == null ?
-            com.google.storage.v2.ObjectChecksums.getDefaultInstance() : objectChecksums_;
+        return objectChecksums_ == null
+            ? com.google.storage.v2.ObjectChecksums.getDefaultInstance()
+            : objectChecksums_;
       }
     }
     /**
+     *
+     *
      * 
      * Checksums for the complete object. If the checksums computed by the service
      * don't match the specifified checksums the call will fail. May only be
@@ -1737,21 +1930,26 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * .google.storage.v2.ObjectChecksums object_checksums = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder> 
+            com.google.storage.v2.ObjectChecksums,
+            com.google.storage.v2.ObjectChecksums.Builder,
+            com.google.storage.v2.ObjectChecksumsOrBuilder>
         getObjectChecksumsFieldBuilder() {
       if (objectChecksumsBuilder_ == null) {
-        objectChecksumsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.ObjectChecksums, com.google.storage.v2.ObjectChecksums.Builder, com.google.storage.v2.ObjectChecksumsOrBuilder>(
-                getObjectChecksums(),
-                getParentForChildren(),
-                isClean());
+        objectChecksumsBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.ObjectChecksums,
+                com.google.storage.v2.ObjectChecksums.Builder,
+                com.google.storage.v2.ObjectChecksumsOrBuilder>(
+                getObjectChecksums(), getParentForChildren(), isClean());
         objectChecksums_ = null;
       }
       return objectChecksumsBuilder_;
     }
 
-    private boolean finishWrite_ ;
+    private boolean finishWrite_;
     /**
+     *
+     *
      * 
      * If `true`, this indicates that the write is complete. Sending any
      * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -1762,6 +1960,7 @@ public com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilde
      * 
* * bool finish_write = 7; + * * @return The finishWrite. */ @java.lang.Override @@ -1769,6 +1968,8 @@ public boolean getFinishWrite() { return finishWrite_; } /** + * + * *
      * If `true`, this indicates that the write is complete. Sending any
      * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -1779,16 +1980,19 @@ public boolean getFinishWrite() {
      * 
* * bool finish_write = 7; + * * @param value The finishWrite to set. * @return This builder for chaining. */ public Builder setFinishWrite(boolean value) { - + finishWrite_ = value; onChanged(); return this; } /** + * + * *
      * If `true`, this indicates that the write is complete. Sending any
      * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -1799,10 +2003,11 @@ public Builder setFinishWrite(boolean value) {
      * 
* * bool finish_write = 7; + * * @return This builder for chaining. */ public Builder clearFinishWrite() { - + finishWrite_ = false; onChanged(); return this; @@ -1810,41 +2015,55 @@ public Builder clearFinishWrite() { private com.google.storage.v2.CommonObjectRequestParams commonObjectRequestParams_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> commonObjectRequestParamsBuilder_; + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + commonObjectRequestParamsBuilder_; /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ public boolean hasCommonObjectRequestParams() { return commonObjectRequestParamsBuilder_ != null || commonObjectRequestParams_ != null; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ public com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams() { if (commonObjectRequestParamsBuilder_ == null) { - return commonObjectRequestParams_ == null ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } else { return commonObjectRequestParamsBuilder_.getMessage(); } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder setCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1858,6 +2077,8 @@ public Builder setCommonObjectRequestParams(com.google.storage.v2.CommonObjectRe return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1876,17 +2097,22 @@ public Builder setCommonObjectRequestParams( return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObjectRequestParams value) { + public Builder mergeCommonObjectRequestParams( + com.google.storage.v2.CommonObjectRequestParams value) { if (commonObjectRequestParamsBuilder_ == null) { if (commonObjectRequestParams_ != null) { commonObjectRequestParams_ = - com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_).mergeFrom(value).buildPartial(); + com.google.storage.v2.CommonObjectRequestParams.newBuilder(commonObjectRequestParams_) + .mergeFrom(value) + .buildPartial(); } else { commonObjectRequestParams_ = value; } @@ -1898,6 +2124,8 @@ public Builder mergeCommonObjectRequestParams(com.google.storage.v2.CommonObject return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1916,33 +2144,42 @@ public Builder clearCommonObjectRequestParams() { return this; } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder() { - + public com.google.storage.v2.CommonObjectRequestParams.Builder + getCommonObjectRequestParamsBuilder() { + onChanged(); return getCommonObjectRequestParamsFieldBuilder().getBuilder(); } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ - public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder() { + public com.google.storage.v2.CommonObjectRequestParamsOrBuilder + getCommonObjectRequestParamsOrBuilder() { if (commonObjectRequestParamsBuilder_ != null) { return commonObjectRequestParamsBuilder_.getMessageOrBuilder(); } else { - return commonObjectRequestParams_ == null ? - com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() : commonObjectRequestParams_; + return commonObjectRequestParams_ == null + ? com.google.storage.v2.CommonObjectRequestParams.getDefaultInstance() + : commonObjectRequestParams_; } } /** + * + * *
      * A set of parameters common to Storage API requests concerning an object.
      * 
@@ -1950,21 +2187,24 @@ public com.google.storage.v2.CommonObjectRequestParamsOrBuilder getCommonObjectR * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder> + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder> getCommonObjectRequestParamsFieldBuilder() { if (commonObjectRequestParamsBuilder_ == null) { - commonObjectRequestParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.CommonObjectRequestParams, com.google.storage.v2.CommonObjectRequestParams.Builder, com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( - getCommonObjectRequestParams(), - getParentForChildren(), - isClean()); + commonObjectRequestParamsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.CommonObjectRequestParams, + com.google.storage.v2.CommonObjectRequestParams.Builder, + com.google.storage.v2.CommonObjectRequestParamsOrBuilder>( + getCommonObjectRequestParams(), getParentForChildren(), isClean()); commonObjectRequestParams_ = null; } return commonObjectRequestParamsBuilder_; } + @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); } @@ -1974,12 +2214,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.WriteObjectRequest) } // @@protoc_insertion_point(class_scope:google.storage.v2.WriteObjectRequest) private static final com.google.storage.v2.WriteObjectRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.WriteObjectRequest(); } @@ -1988,27 +2228,27 @@ public static com.google.storage.v2.WriteObjectRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public WriteObjectRequest 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 WriteObjectRequest 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; @@ -2023,6 +2263,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.WriteObjectRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java similarity index 87% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java index a77e3f1b76..799717bb15 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectRequestOrBuilder.java @@ -1,65 +1,97 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface WriteObjectRequestOrBuilder extends +public interface WriteObjectRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.WriteObjectRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; + * * @return Whether the uploadId field is set. */ boolean hasUploadId(); /** + * + * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; + * * @return The uploadId. */ java.lang.String getUploadId(); /** + * + * *
    * For resumable uploads. This should be the `upload_id` returned from a
    * call to `StartResumableWriteResponse`.
    * 
* * string upload_id = 1; + * * @return The bytes for uploadId. */ - com.google.protobuf.ByteString - getUploadIdBytes(); + com.google.protobuf.ByteString getUploadIdBytes(); /** + * + * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
    * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; + * * @return Whether the writeObjectSpec field is set. */ boolean hasWriteObjectSpec(); /** + * + * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
    * 
* * .google.storage.v2.WriteObjectSpec write_object_spec = 2; + * * @return The writeObjectSpec. */ com.google.storage.v2.WriteObjectSpec getWriteObjectSpec(); /** + * + * *
    * For non-resumable uploads. Describes the overall upload, including the
    * destination bucket and object name, preconditions, etc.
@@ -70,6 +102,8 @@ public interface WriteObjectRequestOrBuilder extends
   com.google.storage.v2.WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder();
 
   /**
+   *
+   *
    * 
    * Required. The offset from the beginning of the object at which the data
    * should be written.
@@ -84,31 +118,40 @@ public interface WriteObjectRequestOrBuilder extends
    * 
* * int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED]; + * * @return The writeOffset. */ long getWriteOffset(); /** + * + * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; + * * @return Whether the checksummedData field is set. */ boolean hasChecksummedData(); /** + * + * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
    * 
* * .google.storage.v2.ChecksummedData checksummed_data = 4; + * * @return The checksummedData. */ com.google.storage.v2.ChecksummedData getChecksummedData(); /** + * + * *
    * The data to insert. If a crc32c checksum is provided that doesn't match
    * the checksum computed by the service, the request will fail.
@@ -119,6 +162,8 @@ public interface WriteObjectRequestOrBuilder extends
   com.google.storage.v2.ChecksummedDataOrBuilder getChecksummedDataOrBuilder();
 
   /**
+   *
+   *
    * 
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -127,10 +172,13 @@ public interface WriteObjectRequestOrBuilder extends
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; + * * @return Whether the objectChecksums field is set. */ boolean hasObjectChecksums(); /** + * + * *
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -139,10 +187,13 @@ public interface WriteObjectRequestOrBuilder extends
    * 
* * .google.storage.v2.ObjectChecksums object_checksums = 6; + * * @return The objectChecksums. */ com.google.storage.v2.ObjectChecksums getObjectChecksums(); /** + * + * *
    * Checksums for the complete object. If the checksums computed by the service
    * don't match the specifified checksums the call will fail. May only be
@@ -155,6 +206,8 @@ public interface WriteObjectRequestOrBuilder extends
   com.google.storage.v2.ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder();
 
   /**
+   *
+   *
    * 
    * If `true`, this indicates that the write is complete. Sending any
    * `WriteObjectRequest`s subsequent to one in which `finish_write` is `true`
@@ -165,29 +218,38 @@ public interface WriteObjectRequestOrBuilder extends
    * 
* * bool finish_write = 7; + * * @return The finishWrite. */ boolean getFinishWrite(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return Whether the commonObjectRequestParams field is set. */ boolean hasCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
* * .google.storage.v2.CommonObjectRequestParams common_object_request_params = 8; + * * @return The commonObjectRequestParams. */ com.google.storage.v2.CommonObjectRequestParams getCommonObjectRequestParams(); /** + * + * *
    * A set of parameters common to Storage API requests concerning an object.
    * 
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java similarity index 69% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java index 3a3cd88151..417bb554a3 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponse.java @@ -1,61 +1,82 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; /** + * + * *
  * Response message for WriteObject.
  * 
* * Protobuf type {@code google.storage.v2.WriteObjectResponse} */ -public final class WriteObjectResponse extends - com.google.protobuf.GeneratedMessageV3 implements +public final class WriteObjectResponse extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.WriteObjectResponse) WriteObjectResponseOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use WriteObjectResponse.newBuilder() to construct. private WriteObjectResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private WriteObjectResponse() { - } + + private WriteObjectResponse() {} @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new WriteObjectResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectResponse.class, com.google.storage.v2.WriteObjectResponse.Builder.class); + com.google.storage.v2.WriteObjectResponse.class, + com.google.storage.v2.WriteObjectResponse.Builder.class); } private int writeStatusCase_ = 0; private java.lang.Object writeStatus_; + public enum WriteStatusCase - implements com.google.protobuf.Internal.EnumLite, + implements + com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { PERSISTED_SIZE(1), RESOURCE(2), WRITESTATUS_NOT_SET(0); private final int value; + private WriteStatusCase(int value) { this.value = value; } @@ -71,31 +92,37 @@ public static WriteStatusCase valueOf(int value) { public static WriteStatusCase forNumber(int value) { switch (value) { - case 1: return PERSISTED_SIZE; - case 2: return RESOURCE; - case 0: return WRITESTATUS_NOT_SET; - default: return null; + case 1: + return PERSISTED_SIZE; + case 2: + return RESOURCE; + case 0: + return WRITESTATUS_NOT_SET; + default: + return null; } } + public int getNumber() { return this.value; } }; - public WriteStatusCase - getWriteStatusCase() { - return WriteStatusCase.forNumber( - writeStatusCase_); + public WriteStatusCase getWriteStatusCase() { + return WriteStatusCase.forNumber(writeStatusCase_); } public static final int PERSISTED_SIZE_FIELD_NUMBER = 1; /** + * + * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. Only set if the upload has not finalized.
    * 
* * int64 persisted_size = 1; + * * @return Whether the persistedSize field is set. */ @java.lang.Override @@ -103,12 +130,15 @@ public boolean hasPersistedSize() { return writeStatusCase_ == 1; } /** + * + * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. Only set if the upload has not finalized.
    * 
* * int64 persisted_size = 1; + * * @return The persistedSize. */ @java.lang.Override @@ -121,12 +151,15 @@ public long getPersistedSize() { public static final int RESOURCE_FIELD_NUMBER = 2; /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; + * * @return Whether the resource field is set. */ @java.lang.Override @@ -134,22 +167,27 @@ public boolean hasResource() { return writeStatusCase_ == 2; } /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; + * * @return The resource. */ @java.lang.Override public com.google.storage.v2.Object getResource() { if (writeStatusCase_ == 2) { - return (com.google.storage.v2.Object) writeStatus_; + return (com.google.storage.v2.Object) writeStatus_; } return com.google.storage.v2.Object.getDefaultInstance(); } /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
@@ -160,12 +198,13 @@ public com.google.storage.v2.Object getResource() {
   @java.lang.Override
   public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
     if (writeStatusCase_ == 2) {
-       return (com.google.storage.v2.Object) writeStatus_;
+      return (com.google.storage.v2.Object) writeStatus_;
     }
     return com.google.storage.v2.Object.getDefaultInstance();
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -177,11 +216,9 @@ 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 (writeStatusCase_ == 1) {
-      output.writeInt64(
-          1, (long)((java.lang.Long) writeStatus_));
+      output.writeInt64(1, (long) ((java.lang.Long) writeStatus_));
     }
     if (writeStatusCase_ == 2) {
       output.writeMessage(2, (com.google.storage.v2.Object) writeStatus_);
@@ -196,13 +233,14 @@ public int getSerializedSize() {
 
     size = 0;
     if (writeStatusCase_ == 1) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeInt64Size(
-            1, (long)((java.lang.Long) writeStatus_));
+      size +=
+          com.google.protobuf.CodedOutputStream.computeInt64Size(
+              1, (long) ((java.lang.Long) writeStatus_));
     }
     if (writeStatusCase_ == 2) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(2, (com.google.storage.v2.Object) writeStatus_);
+      size +=
+          com.google.protobuf.CodedOutputStream.computeMessageSize(
+              2, (com.google.storage.v2.Object) writeStatus_);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -212,22 +250,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.storage.v2.WriteObjectResponse)) {
       return super.equals(obj);
     }
-    com.google.storage.v2.WriteObjectResponse other = (com.google.storage.v2.WriteObjectResponse) obj;
+    com.google.storage.v2.WriteObjectResponse other =
+        (com.google.storage.v2.WriteObjectResponse) obj;
 
     if (!getWriteStatusCase().equals(other.getWriteStatusCase())) return false;
     switch (writeStatusCase_) {
       case 1:
-        if (getPersistedSize()
-            != other.getPersistedSize()) return false;
+        if (getPersistedSize() != other.getPersistedSize()) return false;
         break;
       case 2:
-        if (!getResource()
-            .equals(other.getResource())) return false;
+        if (!getResource().equals(other.getResource())) return false;
         break;
       case 0:
       default:
@@ -246,8 +283,7 @@ public int hashCode() {
     switch (writeStatusCase_) {
       case 1:
         hash = (37 * hash) + PERSISTED_SIZE_FIELD_NUMBER;
-        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
-            getPersistedSize());
+        hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getPersistedSize());
         break;
       case 2:
         hash = (37 * hash) + RESOURCE_FIELD_NUMBER;
@@ -261,130 +297,136 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.storage.v2.WriteObjectResponse parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.storage.v2.WriteObjectResponse parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.storage.v2.WriteObjectResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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.storage.v2.WriteObjectResponse 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;
   }
   /**
+   *
+   *
    * 
    * Response message for WriteObject.
    * 
* * Protobuf type {@code google.storage.v2.WriteObjectResponse} */ - 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.storage.v2.WriteObjectResponse) com.google.storage.v2.WriteObjectResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectResponse.class, com.google.storage.v2.WriteObjectResponse.Builder.class); + com.google.storage.v2.WriteObjectResponse.class, + com.google.storage.v2.WriteObjectResponse.Builder.class); } // Construct using com.google.storage.v2.WriteObjectResponse.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -397,9 +439,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectResponse_descriptor; } @java.lang.Override @@ -418,7 +460,8 @@ public com.google.storage.v2.WriteObjectResponse build() { @java.lang.Override public com.google.storage.v2.WriteObjectResponse buildPartial() { - com.google.storage.v2.WriteObjectResponse result = new com.google.storage.v2.WriteObjectResponse(this); + com.google.storage.v2.WriteObjectResponse result = + new com.google.storage.v2.WriteObjectResponse(this); if (writeStatusCase_ == 1) { result.writeStatus_ = writeStatus_; } @@ -438,38 +481,39 @@ public com.google.storage.v2.WriteObjectResponse 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) { + 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.storage.v2.WriteObjectResponse) { - return mergeFrom((com.google.storage.v2.WriteObjectResponse)other); + return mergeFrom((com.google.storage.v2.WriteObjectResponse) other); } else { super.mergeFrom(other); return this; @@ -479,17 +523,20 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.storage.v2.WriteObjectResponse other) { if (other == com.google.storage.v2.WriteObjectResponse.getDefaultInstance()) return this; switch (other.getWriteStatusCase()) { - case PERSISTED_SIZE: { - setPersistedSize(other.getPersistedSize()); - break; - } - case RESOURCE: { - mergeResource(other.getResource()); - break; - } - case WRITESTATUS_NOT_SET: { - break; - } + case PERSISTED_SIZE: + { + setPersistedSize(other.getPersistedSize()); + break; + } + case RESOURCE: + { + mergeResource(other.getResource()); + break; + } + case WRITESTATUS_NOT_SET: + { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -517,24 +564,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: { - writeStatus_ = input.readInt64(); - writeStatusCase_ = 1; - break; - } // case 8 - case 18: { - input.readMessage( - getResourceFieldBuilder().getBuilder(), - extensionRegistry); - writeStatusCase_ = 2; - break; - } // case 18 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: + { + writeStatus_ = input.readInt64(); + writeStatusCase_ = 1; + break; + } // case 8 + case 18: + { + input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); + writeStatusCase_ = 2; + 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) { @@ -544,12 +592,12 @@ public Builder mergeFrom( } // finally return this; } + private int writeStatusCase_ = 0; private java.lang.Object writeStatus_; - public WriteStatusCase - getWriteStatusCase() { - return WriteStatusCase.forNumber( - writeStatusCase_); + + public WriteStatusCase getWriteStatusCase() { + return WriteStatusCase.forNumber(writeStatusCase_); } public Builder clearWriteStatus() { @@ -559,26 +607,31 @@ public Builder clearWriteStatus() { return this; } - /** + * + * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. Only set if the upload has not finalized.
      * 
* * int64 persisted_size = 1; + * * @return Whether the persistedSize field is set. */ public boolean hasPersistedSize() { return writeStatusCase_ == 1; } /** + * + * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. Only set if the upload has not finalized.
      * 
* * int64 persisted_size = 1; + * * @return The persistedSize. */ public long getPersistedSize() { @@ -588,12 +641,15 @@ public long getPersistedSize() { return 0L; } /** + * + * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. Only set if the upload has not finalized.
      * 
* * int64 persisted_size = 1; + * * @param value The persistedSize to set. * @return This builder for chaining. */ @@ -604,12 +660,15 @@ public Builder setPersistedSize(long value) { return this; } /** + * + * *
      * The total number of bytes that have been processed for the given object
      * from all `WriteObject` calls. Only set if the upload has not finalized.
      * 
* * int64 persisted_size = 1; + * * @return This builder for chaining. */ public Builder clearPersistedSize() { @@ -622,14 +681,20 @@ public Builder clearPersistedSize() { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> resourceBuilder_; + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> + resourceBuilder_; /** + * + * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
      * 
* * .google.storage.v2.Object resource = 2; + * * @return Whether the resource field is set. */ @java.lang.Override @@ -637,12 +702,15 @@ public boolean hasResource() { return writeStatusCase_ == 2; } /** + * + * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
      * 
* * .google.storage.v2.Object resource = 2; + * * @return The resource. */ @java.lang.Override @@ -660,6 +728,8 @@ public com.google.storage.v2.Object getResource() { } } /** + * + * *
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -681,6 +751,8 @@ public Builder setResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -688,8 +760,7 @@ public Builder setResource(com.google.storage.v2.Object value) {
      *
      * .google.storage.v2.Object resource = 2;
      */
-    public Builder setResource(
-        com.google.storage.v2.Object.Builder builderForValue) {
+    public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) {
       if (resourceBuilder_ == null) {
         writeStatus_ = builderForValue.build();
         onChanged();
@@ -700,6 +771,8 @@ public Builder setResource(
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -709,10 +782,12 @@ public Builder setResource(
      */
     public Builder mergeResource(com.google.storage.v2.Object value) {
       if (resourceBuilder_ == null) {
-        if (writeStatusCase_ == 2 &&
-            writeStatus_ != com.google.storage.v2.Object.getDefaultInstance()) {
-          writeStatus_ = com.google.storage.v2.Object.newBuilder((com.google.storage.v2.Object) writeStatus_)
-              .mergeFrom(value).buildPartial();
+        if (writeStatusCase_ == 2
+            && writeStatus_ != com.google.storage.v2.Object.getDefaultInstance()) {
+          writeStatus_ =
+              com.google.storage.v2.Object.newBuilder((com.google.storage.v2.Object) writeStatus_)
+                  .mergeFrom(value)
+                  .buildPartial();
         } else {
           writeStatus_ = value;
         }
@@ -728,6 +803,8 @@ public Builder mergeResource(com.google.storage.v2.Object value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -752,6 +829,8 @@ public Builder clearResource() {
       return this;
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -763,6 +842,8 @@ public com.google.storage.v2.Object.Builder getResourceBuilder() {
       return getResourceFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -782,6 +863,8 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
       }
     }
     /**
+     *
+     *
      * 
      * A resource containing the metadata for the uploaded object. Only set if
      * the upload has finalized.
@@ -790,26 +873,30 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
      * .google.storage.v2.Object resource = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> 
+            com.google.storage.v2.Object,
+            com.google.storage.v2.Object.Builder,
+            com.google.storage.v2.ObjectOrBuilder>
         getResourceFieldBuilder() {
       if (resourceBuilder_ == null) {
         if (!(writeStatusCase_ == 2)) {
           writeStatus_ = com.google.storage.v2.Object.getDefaultInstance();
         }
-        resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>(
-                (com.google.storage.v2.Object) writeStatus_,
-                getParentForChildren(),
-                isClean());
+        resourceBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.storage.v2.Object,
+                com.google.storage.v2.Object.Builder,
+                com.google.storage.v2.ObjectOrBuilder>(
+                (com.google.storage.v2.Object) writeStatus_, getParentForChildren(), isClean());
         writeStatus_ = null;
       }
       writeStatusCase_ = 2;
-      onChanged();;
+      onChanged();
+      ;
       return resourceBuilder_;
     }
+
     @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);
     }
 
@@ -819,12 +906,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.storage.v2.WriteObjectResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.storage.v2.WriteObjectResponse)
   private static final com.google.storage.v2.WriteObjectResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.storage.v2.WriteObjectResponse();
   }
@@ -833,27 +920,27 @@ public static com.google.storage.v2.WriteObjectResponse getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public WriteObjectResponse 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 WriteObjectResponse 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;
@@ -868,6 +955,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.storage.v2.WriteObjectResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
similarity index 71%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
index 3eca514b01..fe718a7761 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectResponseOrBuilder.java
@@ -1,54 +1,84 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
-public interface WriteObjectResponseOrBuilder extends
+public interface WriteObjectResponseOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.storage.v2.WriteObjectResponse)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. Only set if the upload has not finalized.
    * 
* * int64 persisted_size = 1; + * * @return Whether the persistedSize field is set. */ boolean hasPersistedSize(); /** + * + * *
    * The total number of bytes that have been processed for the given object
    * from all `WriteObject` calls. Only set if the upload has not finalized.
    * 
* * int64 persisted_size = 1; + * * @return The persistedSize. */ long getPersistedSize(); /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; + * * @return Whether the resource field is set. */ boolean hasResource(); /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
    * 
* * .google.storage.v2.Object resource = 2; + * * @return The resource. */ com.google.storage.v2.Object getResource(); /** + * + * *
    * A resource containing the metadata for the uploaded object. Only set if
    * the upload has finalized.
diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
similarity index 78%
rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
index 763a4b106b..0363427c5a 100644
--- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
+++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpec.java
@@ -1,62 +1,84 @@
+/*
+ * Copyright 2020 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/storage/v2/storage.proto
 
 package com.google.storage.v2;
 
 /**
+ *
+ *
  * 
  * Describes an attempt to insert an object, possibly over multiple requests.
  * 
* * Protobuf type {@code google.storage.v2.WriteObjectSpec} */ -public final class WriteObjectSpec extends - com.google.protobuf.GeneratedMessageV3 implements +public final class WriteObjectSpec extends com.google.protobuf.GeneratedMessageV3 + implements // @@protoc_insertion_point(message_implements:google.storage.v2.WriteObjectSpec) WriteObjectSpecOrBuilder { -private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use WriteObjectSpec.newBuilder() to construct. private WriteObjectSpec(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } + private WriteObjectSpec() { predefinedAcl_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new WriteObjectSpec(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_descriptor; + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectSpec_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectSpec.class, com.google.storage.v2.WriteObjectSpec.Builder.class); + com.google.storage.v2.WriteObjectSpec.class, + com.google.storage.v2.WriteObjectSpec.Builder.class); } private int bitField0_; public static final int RESOURCE_FIELD_NUMBER = 1; private com.google.storage.v2.Object resource_; /** + * + * *
    * Required. Destination object, including its name and its metadata.
    * 
* * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the resource field is set. */ @java.lang.Override @@ -64,11 +86,14 @@ public boolean hasResource() { return resource_ != null; } /** + * + * *
    * Required. Destination object, including its name and its metadata.
    * 
* * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The resource. */ @java.lang.Override @@ -76,6 +101,8 @@ public com.google.storage.v2.Object getResource() { return resource_ == null ? com.google.storage.v2.Object.getDefaultInstance() : resource_; } /** + * + * *
    * Required. Destination object, including its name and its metadata.
    * 
@@ -90,6 +117,8 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() { public static final int PREDEFINED_ACL_FIELD_NUMBER = 7; private volatile java.lang.Object predefinedAcl_; /** + * + * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -97,6 +126,7 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
    * 
* * string predefined_acl = 7; + * * @return The predefinedAcl. */ @java.lang.Override @@ -105,14 +135,15 @@ public java.lang.String getPredefinedAcl() { 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(); predefinedAcl_ = s; return s; } } /** + * + * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -120,16 +151,15 @@ public java.lang.String getPredefinedAcl() {
    * 
* * string predefined_acl = 7; + * * @return The bytes for predefinedAcl. */ @java.lang.Override - public com.google.protobuf.ByteString - getPredefinedAclBytes() { + public com.google.protobuf.ByteString getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -140,6 +170,8 @@ public java.lang.String getPredefinedAcl() { public static final int IF_GENERATION_MATCH_FIELD_NUMBER = 3; private long ifGenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * generation matches the given value. Setting to 0 makes the operation
@@ -147,6 +179,7 @@ public java.lang.String getPredefinedAcl() {
    * 
* * optional int64 if_generation_match = 3; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -154,6 +187,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * generation matches the given value. Setting to 0 makes the operation
@@ -161,6 +196,7 @@ public boolean hasIfGenerationMatch() {
    * 
* * optional int64 if_generation_match = 3; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -171,6 +207,8 @@ public long getIfGenerationMatch() { public static final int IF_GENERATION_NOT_MATCH_FIELD_NUMBER = 4; private long ifGenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's live
    * generation does not match the given value. If no live object exists, the
@@ -179,6 +217,7 @@ public long getIfGenerationMatch() {
    * 
* * optional int64 if_generation_not_match = 4; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -186,6 +225,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's live
    * generation does not match the given value. If no live object exists, the
@@ -194,6 +235,7 @@ public boolean hasIfGenerationNotMatch() {
    * 
* * optional int64 if_generation_not_match = 4; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -204,12 +246,15 @@ public long getIfGenerationNotMatch() { public static final int IF_METAGENERATION_MATCH_FIELD_NUMBER = 5; private long ifMetagenerationMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -217,12 +262,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -233,12 +281,15 @@ public long getIfMetagenerationMatch() { public static final int IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER = 6; private long ifMetagenerationNotMatch_; /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 6; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -246,12 +297,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 6; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -262,6 +316,8 @@ public long getIfMetagenerationNotMatch() { public static final int OBJECT_SIZE_FIELD_NUMBER = 8; private long objectSize_; /** + * + * *
    * The expected final object size being uploaded.
    * If this value is set, closing the stream after writing fewer or more than
@@ -273,6 +329,7 @@ public long getIfMetagenerationNotMatch() {
    * 
* * optional int64 object_size = 8; + * * @return Whether the objectSize field is set. */ @java.lang.Override @@ -280,6 +337,8 @@ public boolean hasObjectSize() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
    * The expected final object size being uploaded.
    * If this value is set, closing the stream after writing fewer or more than
@@ -291,6 +350,7 @@ public boolean hasObjectSize() {
    * 
* * optional int64 object_size = 8; + * * @return The objectSize. */ @java.lang.Override @@ -299,6 +359,7 @@ public long getObjectSize() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -310,8 +371,7 @@ 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 (resource_ != null) { output.writeMessage(1, getResource()); } @@ -343,31 +403,25 @@ public int getSerializedSize() { size = 0; if (resource_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getResource()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getResource()); } if (((bitField0_ & 0x00000001) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(3, ifGenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, ifGenerationMatch_); } if (((bitField0_ & 0x00000002) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(4, ifGenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, ifGenerationNotMatch_); } if (((bitField0_ & 0x00000004) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(5, ifMetagenerationMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(5, ifMetagenerationMatch_); } if (((bitField0_ & 0x00000008) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(6, ifMetagenerationNotMatch_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(6, ifMetagenerationNotMatch_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(predefinedAcl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, predefinedAcl_); } if (((bitField0_ & 0x00000010) != 0)) { - size += com.google.protobuf.CodedOutputStream - .computeInt64Size(8, objectSize_); + size += com.google.protobuf.CodedOutputStream.computeInt64Size(8, objectSize_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -377,7 +431,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.storage.v2.WriteObjectSpec)) { return super.equals(obj); @@ -386,35 +440,28 @@ public boolean equals(final java.lang.Object obj) { if (hasResource() != other.hasResource()) return false; if (hasResource()) { - if (!getResource() - .equals(other.getResource())) return false; + if (!getResource().equals(other.getResource())) return false; } - if (!getPredefinedAcl() - .equals(other.getPredefinedAcl())) return false; + if (!getPredefinedAcl().equals(other.getPredefinedAcl())) return false; if (hasIfGenerationMatch() != other.hasIfGenerationMatch()) return false; if (hasIfGenerationMatch()) { - if (getIfGenerationMatch() - != other.getIfGenerationMatch()) return false; + if (getIfGenerationMatch() != other.getIfGenerationMatch()) return false; } if (hasIfGenerationNotMatch() != other.hasIfGenerationNotMatch()) return false; if (hasIfGenerationNotMatch()) { - if (getIfGenerationNotMatch() - != other.getIfGenerationNotMatch()) return false; + if (getIfGenerationNotMatch() != other.getIfGenerationNotMatch()) return false; } if (hasIfMetagenerationMatch() != other.hasIfMetagenerationMatch()) return false; if (hasIfMetagenerationMatch()) { - if (getIfMetagenerationMatch() - != other.getIfMetagenerationMatch()) return false; + if (getIfMetagenerationMatch() != other.getIfMetagenerationMatch()) return false; } if (hasIfMetagenerationNotMatch() != other.hasIfMetagenerationNotMatch()) return false; if (hasIfMetagenerationNotMatch()) { - if (getIfMetagenerationNotMatch() - != other.getIfMetagenerationNotMatch()) return false; + if (getIfMetagenerationNotMatch() != other.getIfMetagenerationNotMatch()) return false; } if (hasObjectSize() != other.hasObjectSize()) return false; if (hasObjectSize()) { - if (getObjectSize() - != other.getObjectSize()) return false; + if (getObjectSize() != other.getObjectSize()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -435,158 +482,158 @@ public int hashCode() { hash = (53 * hash) + getPredefinedAcl().hashCode(); if (hasIfGenerationMatch()) { hash = (37 * hash) + IF_GENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfGenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationMatch()); } if (hasIfGenerationNotMatch()) { hash = (37 * hash) + IF_GENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfGenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfGenerationNotMatch()); } if (hasIfMetagenerationMatch()) { hash = (37 * hash) + IF_METAGENERATION_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationMatch()); } if (hasIfMetagenerationNotMatch()) { hash = (37 * hash) + IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getIfMetagenerationNotMatch()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getIfMetagenerationNotMatch()); } if (hasObjectSize()) { hash = (37 * hash) + OBJECT_SIZE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong( - getObjectSize()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getObjectSize()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.storage.v2.WriteObjectSpec parseFrom( - java.nio.ByteBuffer data) + public static com.google.storage.v2.WriteObjectSpec parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.storage.v2.WriteObjectSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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.storage.v2.WriteObjectSpec 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; } /** + * + * *
    * Describes an attempt to insert an object, possibly over multiple requests.
    * 
* * Protobuf type {@code google.storage.v2.WriteObjectSpec} */ - 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.storage.v2.WriteObjectSpec) com.google.storage.v2.WriteObjectSpecOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectSpec_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectSpec_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.storage.v2.WriteObjectSpec.class, com.google.storage.v2.WriteObjectSpec.Builder.class); + com.google.storage.v2.WriteObjectSpec.class, + com.google.storage.v2.WriteObjectSpec.Builder.class); } // Construct using com.google.storage.v2.WriteObjectSpec.newBuilder() - private Builder() { + private Builder() {} - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - } + @java.lang.Override public Builder clear() { super.clear(); @@ -612,9 +659,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return com.google.storage.v2.StorageProto.internal_static_google_storage_v2_WriteObjectSpec_descriptor; + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.storage.v2.StorageProto + .internal_static_google_storage_v2_WriteObjectSpec_descriptor; } @java.lang.Override @@ -633,7 +680,8 @@ public com.google.storage.v2.WriteObjectSpec build() { @java.lang.Override public com.google.storage.v2.WriteObjectSpec buildPartial() { - com.google.storage.v2.WriteObjectSpec result = new com.google.storage.v2.WriteObjectSpec(this); + com.google.storage.v2.WriteObjectSpec result = + new com.google.storage.v2.WriteObjectSpec(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (resourceBuilder_ == null) { @@ -671,38 +719,39 @@ public com.google.storage.v2.WriteObjectSpec 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) { + 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.storage.v2.WriteObjectSpec) { - return mergeFrom((com.google.storage.v2.WriteObjectSpec)other); + return mergeFrom((com.google.storage.v2.WriteObjectSpec) other); } else { super.mergeFrom(other); return this; @@ -759,49 +808,55 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: { - input.readMessage( - getResourceFieldBuilder().getBuilder(), - extensionRegistry); + case 10: + { + input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); - break; - } // case 10 - case 24: { - ifGenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 24 - case 32: { - ifGenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 32 - case 40: { - ifMetagenerationMatch_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 40 - case 48: { - ifMetagenerationNotMatch_ = input.readInt64(); - bitField0_ |= 0x00000008; - break; - } // case 48 - case 58: { - predefinedAcl_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 24: + { + ifGenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 24 + case 32: + { + ifGenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 32 + case 40: + { + ifMetagenerationMatch_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 40 + case 48: + { + ifMetagenerationNotMatch_ = input.readInt64(); + bitField0_ |= 0x00000008; + break; + } // case 48 + case 58: + { + predefinedAcl_ = input.readStringRequireUtf8(); - break; - } // case 58 - case 64: { - objectSize_ = input.readInt64(); - bitField0_ |= 0x00000010; - break; - } // case 64 - default: { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 58 + case 64: + { + objectSize_ = input.readInt64(); + bitField0_ |= 0x00000010; + break; + } // case 64 + 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) { @@ -811,28 +866,40 @@ public Builder mergeFrom( } // finally return this; } + private int bitField0_; private com.google.storage.v2.Object resource_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> resourceBuilder_; + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> + resourceBuilder_; /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return Whether the resource field is set. */ public boolean hasResource() { return resourceBuilder_ != null || resource_ != null; } /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * + * * @return The resource. */ public com.google.storage.v2.Object getResource() { @@ -843,11 +910,14 @@ public com.google.storage.v2.Object getResource() { } } /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder setResource(com.google.storage.v2.Object value) { if (resourceBuilder_ == null) { @@ -863,14 +933,16 @@ public Builder setResource(com.google.storage.v2.Object value) { return this; } /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ - public Builder setResource( - com.google.storage.v2.Object.Builder builderForValue) { + public Builder setResource(com.google.storage.v2.Object.Builder builderForValue) { if (resourceBuilder_ == null) { resource_ = builderForValue.build(); onChanged(); @@ -881,17 +953,20 @@ public Builder setResource( return this; } /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder mergeResource(com.google.storage.v2.Object value) { if (resourceBuilder_ == null) { if (resource_ != null) { resource_ = - com.google.storage.v2.Object.newBuilder(resource_).mergeFrom(value).buildPartial(); + com.google.storage.v2.Object.newBuilder(resource_).mergeFrom(value).buildPartial(); } else { resource_ = value; } @@ -903,11 +978,14 @@ public Builder mergeResource(com.google.storage.v2.Object value) { return this; } /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public Builder clearResource() { if (resourceBuilder_ == null) { @@ -921,48 +999,59 @@ public Builder clearResource() { return this; } /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.Object.Builder getResourceBuilder() { - + onChanged(); return getResourceFieldBuilder().getBuilder(); } /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() { if (resourceBuilder_ != null) { return resourceBuilder_.getMessageOrBuilder(); } else { - return resource_ == null ? - com.google.storage.v2.Object.getDefaultInstance() : resource_; + return resource_ == null ? com.google.storage.v2.Object.getDefaultInstance() : resource_; } } /** + * + * *
      * Required. Destination object, including its name and its metadata.
      * 
* - * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder> + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder> getResourceFieldBuilder() { if (resourceBuilder_ == null) { - resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.storage.v2.Object, com.google.storage.v2.Object.Builder, com.google.storage.v2.ObjectOrBuilder>( - getResource(), - getParentForChildren(), - isClean()); + resourceBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.storage.v2.Object, + com.google.storage.v2.Object.Builder, + com.google.storage.v2.ObjectOrBuilder>( + getResource(), getParentForChildren(), isClean()); resource_ = null; } return resourceBuilder_; @@ -970,6 +1059,8 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() { private java.lang.Object predefinedAcl_ = ""; /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -977,13 +1068,13 @@ public com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder() {
      * 
* * string predefined_acl = 7; + * * @return The predefinedAcl. */ public java.lang.String getPredefinedAcl() { java.lang.Object ref = predefinedAcl_; 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(); predefinedAcl_ = s; return s; @@ -992,6 +1083,8 @@ public java.lang.String getPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -999,15 +1092,14 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 7; + * * @return The bytes for predefinedAcl. */ - public com.google.protobuf.ByteString - getPredefinedAclBytes() { + public com.google.protobuf.ByteString getPredefinedAclBytes() { java.lang.Object ref = predefinedAcl_; 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); predefinedAcl_ = b; return b; } else { @@ -1015,6 +1107,8 @@ public java.lang.String getPredefinedAcl() { } } /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1022,20 +1116,22 @@ public java.lang.String getPredefinedAcl() {
      * 
* * string predefined_acl = 7; + * * @param value The predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAcl( - java.lang.String value) { + public Builder setPredefinedAcl(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + predefinedAcl_ = value; onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1043,15 +1139,18 @@ public Builder setPredefinedAcl(
      * 
* * string predefined_acl = 7; + * * @return This builder for chaining. */ public Builder clearPredefinedAcl() { - + predefinedAcl_ = getDefaultInstance().getPredefinedAcl(); onChanged(); return this; } /** + * + * *
      * Apply a predefined set of access controls to this object.
      * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -1059,23 +1158,25 @@ public Builder clearPredefinedAcl() {
      * 
* * string predefined_acl = 7; + * * @param value The bytes for predefinedAcl to set. * @return This builder for chaining. */ - public Builder setPredefinedAclBytes( - com.google.protobuf.ByteString value) { + public Builder setPredefinedAclBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + predefinedAcl_ = value; onChanged(); return this; } - private long ifGenerationMatch_ ; + private long ifGenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * generation matches the given value. Setting to 0 makes the operation
@@ -1083,6 +1184,7 @@ public Builder setPredefinedAclBytes(
      * 
* * optional int64 if_generation_match = 3; + * * @return Whether the ifGenerationMatch field is set. */ @java.lang.Override @@ -1090,6 +1192,8 @@ public boolean hasIfGenerationMatch() { return ((bitField0_ & 0x00000001) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * generation matches the given value. Setting to 0 makes the operation
@@ -1097,6 +1201,7 @@ public boolean hasIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 3; + * * @return The ifGenerationMatch. */ @java.lang.Override @@ -1104,6 +1209,8 @@ public long getIfGenerationMatch() { return ifGenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * generation matches the given value. Setting to 0 makes the operation
@@ -1111,6 +1218,7 @@ public long getIfGenerationMatch() {
      * 
* * optional int64 if_generation_match = 3; + * * @param value The ifGenerationMatch to set. * @return This builder for chaining. */ @@ -1121,6 +1229,8 @@ public Builder setIfGenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * generation matches the given value. Setting to 0 makes the operation
@@ -1128,6 +1238,7 @@ public Builder setIfGenerationMatch(long value) {
      * 
* * optional int64 if_generation_match = 3; + * * @return This builder for chaining. */ public Builder clearIfGenerationMatch() { @@ -1137,8 +1248,10 @@ public Builder clearIfGenerationMatch() { return this; } - private long ifGenerationNotMatch_ ; + private long ifGenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's live
      * generation does not match the given value. If no live object exists, the
@@ -1147,6 +1260,7 @@ public Builder clearIfGenerationMatch() {
      * 
* * optional int64 if_generation_not_match = 4; + * * @return Whether the ifGenerationNotMatch field is set. */ @java.lang.Override @@ -1154,6 +1268,8 @@ public boolean hasIfGenerationNotMatch() { return ((bitField0_ & 0x00000002) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's live
      * generation does not match the given value. If no live object exists, the
@@ -1162,6 +1278,7 @@ public boolean hasIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 4; + * * @return The ifGenerationNotMatch. */ @java.lang.Override @@ -1169,6 +1286,8 @@ public long getIfGenerationNotMatch() { return ifGenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's live
      * generation does not match the given value. If no live object exists, the
@@ -1177,6 +1296,7 @@ public long getIfGenerationNotMatch() {
      * 
* * optional int64 if_generation_not_match = 4; + * * @param value The ifGenerationNotMatch to set. * @return This builder for chaining. */ @@ -1187,6 +1307,8 @@ public Builder setIfGenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's live
      * generation does not match the given value. If no live object exists, the
@@ -1195,6 +1317,7 @@ public Builder setIfGenerationNotMatch(long value) {
      * 
* * optional int64 if_generation_not_match = 4; + * * @return This builder for chaining. */ public Builder clearIfGenerationNotMatch() { @@ -1204,14 +1327,17 @@ public Builder clearIfGenerationNotMatch() { return this; } - private long ifMetagenerationMatch_ ; + private long ifMetagenerationMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; + * * @return Whether the ifMetagenerationMatch field is set. */ @java.lang.Override @@ -1219,12 +1345,15 @@ public boolean hasIfMetagenerationMatch() { return ((bitField0_ & 0x00000004) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; + * * @return The ifMetagenerationMatch. */ @java.lang.Override @@ -1232,12 +1361,15 @@ public long getIfMetagenerationMatch() { return ifMetagenerationMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; + * * @param value The ifMetagenerationMatch to set. * @return This builder for chaining. */ @@ -1248,12 +1380,15 @@ public Builder setIfMetagenerationMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration matches the given value.
      * 
* * optional int64 if_metageneration_match = 5; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationMatch() { @@ -1263,14 +1398,17 @@ public Builder clearIfMetagenerationMatch() { return this; } - private long ifMetagenerationNotMatch_ ; + private long ifMetagenerationNotMatch_; /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 6; + * * @return Whether the ifMetagenerationNotMatch field is set. */ @java.lang.Override @@ -1278,12 +1416,15 @@ public boolean hasIfMetagenerationNotMatch() { return ((bitField0_ & 0x00000008) != 0); } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 6; + * * @return The ifMetagenerationNotMatch. */ @java.lang.Override @@ -1291,12 +1432,15 @@ public long getIfMetagenerationNotMatch() { return ifMetagenerationNotMatch_; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 6; + * * @param value The ifMetagenerationNotMatch to set. * @return This builder for chaining. */ @@ -1307,12 +1451,15 @@ public Builder setIfMetagenerationNotMatch(long value) { return this; } /** + * + * *
      * Makes the operation conditional on whether the object's current
      * metageneration does not match the given value.
      * 
* * optional int64 if_metageneration_not_match = 6; + * * @return This builder for chaining. */ public Builder clearIfMetagenerationNotMatch() { @@ -1322,8 +1469,10 @@ public Builder clearIfMetagenerationNotMatch() { return this; } - private long objectSize_ ; + private long objectSize_; /** + * + * *
      * The expected final object size being uploaded.
      * If this value is set, closing the stream after writing fewer or more than
@@ -1335,6 +1484,7 @@ public Builder clearIfMetagenerationNotMatch() {
      * 
* * optional int64 object_size = 8; + * * @return Whether the objectSize field is set. */ @java.lang.Override @@ -1342,6 +1492,8 @@ public boolean hasObjectSize() { return ((bitField0_ & 0x00000010) != 0); } /** + * + * *
      * The expected final object size being uploaded.
      * If this value is set, closing the stream after writing fewer or more than
@@ -1353,6 +1505,7 @@ public boolean hasObjectSize() {
      * 
* * optional int64 object_size = 8; + * * @return The objectSize. */ @java.lang.Override @@ -1360,6 +1513,8 @@ public long getObjectSize() { return objectSize_; } /** + * + * *
      * The expected final object size being uploaded.
      * If this value is set, closing the stream after writing fewer or more than
@@ -1371,6 +1526,7 @@ public long getObjectSize() {
      * 
* * optional int64 object_size = 8; + * * @param value The objectSize to set. * @return This builder for chaining. */ @@ -1381,6 +1537,8 @@ public Builder setObjectSize(long value) { return this; } /** + * + * *
      * The expected final object size being uploaded.
      * If this value is set, closing the stream after writing fewer or more than
@@ -1392,6 +1550,7 @@ public Builder setObjectSize(long value) {
      * 
* * optional int64 object_size = 8; + * * @return This builder for chaining. */ public Builder clearObjectSize() { @@ -1400,9 +1559,9 @@ public Builder clearObjectSize() { 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); } @@ -1412,12 +1571,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.storage.v2.WriteObjectSpec) } // @@protoc_insertion_point(class_scope:google.storage.v2.WriteObjectSpec) private static final com.google.storage.v2.WriteObjectSpec DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.storage.v2.WriteObjectSpec(); } @@ -1426,27 +1585,27 @@ public static com.google.storage.v2.WriteObjectSpec getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public WriteObjectSpec 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 WriteObjectSpec 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; @@ -1461,6 +1620,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.storage.v2.WriteObjectSpec getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java similarity index 86% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java rename to proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java index d063457a8f..63ddc9749d 100644 --- a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java +++ b/proto-google-cloud-storage-v2/src/main/java/com/google/storage/v2/WriteObjectSpecOrBuilder.java @@ -1,31 +1,55 @@ +/* + * Copyright 2020 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/storage/v2/storage.proto package com.google.storage.v2; -public interface WriteObjectSpecOrBuilder extends +public interface WriteObjectSpecOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.storage.v2.WriteObjectSpec) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Required. Destination object, including its name and its metadata.
    * 
* * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return Whether the resource field is set. */ boolean hasResource(); /** + * + * *
    * Required. Destination object, including its name and its metadata.
    * 
* * .google.storage.v2.Object resource = 1 [(.google.api.field_behavior) = REQUIRED]; + * * @return The resource. */ com.google.storage.v2.Object getResource(); /** + * + * *
    * Required. Destination object, including its name and its metadata.
    * 
@@ -35,6 +59,8 @@ public interface WriteObjectSpecOrBuilder extends com.google.storage.v2.ObjectOrBuilder getResourceOrBuilder(); /** + * + * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -42,10 +68,13 @@ public interface WriteObjectSpecOrBuilder extends
    * 
* * string predefined_acl = 7; + * * @return The predefinedAcl. */ java.lang.String getPredefinedAcl(); /** + * + * *
    * Apply a predefined set of access controls to this object.
    * Valid values are "authenticatedRead", "bucketOwnerFullControl",
@@ -53,12 +82,14 @@ public interface WriteObjectSpecOrBuilder extends
    * 
* * string predefined_acl = 7; + * * @return The bytes for predefinedAcl. */ - com.google.protobuf.ByteString - getPredefinedAclBytes(); + com.google.protobuf.ByteString getPredefinedAclBytes(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * generation matches the given value. Setting to 0 makes the operation
@@ -66,10 +97,13 @@ public interface WriteObjectSpecOrBuilder extends
    * 
* * optional int64 if_generation_match = 3; + * * @return Whether the ifGenerationMatch field is set. */ boolean hasIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * generation matches the given value. Setting to 0 makes the operation
@@ -77,11 +111,14 @@ public interface WriteObjectSpecOrBuilder extends
    * 
* * optional int64 if_generation_match = 3; + * * @return The ifGenerationMatch. */ long getIfGenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live
    * generation does not match the given value. If no live object exists, the
@@ -90,10 +127,13 @@ public interface WriteObjectSpecOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 4; + * * @return Whether the ifGenerationNotMatch field is set. */ boolean hasIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's live
    * generation does not match the given value. If no live object exists, the
@@ -102,53 +142,68 @@ public interface WriteObjectSpecOrBuilder extends
    * 
* * optional int64 if_generation_not_match = 4; + * * @return The ifGenerationNotMatch. */ long getIfGenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; + * * @return Whether the ifMetagenerationMatch field is set. */ boolean hasIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration matches the given value.
    * 
* * optional int64 if_metageneration_match = 5; + * * @return The ifMetagenerationMatch. */ long getIfMetagenerationMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 6; + * * @return Whether the ifMetagenerationNotMatch field is set. */ boolean hasIfMetagenerationNotMatch(); /** + * + * *
    * Makes the operation conditional on whether the object's current
    * metageneration does not match the given value.
    * 
* * optional int64 if_metageneration_not_match = 6; + * * @return The ifMetagenerationNotMatch. */ long getIfMetagenerationNotMatch(); /** + * + * *
    * The expected final object size being uploaded.
    * If this value is set, closing the stream after writing fewer or more than
@@ -160,10 +215,13 @@ public interface WriteObjectSpecOrBuilder extends
    * 
* * optional int64 object_size = 8; + * * @return Whether the objectSize field is set. */ boolean hasObjectSize(); /** + * + * *
    * The expected final object size being uploaded.
    * If this value is set, closing the stream after writing fewer or more than
@@ -175,6 +233,7 @@ public interface WriteObjectSpecOrBuilder extends
    * 
* * optional int64 object_size = 8; + * * @return The objectSize. */ long getObjectSize(); diff --git a/owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto b/proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto similarity index 100% rename from owl-bot-staging/v2/proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto rename to proto-google-cloud-storage-v2/src/main/proto/google/storage/v2/storage.proto From f3fa16f6ede37ae6f9f784124c71bdbbd377ad67 Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Mon, 5 Dec 2022 17:38:20 -0500 Subject: [PATCH 3/3] chore: update clirr config --- .../clirr-ignored-differences.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/proto-google-cloud-storage-v2/clirr-ignored-differences.xml b/proto-google-cloud-storage-v2/clirr-ignored-differences.xml index 70e35c1538..41c35b7976 100644 --- a/proto-google-cloud-storage-v2/clirr-ignored-differences.xml +++ b/proto-google-cloud-storage-v2/clirr-ignored-differences.xml @@ -1,5 +1,17 @@ + + + 7012 + com/google/storage/v2/* + * *RetentionDuration*(*) + + + + 7012 + com/google/storage/v2/* + * *ObjectChecksums*(*) +